1. 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · 3 years, 6 months ago
  2. 6185a03 MINOR: mworker: remove the initialization loop over processes by Willy Tarreau · 3 years, 6 months ago
  3. d67ff34 MEDIUM: init: remove the loop over processes during init by Willy Tarreau · 3 years, 6 months ago
  4. e34cf28 BUG/MINOR: mworker: fix typo in chroot error message by Willy Tarreau · 3 years, 6 months ago
  5. 4c19e99 BUG/MINOR: ssl: use atomic ops to update global shctx stats by Willy Tarreau · 3 years, 6 months ago
  6. 9e467af BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE by Willy Tarreau · 3 years, 6 months ago
  7. 8ff0434 BUG/MEDIUM: server: do not auto insert a dynamic server in px addr_node by Amaury Denoyelle · 3 years, 6 months ago
  8. 1613b4a BUG/MINOR: server: do not keep an invalid dynamic server in px ids tree by Amaury Denoyelle · 3 years, 6 months ago
  9. 406aaef BUG/MEDIUM: server: do not forget to generate the dynamic servers ids by Amaury Denoyelle · 3 years, 6 months ago
  10. 82d7f77 BUG/MEDIUM: server: clear dynamic srv on delete from proxy id/name trees by Amaury Denoyelle · 3 years, 6 months ago
  11. 31ddd76 BUG/MEDIUM: server: extend thread-isolate over much of CLI 'add server' by Amaury Denoyelle · 3 years, 6 months ago
  12. 077c6b8 BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id by Amaury Denoyelle · 3 years, 6 months ago
  13. 6916493 MINOR: ssl: Use OpenSSL's ASN1_TIME convertor when available by Remi Tricot-Le Breton · 3 years, 6 months ago
  14. caef19e BUG/MAJOR: resolvers: segfault using server template without SRV RECORDs by Emeric Brun · 3 years, 6 months ago
  15. 2a651e2 BUILD: log: remove unused fmt_directive() by Willy Tarreau · 3 years, 6 months ago
  16. 3ae1d1e BUILD: init: remove initialization of multi-process thread mappings by Willy Tarreau · 3 years, 6 months ago
  17. b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · 3 years, 6 months ago
  18. eb77824 MEDIUM: proxy: remove the deprecated "grace" keyword by Willy Tarreau · 3 years, 6 months ago
  19. d2f2537 MINOR: config: remove deprecated option "http-tunnel" by Willy Tarreau · 3 years, 6 months ago
  20. 6ba6984 MINOR: config: reject long-deprecated "option forceclose" by Willy Tarreau · 3 years, 6 months ago
  21. 4a83977 MINOR: http: remove the long deprecated "set-cookie()" sample fetch function by Willy Tarreau · 3 years, 6 months ago
  22. fd6ab66 MINOR: log: remove the long-deprecated early log-format tags by Willy Tarreau · 3 years, 6 months ago
  23. 9862787 MINOR: config: completely remove support for "no option http-use-htx" by Willy Tarreau · 3 years, 6 months ago
  24. eb9d90a MINOR: config: remove support for deprecated option "tune.chksize" by Willy Tarreau · 3 years, 6 months ago
  25. 85af93b BUG/MINOR: server-state: load SRV resolution only if params match the config by Christopher Faulet · 3 years, 6 months ago
  26. 3406766 MEDIUM: resolvers: add a ref between servers and srv request or used SRV record by Emeric Brun · 3 years, 6 months ago
  27. bd78c91 MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item by Emeric Brun · 3 years, 6 months ago
  28. 12ca658 BUG/MINOR: resolvers: answser item list was randomly purged or errors by Emeric Brun · 3 years, 6 months ago
  29. 0fe1864 CLEANUP: l7-retries: do not test the buffer before calling b_alloc() by Christopher Faulet · 3 years, 6 months ago
  30. bf76df1 BUG/MINOR: h1-htx: Fix a signess bug with char data type when parsing chunk size by Christopher Faulet · 3 years, 6 months ago
  31. 5cd0e52 BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter by default by Christopher Faulet · 3 years, 6 months ago
  32. 1cf414b BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expanded by Christopher Faulet · 3 years, 6 months ago
  33. 3faf0cb BUILD: ssl: Fix compilation with BoringSSL by Remi Tricot-Le Breton · 3 years, 6 months ago
  34. 8715dec MEDIUM: pools: remove the locked pools implementation by Willy Tarreau · 3 years, 6 months ago
  35. 2a4523f BUG/MAJOR: pools: fix possible race with free() in the lockless variant by Willy Tarreau · 3 years, 6 months ago
  36. 9b3ed51 MEDIUM: pools: use a single pool_gc() function for locked and lockless by Willy Tarreau · 3 years, 6 months ago
  37. 26ed183 MINOR: pools: call malloc_trim() under thread isolation by Willy Tarreau · 3 years, 6 months ago
  38. c889143 MINOR: pools: do not maintain the lock during pool_flush() by Willy Tarreau · 3 years, 6 months ago
  39. 9a7aa3b BUG/MINOR: pools: make DEBUG_UAF always write to the to-be-freed location by Willy Tarreau · 3 years, 6 months ago
  40. c239cde BUG/MINOR: pools: fix a possible memory leak in the lockless pool_flush() by Willy Tarreau · 3 years, 6 months ago
  41. efbf35c BUG/MINOR: server: explicitly set "none" init-addr for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  42. 6056e61 MINOR: ssl: Add the "show ssl cert foo.pem.ocsp" CLI command by Remi Tricot-Le Breton · 3 years, 6 months ago
  43. da968f6 MINOR: ssl: Add the OCSP entry key when displaying the details of a certificate by Remi Tricot-Le Breton · 3 years, 6 months ago
  44. d92fd11 MINOR: ssl: Add new "show ssl ocsp-response" CLI command by Remi Tricot-Le Breton · 3 years, 6 months ago
  45. 5aa1dce MINOR: ssl: Keep the actual key length in the certificate_ocsp structure by Remi Tricot-Le Breton · 3 years, 6 months ago
  46. 12554d0 BUG/MEDIUM: compression: Add a flag to know the filter is still processing data by Christopher Faulet · 3 years, 6 months ago
  47. 402740c BUG/MEDIUM: compression: Properly get the next block to iterate on payload by Christopher Faulet · 3 years, 6 months ago
  48. 86ca0e5 BUG/MEDIUM: compression: Fix loop skipping unused blocks to get the next block by Christopher Faulet · 3 years, 6 months ago
  49. 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
  50. 722180a BUILD: make tune.ssl.keylog available again by William Lallemand · 3 years, 6 months ago
  51. 846830e BUG: errors: remove printf positional args for user messages context by Amaury Denoyelle · 3 years, 6 months ago
  52. fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · 3 years, 6 months ago
  53. 29c6cd7 CLEANUP: tools: Make errptr const in `parse_line()` by Maximilian Mader · 3 years, 6 months ago
  54. b3168b3 CLEANUP: cfgparse: Remove duplication of `MAX_LINE_ARGS + 1` by Tim Duesterhus · 3 years, 6 months ago
  55. 5e560e8 MINOR: server: use ha_alert in server parsing functions by Amaury Denoyelle · 3 years, 6 months ago
  56. 9d0138a MINOR: server: use parsing ctx for server init addr by Amaury Denoyelle · 3 years, 6 months ago
  57. e74cbc3 REORG: config: use parsing ctx for server config check by Amaury Denoyelle · 3 years, 6 months ago
  58. 0fc136c REORG: server: use parsing ctx for server parsing by Amaury Denoyelle · 3 years, 6 months ago
  59. d0b237c MINOR: log: define server user message format by Amaury Denoyelle · 3 years, 6 months ago
  60. 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · 3 years, 6 months ago
  61. da3d681 MINOR: log: display exec path on first warning by Amaury Denoyelle · 3 years, 6 months ago
  62. 816281f MINOR: errors: use user messages context in print_message by Amaury Denoyelle · 3 years, 6 months ago
  63. 6af81f8 MEDIUM: errors: implement parsing context type by Amaury Denoyelle · 3 years, 6 months ago
  64. 0a1cdcc MINOR: log: do not discard stderr when starting is over by Amaury Denoyelle · 3 years, 6 months ago
  65. 1833e43 MEDIUM: errors: implement user messages buffer by Amaury Denoyelle · 3 years, 6 months ago
  66. c008a63 CLEANUP: server: fix cosmetic of error message on sni parsing by Amaury Denoyelle · 3 years, 6 months ago
  67. ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · 3 years, 6 months ago
  68. 63b3ae7 CLEANUP: backend: fix incorrect comments on locking conditions for lb functions by Willy Tarreau · 3 years, 6 months ago
  69. 5e702fc MINOR: http-ana: Use -1 status for client aborts during queuing and connect by Christopher Faulet · 3 years, 6 months ago
  70. f22b032 BUILD: fix compilation for OpenSSL-3.0.0-alpha17 by William Lallemand · 3 years, 6 months ago
  71. bf77430 CLEANUP: mux-fcgi: Don't needlessly store result of data/trailers parsing by Christopher Faulet · 3 years, 6 months ago
  72. c4439f7 BUG/MINOR: vars: Be sure to have a session to get checks variables by Christopher Faulet · 3 years, 6 months ago
  73. e9106d6 MINOR: backend: Don't release SI endpoint anymore in connect_server() by Christopher Faulet · 3 years, 6 months ago
  74. f822dec BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry by Christopher Faulet · 3 years, 6 months ago
  75. 1a4449b CLEANUP: http-ana: Remove useless if statement about L7 retries by Christopher Faulet · 3 years, 6 months ago
  76. 4764620 BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree by Remi Tricot-Le Breton · 3 years, 6 months ago
  77. 17acbab BUG/MINOR: http: Missing calloc return value check in make_arg_list by Remi Tricot-Le Breton · 3 years, 6 months ago
  78. b6864a5 BUG/MINOR: http: Missing calloc return value check while parsing redirect rule by Remi Tricot-Le Breton · 3 years, 6 months ago
  79. 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
  80. 6443bcc BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo by Remi Tricot-Le Breton · 3 years, 7 months ago
  81. 8cb0336 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule by Remi Tricot-Le Breton · 3 years, 7 months ago
  82. 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
  83. 18a82ba BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy by Remi Tricot-Le Breton · 3 years, 7 months ago
  84. 55ba0d6 BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare by Remi Tricot-Le Breton · 3 years, 7 months ago
  85. a4bf8a0 BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture by Remi Tricot-Le Breton · 3 years, 7 months ago
  86. 612b2c3 BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine by Remi Tricot-Le Breton · 3 years, 7 months ago
  87. 208ff01 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · 3 years, 7 months ago
  88. f1800e6 BUG/MINOR: server: Missing calloc return value check in srv_parse_source by Remi Tricot-Le Breton · 3 years, 7 months ago
  89. 5546c8b MINOR: cfgparse: Fail when encountering extra arguments in macro by Tim Duesterhus · 3 years, 6 months ago
  90. 1f08bff MINOR: http-ana: Perform L7 retries because of status codes in response analyser by Christopher Faulet · 3 years, 6 months ago
  91. d976923 BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts by Christopher Faulet · 3 years, 6 months ago
  92. 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
  93. 9f5382e Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" by Christopher Faulet · 3 years, 6 months ago
  94. 44c0dcf CLEANUP: mux-h1: Rename functions parsing input buf and filling output buf by Christopher Faulet · 3 years, 10 months ago
  95. 00d7cde MINOR: muxes/h1-htx: Realign input buffer using b_slow_realign_ofs() by Christopher Faulet · 3 years, 10 months ago
  96. 7a835f3 MINOR: h1-htx: Use a correlation table to speed-up small chunks parsing by Christopher Faulet · 3 years, 6 months ago
  97. bdcefe5 MEDIUM: h1-htx: Add a function to parse contiguous small chunks by Christopher Faulet · 3 years, 6 months ago
  98. 0d4c924 MEDIUM: h1-htx: Split function to parse a chunk and the loop on the buffer by Christopher Faulet · 3 years, 6 months ago
  99. 140691b MINOR: h1-htx: Move HTTP chunks parsing into a dedicated function by Christopher Faulet · 3 years, 10 months ago
  100. 16a524c MINOR: mux-h1/mux-fcgi: Don't needlessly loop on data parsing by Christopher Faulet · 3 years, 10 months ago