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