1. 58ca706 MINOR: config: add predicate "feature" to detect certain built-in features by Willy Tarreau · Thu May 06 16:34:23 2021 +0200
  2. 6492e87 MINOR: config: add predicates "streq()" and "strneq()" to conditional expressions by Willy Tarreau · Thu May 06 16:10:09 2021 +0200
  3. 42ed14b MINOR: config: add predicate "defined()" to conditional expression blocks by Willy Tarreau · Thu May 06 15:55:14 2021 +0200
  4. 732525f MINOR: config: make cfg_eval_condition() support predicates with arguments by Willy Tarreau · Thu May 06 15:49:04 2021 +0200
  5. 299bd1c MINOR: config: improve .if condition error reporting by Willy Tarreau · Thu May 06 15:07:10 2021 +0200
  6. a43dfda MINOR: global: add version comparison functions by Willy Tarreau · Thu May 06 07:43:35 2021 +0200
  7. f0d3b73 MINOR: global: export the build features string list by Willy Tarreau · Thu May 06 16:30:32 2021 +0200
  8. 3e293a9 MINOR: arg: improve the error message on missing closing parenthesis by Willy Tarreau · Thu May 06 14:50:30 2021 +0200
  9. 7541056 BUILD: activity: do not include malloc.h by Willy Tarreau · Thu May 06 11:37:53 2021 +0200
  10. a46f1af MINOR: config: support some pseudo-variables for file/line/section by Willy Tarreau · Thu May 06 10:25:11 2021 +0200
  11. 5150805 MINOR: config: keep up-to-date current file/line/section in the global struct by Willy Tarreau · Thu May 06 10:04:45 2021 +0200
  12. 6a2110c MINOR: config: centralize the ".if"/".elif" condition parser and evaluator by Willy Tarreau · Thu May 06 08:19:48 2021 +0200
  13. 71990e6 BUG/MINOR: config: .if/.elif should also accept negative integers by Willy Tarreau · Thu May 06 07:52:50 2021 +0200
  14. f67ff02 BUG/MINOR: config: add a missing "ELIF_TAKE" test for ".elif" condition evaluator by Willy Tarreau · Thu May 06 08:48:09 2021 +0200
  15. 6e647c9 BUG/MINOR: config: fix uninitialized initial state in ".if" block evaluator by Willy Tarreau · Thu May 06 08:46:11 2021 +0200
  16. e763c8c BUG/MINOR: stream: Decrement server current session counter on L7 retry by Christopher Faulet · Wed May 05 18:23:59 2021 +0200
  17. 10a8670 MINOR: mux-h1: Manage processing blocking flags on the H1 stream by Christopher Faulet · Wed Apr 07 14:18:11 2021 +0200
  18. 14ee9b8 CLEANUP: mux-h1: rename WAIT_INPUT/WAIT_OUTPUT flags by Christopher Faulet · Wed Apr 07 11:50:26 2021 +0200
  19. 02c92c3 MEDIUM: mux-h1: Wake H1 stream when both sides a synchronized by Christopher Faulet · Fri Apr 09 12:31:48 2021 +0200
  20. 94d3510 MINOR: mux-h1: Always subscribe for reads when splicing is disabled by Christopher Faulet · Fri Apr 09 11:58:49 2021 +0200
  21. 8454f2d MINOR: mux-h1: Subscribe for sends if output buffer is not empty in h1_snd_pipe by Christopher Faulet · Tue Apr 06 17:27:32 2021 +0200
  22. 2b861bf MINOR: mux-h1: clean up conditions to enabled and disabled splicing by Christopher Faulet · Tue Apr 06 17:24:39 2021 +0200
  23. 1baef15 BUG/MEDIUM: mux-h1: Properly report client close if abortonclose option is set by Christopher Faulet · Thu Apr 08 18:42:59 2021 +0200
  24. ec4207c MEDIUM: mux-h1: Don't block reads when waiting for the other side by Christopher Faulet · Thu Apr 08 18:34:30 2021 +0200
  25. d8219b3 MINOR: conn-stream: Force mux to wait for read events if abortonclose is set by Christopher Faulet · Thu Apr 08 18:13:25 2021 +0200
  26. e0dec4b BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive by Christopher Faulet · Wed Apr 07 08:45:05 2021 +0200
  27. ca3afc2 MINOR: activity: add the profiling.memory global setting by Willy Tarreau · Wed May 05 18:33:19 2021 +0200
  28. 993d44d MINOR: activity: make "show profiling" also dump the memoery usage by Willy Tarreau · Wed May 05 18:07:02 2021 +0200
  29. 42712cb MINOR: activity: make "show profiling" support a few arguments by Willy Tarreau · Wed May 05 17:48:13 2021 +0200
  30. 637d85a MINOR: activity: clean up the show profiling io_handler a little bit by Willy Tarreau · Wed May 05 17:33:27 2021 +0200
  31. f93c7be MEDIUM: activity: collect memory allocator statistics with USE_MEMORY_PROFILING by Willy Tarreau · Wed May 05 17:07:09 2021 +0200
  32. db87fc7 MINOR: activity: declare the storage for memory usage statistics by Willy Tarreau · Wed May 05 16:50:40 2021 +0200
  33. 00dd44f MINOR: activity: add a "memory" entry to "profiling" by Willy Tarreau · Wed May 05 16:44:23 2021 +0200
  34. ef7380f CLEANUP: activity: mark the profiling and task_profiling_mask __read_mostly by Willy Tarreau · Wed May 05 16:28:31 2021 +0200
  35. 6419239 MINOR: tools: add functions to retrieve the address of a symbol by Willy Tarreau · Wed May 05 09:06:21 2021 +0200
  36. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · Mon May 03 10:47:51 2021 +0200
  37. efc6e95 MEDIUM: mux_h1: release idling frontend conns on soft-stop by Amaury Denoyelle · Wed May 05 11:11:11 2021 +0200
  38. 3109ccf MINOR: srv: close all idle connections on shutdown by Amaury Denoyelle · Thu Apr 29 17:30:05 2021 +0200
  39. 1ab6c0b MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS by Willy Tarreau · Wed May 05 07:29:01 2021 +0200
  40. 48129be MINOR: debug: add a new "debug dev sym" command in expert mode by Willy Tarreau · Tue May 04 18:40:50 2021 +0200
  41. 5ba80d6 BUG/MINOR: ssl/cli: fix a lock leak when no memory available by William Lallemand · Tue May 04 16:17:27 2021 +0200
  42. 18b2a9d BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · Tue May 04 16:27:45 2021 +0200
  43. c31b200 BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers by Christopher Faulet · Mon May 03 10:11:13 2021 +0200
  44. 2920201 CLEANUP: map/cli: properly align the map/acl help by Willy Tarreau · Fri Apr 30 15:33:49 2021 +0200
  45. bb51c44 MINOR: map/acl: make "add map/acl" support an optional version number by Willy Tarreau · Fri Apr 30 15:23:36 2021 +0200
  46. 7a562ca MINOR: map/acl: add the "commit map/acl" CLI command by Willy Tarreau · Fri Apr 30 15:10:01 2021 +0200
  47. 97218ce MINOR: map/acl: add the "prepare map/acl" CLI command by Willy Tarreau · Fri Apr 30 14:57:03 2021 +0200
  48. ff3feeb MINOR: map/acl: add the possibility to specify the version in "clear map/acl" by Willy Tarreau · Fri Apr 30 13:31:43 2021 +0200
  49. a13afe6 MINOR: pattern: support purging arbitrary ranges of generations by Willy Tarreau · Fri Apr 30 13:19:37 2021 +0200
  50. 95f753e MINOR: map/acl: add the possibility to specify the version in "show map/acl" by Willy Tarreau · Fri Apr 30 12:09:54 2021 +0200
  51. e3a42a6 MINOR: map: show the current and next pattern version in "show map" by Willy Tarreau · Fri Apr 30 10:55:53 2021 +0200
  52. 4053b03 MINOR: map: get rid of map_add_key_value() by Willy Tarreau · Thu Apr 29 16:55:17 2021 +0200
  53. f7dd0e8 CLEANUP: map: slightly reorder the add map function by Willy Tarreau · Thu Apr 29 16:02:48 2021 +0200
  54. eafd701 MINOR: server: fix doc/trace on lb algo for dynamic server creation by Amaury Denoyelle · Thu Apr 29 14:59:42 2021 +0200
  55. 7e702d1 CLEANUP: hlua: rename hlua_appctx* appctx to luactx by Willy Tarreau · Wed Apr 28 17:59:21 2021 +0200
  56. b4476c6 CLEANUP: freq_ctr: make arguments of freq_ctr_total() const by Willy Tarreau · Wed Apr 28 17:44:37 2021 +0200
  57. fe16126 BUG/MEDIUM: time: fix updating of global_now upon clock drift by Willy Tarreau · Wed Apr 28 17:31:22 2021 +0200
  58. ccdfbae MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · Wed Apr 28 12:59:35 2021 +0200
  59. 1a6b43e BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · Tue Apr 20 14:43:46 2021 +0200
  60. 8e7a13e BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · Wed Apr 28 11:48:15 2021 +0200
  61. cc9cce9 BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · Tue Feb 23 17:08:08 2021 +0100
  62. d9729da BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · Tue Feb 23 16:50:53 2021 +0100
  63. b0d60be BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · Thu Mar 04 10:27:10 2021 +0100
  64. 437e48a BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · Wed Apr 28 09:49:33 2021 +0200
  65. 2c4ab41 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · Wed Apr 21 16:06:35 2021 +0200
  66. 8a022d5 MINOR: config: add a new "default-path" global directive by Willy Tarreau · Tue Apr 27 20:29:11 2021 +0200
  67. da543e1 CLEANUP: cfgparse: de-uglify early file error handling in readcfgfile() by Willy Tarreau · Tue Apr 27 18:30:28 2021 +0200
  68. 925abdf BUG/MEDIUM: mux-h2: Handle EOM flag when sending a DATA frame with zero-copy by Christopher Faulet · Tue Apr 27 22:51:07 2021 +0200
  69. bd878d2 BUG/MINOR: hlua: Don't consume headers when starting an HTTP lua service by Christopher Faulet · Wed Apr 28 10:50:21 2021 +0200
  70. 1eedf9b BUG/MINOR: applet: Notify the other side if data were consumed by an applet by Christopher Faulet · Tue Apr 27 17:08:10 2021 +0200
  71. f506d96 MEDIUM: http-ana: handle read error on server side if waiting for response by Christopher Faulet · Tue Apr 27 10:56:28 2021 +0200
  72. 3d87558 BUG/MINOR: mux-h2: Don't encroach on the reserve when decoding headers by Christopher Faulet · Mon Apr 26 17:46:13 2021 +0200
  73. 2b78f0b CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-line by Christopher Faulet · Thu Apr 22 09:50:14 2021 +0200
  74. c92ec0b MEDIUM: htx: Refactor htx_xfer_blks() to not rely on hdrs_bytes field by Christopher Faulet · Thu Apr 22 09:45:18 2021 +0200
  75. 5e9b24f BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message by Christopher Faulet · Thu Apr 22 09:43:47 2021 +0200
  76. 8f685c1 BUG/MEDIUM: cpuset: fix build on MacOS by Amaury Denoyelle · Tue Apr 27 16:45:29 2021 +0200
  77. fc6ac53 BUG/MAJOR: fix build on musl with cpu_set_t support by Amaury Denoyelle · Tue Apr 27 10:46:36 2021 +0200
  78. 43899ec BUG/MINOR: ssl: ssl_sock_prepare_ssl_ctx does not return an error code by Remi Tricot-Le Breton · Wed Apr 21 15:32:46 2021 +0200
  79. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 24 13:25:42 2021 +0500
  80. df3db63 REORG: htx: Inline htx functions to add HTX blocks in a message by Christopher Faulet · Mon Apr 26 10:18:16 2021 +0200
  81. fb38c91 BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application by Christopher Faulet · Mon Apr 26 09:38:55 2021 +0200
  82. 2e4a18e MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer by Tim Duesterhus · Wed Apr 21 21:20:36 2021 +0200
  83. 07bf21c BUG/MEDIUM: config: fix missing initialization in numa_detect_topology() by Willy Tarreau · Fri Apr 23 19:09:16 2021 +0200
  84. 2cc201f BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · Fri Apr 23 12:21:26 2021 +0200
  85. cbfe5eb BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · Thu Apr 22 18:20:37 2021 +0200
  86. 1675ada BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · Thu Apr 22 18:13:13 2021 +0200
  87. 1f9e11e CLEANUP: time: use __tv_to_ms() in tv_update_date() instead of open-coding by Willy Tarreau · Fri Apr 23 16:03:21 2021 +0200
  88. 4d01f3d MINOR: time: avoid overwriting the same values of global_now by Willy Tarreau · Fri Apr 23 15:36:47 2021 +0200
  89. 481795d MINOR: time: avoid unneeded updates to now_offset by Willy Tarreau · Fri Apr 23 15:17:27 2021 +0200
  90. a6f9c5d BUG/MINOR: cpuset: fix compilation on platform without cpu affinity by Amaury Denoyelle · Fri Apr 23 16:58:08 2021 +0200
  91. c5ed1f9 BUG/MINOR: haproxy: fix compilation on macOS by Amaury Denoyelle · Fri Apr 23 16:41:22 2021 +0200
  92. 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · Fri Mar 26 18:50:33 2021 +0100
  93. b56a7c8 MEDIUM: cfgparse: detect numa and set affinity if needed by Amaury Denoyelle · Fri Mar 26 18:20:47 2021 +0100
  94. a808235 MINOR: cfgparse: support the comma separator on parse_cpu_set by Amaury Denoyelle · Tue Apr 06 16:46:15 2021 +0200
  95. 4c9efde MINOR: thread: implement the detection of forced cpu affinity by Amaury Denoyelle · Wed Mar 31 16:57:39 2021 +0200
  96. 982fb53 MEDIUM: config: use platform independent type hap_cpuset for cpu-map by Amaury Denoyelle · Wed Apr 21 18:39:58 2021 +0200
  97. c90932b MINOR: cfgparse: use hap_cpuset for parse_cpu_set by Amaury Denoyelle · Wed Apr 14 16:16:03 2021 +0200
  98. f75c640 MINOR: cpuset: define a platform-independent cpuset type by Amaury Denoyelle · Wed Apr 14 15:03:51 2021 +0200
  99. de9d605 BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data by Christopher Faulet · Fri Apr 23 12:25:18 2021 +0200
  100. 5e65f42 CLEANUP: compression: remove calls to SLZ init functions by Willy Tarreau · Thu Apr 22 14:43:49 2021 +0200