1. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · Thu Sep 30 19:02:18 2021 +0200
  2. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  3. 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · Thu Sep 16 17:38:26 2021 +0200
  4. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  5. d7da3dd BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued by Christopher Faulet · Mon Aug 02 18:13:27 2021 +0200
  6. 6f1296b BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released by Christopher Faulet · Mon Aug 02 17:53:56 2021 +0200
  7. 434b852 MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure by Christopher Faulet · Mon Aug 02 17:51:01 2021 +0200
  8. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:30:30 2021 +0200
  9. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:22:21 2021 +0200
  10. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · Tue Jun 15 08:36:30 2021 +0200
  11. e16ada1 BUILD: spoe: flt_spoe.c needs tools.h by Willy Tarreau · Sat May 08 12:57:17 2021 +0200
  12. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  13. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  14. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · Fri Apr 02 10:13:43 2021 +0200
  15. c9ef9bc CLEANUP: spoe: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · Mon Mar 22 21:04:50 2021 +0100
  16. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:44:31 2021 +0100
  17. f1a9129 MINOR: spoe: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · Mon Mar 22 15:05:54 2021 +0100
  18. d7a988c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Mar 04 23:26:15 2021 +0500
  19. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  20. 9e647e5 BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1 by Christopher Faulet · Mon Mar 01 15:01:14 2021 +0100
  21. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  22. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · Sat Feb 20 12:02:46 2021 +0100
  23. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · Sat Feb 20 11:49:49 2021 +0100
  24. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · Sat Feb 20 11:38:56 2021 +0100
  25. 1d7d0f8 BUG/MEDIUM: spoe: Resolve the sink if a SPOE logs in a ring buffer by Christopher Faulet · Fri Feb 19 10:56:41 2021 +0100
  26. afb9368 CLEANUP: spoe: fix typo on `var_check_arg` comment by William Dauchy · Tue Jan 05 11:14:58 2021 +0100
  27. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  28. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · Mon Sep 14 11:40:13 2020 +0200
  29. c7ba910 MINOR: spoe: Don't close connection in sync mode on processing timeout by Christopher Faulet · Tue Nov 10 14:31:39 2020 +0100
  30. cf181c7 BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet by Christopher Faulet · Tue Nov 10 18:45:34 2020 +0100
  31. 2469eba BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided by Christopher Faulet · Thu Oct 15 16:08:30 2020 +0200
  32. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · Fri Jul 10 08:22:26 2020 +0200
  33. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
  34. 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
  35. 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · Fri Jun 19 22:17:17 2020 +0200
  36. da21ed1 BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · Tue Jun 16 17:58:14 2020 +0200
  37. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  38. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  39. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  40. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  41. 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · Thu Jun 04 22:35:49 2020 +0200
  42. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  43. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  44. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · Thu Jun 04 21:29:29 2020 +0200
  45. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  46. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  47. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
  48. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  49. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  50. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · Thu Jun 04 17:37:26 2020 +0200
  51. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  52. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  53. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  54. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  55. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  56. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  57. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  58. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  59. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  60. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · Mon Jun 01 12:18:08 2020 +0200
  61. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  62. 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
  63. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  64. 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
  65. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
  66. 079f808 BUG/MEDIUM: spoe: dup agent's engine_id string from trash.area by Kevin Zhu · Fri Mar 13 10:39:51 2020 +0800
  67. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · Sun Mar 08 17:48:17 2020 +0100
  68. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100
  69. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · Sat Mar 07 11:24:39 2020 +0100
  70. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · Fri Mar 06 19:04:55 2020 +0100
  71. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · Wed Feb 26 10:39:36 2020 +0100
  72. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  73. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  74. 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
  75. 0cf811a MINOR: acl: Warn when an ACL is named 'or' by Tim Duesterhus · Wed Feb 05 21:00:50 2020 +0100
  76. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · Wed Dec 18 14:41:51 2019 +0100
  77. 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
  78. 4fd6d67 BUG/MINOR: spoe: fix off-by-one length in UUID format string by Willy Tarreau · Tue Oct 29 10:25:49 2019 +0100
  79. b1bb1af MINOR: spoe: Support the async mode with several threads by Christopher Faulet · Tue Sep 17 11:55:52 2019 +0200
  80. 09bd9aa MINOR: spoe: Improve generation of the engine-id by Christopher Faulet · Tue Sep 17 15:07:02 2019 +0200
  81. d87b1a5 BUG/MEDIUM: spoe: Use a different engine-id per process by Kevin Zhu · Tue Sep 17 15:05:45 2019 +0200
  82. 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
  83. b298613 BUG/MINOR: spoe: Fix memory leak if failing to allocate memory by Tim Duesterhus · Sun Jun 23 22:10:13 2019 +0200
  84. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  85. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · Wed Jun 05 14:34:03 2019 +0200
  86. 7ab22adb MEDIUM: stream-int: remove dangerous interval checks for stream-int states by Willy Tarreau · Wed Jun 05 14:53:22 2019 +0200
  87. 55ae8a6 BUG/MEDIUM: spoe: Don't use the SPOE applet after releasing it by Christopher Faulet · Thu May 23 22:47:48 2019 +0200
  88. 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
  89. 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
  90. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · Tue May 07 19:05:35 2019 +0200
  91. 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
  92. 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
  93. 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
  94. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
  95. 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
  96. 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
  97. 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
  98. fe26155 BUG/MAJOR: spoe: Fix initialization of thread-dependent fields by Christopher Faulet · Mon Mar 18 13:57:42 2019 +0100
  99. 9e7ae28 MEDIUM: spoe: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:50:42 2019 +0100
  100. 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