1. 35219a5 BUG/MINOR: ring/cli: Don't expect input data when showing events by Christopher Faulet · 1 year, 3 months ago
  2. 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · 1 year, 8 months ago
  3. 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · 1 year, 8 months ago
  4. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · 1 year, 8 months ago
  5. a2a3d5d CLEANUP: ring: remove the now unused ring's offset by Willy Tarreau · 1 year, 9 months ago
  6. d9c7188 MEDIUM: ring: make the offset relative to the head/tail instead of absolute by Willy Tarreau · 1 year, 9 months ago
  7. d0d85d2 BUG/MINOR: ring: do not realign ring contents on resize by Willy Tarreau · 1 year, 9 months ago
  8. da89e9b MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough by Christopher Faulet · 1 year, 11 months ago
  9. 9e4ead3 MINOR: ring: ring_cast_from_area() cast from an allocated area by William Lallemand · 2 years, 2 months ago
  10. 3a374ea BUG/MINOR: ring: fix the size check in ring_make_from_area() by William Lallemand · 2 years, 2 months ago
  11. 6df10d8 MINOR: ring: support creating a ring from a linear area by Willy Tarreau · 2 years, 3 months ago
  12. b8e0fb9 BUG/MINOR: ring/cli: fix a race condition between the writer and the reader by Willy Tarreau · 2 years, 4 months ago
  13. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
  14. 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  15. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  16. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  17. 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · 2 years, 6 months ago
  18. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
  19. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
  20. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
  21. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
  22. 6e3fc48 CLEANUP: ring/cli: use a locally-defined context instead of using ctx.cli by Willy Tarreau · 2 years, 7 months ago
  23. cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · 2 years, 7 months ago
  24. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  25. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  26. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
  27. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
  28. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  29. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  30. e14b98c MINOR: ring: adds new ring_init function. by Emeric Brun · 3 years, 11 months ago
  31. 477757c CLEANUP: fix all duplicated semicolons by William Dauchy · 4 years, 4 months ago
  32. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  33. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  34. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  35. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  36. d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  37. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 6 months ago
  38. 8dabda7 REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h by Willy Tarreau · 4 years, 6 months ago
  39. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  40. dcd58af MINOR: ring: re-work ring attach generic API. by Emeric Brun · 4 years, 6 months ago
  41. 928068a MINOR: ring: make the applet code not depend on the CLI by Willy Tarreau · 4 years, 6 months ago
  42. 9597cbd MINOR: applet: adopt the wait list entry from the CLI by Willy Tarreau · 4 years, 6 months ago
  43. 223dded BUG/MEDIUM: ring: write-lock the ring while attaching/detaching by Willy Tarreau · 4 years, 6 months ago
  44. fcf9498 MINOR: ring: make the parse function automatically set the handler/release by Willy Tarreau · 5 years ago
  45. 3036290 BUG/MINOR: ring: b_peek_varint() returns a uint64_t, not a size_t by Willy Tarreau · 5 years ago
  46. 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · 5 years ago
  47. 13696ff BUG/MINOR: ring: fix the way watchers are counted by Willy Tarreau · 5 years ago
  48. 072931c MINOR: ring: add a generic CLI io_handler to dump a ring buffer by Willy Tarreau · 5 years ago
  49. be97853 MINOR: ring: add a ring_write() function by Willy Tarreau · 5 years ago
  50. 172945f MINOR: ring: add a new mechanism for retrieving/storing ring data in buffers by Willy Tarreau · 5 years ago