1. d941146 CLEANUP: chunks: release trash also in deinit by Willy Tarreau · 2 years, 7 months ago
  2. 032e700 CLEANUP: errors: also call deinit_errors_buffers() on deinit() by Willy Tarreau · 2 years, 7 months ago
  3. 1024393 MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord" by Thomas Prückl · 2 years, 7 months ago
  4. 243e68b BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all() by Willy Tarreau · 2 years, 7 months ago
  5. 9743589 BUILD: fd: disguise the fd_set_nonblock/cloexec result by Willy Tarreau · 2 years, 7 months ago
  6. 77b3db0 MINOR: Call deinit_and_exit(0) for `haproxy -vv` by Tim Duesterhus · 2 years, 7 months ago
  7. 0b7031b BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit() by Tim Duesterhus · 2 years, 7 months ago
  8. 2b7fa9d CLEANUP: Destroy `http_err_chunks` members during deinit by Tim Duesterhus · 2 years, 7 months ago
  9. eab1757 BUG/MEDIUM: http-ana: Fix memleak in redirect rules with ignore-empty option by Christopher Faulet · 2 years, 7 months ago
  10. 4d7fdc6 MINOR: connection: Add way to disable active connection closing during soft-stop by Remi Tricot-Le Breton · 2 years, 7 months ago
  11. 03a32e5 BUG/MEDIUM: ssl/cli: fix yielding in show_cafile_detail by William Lallemand · 2 years, 7 months ago
  12. f1344b3 MEDIUM: httpclient: re-enable the verify by default by William Lallemand · 2 years, 7 months ago
  13. 4cfbf3c BUG/MINOR: ssl: memory leak when trying to load a directory with ca-file by William Lallemand · 2 years, 7 months ago
  14. b0c4827 BUG/MINOR: ssl: free the cafile entries on deinit by William Lallemand · 2 years, 7 months ago
  15. c2d3db4 BUG/MINOR: httpclient/lua: error when the httpclient_start() fails by William Lallemand · 2 years, 7 months ago
  16. 4006b0f MEDIUM: httpclient: disable SSL when the ca-file couldn't be loaded by William Lallemand · 2 years, 7 months ago
  17. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  18. 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · 2 years, 7 months ago
  19. a80e4a3 MINOR: fd: add functions to set O_NONBLOCK and FD_CLOEXEC by Willy Tarreau · 2 years, 7 months ago
  20. b4f5fac BUG/MINOR: connection: "connection:close" header added despite 'close-spread-time' by Remi Tricot-Le Breton · 2 years, 7 months ago
  21. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · 2 years, 7 months ago
  22. 197715a CLEANUP: compression: move the default setting of maxzlibmem to defaults by Willy Tarreau · 2 years, 7 months ago
  23. ebab602 BUILD: http: remove the two unused constructors in rules and ana by Willy Tarreau · 2 years, 7 months ago
  24. 8ead1d0 BUILD: thread: use initcall instead of a constructor by Willy Tarreau · 2 years, 7 months ago
  25. 79367f9 BUILD: xprt: use an initcall to register the transport layers by Willy Tarreau · 2 years, 7 months ago
  26. 740d749 BUILD: pollers: use an initcall to register the pollers by Willy Tarreau · 2 years, 7 months ago
  27. 2df1fbf MINOR: init: add global setting "fd-hard-limit" to bound system limits by Willy Tarreau · 2 years, 7 months ago
  28. 7c9a0fe MEDIUM: backend: add new "balance hash <expr>" algorithm by Willy Tarreau · 2 years, 7 months ago
  29. b9f30f3 MINOR: sample: make the bool type cast to bin by Willy Tarreau · 2 years, 7 months ago
  30. 3705dee MINOR: sample: don't needlessly call c_none() in sample_fetch_as_type() by Willy Tarreau · 2 years, 7 months ago
  31. 1a8636d BUG/MINOR: sample: add missing use_backend/use-server contexts in smp_resolve_args by Willy Tarreau · 2 years, 7 months ago
  32. 16daaf3 BUG/MINOR: http-act: make release_http_redir() more robust by Willy Tarreau · 2 years, 7 months ago
  33. 643f1b7 BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments by Christopher Faulet · 2 years, 7 months ago
  34. 5796228 BUG/MEDIUM: rules: Be able to use captures defined in defaults section by Christopher Faulet · 2 years, 7 months ago
  35. 6c10f5c BUG/MINOR: rules: Forbid captures in defaults section if used by a backend by Christopher Faulet · 2 years, 7 months ago
  36. 7586bef BUG/MINOR: quic: fix use-after-free with trace on ACK consume by Amaury Denoyelle · 2 years, 7 months ago
  37. 27fab1d MEDIUM: queue: use tasklet_instant_wakeup() to wake tasks by Willy Tarreau · 2 years, 7 months ago
  38. f6df6b4 BUG/MINOR: mux-quic: fix POST with abortonclose by Amaury Denoyelle · 2 years, 7 months ago
  39. b710415 BUG/MEDIUM: mux-quic: fix stalled POST requets by Amaury Denoyelle · 2 years, 7 months ago
  40. 7ae48a7 BUG/MAJOR: connection: Never remove connection from idle lists outside the lock by Christopher Faulet · 2 years, 7 months ago
  41. eaa703e MEDIUM: httpclient/ssl: verify is configurable and disabled by default by William Lallemand · 2 years, 7 months ago
  42. c6ceba3 MINOR: httpclient/mworker: disable in the master process by William Lallemand · 2 years, 7 months ago
  43. cf5cb0b MEDIUM: httpclient/ssl: verify required by William Lallemand · 2 years, 7 months ago
  44. 2c8b084 MEDIUM: httpclient: change the init sequence by William Lallemand · 2 years, 7 months ago
  45. b53eb87 MINOR: init: add the pre-check callback by William Lallemand · 2 years, 7 months ago
  46. eb50c01 MINOR: conn-stream: Make cs_detach_* private and use cs_destroy() from outside by Christopher Faulet · 2 years, 7 months ago
  47. c6b60f1 MINOR: stream: Don't needlessly detach server endpoint on early client abort by Christopher Faulet · 2 years, 7 months ago
  48. a33ff7a BUG/MEDIUM: conn-stream: Set back CS to RDY state when the appctx is created by Christopher Faulet · 2 years, 7 months ago
  49. bb5b62e BUG/MINOR: backend: Don't allow to change backend applet by Christopher Faulet · 2 years, 7 months ago
  50. 1d216c7 BUG/MINOR: cache: Disable cache if applet creation fails by Christopher Faulet · 2 years, 7 months ago
  51. 02ef0ff MINOR: conn-stream: Rely on endpoint shutdown flags to shutdown an applet by Christopher Faulet · 2 years, 7 months ago
  52. ca6c9bb CLEANUP: conn-stream: Rename cs_applet_release() by Christopher Faulet · 2 years, 7 months ago
  53. ff022a2 CLEANUP: conn-stream: Rename cs_conn_close() and cs_conn_drain_and_close() by Christopher Faulet · 2 years, 7 months ago
  54. 0264212 DEV: stream: Fix conn-streams dump in full stream message by Christopher Faulet · 2 years, 8 months ago
  55. 3eb892f BUG/MINOR: mux-quic: remove dead code in qcs_xfer_data() by Amaury Denoyelle · 2 years, 7 months ago
  56. e1e9f6b BUG/MEDIUM: logs: fix http-client's log srv initialization by Willy Tarreau · 2 years, 7 months ago
  57. a3daaec BUG/MINOR: mux-quic: handle null timeout by Amaury Denoyelle · 2 years, 7 months ago
  58. f3e03a4 BUG/MINOR: mux-quic: unsubscribe on release by Amaury Denoyelle · 2 years, 7 months ago
  59. 89a2ceb BUG/MEDIUM: quic: Possible crash with released mux by Frédéric Lécaille · 2 years, 8 months ago
  60. f87c67e MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option by Remi Tricot-Le Breton · 2 years, 7 months ago
  61. 97e84c6 MINOR: cfg-quic: define tune.quic.conn-buf-limit by Amaury Denoyelle · 2 years, 8 months ago
  62. 1b2dba5 MINOR: mux-quic: implement immediate send retry by Amaury Denoyelle · 2 years, 8 months ago
  63. d2f80a2 MINOR: quic: limit total stream buffers per connection by Amaury Denoyelle · 2 years, 8 months ago
  64. 1b81dda MINOR: quic-stream: refactor ack management by Amaury Denoyelle · 2 years, 7 months ago
  65. a456920 MEDIUM: quic: implement multi-buffered Tx streams by Amaury Denoyelle · 2 years, 8 months ago
  66. b22c046 MINOR: quic-stream: add qc field by Amaury Denoyelle · 2 years, 7 months ago
  67. e4301da MINOR: quic-stream: use distinct tree nodes for quic stream and qcs by Amaury Denoyelle · 2 years, 8 months ago
  68. 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 8 months ago
  69. da6ad20 MINOR: mux-quic: split xfer and STREAM frames build by Amaury Denoyelle · 2 years, 8 months ago
  70. c69be7c BUILD: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · 2 years, 7 months ago
  71. 1d6338e MEDIUM: ssl: Disable DHE ciphers by default by Remi Tricot-Le Breton · 2 years, 8 months ago
  72. 528b3fd MINOR: ssl: Use DH parameters defined in RFC7919 instead of hard coded ones by Remi Tricot-Le Breton · 2 years, 8 months ago
  73. 43041aa BUILD: calltrace: fix wrong include when building with TRACE=1 by Willy Tarreau · 2 years, 8 months ago
  74. 7747d46 MINOR: tcp_sample: extend support for get_tcp_info to macOs. by David CARLIER · 2 years, 8 months ago
  75. 5c83e3a MINOR: tcp_sample: clarifying samples support per os, for further expansion. by David CARLIER · 2 years, 8 months ago
  76. 39e436e BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags by Christopher Faulet · 2 years, 8 months ago
  77. 32af9a7 BUG/MEDIUM: fcgi-app: Use http_msg flags to know if C-L header can be added by Christopher Faulet · 2 years, 8 months ago
  78. f7ff9cb BUG/MEDIUM: quic: properly clean frames on stream free by Amaury Denoyelle · 2 years, 8 months ago
  79. 2bb5edc BUG/MEDIUM: connection: Don't crush context pointer location if it is a CS by Christopher Faulet · 2 years, 8 months ago
  80. cef08c2 MINOR: extcheck: fill in the server's UNIX socket address when known by Willy Tarreau · 2 years, 8 months ago
  81. c7edc98 CLEANUP: extcheck: do not needlessly preset the server's address/port by Willy Tarreau · 2 years, 8 months ago
  82. a544c66 BUG/MEDIUM: stream: do not abort connection setup too early by Willy Tarreau · 2 years, 8 months ago
  83. 5d774de MINOR: quic: emit CONNECTION_CLOSE on app init error by Amaury Denoyelle · 2 years, 8 months ago
  84. 05d4ae6 BUG/MINOR: quic: fix return value for error in start by Amaury Denoyelle · 2 years, 8 months ago
  85. 622ec41 BUG/MINOR: quic-sock: do not double free session on conn init failure by Amaury Denoyelle · 2 years, 8 months ago
  86. 2461bd5 BUG/MINOR: mux-quic: prevent a crash in session_free on mux.destroy by Amaury Denoyelle · 2 years, 8 months ago
  87. 67df95a BUILD: http-client: Avoid dead code when compiled without SSL support by Christopher Faulet · 2 years, 8 months ago
  88. ae660be BUG/MEDIUM: mux-h1: Don't request more room on partial trailers by Christopher Faulet · 2 years, 8 months ago
  89. cea0543 MINOR: conn-stream: Use unsafe functions to get conn/appctx in cs_detach_endp by Christopher Faulet · 2 years, 8 months ago
  90. 4de1bff MINOR: muxes: Don't expect to call release function with no mux defined by Christopher Faulet · 2 years, 8 months ago
  91. 4e61096 MINOR: muxes: Don't handle proto upgrade for muxes not supporting it by Christopher Faulet · 2 years, 8 months ago
  92. 7c452cc MINOR: muxes: Don't expect to have a mux without connection in destroy callback by Christopher Faulet · 2 years, 8 months ago
  93. 86b08a3 BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive by Willy Tarreau · 2 years, 8 months ago
  94. 6ff91e2 BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side by Willy Tarreau · 2 years, 8 months ago
  95. bc964bd BUG/MINOR: quic: Avoid starting the mux if no ALPN sent by the client by Frédéric Lécaille · 2 years, 8 months ago
  96. 186354b MINOR: mux-h1: Rely on the endpoint instead of the conn-stream when possible by Christopher Faulet · 2 years, 8 months ago
  97. 22050e0 MINOR: muxes: Improve show_fd callbacks to dump endpoint flags by Christopher Faulet · 2 years, 8 months ago
  98. 1336ccf CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create() by Christopher Faulet · 2 years, 8 months ago
  99. aa69d8f MINOR: conn-stream: Use a dedicated function to conditionally remove a CS by Christopher Faulet · 2 years, 8 months ago
  100. a97cced CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag by Christopher Faulet · 2 years, 8 months ago