1. d332f13 BUG/MINOR: server: update last_change on maint->ready transitions too by Willy Tarreau · Wed Aug 04 19:35:13 2021 +0200
  2. 7b2ac29 CLEANUP: fd: remove the now unneeded fd_mig_lock by Willy Tarreau · Tue Aug 03 09:24:41 2021 +0200
  3. f69fea6 MAJOR: fd: get rid of the DWCAS when setting the running_mask by Willy Tarreau · Tue Aug 03 09:04:32 2021 +0200
  4. b1f29bc MINOR: activity/fd: remove the dead_fd counter by Willy Tarreau · Tue Aug 03 10:59:50 2021 +0200
  5. bd8dd84 BUG/MINOR: server: remove srv from px list on CLI 'add server' error by Amaury Denoyelle · Wed Aug 04 11:20:05 2021 +0200
  6. ba3ab79 MEDIUM: servers: make the server deletion code run under full thread isolation by Willy Tarreau · Wed Aug 04 14:42:37 2021 +0200
  7. 88d1c5d MEDIUM: threads: add a stronger thread_isolate_full() call by Willy Tarreau · Wed Aug 04 11:44:17 2021 +0200
  8. f519cfa MINOR: threads: make thread_release() not wait for other ones to complete by Willy Tarreau · Wed Aug 04 11:22:07 2021 +0200
  9. 286363b CLEANUP: thread: fix fantaisist indentation of thread_harmless_till_end() by Willy Tarreau · Wed Aug 04 10:33:57 2021 +0200
  10. 08be72b BUG/MINOR: server: fix race on error path of 'add server' CLI if track by Amaury Denoyelle · Wed Jul 28 10:06:52 2021 +0200
  11. 85a16b2 MINOR: stats: shows proxy in a stopped state by William Lallemand · Tue Aug 03 13:18:11 2021 +0200
  12. 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · Tue Aug 03 11:58:03 2021 +0200
  13. 56f1f75 MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat' by William Lallemand · Mon Aug 02 10:25:30 2021 +0200
  14. 55a0975 BUG/MINOR: freq_ctr: use stricter barriers between updates and readings by Willy Tarreau · Thu Jul 15 15:45:44 2021 +0200
  15. 200bd50 MEDIUM: fd: rely more on fd_update_events() to detect changes by Willy Tarreau · Thu Jul 29 16:57:19 2021 +0200
  16. 84c7922 REORG: fd: uninline fd_update_events() by Willy Tarreau · Thu Jul 29 16:53:46 2021 +0200
  17. 53a1618 MINOR: poll/epoll: move detection of RDHUP support earlier by Willy Tarreau · Thu Jul 29 16:19:24 2021 +0200
  18. 79e90b9 BUG/MINOR: pollers: always program an update for migrated FDs by Willy Tarreau · Fri Jul 30 14:18:49 2021 +0200
  19. 177119b BUG/MINOR: poll: fix abnormally high skip_fd counter by Willy Tarreau · Fri Jul 30 14:04:28 2021 +0200
  20. fcc5281 BUG/MINOR: select: fix excess number of dead/skip reported by Willy Tarreau · Fri Jul 30 13:55:36 2021 +0200
  21. c37ccd7 BUG/MEDIUM: pollers: clear the sleeping bit after waking up, not before by Willy Tarreau · Fri Jul 30 10:57:09 2021 +0200
  22. 4a6328f MEDIUM: connection: Add option to disable legacy error log by Remi Tricot-Le Breton · Thu Jul 29 09:45:53 2021 +0200
  23. 98b930d MINOR: ssl: Define a default https log format by Remi Tricot-Le Breton · Thu Jul 29 09:45:52 2021 +0200
  24. 7c6898e MINOR: ssl: Add new ssl_fc_hsk_err sample fetch by Remi Tricot-Le Breton · Thu Jul 29 09:45:51 2021 +0200
  25. 89b65cf MINOR: ssl: Enable error fetches in case of handshake error by Remi Tricot-Le Breton · Thu Jul 29 09:45:50 2021 +0200
  26. 3d2093a MINOR: connection: Add a connection error code sample fetch by Remi Tricot-Le Breton · Thu Jul 29 09:45:49 2021 +0200
  27. df9caeb CLEANUP: mworker: PR_CAP already initialized with alloc_new_proxy() by William Lallemand · Thu Jul 29 15:35:48 2021 +0200
  28. ae787ba CLEANUP: mworker: use the proxy helper functions in mworker_cli_proxy_create() by William Lallemand · Thu Jul 29 15:13:22 2021 +0200
  29. e7f7462 MINOR: stats: don't output internal proxies (PR_CAP_INT) by William Lallemand · Wed Jul 28 17:45:18 2021 +0200
  30. d11c572 MINOR: mworker: the mworker CLI proxy is internal by William Lallemand · Wed Jul 28 17:40:56 2021 +0200
  31. 6bb77b9 MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT by William Lallemand · Wed Jul 28 15:48:16 2021 +0200
  32. b5f7b52 BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames by Christopher Faulet · Mon Jul 26 12:06:53 2021 +0200
  33. cf30756 BUG/MINOR: mux-h1: Be sure to swap H1C to splice mode when rcv_pipe() is called by Christopher Faulet · Mon Jul 26 10:49:39 2021 +0200
  34. 3f35da2 BUG/MINOR: mux-h2: Obey dontlognull option during the preface by Christopher Faulet · Mon Jul 26 10:18:35 2021 +0200
  35. 07e10de BUG/MINOR: mux-h1: Obey dontlognull option for empty requests by Christopher Faulet · Mon Jul 26 09:42:49 2021 +0200
  36. 2bf5d41 MINOR: ssl: use __objt_* variant when retrieving counters by Amaury Denoyelle · Mon Jul 26 09:59:06 2021 +0200
  37. 1f92339 BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree by Christopher Faulet · Thu Jul 22 14:29:26 2021 +0200
  38. b3c4a8f BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD by Willy Tarreau · Thu Jul 22 14:42:32 2021 +0200
  39. acff309 BUG/MINOR: check: fix the condition to validate a port-less server by Willy Tarreau · Thu Jul 22 11:06:41 2021 +0200
  40. 59bab61 BUG/MINOR: stats: Add missing agent stats on servers by Christopher Faulet · Thu Jul 22 08:04:38 2021 +0200
  41. 5fcd428 BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request by Amaury Denoyelle · Wed Jul 21 11:50:12 2021 +0200
  42. 3c032f2 BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs by Willy Tarreau · Wed Jul 21 10:17:02 2021 +0200
  43. 2614619 BUG/MEDIUM: mworker: do not register an exit handler if exit is expected by Willy Tarreau · Wed Jul 21 10:01:36 2021 +0200
  44. dc70c18 BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser by Willy Tarreau · Tue Jul 20 17:58:34 2021 +0200
  45. 048368e MINOR: deinit: always deinit the init_mutex on failed initialization by jenny-cheung · Sun Jul 18 16:40:57 2021 +0800
  46. b73f653 CLEANUP: http_ana: Remove now unused label from http_process_request() by Christopher Faulet · Mon Jul 19 10:32:16 2021 +0200
  47. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · Sun Jul 18 19:18:56 2021 +0200
  48. f1db20c BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leak by Willy Tarreau · Sat Jul 17 18:46:30 2021 +0200
  49. 69a23ae BUG/MINOR: arg: free all args on make_arg_list()'s error path by Willy Tarreau · Sat Jul 17 18:36:43 2021 +0200
  50. 79c9bdf BUG/MEDIUM: init: restore behavior of command-line "-m" for memory limitation by Willy Tarreau · Sat Jul 17 12:31:08 2021 +0200
  51. 316ea7e MINOR: cfgcond: support terms made of parenthesis around expressions by Willy Tarreau · Fri Jul 16 14:56:59 2021 +0200
  52. ca81887 MINOR: cfgcond: insert an expression between the condition and the term by Willy Tarreau · Fri Jul 16 14:46:09 2021 +0200
  53. 087b2d0 MINOR: cfgcond: make the conditional term parser automatically allocate nodes by Willy Tarreau · Fri Jul 16 14:27:20 2021 +0200
  54. ca56d3d MINOR: cfgcond: support negating conditional expressions by Willy Tarreau · Fri Jul 16 13:56:54 2021 +0200
  55. c8194c3 MINOR: cfgcond: remerge all arguments into a single line by Willy Tarreau · Fri Jul 16 16:38:58 2021 +0200
  56. 379ceea MEDIUM: cfgcond: report invalid trailing chars after expressions by Willy Tarreau · Fri Jul 16 16:18:03 2021 +0200
  57. f869095 MINOR: cfgcond: start to split the condition parser to introduce terms by Willy Tarreau · Fri Jul 16 12:12:00 2021 +0200
  58. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · Fri Jul 16 15:39:28 2021 +0200
  59. ee0d727 CLEANUP: hlua: use free_args() to release args arrays by Willy Tarreau · Fri Jul 16 10:26:56 2021 +0200
  60. c15221b CLEANUP: config: use free_args() to release args array in cfg_eval_condition() by Willy Tarreau · Fri Jul 16 10:26:09 2021 +0200
  61. ab213a5 MINOR: arg: add a free_args() function to free an args array by Willy Tarreau · Fri Jul 16 10:13:00 2021 +0200
  62. a87e782 MINOR: init: make -cc support environment variables expansion by Willy Tarreau · Fri Jul 16 19:14:54 2021 +0200
  63. 7edc0fd MINOR: init: verify that there is a single word on "-cc" by Willy Tarreau · Fri Jul 16 16:36:05 2021 +0200
  64. 56eb8ed MEDIUM: server: support track keyword for dynamic servers by Amaury Denoyelle · Tue Jul 13 10:36:03 2021 +0200
  65. 79f68be MINOR: srv: do not allow to track a dynamic server by Amaury Denoyelle · Tue Jul 13 10:35:50 2021 +0200
  66. 669b620 MINOR: srv: extract tracking server config function by Amaury Denoyelle · Tue Jul 13 10:35:23 2021 +0200
  67. 6a51090 BUILD: lua: silence a build warning with TCC by Willy Tarreau · Wed Jul 14 19:41:25 2021 +0200
  68. 1335da3 BUILD: add detection of missing important CFLAGS by Willy Tarreau · Wed Jul 14 17:54:01 2021 +0200
  69. 0498fa4 BUG/MINOR: ssl: Default-server configuration ignored by server by Remi Tricot-Le Breton · Tue Jul 13 18:28:22 2021 +0200
  70. 4c6986a CLEANUP: applet: remove unused thread_mask by Willy Tarreau · Tue Jul 13 18:01:46 2021 +0200
  71. befeae8 MINOR: mux_h2: define config to disable h2 websocket support by Amaury Denoyelle · Fri Jul 09 17:14:30 2021 +0200
  72. b60fb8d BUG/MEDIUM: http_ana: fix crash for http_proxy mode during uri rewrite by Amaury Denoyelle · Thu Jul 08 17:27:01 2021 +0200
  73. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  74. 5a9bd37 REORG: http_ana: split conditions for monitor-uri in wait for request by Amaury Denoyelle · Tue Jul 06 11:23:10 2021 +0200
  75. 69294b2 MINOR: http: use http uri parser for authority by Amaury Denoyelle · Tue Jul 06 11:02:22 2021 +0200
  76. 8ac8cbf MINOR: http: use http uri parser for scheme by Amaury Denoyelle · Tue Jul 06 10:52:58 2021 +0200
  77. 164ae4a BUILD: http_htx: fix ci compilation error with isdigit for Windows by Amaury Denoyelle · Wed Jul 07 17:17:39 2021 +0200
  78. 4ca0f36 MEDIUM: h2: apply scheme-based normalization on h2 requests by Amaury Denoyelle · Wed Jul 07 10:49:28 2021 +0200
  79. 852d78c MEDIUM: h1-htx: apply scheme-based normalization on h1 requests by Amaury Denoyelle · Wed Jul 07 10:49:27 2021 +0200
  80. 4c0882b MEDIUM: http: implement scheme-based normalization by Amaury Denoyelle · Wed Jul 07 10:49:26 2021 +0200
  81. ef08811 MINOR: http: implement http_get_scheme by Amaury Denoyelle · Wed Jul 07 10:49:25 2021 +0200
  82. 5b654ad BUILD: stick-table: shut up invalid "uninitialized" warning in gcc 8.3 by Willy Tarreau · Tue Jul 06 18:51:12 2021 +0200
  83. 07954fb MEDIUM: stats: include disabled proxies that hold active sessions to stats by Marno Krahmer · Thu Jun 24 16:51:08 2021 +0200
  84. 2304887 Revert "MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules" by Christopher Faulet · Tue Jul 06 11:25:36 2021 +0200
  85. dfb34a8 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · Tue Jul 06 11:41:10 2021 +0200
  86. 5a9c637 BUG/MEDIUM: sock: make sure to never miss early connection failures by Willy Tarreau · Tue Jul 06 08:29:20 2021 +0200
  87. 726783d MEDIUM: stick-table: make the use of 'gpc' excluding the use of 'gpc0/1'' by Emeric Brun · Wed Jun 30 19:06:43 2021 +0200
  88. 4d7ada8 MEDIUM: stick-table: add the new arrays of gpc and gpc_rate by Emeric Brun · Wed Jun 30 19:04:16 2021 +0200
  89. f7ab0bf MEDIUM: stick-table: make the use of 'gpt' excluding the use of 'gpt0' by Emeric Brun · Wed Jun 30 18:58:22 2021 +0200
  90. 877b0b5 MEDIUM: stick-table: add the new array of gpt data_type by Emeric Brun · Wed Jun 30 18:57:49 2021 +0200
  91. 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · Tue Jun 22 16:09:55 2021 +0200
  92. c64a2a3 MEDIUM: stick-table: handle arrays of standard types into stick-tables by Emeric Brun · Wed Jun 30 18:01:02 2021 +0200
  93. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · Wed Jun 30 17:18:28 2021 +0200
  94. 08b0f67 BUG/MINOR: peers: fix data_type bit computation more than 32 data_types by Emeric Brun · Thu Jul 01 18:54:05 2021 +0200
  95. 01928ae BUG/MINOR: stick-table: fix several printf sign errors dumping tables by Emeric Brun · Wed Jun 30 16:24:04 2021 +0200
  96. bae4cb2 BUILD/MEDIUM: tcp: set-mark support for OpenBSD by David Carlier · Sat Jul 03 10:15:15 2021 +0100
  97. 5ea07d9 CLEANUP: peers: re-write intdecode function comment. by Emeric Brun · Wed Jun 30 13:21:58 2021 +0200
  98. 81ba74a BUG/MEDIUM: resolvers: Make 1st server of a template take part to SRV resolution by Christopher Faulet · Tue Jun 29 20:52:35 2021 +0200
  99. 0de0bec BUG/MINOR: mqtt: Support empty client ID in CONNECT message by Christopher Faulet · Mon Jun 28 15:37:59 2021 +0200
  100. ca925c9 BUG/MINOR: mqtt: Fix parser for string with more than 127 characters by Christopher Faulet · Mon Jun 28 15:26:00 2021 +0200