1. 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
  2. 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
  3. 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
  4. 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
  5. 1c235e5 MINOR: channel: Rely on HTX version if appropriate in channel_may_recv() by Christopher Faulet · Wed Apr 07 08:10:41 2021 +0200
  6. f6818d6 BUILD: makefile: add new option USE_MEMORY_PROFILING by Willy Tarreau · Wed May 05 18:17:39 2021 +0200
  7. ca3afc2 MINOR: activity: add the profiling.memory global setting by Willy Tarreau · Wed May 05 18:33:19 2021 +0200
  8. 993d44d MINOR: activity: make "show profiling" also dump the memoery usage by Willy Tarreau · Wed May 05 18:07:02 2021 +0200
  9. 42712cb MINOR: activity: make "show profiling" support a few arguments by Willy Tarreau · Wed May 05 17:48:13 2021 +0200
  10. 637d85a MINOR: activity: clean up the show profiling io_handler a little bit by Willy Tarreau · Wed May 05 17:33:27 2021 +0200
  11. f93c7be MEDIUM: activity: collect memory allocator statistics with USE_MEMORY_PROFILING by Willy Tarreau · Wed May 05 17:07:09 2021 +0200
  12. db87fc7 MINOR: activity: declare the storage for memory usage statistics by Willy Tarreau · Wed May 05 16:50:40 2021 +0200
  13. 00dd44f MINOR: activity: add a "memory" entry to "profiling" by Willy Tarreau · Wed May 05 16:44:23 2021 +0200
  14. ef7380f CLEANUP: activity: mark the profiling and task_profiling_mask __read_mostly by Willy Tarreau · Wed May 05 16:28:31 2021 +0200
  15. 6419239 MINOR: tools: add functions to retrieve the address of a symbol by Willy Tarreau · Wed May 05 09:06:21 2021 +0200
  16. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · Mon May 03 10:47:51 2021 +0200
  17. efc6e95 MEDIUM: mux_h1: release idling frontend conns on soft-stop by Amaury Denoyelle · Wed May 05 11:11:11 2021 +0200
  18. 99cca08 MINOR: connection: move session_list member in a union by Amaury Denoyelle · Mon May 03 14:28:30 2021 +0200
  19. 3109ccf MINOR: srv: close all idle connections on shutdown by Amaury Denoyelle · Thu Apr 29 17:30:05 2021 +0200
  20. 04b57a7 CI: Github Actions: switch to LibreSSL-3.3.3 by Ilya Shipitsin · Wed May 05 09:01:03 2021 +0500
  21. 1ab6c0b MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS by Willy Tarreau · Wed May 05 07:29:01 2021 +0200
  22. 48129be MINOR: debug: add a new "debug dev sym" command in expert mode by Willy Tarreau · Tue May 04 18:40:50 2021 +0200
  23. 5ba80d6 BUG/MINOR: ssl/cli: fix a lock leak when no memory available by William Lallemand · Tue May 04 16:17:27 2021 +0200
  24. 18b2a9d BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · Tue May 04 16:27:45 2021 +0200
  25. 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
  26. 080347f [RELEASE] Released version 2.4-dev18 by Willy Tarreau · Sat May 01 08:25:15 2021 +0200
  27. d272b40 BUILD: compiler: do not use already defined __read_mostly on dragonfly by Amaury Denoyelle · Fri Apr 23 16:35:13 2021 +0200
  28. 2920201 CLEANUP: map/cli: properly align the map/acl help by Willy Tarreau · Fri Apr 30 15:33:49 2021 +0200
  29. bb51c44 MINOR: map/acl: make "add map/acl" support an optional version number by Willy Tarreau · Fri Apr 30 15:23:36 2021 +0200
  30. 7a562ca MINOR: map/acl: add the "commit map/acl" CLI command by Willy Tarreau · Fri Apr 30 15:10:01 2021 +0200
  31. 97218ce MINOR: map/acl: add the "prepare map/acl" CLI command by Willy Tarreau · Fri Apr 30 14:57:03 2021 +0200
  32. 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
  33. a13afe6 MINOR: pattern: support purging arbitrary ranges of generations by Willy Tarreau · Fri Apr 30 13:19:37 2021 +0200
  34. 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
  35. e3a42a6 MINOR: map: show the current and next pattern version in "show map" by Willy Tarreau · Fri Apr 30 10:55:53 2021 +0200
  36. 4053b03 MINOR: map: get rid of map_add_key_value() by Willy Tarreau · Thu Apr 29 16:55:17 2021 +0200
  37. f7dd0e8 CLEANUP: map: slightly reorder the add map function by Willy Tarreau · Thu Apr 29 16:02:48 2021 +0200
  38. 4000ff0 DOC: management: move "set var" to the proper place by Willy Tarreau · Fri Apr 30 14:45:53 2021 +0200
  39. deee369 REGTESTS: add minimal CLI "add map" tests by Willy Tarreau · Thu Apr 29 16:17:23 2021 +0200
  40. 996190a REGTESTS: server: fix cli_add_server due to previous trace update by Amaury Denoyelle · Thu Apr 29 15:35:46 2021 +0200
  41. eafd701 MINOR: server: fix doc/trace on lb algo for dynamic server creation by Amaury Denoyelle · Thu Apr 29 14:59:42 2021 +0200
  42. 7e702d1 CLEANUP: hlua: rename hlua_appctx* appctx to luactx by Willy Tarreau · Wed Apr 28 17:59:21 2021 +0200
  43. b4476c6 CLEANUP: freq_ctr: make arguments of freq_ctr_total() const by Willy Tarreau · Wed Apr 28 17:44:37 2021 +0200
  44. fe16126 BUG/MEDIUM: time: fix updating of global_now upon clock drift by Willy Tarreau · Wed Apr 28 17:31:22 2021 +0200
  45. ccdfbae MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · Wed Apr 28 12:59:35 2021 +0200
  46. 1a6b43e BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · Tue Apr 20 14:43:46 2021 +0200
  47. 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
  48. cc9cce9 BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · Tue Feb 23 17:08:08 2021 +0100
  49. d9729da BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · Tue Feb 23 16:50:53 2021 +0100
  50. b0d60be BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · Thu Mar 04 10:27:10 2021 +0100
  51. 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
  52. 2c4ab41 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · Wed Apr 21 16:06:35 2021 +0200
  53. 8a022d5 MINOR: config: add a new "default-path" global directive by Willy Tarreau · Tue Apr 27 20:29:11 2021 +0200
  54. da543e1 CLEANUP: cfgparse: de-uglify early file error handling in readcfgfile() by Willy Tarreau · Tue Apr 27 18:30:28 2021 +0200
  55. 59c5335 DOC: general: fix example in set-timeout by Alex · Tue Apr 27 12:57:07 2021 +0200
  56. 8b604d1 CLEANUP: channel: No longer notify the producer in co_skip()/co_htx_skip() by Christopher Faulet · Tue Apr 27 23:06:20 2021 +0200
  57. 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
  58. 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
  59. 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
  60. 260ec8e MINOR: htx: Limit length of headers name/value when a HTX message is dumped by Christopher Faulet · Tue Apr 27 11:29:00 2021 +0200
  61. 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
  62. 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
  63. 2b78f0b CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-line by Christopher Faulet · Thu Apr 22 09:50:14 2021 +0200
  64. 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
  65. 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
  66. 8f685c1 BUG/MEDIUM: cpuset: fix build on MacOS by Amaury Denoyelle · Tue Apr 27 16:45:29 2021 +0200
  67. fc6ac53 BUG/MAJOR: fix build on musl with cpu_set_t support by Amaury Denoyelle · Tue Apr 27 10:46:36 2021 +0200
  68. 9463f0e BUG/MINOR: cpuset: move include guard at the very beginning by Amaury Denoyelle · Tue Apr 27 10:39:39 2021 +0200
  69. 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
  70. bf1bd5a DOC: general: fix white spaces for HTML converter by Alex · Sat Apr 24 13:02:21 2021 +0200
  71. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 24 13:25:42 2021 +0500
  72. df3db63 REORG: htx: Inline htx functions to add HTX blocks in a message by Christopher Faulet · Mon Apr 26 10:18:16 2021 +0200
  73. fb38c91 BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application by Christopher Faulet · Mon Apr 26 09:38:55 2021 +0200
  74. 2e4a18e MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer by Tim Duesterhus · Wed Apr 21 21:20:36 2021 +0200
  75. d6d33de DOC: Add RFC references for the path-strip-dot(dot)? normalizers by Tim Duesterhus · Wed Apr 21 21:20:35 2021 +0200
  76. c315efd DOC: Fix RFC reference for the percent-to-uppercase normalizer by Tim Duesterhus · Wed Apr 21 21:20:34 2021 +0200
  77. 7a95f41 DOC: Fix indentation for `path-strip-dot` normalizer by Tim Duesterhus · Wed Apr 21 21:20:33 2021 +0200
  78. bfd19d6 [RELEASE] Released version 2.4-dev17 by Willy Tarreau · Fri Apr 23 19:11:10 2021 +0200
  79. 07bf21c BUG/MEDIUM: config: fix missing initialization in numa_detect_topology() by Willy Tarreau · Fri Apr 23 19:09:16 2021 +0200
  80. 2cc201f BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · Fri Apr 23 12:21:26 2021 +0200
  81. cbfe5eb BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · Thu Apr 22 18:20:37 2021 +0200
  82. 1675ada BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · Thu Apr 22 18:13:13 2021 +0200
  83. 5020ffb MINOR: time: avoid u64 needlessly expensive computations for the 32-bit now_ms by Willy Tarreau · Fri Apr 23 16:04:18 2021 +0200
  84. 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
  85. 4d01f3d MINOR: time: avoid overwriting the same values of global_now by Willy Tarreau · Fri Apr 23 15:36:47 2021 +0200
  86. 481795d MINOR: time: avoid unneeded updates to now_offset by Willy Tarreau · Fri Apr 23 15:17:27 2021 +0200
  87. a6f9c5d BUG/MINOR: cpuset: fix compilation on platform without cpu affinity by Amaury Denoyelle · Fri Apr 23 16:58:08 2021 +0200
  88. c5ed1f9 BUG/MINOR: haproxy: fix compilation on macOS by Amaury Denoyelle · Fri Apr 23 16:41:22 2021 +0200
  89. 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · Fri Mar 26 18:50:33 2021 +0100
  90. b56a7c8 MEDIUM: cfgparse: detect numa and set affinity if needed by Amaury Denoyelle · Fri Mar 26 18:20:47 2021 +0100
  91. a808235 MINOR: cfgparse: support the comma separator on parse_cpu_set by Amaury Denoyelle · Tue Apr 06 16:46:15 2021 +0200
  92. 4c9efde MINOR: thread: implement the detection of forced cpu affinity by Amaury Denoyelle · Wed Mar 31 16:57:39 2021 +0200
  93. 982fb53 MEDIUM: config: use platform independent type hap_cpuset for cpu-map by Amaury Denoyelle · Wed Apr 21 18:39:58 2021 +0200
  94. c90932b MINOR: cfgparse: use hap_cpuset for parse_cpu_set by Amaury Denoyelle · Wed Apr 14 16:16:03 2021 +0200
  95. f75c640 MINOR: cpuset: define a platform-independent cpuset type by Amaury Denoyelle · Wed Apr 14 15:03:51 2021 +0200
  96. de9d605 BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data by Christopher Faulet · Fri Apr 23 12:25:18 2021 +0200
  97. 5e65f42 CLEANUP: compression: remove calls to SLZ init functions by Willy Tarreau · Thu Apr 22 14:43:49 2021 +0200
  98. aca389a CI: github: do not build libslz any more by Willy Tarreau · Thu Apr 22 16:10:32 2021 +0200
  99. 12840be BUILD: compression: switch SLZ from out-of-tree to in-tree by Willy Tarreau · Thu Apr 22 14:14:22 2021 +0200
  100. ab2b782 IMPORT: slz: import slz into the tree by Willy Tarreau · Thu Apr 22 14:09:44 2021 +0200