1. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · Fri Jul 10 08:22:26 2020 +0200
  2. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
  3. eccfa61 MINOR: spoe: Don't systematically create new applets if processing rate is low by Christopher Faulet · Mon Jun 22 15:32:14 2020 +0200
  4. 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · Fri Jun 19 22:17:17 2020 +0200
  5. da21ed1 BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · Tue Jun 16 17:58:14 2020 +0200
  6. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  7. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  8. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  9. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  10. 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · Thu Jun 04 22:35:49 2020 +0200
  11. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  12. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  13. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · Thu Jun 04 21:29:29 2020 +0200
  14. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  15. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  16. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
  17. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  18. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  19. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · Thu Jun 04 17:37:26 2020 +0200
  20. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  21. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  22. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  23. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  24. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  25. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  26. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  27. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  28. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  29. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · Mon Jun 01 12:18:08 2020 +0200
  30. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  31. 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
  32. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  33. 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
  34. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
  35. 079f808 BUG/MEDIUM: spoe: dup agent's engine_id string from trash.area by Kevin Zhu · Fri Mar 13 10:39:51 2020 +0800
  36. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · Sun Mar 08 17:48:17 2020 +0100
  37. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100
  38. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · Sat Mar 07 11:24:39 2020 +0100
  39. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · Fri Mar 06 19:04:55 2020 +0100
  40. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · Wed Feb 26 10:39:36 2020 +0100
  41. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  42. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  43. f1bc24c BUG/MINOR: acl: Fix type of log message when an acl is named 'or' by Tim Duesterhus · Thu Feb 06 22:04:03 2020 +0100
  44. 0cf811a MINOR: acl: Warn when an ACL is named 'or' by Tim Duesterhus · Wed Feb 05 21:00:50 2020 +0100
  45. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · Wed Dec 18 14:41:51 2019 +0100
  46. 1340376 MINOR: actions: Use ACT_RET_CONT code to ignore an error from a custom action by Christopher Faulet · Fri Dec 13 09:01:57 2019 +0100
  47. 4fd6d67 BUG/MINOR: spoe: fix off-by-one length in UUID format string by Willy Tarreau · Tue Oct 29 10:25:49 2019 +0100
  48. b1bb1af MINOR: spoe: Support the async mode with several threads by Christopher Faulet · Tue Sep 17 11:55:52 2019 +0200
  49. 09bd9aa MINOR: spoe: Improve generation of the engine-id by Christopher Faulet · Tue Sep 17 15:07:02 2019 +0200
  50. d87b1a5 BUG/MEDIUM: spoe: Use a different engine-id per process by Kevin Zhu · Tue Sep 17 15:05:45 2019 +0200
  51. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  52. b298613 BUG/MINOR: spoe: Fix memory leak if failing to allocate memory by Tim Duesterhus · Sun Jun 23 22:10:13 2019 +0200
  53. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  54. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · Wed Jun 05 14:34:03 2019 +0200
  55. 7ab22adb MEDIUM: stream-int: remove dangerous interval checks for stream-int states by Willy Tarreau · Wed Jun 05 14:53:22 2019 +0200
  56. 55ae8a6 BUG/MEDIUM: spoe: Don't use the SPOE applet after releasing it by Christopher Faulet · Thu May 23 22:47:48 2019 +0200
  57. bf9bcb0 MINOR: spoe: Set the argument chunk size to 0 when SPOE variables are checked by Christopher Faulet · Mon May 13 10:39:36 2019 +0200
  58. 3b1d004 BUG/MEDIUM: spoe: Be sure the sample is found before setting its context by Christopher Faulet · Mon May 06 09:53:10 2019 +0200
  59. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · Tue May 07 19:05:35 2019 +0200
  60. 85db321 MINOR: spoe: Use the sample context to pass frag_ctx info during encoding by Christopher Faulet · Fri Apr 26 14:30:15 2019 +0200
  61. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · Fri Apr 26 14:00:01 2019 +0800
  62. 371723b BUG/MINOR: spoe: Don't systematically wakeup SPOE stream in the applet handler by Christopher Faulet · Tue Apr 23 15:39:32 2019 +0200
  63. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
  64. 63263e5 BUG/MINOR: spoe: Be sure to set tv_request when each message fragment is encoded by Christopher Faulet · Wed Apr 10 14:47:18 2019 +0200
  65. a715ea8 BUG/MEDIUM: spoe: Return an error if nothing is encoded for fragmented messages by Christopher Faulet · Wed Apr 10 14:21:51 2019 +0200
  66. 3e86cec BUG/MEDIUM: spoe: Queue message only if no SPOE applet is attached to the stream by Christopher Faulet · Wed Apr 10 14:02:12 2019 +0200
  67. fe26155 BUG/MAJOR: spoe: Fix initialization of thread-dependent fields by Christopher Faulet · Mon Mar 18 13:57:42 2019 +0100
  68. 9e7ae28 MEDIUM: spoe: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:50:42 2019 +0100
  69. 1138901 BUG/MAJOR: spoe: Don't try to get agent config during SPOP healthcheck by Christopher Faulet · Thu Feb 07 16:13:26 2019 +0100
  70. b0769b2 BUG/MEDIUM: spoe: initialization depending on nbthread must be done last by Willy Tarreau · Thu Feb 07 13:40:33 2019 +0100
  71. 3ddcf76 BUG/MINOR: spoe: do not assume agent->rt is valid on exit by Willy Tarreau · Thu Feb 07 14:22:52 2019 +0100
  72. 2bdcfde BUG/MAJOR: spoe: verify that backends used by SPOE cover all their callers' processes by Willy Tarreau · Tue Feb 05 13:37:19 2019 +0100
  73. 6b3690b BUG/MINOR: spoe: corrected fragmentation string size by Miroslav Zagorac · Sun Jan 13 16:55:01 2019 +0100
  74. 0029235 MINOR: spoe: Make the SPOE filter compatible with HTX proxies by Christopher Faulet · Wed Jan 09 15:05:10 2019 +0100
  75. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · Mon Nov 26 15:57:34 2018 +0100
  76. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  77. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  78. f1da69d MINOR: Fix a typo in a warning message in the spoe subsystem by Joseph Herlant · Thu Nov 15 13:49:02 2018 -0800
  79. f7f6031 CLEANUP: Fix typos in the spoe subsystem by Joseph Herlant · Thu Nov 15 13:46:49 2018 -0800
  80. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · Thu Nov 15 11:08:52 2018 +0100
  81. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · Wed Nov 14 17:54:13 2018 +0100
  82. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  83. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  84. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · Fri Jul 20 10:16:29 2018 +0200
  85. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  86. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  87. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  88. 4fca5a9 MEDIUM: spoe: use the new buffer API for the SPOE buffer by Willy Tarreau · Fri Jun 15 19:37:42 2018 +0200
  89. 6381650 MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 by Christopher Faulet · Thu May 31 14:56:42 2018 +0200
  90. 3a47e5e BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode by Christopher Faulet · Fri May 25 10:42:37 2018 +0200
  91. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  92. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  93. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · Fri Apr 06 11:34:12 2018 +0200
  94. c4dcaff BUG/MEDIUM: spoe: Flags are not encoded in network order by Thierry FOURNIER · Fri May 18 12:25:39 2018 +0200
  95. 01a3f20 BUG/MINOR: spoe: Mistake in error message about SPOE configuration by Thierry FOURNIER · Thu May 10 16:41:26 2018 +0200
  96. 799f518 BUG/MINOR: spoe: Fix parsing of dontlog-normal option by Christopher Faulet · Thu Apr 26 11:36:34 2018 +0200
  97. ebe1399 BUG/MINOR: spoe: Fix counters update when processing is interrupted by Christopher Faulet · Thu Apr 26 11:33:44 2018 +0200
  98. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · Wed Apr 04 10:25:50 2018 +0200
  99. 3b8e349 MINOR: spoe: use agent's logger to log SPOE messages by Christopher Faulet · Mon Mar 26 17:20:58 2018 +0200
  100. 0e0f085 MINOR: spoe: Add support for option dontlog-normal in the SPOE agent section by Christopher Faulet · Mon Mar 26 17:20:36 2018 +0200