1. a1169b6 MINOR: sample: improve error reporting on missing arg to strcmp() converter by Willy Tarreau · Sat May 08 06:50:28 2021 +0200
  2. 24abb0c BUG/MINOR: server: do not report diag for peer servers with null weight by Amaury Denoyelle · Fri May 07 15:13:51 2021 +0200
  3. b979f59 MINOR: proxy: define PR_CAP_LB by Amaury Denoyelle · Fri May 07 15:12:20 2021 +0200
  4. 86c1d0f BUILD: fix usage of ha_alert without format string by Amaury Denoyelle · Fri May 07 15:07:21 2021 +0200
  5. a9e639a MINOR: http_act: mark normalize-uri as experimental by Amaury Denoyelle · Thu May 06 15:50:12 2021 +0200
  6. 5dfdf3e MINOR: stats: report tainted on show info by Amaury Denoyelle · Wed May 05 17:09:12 2021 +0200
  7. f492992 MINOR: cli: set tainted when using CLI expert/experimental mode by Amaury Denoyelle · Wed May 05 16:29:23 2021 +0200
  8. 0351773 MINOR: action: implement experimental actions by Amaury Denoyelle · Fri May 07 14:25:01 2021 +0200
  9. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · Thu May 06 15:33:09 2021 +0200
  10. d2e53cd MINOR: cfgparse: implement experimental config keywords by Amaury Denoyelle · Thu May 06 16:21:39 2021 +0200
  11. 484454d MINOR: global: define tainted flag by Amaury Denoyelle · Wed May 05 16:18:45 2021 +0200
  12. ea86083 BUG/MINOR: checks: Reschedule check on observe mode only if fastinter is set by Christopher Faulet · Fri May 07 11:45:26 2021 +0200
  13. 92017a3 BUG/MINOR: checks: Handle synchronous connect when a tcpcheck is started by Christopher Faulet · Thu May 06 16:01:18 2021 +0200
  14. 30aa0da BUG/MINOR: stream: Reset stream final state and si error type on L7 retry by Christopher Faulet · Wed May 05 21:05:09 2021 +0200
  15. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  16. 7190b98 MINOR: config: add a new message directive: .diag by Willy Tarreau · Fri May 07 08:59:50 2021 +0200
  17. 9f903af MEDIUM: log: slightly refine the output format of alerts/warnings/etc by Willy Tarreau · Fri May 07 08:42:39 2021 +0200
  18. 75a4284 BUG/MINOR: stream: properly clear the previous error mask on L7 retries by Willy Tarreau · Fri May 07 08:19:30 2021 +0200
  19. 2639e2e BUG/MINOR: activity: use the new pointer to calculate the new size in realloc() by Willy Tarreau · Fri May 07 08:01:35 2021 +0200
  20. 0b7c78a MINOR: config: add predicates "version_atleast" and "version_before" to cond blocks by Willy Tarreau · Thu May 06 16:53:26 2021 +0200
  21. 58ca706 MINOR: config: add predicate "feature" to detect certain built-in features by Willy Tarreau · Thu May 06 16:34:23 2021 +0200
  22. 6492e87 MINOR: config: add predicates "streq()" and "strneq()" to conditional expressions by Willy Tarreau · Thu May 06 16:10:09 2021 +0200
  23. 42ed14b MINOR: config: add predicate "defined()" to conditional expression blocks by Willy Tarreau · Thu May 06 15:55:14 2021 +0200
  24. 732525f MINOR: config: make cfg_eval_condition() support predicates with arguments by Willy Tarreau · Thu May 06 15:49:04 2021 +0200
  25. 299bd1c MINOR: config: improve .if condition error reporting by Willy Tarreau · Thu May 06 15:07:10 2021 +0200
  26. a43dfda MINOR: global: add version comparison functions by Willy Tarreau · Thu May 06 07:43:35 2021 +0200
  27. f0d3b73 MINOR: global: export the build features string list by Willy Tarreau · Thu May 06 16:30:32 2021 +0200
  28. 3e293a9 MINOR: arg: improve the error message on missing closing parenthesis by Willy Tarreau · Thu May 06 14:50:30 2021 +0200
  29. 7541056 BUILD: activity: do not include malloc.h by Willy Tarreau · Thu May 06 11:37:53 2021 +0200
  30. a46f1af MINOR: config: support some pseudo-variables for file/line/section by Willy Tarreau · Thu May 06 10:25:11 2021 +0200
  31. 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
  32. 6a2110c MINOR: config: centralize the ".if"/".elif" condition parser and evaluator by Willy Tarreau · Thu May 06 08:19:48 2021 +0200
  33. 71990e6 BUG/MINOR: config: .if/.elif should also accept negative integers by Willy Tarreau · Thu May 06 07:52:50 2021 +0200
  34. 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
  35. 6e647c9 BUG/MINOR: config: fix uninitialized initial state in ".if" block evaluator by Willy Tarreau · Thu May 06 08:46:11 2021 +0200
  36. e763c8c BUG/MINOR: stream: Decrement server current session counter on L7 retry by Christopher Faulet · Wed May 05 18:23:59 2021 +0200
  37. 10a8670 MINOR: mux-h1: Manage processing blocking flags on the H1 stream by Christopher Faulet · Wed Apr 07 14:18:11 2021 +0200
  38. 14ee9b8 CLEANUP: mux-h1: rename WAIT_INPUT/WAIT_OUTPUT flags by Christopher Faulet · Wed Apr 07 11:50:26 2021 +0200
  39. 02c92c3 MEDIUM: mux-h1: Wake H1 stream when both sides a synchronized by Christopher Faulet · Fri Apr 09 12:31:48 2021 +0200
  40. 94d3510 MINOR: mux-h1: Always subscribe for reads when splicing is disabled by Christopher Faulet · Fri Apr 09 11:58:49 2021 +0200
  41. 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
  42. 2b861bf MINOR: mux-h1: clean up conditions to enabled and disabled splicing by Christopher Faulet · Tue Apr 06 17:24:39 2021 +0200
  43. 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
  44. 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
  45. 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
  46. 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
  47. ca3afc2 MINOR: activity: add the profiling.memory global setting by Willy Tarreau · Wed May 05 18:33:19 2021 +0200
  48. 993d44d MINOR: activity: make "show profiling" also dump the memoery usage by Willy Tarreau · Wed May 05 18:07:02 2021 +0200
  49. 42712cb MINOR: activity: make "show profiling" support a few arguments by Willy Tarreau · Wed May 05 17:48:13 2021 +0200
  50. 637d85a MINOR: activity: clean up the show profiling io_handler a little bit by Willy Tarreau · Wed May 05 17:33:27 2021 +0200
  51. f93c7be MEDIUM: activity: collect memory allocator statistics with USE_MEMORY_PROFILING by Willy Tarreau · Wed May 05 17:07:09 2021 +0200
  52. db87fc7 MINOR: activity: declare the storage for memory usage statistics by Willy Tarreau · Wed May 05 16:50:40 2021 +0200
  53. 00dd44f MINOR: activity: add a "memory" entry to "profiling" by Willy Tarreau · Wed May 05 16:44:23 2021 +0200
  54. ef7380f CLEANUP: activity: mark the profiling and task_profiling_mask __read_mostly by Willy Tarreau · Wed May 05 16:28:31 2021 +0200
  55. 6419239 MINOR: tools: add functions to retrieve the address of a symbol by Willy Tarreau · Wed May 05 09:06:21 2021 +0200
  56. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · Mon May 03 10:47:51 2021 +0200
  57. efc6e95 MEDIUM: mux_h1: release idling frontend conns on soft-stop by Amaury Denoyelle · Wed May 05 11:11:11 2021 +0200
  58. 3109ccf MINOR: srv: close all idle connections on shutdown by Amaury Denoyelle · Thu Apr 29 17:30:05 2021 +0200
  59. 1ab6c0b MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS by Willy Tarreau · Wed May 05 07:29:01 2021 +0200
  60. 48129be MINOR: debug: add a new "debug dev sym" command in expert mode by Willy Tarreau · Tue May 04 18:40:50 2021 +0200
  61. 5ba80d6 BUG/MINOR: ssl/cli: fix a lock leak when no memory available by William Lallemand · Tue May 04 16:17:27 2021 +0200
  62. 18b2a9d BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · Tue May 04 16:27:45 2021 +0200
  63. 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
  64. 2920201 CLEANUP: map/cli: properly align the map/acl help by Willy Tarreau · Fri Apr 30 15:33:49 2021 +0200
  65. bb51c44 MINOR: map/acl: make "add map/acl" support an optional version number by Willy Tarreau · Fri Apr 30 15:23:36 2021 +0200
  66. 7a562ca MINOR: map/acl: add the "commit map/acl" CLI command by Willy Tarreau · Fri Apr 30 15:10:01 2021 +0200
  67. 97218ce MINOR: map/acl: add the "prepare map/acl" CLI command by Willy Tarreau · Fri Apr 30 14:57:03 2021 +0200
  68. 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
  69. a13afe6 MINOR: pattern: support purging arbitrary ranges of generations by Willy Tarreau · Fri Apr 30 13:19:37 2021 +0200
  70. 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
  71. e3a42a6 MINOR: map: show the current and next pattern version in "show map" by Willy Tarreau · Fri Apr 30 10:55:53 2021 +0200
  72. 4053b03 MINOR: map: get rid of map_add_key_value() by Willy Tarreau · Thu Apr 29 16:55:17 2021 +0200
  73. f7dd0e8 CLEANUP: map: slightly reorder the add map function by Willy Tarreau · Thu Apr 29 16:02:48 2021 +0200
  74. eafd701 MINOR: server: fix doc/trace on lb algo for dynamic server creation by Amaury Denoyelle · Thu Apr 29 14:59:42 2021 +0200
  75. 7e702d1 CLEANUP: hlua: rename hlua_appctx* appctx to luactx by Willy Tarreau · Wed Apr 28 17:59:21 2021 +0200
  76. b4476c6 CLEANUP: freq_ctr: make arguments of freq_ctr_total() const by Willy Tarreau · Wed Apr 28 17:44:37 2021 +0200
  77. fe16126 BUG/MEDIUM: time: fix updating of global_now upon clock drift by Willy Tarreau · Wed Apr 28 17:31:22 2021 +0200
  78. ccdfbae MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · Wed Apr 28 12:59:35 2021 +0200
  79. 1a6b43e BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · Tue Apr 20 14:43:46 2021 +0200
  80. 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
  81. cc9cce9 BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · Tue Feb 23 17:08:08 2021 +0100
  82. d9729da BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · Tue Feb 23 16:50:53 2021 +0100
  83. b0d60be BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · Thu Mar 04 10:27:10 2021 +0100
  84. 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
  85. 2c4ab41 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · Wed Apr 21 16:06:35 2021 +0200
  86. 8a022d5 MINOR: config: add a new "default-path" global directive by Willy Tarreau · Tue Apr 27 20:29:11 2021 +0200
  87. da543e1 CLEANUP: cfgparse: de-uglify early file error handling in readcfgfile() by Willy Tarreau · Tue Apr 27 18:30:28 2021 +0200
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 2b78f0b CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-line by Christopher Faulet · Thu Apr 22 09:50:14 2021 +0200
  94. 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
  95. 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
  96. 8f685c1 BUG/MEDIUM: cpuset: fix build on MacOS by Amaury Denoyelle · Tue Apr 27 16:45:29 2021 +0200
  97. fc6ac53 BUG/MAJOR: fix build on musl with cpu_set_t support by Amaury Denoyelle · Tue Apr 27 10:46:36 2021 +0200
  98. 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
  99. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 24 13:25:42 2021 +0500
  100. df3db63 REORG: htx: Inline htx functions to add HTX blocks in a message by Christopher Faulet · Mon Apr 26 10:18:16 2021 +0200