1. 7c6898e MINOR: ssl: Add new ssl_fc_hsk_err sample fetch by Remi Tricot-Le Breton · Thu Jul 29 09:45:51 2021 +0200
  2. 89b65cf MINOR: ssl: Enable error fetches in case of handshake error by Remi Tricot-Le Breton · Thu Jul 29 09:45:50 2021 +0200
  3. 3d2093a MINOR: connection: Add a connection error code sample fetch by Remi Tricot-Le Breton · Thu Jul 29 09:45:49 2021 +0200
  4. 0aa4130 BUG/MINOR: connection: Add missing error labels to conn_err_code_str by Remi Tricot-Le Breton · Thu Jul 29 09:45:48 2021 +0200
  5. df9caeb CLEANUP: mworker: PR_CAP already initialized with alloc_new_proxy() by William Lallemand · Thu Jul 29 15:35:48 2021 +0200
  6. ae787ba CLEANUP: mworker: use the proxy helper functions in mworker_cli_proxy_create() by William Lallemand · Thu Jul 29 15:13:22 2021 +0200
  7. e7f7462 MINOR: stats: don't output internal proxies (PR_CAP_INT) by William Lallemand · Wed Jul 28 17:45:18 2021 +0200
  8. d11c572 MINOR: mworker: the mworker CLI proxy is internal by William Lallemand · Wed Jul 28 17:40:56 2021 +0200
  9. 6bb77b9 MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT by William Lallemand · Wed Jul 28 15:48:16 2021 +0200
  10. b5f7b52 BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames by Christopher Faulet · Mon Jul 26 12:06:53 2021 +0200
  11. 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
  12. 3f35da2 BUG/MINOR: mux-h2: Obey dontlognull option during the preface by Christopher Faulet · Mon Jul 26 10:18:35 2021 +0200
  13. 07e10de BUG/MINOR: mux-h1: Obey dontlognull option for empty requests by Christopher Faulet · Mon Jul 26 09:42:49 2021 +0200
  14. 9def142 BUG/MINOR: systemd: must check the configuration using -Ws by William Lallemand · Mon Jul 26 11:03:54 2021 +0200
  15. 2bf5d41 MINOR: ssl: use __objt_* variant when retrieving counters by Amaury Denoyelle · Mon Jul 26 09:59:06 2021 +0200
  16. 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
  17. b3c4a8f BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD by Willy Tarreau · Thu Jul 22 14:42:32 2021 +0200
  18. acff309 BUG/MINOR: check: fix the condition to validate a port-less server by Willy Tarreau · Thu Jul 22 11:06:41 2021 +0200
  19. 59bab61 BUG/MINOR: stats: Add missing agent stats on servers by Christopher Faulet · Thu Jul 22 08:04:38 2021 +0200
  20. 5fcd428 BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request by Amaury Denoyelle · Wed Jul 21 11:50:12 2021 +0200
  21. 534197c BUILD/MINOR: memprof fix macOs build. by David CARLIER · Tue Jul 20 20:37:45 2021 +0100
  22. 3c032f2 BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs by Willy Tarreau · Wed Jul 21 10:17:02 2021 +0200
  23. 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
  24. dc70c18 BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser by Willy Tarreau · Tue Jul 20 17:58:34 2021 +0200
  25. 048368e MINOR: deinit: always deinit the init_mutex on failed initialization by jenny-cheung · Sun Jul 18 16:40:57 2021 +0800
  26. b73f653 CLEANUP: http_ana: Remove now unused label from http_process_request() by Christopher Faulet · Mon Jul 19 10:32:16 2021 +0200
  27. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · Sun Jul 18 19:18:56 2021 +0200
  28. f1db20c BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leak by Willy Tarreau · Sat Jul 17 18:46:30 2021 +0200
  29. 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
  30. bccc91d [RELEASE] Released version 2.5-dev2 by Willy Tarreau · Sat Jul 17 12:35:11 2021 +0200
  31. 79c9bdf BUG/MEDIUM: init: restore behavior of command-line "-m" for memory limitation by Willy Tarreau · Sat Jul 17 12:31:08 2021 +0200
  32. f2e44d4 REGTESTS: add more complex check conditions to check_conditions.vtc by Willy Tarreau · Sat Jul 17 10:43:33 2021 +0200
  33. b333db3 REGTEST: make check_condition.vtc fail as soon as possible by Willy Tarreau · Sat Jul 17 10:54:46 2021 +0200
  34. 316ea7e MINOR: cfgcond: support terms made of parenthesis around expressions by Willy Tarreau · Fri Jul 16 14:56:59 2021 +0200
  35. ca81887 MINOR: cfgcond: insert an expression between the condition and the term by Willy Tarreau · Fri Jul 16 14:46:09 2021 +0200
  36. 087b2d0 MINOR: cfgcond: make the conditional term parser automatically allocate nodes by Willy Tarreau · Fri Jul 16 14:27:20 2021 +0200
  37. ca56d3d MINOR: cfgcond: support negating conditional expressions by Willy Tarreau · Fri Jul 16 13:56:54 2021 +0200
  38. c8194c3 MINOR: cfgcond: remerge all arguments into a single line by Willy Tarreau · Fri Jul 16 16:38:58 2021 +0200
  39. 379ceea MEDIUM: cfgcond: report invalid trailing chars after expressions by Willy Tarreau · Fri Jul 16 16:18:03 2021 +0200
  40. f869095 MINOR: cfgcond: start to split the condition parser to introduce terms by Willy Tarreau · Fri Jul 16 12:12:00 2021 +0200
  41. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · Fri Jul 16 15:39:28 2021 +0200
  42. ee0d727 CLEANUP: hlua: use free_args() to release args arrays by Willy Tarreau · Fri Jul 16 10:26:56 2021 +0200
  43. 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
  44. ab213a5 MINOR: arg: add a free_args() function to free an args array by Willy Tarreau · Fri Jul 16 10:13:00 2021 +0200
  45. a87e782 MINOR: init: make -cc support environment variables expansion by Willy Tarreau · Fri Jul 16 19:14:54 2021 +0200
  46. 7edc0fd MINOR: init: verify that there is a single word on "-cc" by Willy Tarreau · Fri Jul 16 16:36:05 2021 +0200
  47. 79c52ec REGTESTS: test track support for dynamic servers by Amaury Denoyelle · Thu Jul 15 11:23:17 2021 +0200
  48. 56eb8ed MEDIUM: server: support track keyword for dynamic servers by Amaury Denoyelle · Tue Jul 13 10:36:03 2021 +0200
  49. 79f68be MINOR: srv: do not allow to track a dynamic server by Amaury Denoyelle · Tue Jul 13 10:35:50 2021 +0200
  50. 669b620 MINOR: srv: extract tracking server config function by Amaury Denoyelle · Tue Jul 13 10:35:23 2021 +0200
  51. 6a51090 BUILD: lua: silence a build warning with TCC by Willy Tarreau · Wed Jul 14 19:41:25 2021 +0200
  52. 1335da3 BUILD: add detection of missing important CFLAGS by Willy Tarreau · Wed Jul 14 17:54:01 2021 +0200
  53. 0498fa4 BUG/MINOR: ssl: Default-server configuration ignored by server by Remi Tricot-Le Breton · Tue Jul 13 18:28:22 2021 +0200
  54. 4c6986a CLEANUP: applet: remove unused thread_mask by Willy Tarreau · Tue Jul 13 18:01:46 2021 +0200
  55. befeae8 MINOR: mux_h2: define config to disable h2 websocket support by Amaury Denoyelle · Fri Jul 09 17:14:30 2021 +0200
  56. 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
  57. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  58. 5a9bd37 REORG: http_ana: split conditions for monitor-uri in wait for request by Amaury Denoyelle · Tue Jul 06 11:23:10 2021 +0200
  59. 69294b2 MINOR: http: use http uri parser for authority by Amaury Denoyelle · Tue Jul 06 11:02:22 2021 +0200
  60. 8ac8cbf MINOR: http: use http uri parser for scheme by Amaury Denoyelle · Tue Jul 06 10:52:58 2021 +0200
  61. 89c68c8 MINOR: http: implement http uri parser by Amaury Denoyelle · Tue Jul 06 10:48:44 2021 +0200
  62. 164ae4a BUILD: http_htx: fix ci compilation error with isdigit for Windows by Amaury Denoyelle · Wed Jul 07 17:17:39 2021 +0200
  63. ff5adf8 REGTESTS: add http scheme-based normalization test by Amaury Denoyelle · Wed Jul 07 10:49:29 2021 +0200
  64. 4ca0f36 MEDIUM: h2: apply scheme-based normalization on h2 requests by Amaury Denoyelle · Wed Jul 07 10:49:28 2021 +0200
  65. 852d78c MEDIUM: h1-htx: apply scheme-based normalization on h1 requests by Amaury Denoyelle · Wed Jul 07 10:49:27 2021 +0200
  66. 4c0882b MEDIUM: http: implement scheme-based normalization by Amaury Denoyelle · Wed Jul 07 10:49:26 2021 +0200
  67. ef08811 MINOR: http: implement http_get_scheme by Amaury Denoyelle · Wed Jul 07 10:49:25 2021 +0200
  68. 5b654ad BUILD: stick-table: shut up invalid "uninitialized" warning in gcc 8.3 by Willy Tarreau · Tue Jul 06 18:51:12 2021 +0200
  69. 07954fb MEDIUM: stats: include disabled proxies that hold active sessions to stats by Marno Krahmer · Thu Jun 24 16:51:08 2021 +0200
  70. 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
  71. dfb34a8 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · Tue Jul 06 11:41:10 2021 +0200
  72. 5a9c637 BUG/MEDIUM: sock: make sure to never miss early connection failures by Willy Tarreau · Tue Jul 06 08:29:20 2021 +0200
  73. 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
  74. 4d7ada8 MEDIUM: stick-table: add the new arrays of gpc and gpc_rate by Emeric Brun · Wed Jun 30 19:04:16 2021 +0200
  75. 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
  76. 877b0b5 MEDIUM: stick-table: add the new array of gpt data_type by Emeric Brun · Wed Jun 30 18:57:49 2021 +0200
  77. 1a6b725 DOC: stick-table: add missing documentation about gpt0 stored type by Emeric Brun · Thu Jul 01 18:34:48 2021 +0200
  78. 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · Tue Jun 22 16:09:55 2021 +0200
  79. c64a2a3 MEDIUM: stick-table: handle arrays of standard types into stick-tables by Emeric Brun · Wed Jun 30 18:01:02 2021 +0200
  80. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · Wed Jun 30 17:18:28 2021 +0200
  81. 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
  82. 01928ae BUG/MINOR: stick-table: fix several printf sign errors dumping tables by Emeric Brun · Wed Jun 30 16:24:04 2021 +0200
  83. d3e7dc4 DOC: config: use CREATE USER for mysql-check by Daniel Black · Thu Jul 01 12:09:32 2021 +1000
  84. bae4cb2 BUILD/MEDIUM: tcp: set-mark support for OpenBSD by David Carlier · Sat Jul 03 10:15:15 2021 +0100
  85. 96a2f50 [RELEASE] Released version 2.5-dev1 by Willy Tarreau · Wed Jun 30 16:16:14 2021 +0200
  86. 5ea07d9 CLEANUP: peers: re-write intdecode function comment. by Emeric Brun · Wed Jun 30 13:21:58 2021 +0200
  87. 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
  88. 0de0bec BUG/MINOR: mqtt: Support empty client ID in CONNECT message by Christopher Faulet · Mon Jun 28 15:37:59 2021 +0200
  89. ca925c9 BUG/MINOR: mqtt: Fix parser for string with more than 127 characters by Christopher Faulet · Mon Jun 28 15:26:00 2021 +0200
  90. 5bbfff1 BUILD: tcp-act: avoid warning when set-mark / set-tos are not supported by Willy Tarreau · Mon Jun 28 07:12:22 2021 +0200
  91. f7f53af BUILD/MEDIUM: tcp: set-mark setting support for FreeBSD. by David Carlier · Sat Jun 26 12:04:36 2021 +0100
  92. ee9c98d CLEANUP: tcp-act: Sort action lists by Christopher Faulet · Fri Jun 25 15:18:33 2021 +0200
  93. 469c06c MINOR: http-act/tcp-act: Add "set-mark" and "set-tos" for tcp content rules by Christopher Faulet · Fri Jun 25 15:11:35 2021 +0200
  94. 1da374a MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules by Christopher Faulet · Fri Jun 25 14:46:02 2021 +0200
  95. 551a641 MINOR: http-act/tcp-act: Add "set-log-level" for tcp content rules by Christopher Faulet · Fri Jun 25 14:35:29 2021 +0200
  96. fa5880b BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP send/expect rules by Christopher Faulet · Fri Jun 25 11:37:45 2021 +0200
  97. 953771b BUILD: Makefile: fix linkage for Haiku. by David Carlier · Sat Jun 19 14:42:43 2021 +0000
  98. dfee217 BUG/MINOR: checks: return correct error code for srv_parse_agent_check by Dirkjan Bussink · Fri Jun 18 19:57:49 2021 +0000
  99. 07ecff5 MINOR: resolvers: Reset server IP on error in resolv_get_ip_from_response() by Christopher Faulet · Thu Jun 24 15:33:52 2021 +0200
  100. a8ce497 BUG/MINOR: resolvers: Reset server IP when no ip is found in the response by Christopher Faulet · Thu Jun 24 15:26:03 2021 +0200