1. a577bc2 DEV: flags: reorder a few SC/SE flags by Willy Tarreau · 2 years, 6 months ago
  2. 2bacf4e DEV: flags: rename the "endp" shortcut to "sd" for "stream descriptor" by Willy Tarreau · 2 years, 6 months ago
  3. 0cf0a04 DEV: flags: fix "siet" shortcut name by Willy Tarreau · 2 years, 6 months ago
  4. e4ebe26 MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME by Willy Tarreau · 2 years, 6 months ago
  5. 79775fa DEV: flags: use "sc" for stream conns instead of "cs" by Willy Tarreau · 2 years, 6 months ago
  6. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  7. 79cf6e1 CLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CONSUME by Willy Tarreau · 2 years, 6 months ago
  8. 15252cd MEDIUM: stconn: move the RXBLK flags to the stream connector by Willy Tarreau · 2 years, 6 months ago
  9. 8c02f8d CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_NO_DATA by Willy Tarreau · 2 years, 6 months ago
  10. b23edc8 MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN by Willy Tarreau · 2 years, 6 months ago
  11. 676c8db MEDIUM: stconn: remove SE_FL_RXBLK_SHUT by Willy Tarreau · 2 years, 6 months ago
  12. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 7 months ago
  13. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 7 months ago
  14. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  15. 04e9aca MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  16. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · 2 years, 7 months ago
  17. 09b3c55 DEV: flags: No longer dump SI flags by Christopher Faulet · 2 years, 8 months ago
  18. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  19. 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · 2 years, 8 months ago
  20. 78ed7f2 CLEANUP: stream-int: Remove unused SI_FL_CLEAN_ABRT flag by Christopher Faulet · 2 years, 8 months ago
  21. d139138 MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead by Christopher Faulet · 2 years, 8 months ago
  22. a728518 MINOR: stream-int: Remove SI_FL_INDEP_STR to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  23. 974da9f MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  24. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  25. 9a52123 MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint only by Christopher Faulet · 2 years, 8 months ago
  26. 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · 2 years, 8 months ago
  27. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · 2 years, 8 months ago
  28. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · 2 years, 8 months ago
  29. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  30. e05bf9e MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transaction by Christopher Faulet · 2 years, 8 months ago
  31. 3099511 MINOR: conn-stream: Add ISBACK conn-stream flag by Christopher Faulet · 2 years, 8 months ago
  32. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  33. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
  34. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · 2 years, 8 months ago
  35. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  36. 81a40f6 MINOR: conn-stream: Add flags to set the type of the endpoint by Christopher Faulet · 2 years, 11 months ago
  37. c2b7fa8 DEV: flags: Add missing flags by Christopher Faulet · 2 years, 11 months ago
  38. cd430b9 CLEANUP: dev/flags: remove useless test in the stdin number parser by Willy Tarreau · 3 years, 8 months ago
  39. 339eb0b DEV: flags: replace the unneeded makefile with a README by Willy Tarreau · 3 years, 8 months ago
  40. 074ebcd CONTRIB: move some dev-specific tools to dev/ by Willy Tarreau · 3 years, 8 months ago