1. 0fd04fd BUILD: promex: service-prometheus.c needs tools.h by Willy Tarreau · Sat May 08 12:58:12 2021 +0200
  2. e16ada1 BUILD: spoe: flt_spoe.c needs tools.h by Willy Tarreau · Sat May 08 12:57:17 2021 +0200
  3. 2bd8628 BUILD: wurfl: wurfl.c needs tools.h by Willy Tarreau · Sat May 08 12:56:20 2021 +0200
  4. cc81eca BUILD: config: cfgparse-ssl.c needs tools.h by Willy Tarreau · Sat May 08 12:54:42 2021 +0200
  5. cb72b7e BUILD: ssl: ssl_utils requires chunk.h by Willy Tarreau · Sat May 08 12:52:56 2021 +0200
  6. 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · Sat May 08 12:30:50 2021 +0200
  7. e8ceea1 BUILD: auth: include missing list.h by Willy Tarreau · Sat May 08 12:29:51 2021 +0200
  8. 7f673c2 BUILD: wdt: include signal-t.h by Willy Tarreau · Sat May 08 12:27:42 2021 +0200
  9. 29c460b REORG: threads: move all_thread_mask() to thread.h by Willy Tarreau · Sat May 08 12:26:10 2021 +0200
  10. cfc4f24 REORG: vars: move the "proc" scope variables out of the global struct by Willy Tarreau · Sat May 08 11:41:28 2021 +0200
  11. 9eec7e2 MINOR: config: mark tune.fd.edge-triggered as experimental by Willy Tarreau · Sat May 08 11:06:32 2021 +0200
  12. c597772 MINOR: stats: make "show info" able to report rates as floats when asked by Willy Tarreau · Sat May 08 08:14:04 2021 +0200
  13. e8abc32 MINOR: stats: report uptime and start time as floats with subsecond resolution by Willy Tarreau · Sat May 08 07:56:56 2021 +0200
  14. d37e26e MINOR: stats: use tv_remain() to precisely compute the uptime by Willy Tarreau · Sat May 08 07:40:52 2021 +0200
  15. 2745620 MINOR: stats: support an optional "float" option to "show info" by Willy Tarreau · Sat May 08 07:54:24 2021 +0200
  16. 0b26b38 MINOR: stats: pass the appctx flags to stats_fill_info() by Willy Tarreau · Sat May 08 07:43:53 2021 +0200
  17. 6004fb7 MINOR: stats: add the HTML conversion for float types by Willy Tarreau · Sat May 08 07:37:38 2021 +0200
  18. 065ba31 MINOR: stats: avoid excessive padding of float values with trailing zeroes by Willy Tarreau · Sat May 08 10:38:20 2021 +0200
  19. aa33f20 MINOR: freq_ctr: add new functions to report float measurements by Willy Tarreau · Sat May 08 08:12:37 2021 +0200
  20. ae03d26 MINOR: tools: add a float-to-ascii conversion function by Willy Tarreau · Sat May 08 07:35:00 2021 +0200
  21. 56d1d8d MINOR: tools: implement trimming of floating point numbers by Willy Tarreau · Sat May 08 10:28:53 2021 +0200
  22. 589722e DOC: management: mention that some fields may be emitted as floats by Willy Tarreau · Sat May 08 07:46:44 2021 +0200
  23. a1169b6 MINOR: sample: improve error reporting on missing arg to strcmp() converter by Willy Tarreau · Sat May 08 06:50:28 2021 +0200
  24. 02bd684 DOC: ssl: Add information about crl-file option by Remi Tricot-Le Breton · Tue May 04 12:22:34 2021 +0200
  25. 90f2c7f ADDONS: make addons/ discoverable by git via .gitignore by Willy Tarreau · Fri May 07 16:46:52 2021 +0200
  26. 7c980df DOC: ssl: Extra files loading now works for backends too by Remi Tricot-Le Breton · Fri May 07 15:28:08 2021 +0200
  27. 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
  28. b979f59 MINOR: proxy: define PR_CAP_LB by Amaury Denoyelle · Fri May 07 15:12:20 2021 +0200
  29. 86c1d0f BUILD: fix usage of ha_alert without format string by Amaury Denoyelle · Fri May 07 15:07:21 2021 +0200
  30. a9e639a MINOR: http_act: mark normalize-uri as experimental by Amaury Denoyelle · Thu May 06 15:50:12 2021 +0200
  31. 5dfdf3e MINOR: stats: report tainted on show info by Amaury Denoyelle · Wed May 05 17:09:12 2021 +0200
  32. f492992 MINOR: cli: set tainted when using CLI expert/experimental mode by Amaury Denoyelle · Wed May 05 16:29:23 2021 +0200
  33. 0351773 MINOR: action: implement experimental actions by Amaury Denoyelle · Fri May 07 14:25:01 2021 +0200
  34. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · Thu May 06 15:33:09 2021 +0200
  35. d2e53cd MINOR: cfgparse: implement experimental config keywords by Amaury Denoyelle · Thu May 06 16:21:39 2021 +0200
  36. fae9edf MINOR: cfgparse: add a new field flags in cfg_keyword by Amaury Denoyelle · Thu May 06 17:33:29 2021 +0200
  37. 484454d MINOR: global: define tainted flag by Amaury Denoyelle · Wed May 05 16:18:45 2021 +0200
  38. 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
  39. 92017a3 BUG/MINOR: checks: Handle synchronous connect when a tcpcheck is started by Christopher Faulet · Thu May 06 16:01:18 2021 +0200
  40. 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
  41. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  42. 7190b98 MINOR: config: add a new message directive: .diag by Willy Tarreau · Fri May 07 08:59:50 2021 +0200
  43. 9f903af MEDIUM: log: slightly refine the output format of alerts/warnings/etc by Willy Tarreau · Fri May 07 08:42:39 2021 +0200
  44. 75a4284 BUG/MINOR: stream: properly clear the previous error mask on L7 retries by Willy Tarreau · Fri May 07 08:19:30 2021 +0200
  45. 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
  46. 0b7c78a MINOR: config: add predicates "version_atleast" and "version_before" to cond blocks by Willy Tarreau · Thu May 06 16:53:26 2021 +0200
  47. 58ca706 MINOR: config: add predicate "feature" to detect certain built-in features by Willy Tarreau · Thu May 06 16:34:23 2021 +0200
  48. 6492e87 MINOR: config: add predicates "streq()" and "strneq()" to conditional expressions by Willy Tarreau · Thu May 06 16:10:09 2021 +0200
  49. 42ed14b MINOR: config: add predicate "defined()" to conditional expression blocks by Willy Tarreau · Thu May 06 15:55:14 2021 +0200
  50. 732525f MINOR: config: make cfg_eval_condition() support predicates with arguments by Willy Tarreau · Thu May 06 15:49:04 2021 +0200
  51. 299bd1c MINOR: config: improve .if condition error reporting by Willy Tarreau · Thu May 06 15:07:10 2021 +0200
  52. a43dfda MINOR: global: add version comparison functions by Willy Tarreau · Thu May 06 07:43:35 2021 +0200
  53. f0d3b73 MINOR: global: export the build features string list by Willy Tarreau · Thu May 06 16:30:32 2021 +0200
  54. 3e293a9 MINOR: arg: improve the error message on missing closing parenthesis by Willy Tarreau · Thu May 06 14:50:30 2021 +0200
  55. 7541056 BUILD: activity: do not include malloc.h by Willy Tarreau · Thu May 06 11:37:53 2021 +0200
  56. a46f1af MINOR: config: support some pseudo-variables for file/line/section by Willy Tarreau · Thu May 06 10:25:11 2021 +0200
  57. 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
  58. 6a2110c MINOR: config: centralize the ".if"/".elif" condition parser and evaluator by Willy Tarreau · Thu May 06 08:19:48 2021 +0200
  59. 71990e6 BUG/MINOR: config: .if/.elif should also accept negative integers by Willy Tarreau · Thu May 06 07:52:50 2021 +0200
  60. 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
  61. 6e647c9 BUG/MINOR: config: fix uninitialized initial state in ".if" block evaluator by Willy Tarreau · Thu May 06 08:46:11 2021 +0200
  62. e763c8c BUG/MINOR: stream: Decrement server current session counter on L7 retry by Christopher Faulet · Wed May 05 18:23:59 2021 +0200
  63. 10a8670 MINOR: mux-h1: Manage processing blocking flags on the H1 stream by Christopher Faulet · Wed Apr 07 14:18:11 2021 +0200
  64. 14ee9b8 CLEANUP: mux-h1: rename WAIT_INPUT/WAIT_OUTPUT flags by Christopher Faulet · Wed Apr 07 11:50:26 2021 +0200
  65. 02c92c3 MEDIUM: mux-h1: Wake H1 stream when both sides a synchronized by Christopher Faulet · Fri Apr 09 12:31:48 2021 +0200
  66. 94d3510 MINOR: mux-h1: Always subscribe for reads when splicing is disabled by Christopher Faulet · Fri Apr 09 11:58:49 2021 +0200
  67. 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
  68. 2b861bf MINOR: mux-h1: clean up conditions to enabled and disabled splicing by Christopher Faulet · Tue Apr 06 17:24:39 2021 +0200
  69. 16b3751 REGTESTS: Add script to test abortonclose option by Christopher Faulet · Wed Apr 07 14:37:07 2021 +0200
  70. 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
  71. 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
  72. 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
  73. 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
  74. 1c235e5 MINOR: channel: Rely on HTX version if appropriate in channel_may_recv() by Christopher Faulet · Wed Apr 07 08:10:41 2021 +0200
  75. f6818d6 BUILD: makefile: add new option USE_MEMORY_PROFILING by Willy Tarreau · Wed May 05 18:17:39 2021 +0200
  76. ca3afc2 MINOR: activity: add the profiling.memory global setting by Willy Tarreau · Wed May 05 18:33:19 2021 +0200
  77. 993d44d MINOR: activity: make "show profiling" also dump the memoery usage by Willy Tarreau · Wed May 05 18:07:02 2021 +0200
  78. 42712cb MINOR: activity: make "show profiling" support a few arguments by Willy Tarreau · Wed May 05 17:48:13 2021 +0200
  79. 637d85a MINOR: activity: clean up the show profiling io_handler a little bit by Willy Tarreau · Wed May 05 17:33:27 2021 +0200
  80. f93c7be MEDIUM: activity: collect memory allocator statistics with USE_MEMORY_PROFILING by Willy Tarreau · Wed May 05 17:07:09 2021 +0200
  81. db87fc7 MINOR: activity: declare the storage for memory usage statistics by Willy Tarreau · Wed May 05 16:50:40 2021 +0200
  82. 00dd44f MINOR: activity: add a "memory" entry to "profiling" by Willy Tarreau · Wed May 05 16:44:23 2021 +0200
  83. ef7380f CLEANUP: activity: mark the profiling and task_profiling_mask __read_mostly by Willy Tarreau · Wed May 05 16:28:31 2021 +0200
  84. 6419239 MINOR: tools: add functions to retrieve the address of a symbol by Willy Tarreau · Wed May 05 09:06:21 2021 +0200
  85. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · Mon May 03 10:47:51 2021 +0200
  86. efc6e95 MEDIUM: mux_h1: release idling frontend conns on soft-stop by Amaury Denoyelle · Wed May 05 11:11:11 2021 +0200
  87. 99cca08 MINOR: connection: move session_list member in a union by Amaury Denoyelle · Mon May 03 14:28:30 2021 +0200
  88. 3109ccf MINOR: srv: close all idle connections on shutdown by Amaury Denoyelle · Thu Apr 29 17:30:05 2021 +0200
  89. 04b57a7 CI: Github Actions: switch to LibreSSL-3.3.3 by Ilya Shipitsin · Wed May 05 09:01:03 2021 +0500
  90. 1ab6c0b MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS by Willy Tarreau · Wed May 05 07:29:01 2021 +0200
  91. 48129be MINOR: debug: add a new "debug dev sym" command in expert mode by Willy Tarreau · Tue May 04 18:40:50 2021 +0200
  92. 5ba80d6 BUG/MINOR: ssl/cli: fix a lock leak when no memory available by William Lallemand · Tue May 04 16:17:27 2021 +0200
  93. 18b2a9d BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · Tue May 04 16:27:45 2021 +0200
  94. 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
  95. 080347f [RELEASE] Released version 2.4-dev18 by Willy Tarreau · Sat May 01 08:25:15 2021 +0200
  96. d272b40 BUILD: compiler: do not use already defined __read_mostly on dragonfly by Amaury Denoyelle · Fri Apr 23 16:35:13 2021 +0200
  97. 2920201 CLEANUP: map/cli: properly align the map/acl help by Willy Tarreau · Fri Apr 30 15:33:49 2021 +0200
  98. bb51c44 MINOR: map/acl: make "add map/acl" support an optional version number by Willy Tarreau · Fri Apr 30 15:23:36 2021 +0200
  99. 7a562ca MINOR: map/acl: add the "commit map/acl" CLI command by Willy Tarreau · Fri Apr 30 15:10:01 2021 +0200
  100. 97218ce MINOR: map/acl: add the "prepare map/acl" CLI command by Willy Tarreau · Fri Apr 30 14:57:03 2021 +0200