1. 9a7aa3b BUG/MINOR: pools: make DEBUG_UAF always write to the to-be-freed location by Willy Tarreau · Thu Jun 10 17:20:19 2021 +0200
  2. c239cde BUG/MINOR: pools: fix a possible memory leak in the lockless pool_flush() by Willy Tarreau · Thu Jun 10 06:54:22 2021 +0200
  3. efbf35c BUG/MINOR: server: explicitly set "none" init-addr for dynamic servers by Amaury Denoyelle · Thu Jun 10 17:34:10 2021 +0200
  4. 2a77c62 REGTESTS: ssl: Add "show ssl ocsp-response" test by Remi Tricot-Le Breton · Thu Jun 10 13:51:16 2021 +0200
  5. 6056e61 MINOR: ssl: Add the "show ssl cert foo.pem.ocsp" CLI command by Remi Tricot-Le Breton · Thu Jun 10 13:51:15 2021 +0200
  6. da968f6 MINOR: ssl: Add the OCSP entry key when displaying the details of a certificate by Remi Tricot-Le Breton · Thu Jun 10 13:51:14 2021 +0200
  7. d92fd11 MINOR: ssl: Add new "show ssl ocsp-response" CLI command by Remi Tricot-Le Breton · Thu Jun 10 13:51:13 2021 +0200
  8. 5aa1dce MINOR: ssl: Keep the actual key length in the certificate_ocsp structure by Remi Tricot-Le Breton · Thu Jun 10 13:51:12 2021 +0200
  9. 12554d0 BUG/MEDIUM: compression: Add a flag to know the filter is still processing data by Christopher Faulet · Wed Jun 09 17:12:44 2021 +0200
  10. 402740c BUG/MEDIUM: compression: Properly get the next block to iterate on payload by Christopher Faulet · Wed Jun 09 17:04:37 2021 +0200
  11. 86ca0e5 BUG/MEDIUM: compression: Fix loop skipping unused blocks to get the next block by Christopher Faulet · Wed Jun 09 16:59:02 2021 +0200
  12. 5ac9a39 SCRIPTS: opentracing: enable parallel builds in build-ot.sh by Willy Tarreau · Thu Jun 10 07:35:15 2021 +0200
  13. 9425ed4 BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode by Miroslav Zagorac · Thu Jun 10 01:23:15 2021 +0200
  14. 1642474 Revert "BUG/MINOR: opentracing: initialization after establishing daemon mode" by Miroslav Zagorac · Thu Jun 10 01:19:13 2021 +0200
  15. a3a0cce BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future by Remi Tricot-Le Breton · Wed Jun 09 17:16:18 2021 +0200
  16. 722180a BUILD: make tune.ssl.keylog available again by William Lallemand · Wed Jun 09 16:46:12 2021 +0200
  17. 871ef2f CI: Make matrix.py executable and add shebang by Tim Duesterhus · Tue Jun 08 15:14:35 2021 +0200
  18. 846830e BUG: errors: remove printf positional args for user messages context by Amaury Denoyelle · Mon Jun 07 19:24:10 2021 +0200
  19. fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · Sun Jun 06 00:50:22 2021 +0200
  20. 29c6cd7 CLEANUP: tools: Make errptr const in `parse_line()` by Maximilian Mader · Sun Jun 06 00:50:21 2021 +0200
  21. b3168b3 CLEANUP: cfgparse: Remove duplication of `MAX_LINE_ARGS + 1` by Tim Duesterhus · Sun Jun 06 00:50:20 2021 +0200
  22. 5c86620 DOC: use the req.ssl_sni in examples by Alex · Sat Jun 05 13:23:08 2021 +0200
  23. 5e560e8 MINOR: server: use ha_alert in server parsing functions by Amaury Denoyelle · Fri May 28 16:35:05 2021 +0200
  24. 9d0138a MINOR: server: use parsing ctx for server init addr by Amaury Denoyelle · Fri May 28 11:01:52 2021 +0200
  25. e74cbc3 REORG: config: use parsing ctx for server config check by Amaury Denoyelle · Fri May 28 10:34:01 2021 +0200
  26. 0fc136c REORG: server: use parsing ctx for server parsing by Amaury Denoyelle · Fri May 28 11:00:18 2021 +0200
  27. d0b237c MINOR: log: define server user message format by Amaury Denoyelle · Fri May 28 10:36:56 2021 +0200
  28. 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · Fri Jun 04 18:22:08 2021 +0200
  29. da3d681 MINOR: log: display exec path on first warning by Amaury Denoyelle · Fri May 28 09:57:10 2021 +0200
  30. 816281f MINOR: errors: use user messages context in print_message by Amaury Denoyelle · Thu May 27 15:46:19 2021 +0200
  31. 6af81f8 MEDIUM: errors: implement parsing context type by Amaury Denoyelle · Thu May 27 15:45:28 2021 +0200
  32. 0a1cdcc MINOR: log: do not discard stderr when starting is over by Amaury Denoyelle · Wed May 26 11:05:45 2021 +0200
  33. 1833e43 MEDIUM: errors: implement user messages buffer by Amaury Denoyelle · Wed May 26 11:05:22 2021 +0200
  34. c008a63 CLEANUP: server: fix cosmetic of error message on sni parsing by Amaury Denoyelle · Fri May 28 11:01:22 2021 +0200
  35. ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · Fri Jun 04 11:20:32 2021 +0200
  36. 01b3c3d MINOR: errors: allow empty va_args for diag variadic macro by Amaury Denoyelle · Mon May 31 14:26:20 2021 +0200
  37. 64d6c09 CI: github actions: -Wno-deprecated-declarations with OpenSSL 3.0.0 by William Lallemand · Mon Jun 07 15:27:57 2021 +0200
  38. c3f28a3 CI: github actions: add OpenSSL-3.0.0 builds by Ilya Shipitsin · Sat Jun 05 03:06:59 2021 +0000
  39. a9334df CLEANUP: reg-tests: Remove obsolete no-htx parameter for reg-tests by Tim Duesterhus · Mon May 31 23:07:29 2021 +0200
  40. 63b3ae7 CLEANUP: backend: fix incorrect comments on locking conditions for lb functions by Willy Tarreau · Tue Jun 01 16:58:31 2021 +0200
  41. 3b9cb60 REGTESTS: Fix http_abortonclose.vtc to support -1 status for some client aborts by Christopher Faulet · Wed Jun 02 17:23:47 2021 +0200
  42. 5e702fc MINOR: http-ana: Use -1 status for client aborts during queuing and connect by Christopher Faulet · Wed Jun 02 14:07:24 2021 +0200
  43. f22b032 BUILD: fix compilation for OpenSSL-3.0.0-alpha17 by William Lallemand · Wed Jun 02 16:09:11 2021 +0200
  44. bf77430 CLEANUP: mux-fcgi: Don't needlessly store result of data/trailers parsing by Christopher Faulet · Wed Jun 02 12:04:40 2021 +0200
  45. 528adc3 DOC/MINOR: move uuid in the configuration to the right alphabetical order by Alexandar Lazic · Tue Jun 01 00:27:01 2021 +0200
  46. c4439f7 BUG/MINOR: vars: Be sure to have a session to get checks variables by Christopher Faulet · Wed Jun 02 11:48:42 2021 +0200
  47. e9106d6 MINOR: backend: Don't release SI endpoint anymore in connect_server() by Christopher Faulet · Tue Jun 01 15:54:49 2021 +0200
  48. f822dec BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry by Christopher Faulet · Tue Jun 01 14:06:05 2021 +0200
  49. 1a4449b CLEANUP: http-ana: Remove useless if statement about L7 retries by Christopher Faulet · Mon May 31 11:45:24 2021 +0200
  50. 4764620 BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree by Remi Tricot-Le Breton · Wed May 19 16:40:28 2021 +0200
  51. 17acbab BUG/MINOR: http: Missing calloc return value check in make_arg_list by Remi Tricot-Le Breton · Wed May 19 12:00:54 2021 +0200
  52. b6864a5 BUG/MINOR: http: Missing calloc return value check while parsing redirect rule by Remi Tricot-Le Breton · Wed May 19 11:32:04 2021 +0200
  53. 1f4fa90 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · Wed May 19 10:45:12 2021 +0200
  54. 6443bcc BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo by Remi Tricot-Le Breton · Mon May 17 10:35:08 2021 +0200
  55. 8cb0336 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule by Remi Tricot-Le Breton · Mon May 17 10:08:16 2021 +0200
  56. 2ca42b4 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response by Remi Tricot-Le Breton · Wed May 12 18:24:18 2021 +0200
  57. 18a82ba BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy by Remi Tricot-Le Breton · Wed May 12 18:07:27 2021 +0200
  58. 55ba0d6 BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare by Remi Tricot-Le Breton · Wed May 12 18:04:46 2021 +0200
  59. a4bf8a0 BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture by Remi Tricot-Le Breton · Wed May 12 17:54:17 2021 +0200
  60. 612b2c3 BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine by Remi Tricot-Le Breton · Wed May 12 17:45:21 2021 +0200
  61. 208ff01 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · Wed May 12 17:39:04 2021 +0200
  62. f1800e6 BUG/MINOR: server: Missing calloc return value check in srv_parse_source by Remi Tricot-Le Breton · Wed May 12 09:44:06 2021 +0200
  63. e1ecfdd DOC: intro: Fix typo in starter guide by Mark Mullan · Sat May 22 11:15:02 2021 -0700
  64. 5546c8b MINOR: cfgparse: Fail when encountering extra arguments in macro by Tim Duesterhus · Wed May 26 17:45:33 2021 +0200
  65. 1f08bff MINOR: http-ana: Perform L7 retries because of status codes in response analyser by Christopher Faulet · Wed May 26 13:14:39 2021 +0200
  66. d976923 BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts by Christopher Faulet · Wed May 26 12:15:37 2021 +0200
  67. 552601d BUG/MINOR: http-ana: Send the right error if max retries is reached on L7 retry by Christopher Faulet · Wed May 26 10:31:06 2021 +0200
  68. 9f5382e Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" by Christopher Faulet · Fri May 21 13:46:14 2021 +0200
  69. 44c0dcf CLEANUP: mux-h1: Rename functions parsing input buf and filling output buf by Christopher Faulet · Tue Feb 16 18:32:08 2021 +0100
  70. 00d7cde MINOR: muxes/h1-htx: Realign input buffer using b_slow_realign_ofs() by Christopher Faulet · Thu Feb 04 11:01:51 2021 +0100
  71. 4fc51a7 MINOR: buf: Add function to realign a buffer with a specific head position by Christopher Faulet · Thu Feb 04 10:54:37 2021 +0100
  72. 7a835f3 MINOR: h1-htx: Use a correlation table to speed-up small chunks parsing by Christopher Faulet · Fri May 21 11:31:35 2021 +0200
  73. bdcefe5 MEDIUM: h1-htx: Add a function to parse contiguous small chunks by Christopher Faulet · Fri May 21 11:05:12 2021 +0200
  74. 0d4c924 MEDIUM: h1-htx: Split function to parse a chunk and the loop on the buffer by Christopher Faulet · Fri May 21 10:56:24 2021 +0200
  75. 140691b MINOR: h1-htx: Move HTTP chunks parsing into a dedicated function by Christopher Faulet · Wed Feb 03 11:51:24 2021 +0100
  76. 16a524c MINOR: mux-h1/mux-fcgi: Don't needlessly loop on data parsing by Christopher Faulet · Tue Feb 02 21:16:03 2021 +0100
  77. f7c2044 MEDIUM: h1-htx: Adapt H1 data parsing to copy wrapping data in one call by Christopher Faulet · Tue Feb 02 19:40:07 2021 +0100
  78. de471a4 MINOR: h1-htx: Update h1 parsing functions to return result as a size_t by Christopher Faulet · Mon Feb 01 16:37:28 2021 +0100
  79. 3e6690a CLEANUP: pattern: remove export of non-existent function pattern_delete() by Dragan Dosen · Fri May 21 17:01:08 2021 +0200
  80. a75eea7 MINOR: map/acl: print the count of all the map/acl entries in "show map/acl" by Dragan Dosen · Fri May 21 16:59:15 2021 +0200
  81. acfd71b BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response by Christopher Faulet · Fri May 21 09:49:20 2021 +0200
  82. a6d3704 BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter by Christopher Faulet · Thu May 20 18:00:55 2021 +0200
  83. 65b8668 BUILD/MINOR: opentracing: fixed build when using clang by Miroslav Zagorac · Tue May 18 20:05:10 2021 +0200
  84. 79a88ba BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' by Amaury Denoyelle · Mon May 17 10:47:18 2021 +0200
  85. 2608e34 BUG/MEDIUM: ebtree: Invalid read when looking for dup entry by Remi Tricot-Le Breton · Tue May 18 18:56:42 2021 +0200
  86. 75c95aa CI: github actions: add OpenTracing builds by Ilya Shipitsin · Tue May 18 09:46:43 2021 +0000
  87. a6b2784 CLEANUP: ssl: Fix coverity issues found in CA file hot update code by Remi Tricot-Le Breton · Tue May 18 10:06:00 2021 +0200
  88. 0b03895 CI: introduce scripts/build-vtest.sh for installing VTest by Ilya Shipitsin · Sat May 15 11:46:15 2021 +0500
  89. 18c7d83 BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · Mon May 17 18:38:34 2021 +0200
  90. d75b99e BUILD/MINOR: ssl: Fix compilation with SSL enabled by Remi Tricot-Le Breton · Mon May 17 11:45:55 2021 +0200
  91. 3c222bd DOC: ssl: Add documentation about CRL file hot update commands by Remi Tricot-Le Breton · Tue Apr 27 16:28:25 2021 +0200
  92. a3b2e09 REGTESTS: ssl: Add "set/commit ssl crl-file" test by Remi Tricot-Le Breton · Fri Apr 23 18:35:25 2021 +0200
  93. f615070 REGTESTS: ssl: Add "new/del ssl crl-file" tests by Remi Tricot-Le Breton · Thu Apr 22 11:02:16 2021 +0200
  94. 51e28b6 MEDIUM: ssl: Add "show ssl crl-file" CLI command by Remi Tricot-Le Breton · Tue Apr 20 17:58:01 2021 +0200
  95. eef8e7b MINOR: ssl: Add "abort ssl crl-file" CLI command by Remi Tricot-Le Breton · Tue Apr 20 17:42:02 2021 +0200
  96. 720e3b9 MEDIUM: ssl: Add "new+del crl-file" CLI commands by Remi Tricot-Le Breton · Mon Apr 26 11:00:42 2021 +0200
  97. a51b339 MEDIUM: ssl: Add "set+commit ssl crl-file" CLI commands by Remi Tricot-Le Breton · Tue Apr 20 17:38:14 2021 +0200
  98. f81c70c MINOR: ssl: Chain instances in ca-file entries by Remi Tricot-Le Breton · Tue Apr 20 16:54:21 2021 +0200
  99. 653a167 DOC: internals: update the SSL architecture schema by Remi Tricot-Le Breton · Mon Apr 12 15:56:23 2021 +0200
  100. e88a2ca DOC: ssl: Add documentation about CA file hot update commands by Remi Tricot-Le Breton · Thu Apr 08 15:30:23 2021 +0200