1. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  2. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  3. e14b98c MINOR: ring: adds new ring_init function. by Emeric Brun · Tue Jan 12 14:21:00 2021 +0100
  4. 477757c CLEANUP: fix all duplicated semicolons by William Dauchy · Fri Aug 07 22:19:23 2020 +0200
  5. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  6. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  7. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  8. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  9. d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h by Willy Tarreau · Wed Jun 03 19:43:35 2020 +0200
  10. 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
  11. 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
  12. 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
  13. dcd58af MINOR: ring: re-work ring attach generic API. by Emeric Brun · Thu May 28 14:39:30 2020 +0200
  14. 928068a MINOR: ring: make the applet code not depend on the CLI by Willy Tarreau · Tue May 19 19:14:42 2020 +0200
  15. 9597cbd MINOR: applet: adopt the wait list entry from the CLI by Willy Tarreau · Tue May 19 17:07:30 2020 +0200
  16. 223dded BUG/MEDIUM: ring: write-lock the ring while attaching/detaching by Willy Tarreau · Tue May 19 19:21:45 2020 +0200
  17. fcf9498 MINOR: ring: make the parse function automatically set the handler/release by Willy Tarreau · Fri Nov 15 15:07:21 2019 +0100
  18. 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
  19. 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · Fri Aug 30 11:17:01 2019 +0200
  20. 13696ff BUG/MINOR: ring: fix the way watchers are counted by Willy Tarreau · Fri Aug 30 10:16:14 2019 +0200
  21. 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
  22. be97853 MINOR: ring: add a ring_write() function by Willy Tarreau · Tue Aug 27 11:44:13 2019 +0200
  23. 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