1. eed7826 BUG/MEDIUM: quic: properly take shards into account on bind lines by Willy Tarreau · 1 year, 11 months ago
  2. 15337fd BUG/MEDIUM: mux-quic: fix double delete from qcc.opening_list by Amaury Denoyelle · 1 year, 11 months ago
  3. 8f5699b REGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL by William Lallemand · 1 year, 11 months ago
  4. 2aa14ce MINOR: pool: only use opportunistic versions of the swrate_add() functions by Willy Tarreau · 2 years ago
  5. e327b4a MINOR: freq_ctr: add opportunistic versions of swrate_add() by Willy Tarreau · 2 years ago
  6. 284cfc6 MINOR: pool: make the thread-local hot cache size configurable by Willy Tarreau · 2 years ago
  7. 4dd33d9 OPTIM: pool: split the read_mostly from read_write parts in pool_head by Willy Tarreau · 1 year, 11 months ago
  8. a8b7684 BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats by Christopher Faulet · 2 years ago
  9. ad4ed00 BUG/MINOR:: mux-h1: Never handle error at mux level for running connection by Christopher Faulet · 2 years ago
  10. 75028f8 BUG/MINOR: mux-h1: Report EOS on parsing/internal error for not running stream by Christopher Faulet · 2 years ago
  11. 1039669 BUG/MEDIUM: tests: use tmpdir to create UNIX socket by Bertrand Jacquin · 2 years ago
  12. 46bea1c BUILD: peers: peers-t.h depends on stick-table-t.h by William Lallemand · 2 years ago
  13. 7332a12 REGTESTS: startup: disable automatic_maxconn.vtc by William Lallemand · 2 years ago
  14. 24f5a24 BUILD: 51d: fix build issue with recent compilers by Willy Tarreau · 2 years ago
  15. 5ac6b3b BUG/MINOR: quic: fix crash on PTO rearm if anti-amplification reset by Amaury Denoyelle · 2 years ago
  16. 16c9ca9 MINOR: stats: make show info json future-proof by Aurelien DARRAGON · 2 years ago
  17. 42b18fb BUG/MINOR: stats: fix show stat json buffer limitation by Aurelien DARRAGON · 2 years ago
  18. 5594184 MINOR: stats: introduce stats field ctx by Aurelien DARRAGON · 2 years ago
  19. e76a027 MINOR: stats: provide ctx for dumping functions by Aurelien DARRAGON · 2 years ago
  20. 4cf0d3f BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain by Remi Tricot-Le Breton · 2 years ago
  21. e3d5f9a MINOR: ssl: Remove unnecessary alloc'ed trash chunk in show ocsp-response by Remi Tricot-Le Breton · 2 years ago
  22. 9334843 MINOR: ssl: Remove unneeded buffer allocation in show ocsp-response by Remi Tricot-Le Breton · 2 years ago
  23. c4913f6 MINOR: h3: check return values of htx_add_* on headers parsing by Amaury Denoyelle · 2 years ago
  24. 788fc05 BUG/MINOR: h3: fix memleak on HEADERS parsing failure by Amaury Denoyelle · 2 years ago
  25. 19942e3 BUG/MEDIUM: h3: fix cookie header parsing by Amaury Denoyelle · 2 years ago
  26. 4328b61 MINOR: http-htx: add BUG_ON to prevent API error on http_cookie_register by Amaury Denoyelle · 2 years ago
  27. 8f1f1b0 BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error() by Christopher Faulet · 2 years ago
  28. da93802 BUG/MEDIUM: mux-h1: Don't release H1 stream upgraded from TCP on error by Christopher Faulet · 2 years ago
  29. f5994fc CI: github: split matrix for development and stable branches by Ilya Shipitsin · 2 years ago
  30. 6dedeb7 CI: github: remove redundant ASAN loop by Ilya Shipitsin · 2 years ago
  31. d2c5ee6 BUG/MEDIUM: h3: parse content-length and reject invalid messages by Amaury Denoyelle · 2 years ago
  32. 15f3cc4 MINOR: http: extract content-length parsing from H2 by Amaury Denoyelle · 2 years ago
  33. 7b5a671 BUG/MEDIUM: h3: reject request with invalid pseudo header by Amaury Denoyelle · 2 years ago
  34. d6fb7a0 BUG/MEDIUM: h3: reject request with invalid header name by Amaury Denoyelle · 2 years ago
  35. f98b3b1 REGTESTS: startup: add alternatives values in automatic_maxconn.vtc by William Lallemand · 2 years ago
  36. 819d48b BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout by Christopher Faulet · 2 years ago
  37. 4272934 BUG/MEDIUM: freq-ctr: Don't compute overshoot value for empty counters by Christopher Faulet · 2 years ago
  38. 04007cb CLEANUP: ssl: remove check on srv->proxy by William Lallemand · 2 years ago
  39. 02cf4ec MINOR: sample: add param converter by Thayne McCombs · 2 years ago
  40. 6b6f082 REGTESTS: startup: activate automatic_maxconn.vtc by William Lallemand · 2 years ago
  41. 2cb1493 CI: github: set ulimit -n to a greater value by William Lallemand · 2 years ago
  42. 2a22539 REGTESTS: startup: change the expected maxconn to 11000 by William Lallemand · 2 years ago
  43. 0adafb3 BUG/MINOR: startup: don't use internal proxies to compute the maxconn by William Lallemand · 2 years ago
  44. 38c5b6e REGTESTS: startup: check maxconn computation by William Lallemand · 2 years ago
  45. 4a04cd3 CI: github: split ssl lib selection based on git branch by Ilya Shipitsin · 2 years ago
  46. 4b16700 BUG/MINOR: mux-quic: handle properly alloc error in qcs_new() by Amaury Denoyelle · 2 years ago
  47. 641a65f BUG/MINOR: mux-quic: remove qcs from opening-list on free by Amaury Denoyelle · 2 years ago
  48. 6eb3c4b CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote() by Amaury Denoyelle · 2 years ago
  49. 4244833 BUG/MINOR: quic: handle alloc failure on qc_new_conn() for owned socket by Amaury Denoyelle · 2 years ago
  50. dbf6ad4 BUG/MINOR: quic: properly handle alloc failure in qc_new_conn() by Amaury Denoyelle · 2 years ago
  51. 393e4e4 CI: github: reintroduce openssl 1.1.1 by William Lallemand · 2 years ago
  52. e1b866a REGTESTS: fix the race conditions in iff.vtc by Christopher Faulet · 2 years ago
  53. 2e6bf0a BUG/MAJOR: fcgi: Fix uninitialized reserved bytes by Youfu Zhang · 2 years ago
  54. 7edec90 DOC: promex: Add missing backend metrics by Christopher Faulet · 2 years ago
  55. e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · 2 years ago
  56. 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · 2 years ago
  57. 9192d20 MINOR: pools: make DEBUG_UAF a runtime setting by Willy Tarreau · 2 years ago
  58. b634987 DEBUG: pool: show a few examples in -dMhelp by Willy Tarreau · 2 years ago
  59. 4da51bd CLEANUP: pools: get rid of CONFIG_HAP_POOLS by Willy Tarreau · 2 years ago
  60. a956366 REORG: pool: move all the OS specific code to pool-os.h by Willy Tarreau · 2 years ago
  61. 76a97a9 CLEANUP: pool: only include pool-os from pool.c not pool.h by Willy Tarreau · 2 years ago
  62. 67f89c5 CLEANUP: pools: move the write before free to the uaf-only function by Willy Tarreau · 2 years ago
  63. 94dbfed BUG/MEDIUM: httpclient/lua: double LIST_DELETE on end of lua task by William Lallemand · 2 years ago
  64. 46676d4 BUILD: makefile/da: also clean Os/ in Device Atlas dummy lib dir by Willy Tarreau · 2 years ago
  65. 5ab3c61 BUILD: atomic: atomic.h may need compiler.h on ARMv8.2-a by Willy Tarreau · 2 years ago
  66. 57c3e75 CLEANUP: init: remove useless assignment of nbthread by Willy Tarreau · 2 years ago
  67. 400b3ae BUG/MINOR: init/threads: continue to limit default thread count to max per group by Willy Tarreau · 2 years ago
  68. f648767 MINOR: peers: unused code path in process_peer_sync by Aurelien DARRAGON · 2 years ago
  69. 1412d31 MINOR: mworker: remove unused legacy code in mworker_cleanlisteners by Aurelien DARRAGON · 2 years ago
  70. b118f2f MINOR: stats: properly handle ST_F_CHECK_DURATION metric by Aurelien DARRAGON · 2 years ago
  71. 81b7c95 MINOR: check: use atomic for s->consecutive_errors by Aurelien DARRAGON · 2 years ago
  72. 7d541a9 BUG/MINOR: checks: restore legacy on-error fastinter behavior by Aurelien DARRAGON · 2 years ago
  73. e57b702 BUG/MEDIUM: mworker: create the mcli_reload socketpairs in case of upgrade by William Lallemand · 2 years ago
  74. 035058e BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers by William Lallemand · 2 years ago
  75. 40db4ae MINOR: mworker: display an alert upon a wait-mode exit by William Lallemand · 2 years ago
  76. 5fa29b8 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years ago
  77. 9e080bf BUG/MINOR: checks: make sure fastinter is used even on forced transitions by Willy Tarreau · 2 years ago
  78. a56798e BUG/MEDIUM: checks: do not reschedule a possibly running task on state change by Willy Tarreau · 2 years ago
  79. 22f82f8 MINOR: server/event_hdl: add support for SERVER_UP and SERVER_DOWN events by Aurelien DARRAGON · 2 years ago
  80. 129ecf4 MINOR: server/event_hdl: add support for SERVER_ADD and SERVER_DEL events by Aurelien DARRAGON · 2 years ago
  81. 745ce8e MINOR: stats: add server revision id support by Aurelien DARRAGON · 2 years ago
  82. 61e3894 MINOR: server: add srv->rid (revision id) value by Aurelien DARRAGON · 2 years ago
  83. 7f59d68 BUG/MEDIIM: stconn: Flush output data before forwarding close to write side by Christopher Faulet · 2 years ago
  84. 30fc277 BUG/MINOR: quic: fix fd leak on startup check quic-conn owned socket by Amaury Denoyelle · 2 years ago
  85. 151dbbe BUG/MINOR: ssl: initialize WolfSSL before parsing by William Lallemand · 2 years ago
  86. 44c80ce BUG/MINOR: ssl: initialize SSL error before parsing by William Lallemand · 2 years ago
  87. e30f378 MINOR: quic: activate socket per conn by default by Amaury Denoyelle · 2 years ago
  88. d3083c9 MINOR: quic: reconnect quic-conn socket on address migration by Amaury Denoyelle · 2 years ago
  89. b2bd839 MEDIUM: quic: requeue datagrams received on wrong socket by Amaury Denoyelle · 2 years, 2 months ago
  90. b7ce79c MINOR: mux-quic: rename duplicate function names by Amaury Denoyelle · 2 years ago
  91. 7c9fdd9 MEDIUM: quic: move receive out of FD handler to quic-conn io-cb by Amaury Denoyelle · 2 years ago
  92. 5b41486 MEDIUM: quic: use quic-conn socket for reception by Amaury Denoyelle · 2 years, 1 month ago
  93. dc0dcb3 MINOR: quic: use connection socket for emission by Amaury Denoyelle · 2 years ago
  94. 40909df MINOR: quic: allocate a socket per quic-conn by Amaury Denoyelle · 2 years, 1 month ago
  95. 511ddd5 MINOR: quic: define config option for socket per conn by Amaury Denoyelle · 2 years ago
  96. 8d46acd MINOR: quic: test IP_PKTINFO support for quic-conn owned socket by Amaury Denoyelle · 2 years ago
  97. 75839a4 MINOR: quic: startup detect for quic-conn owned socket support by Amaury Denoyelle · 2 years ago
  98. eb6be98 MINOR: quic: ignore address migration during handshake by Amaury Denoyelle · 2 years ago
  99. eec0b3c MINOR: quic: detect connection migration by Amaury Denoyelle · 2 years ago
  100. 21e611d MINOR: tools: add port for ipcmp as optional criteria by Amaury Denoyelle · 2 years ago