1. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
  2. 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:26:46 2022 +0200
  3. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  4. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  5. 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · Wed May 25 15:42:03 2022 +0200
  6. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
  7. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · Wed May 18 15:07:19 2022 +0200
  8. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  9. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  10. 6e3fc48 CLEANUP: ring/cli: use a locally-defined context instead of using ctx.cli by Willy Tarreau · Thu May 05 15:29:43 2022 +0200
  11. cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · Thu May 05 15:18:57 2022 +0200
  12. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  13. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
  14. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  15. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  16. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  17. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  18. e14b98c MINOR: ring: adds new ring_init function. by Emeric Brun · Tue Jan 12 14:21:00 2021 +0100
  19. 477757c CLEANUP: fix all duplicated semicolons by William Dauchy · Fri Aug 07 22:19:23 2020 +0200
  20. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  21. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  22. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  23. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  24. d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h by Willy Tarreau · Wed Jun 03 19:43:35 2020 +0200
  25. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
  26. 8dabda7 REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h by Willy Tarreau · Wed May 27 17:22:10 2020 +0200
  27. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  28. dcd58af MINOR: ring: re-work ring attach generic API. by Emeric Brun · Thu May 28 14:39:30 2020 +0200
  29. 928068a MINOR: ring: make the applet code not depend on the CLI by Willy Tarreau · Tue May 19 19:14:42 2020 +0200
  30. 9597cbd MINOR: applet: adopt the wait list entry from the CLI by Willy Tarreau · Tue May 19 17:07:30 2020 +0200
  31. 223dded BUG/MEDIUM: ring: write-lock the ring while attaching/detaching by Willy Tarreau · Tue May 19 19:21:45 2020 +0200
  32. fcf9498 MINOR: ring: make the parse function automatically set the handler/release by Willy Tarreau · Fri Nov 15 15:07:21 2019 +0100
  33. 3036290 BUG/MINOR: ring: b_peek_varint() returns a uint64_t, not a size_t by Willy Tarreau · Fri Aug 30 15:06:10 2019 +0200
  34. 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · Fri Aug 30 11:17:01 2019 +0200
  35. 13696ff BUG/MINOR: ring: fix the way watchers are counted by Willy Tarreau · Fri Aug 30 10:16:14 2019 +0200
  36. 072931c MINOR: ring: add a generic CLI io_handler to dump a ring buffer by Willy Tarreau · Tue Aug 27 11:55:39 2019 +0200
  37. be97853 MINOR: ring: add a ring_write() function by Willy Tarreau · Tue Aug 27 11:44:13 2019 +0200
  38. 172945f MINOR: ring: add a new mechanism for retrieving/storing ring data in buffers by Willy Tarreau · Thu Aug 08 15:28:52 2019 +0200