1. f6bd011 [RELEASE] Released version 2.8.6 by Willy Tarreau · 9 months ago
  2. 1e3dacb DEV: makefile: fix POSIX compatibility for "range" target by Aurelien DARRAGON · 1 year, 3 months ago
  3. 2da213c DEV: makefile: add a new "range" target to iteratively build all commits by Willy Tarreau · 1 year, 4 months ago
  4. c5a7bf9 CI: Update to actions/cache@v4 by Tim Duesterhus · 10 months ago
  5. ebe29f7 DOC: internal: update missing data types in peers-v2.0.txt by Willy Tarreau · 10 months ago
  6. 9b8c8ce DOC: install: recommend pcre2 by Abhijeet Rastogi · 10 months ago
  7. 5c11eb8 DOC: httpclient: add dedicated httpclient section by Lukas Tribus · 10 months ago
  8. 77f3591 DOC: configuration: clarify http-request wait-for-body by Thayne McCombs · 10 months ago
  9. 8330d9f BUILD: address a few remaining calloc(size, n) cases by Willy Tarreau · 10 months ago
  10. d398135 BUG/MINOR: ext-check: cannot use without preserve-env by Aurelien DARRAGON · 12 months ago
  11. 39dcd1f MINOR: ext-check: add an option to preserve environment variables by Willy Tarreau · 1 year ago
  12. b9bed31 BUG/MINOR: diag: run the final diags before quitting when using -c by Willy Tarreau · 10 months ago
  13. aa0c15a BUG/MINOR: diag: always show the version before dumping a diag warning by Willy Tarreau · 10 months ago
  14. 3fe7132 MINOR: errors: ha_alert() and ha_warning() uses warn_exec_path() by William Lallemand · 1 year, 1 month ago
  15. dfeda3a MINOR: quic: Add a counter for reordered packets by Frederic Lecaille · 9 months ago
  16. f1724f4 MINOR: quic: Dynamic packet reordering threshold by Frederic Lecaille · 9 months ago
  17. 5f76484 MINOR: quic: Update K CUBIC calculation (RFC 9438) by Frederic Lecaille · 10 months ago
  18. ccdffc6 BUG/MEDIUM: quic: Wrong K CUBIC calculation. by Frederic Lecaille · 10 months ago
  19. c34e99a MINOR: quic: Stop using 1024th of a second. by Frederic Lecaille · 10 months ago
  20. ea349c7 BUG/MINOR: quic: fix possible integer wrap around in cubic window calculation by Frederic Lecaille · 10 months ago
  21. 569a025 CLEANUP: quic: Code clarifications for QUIC CUBIC (RFC 9438) by Frederic Lecaille · 10 months ago
  22. 3ce4943 BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit. by Frederic Lecaille · 10 months ago
  23. dc674c2 BUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_free() BUG_ON by Amaury Denoyelle · 10 months ago
  24. f54c14a BUG/MEDIUM: qpack: allow 6xx..9xx status codes by Amaury Denoyelle · 10 months ago
  25. ed96865 BUG/MEDIUM: h3: do not crash on invalid response status code by Amaury Denoyelle · 10 months ago
  26. 44083ac MINOR: h3: add traces for stream sending function by Amaury Denoyelle · 10 months ago
  27. bbb1820 BUG/MEDIUM: quic: remove unsent data from qc_stream_desc buf by Amaury Denoyelle · 10 months ago
  28. 574dae2 MINOR: quic: extract qc_stream_buf free in a dedicated function by Amaury Denoyelle · 10 months ago
  29. b410f20 MINOR: quic: Stop hardcoding a scale shifting value (CUBIC_BETA_SCALE_FACTOR_SHIFT) by Frederic Lecaille · 10 months ago
  30. aa80ec3 CLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SHIFT macro. by Frederic Lecaille · 10 months ago
  31. 6758576 BUG/MEDIUM: mux-quic: report early error on stream by Amaury Denoyelle · 12 months ago
  32. d70f133 BUG/MINOR: h3: fix checking on NULL Tx buffer by Amaury Denoyelle · 10 months ago
  33. 5033a79 BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing by Remi Tricot-Le Breton · 10 months ago
  34. 7fe93bd REGTESTS: ssl: Add OCSP related tests by Remi Tricot-Le Breton · 10 months ago
  35. 871df0a REGTESTS: ssl: Fix empty line in cli command input by Remi Tricot-Le Breton · 10 months ago
  36. ad488ae BUG/MINOR: ssl: Reenable ocsp auto-update after an "add ssl crt-list" by Remi Tricot-Le Breton · 10 months ago
  37. fcf4747 BUG/MINOR: ssl: Destroy ckch instances before the store during deinit by Remi Tricot-Le Breton · 10 months ago
  38. f5a90c4 BUG/MEDIUM: ocsp: Separate refcount per instance and per store by Remi Tricot-Le Breton · 10 months ago
  39. a1b3d8e MINOR: ssl: Use OCSP_CERTID instead of ckch_store in ckch_store_build_certid by Remi Tricot-Le Breton · 10 months ago
  40. 6ebec4b BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line by Remi Tricot-Le Breton · 10 months ago
  41. 2760f4a BUG/MINOR: ssl: Duplicate ocsp update mode when dup'ing ckch by Remi Tricot-Le Breton · 10 months ago
  42. 5e7e42d BUG/MINOR: ssl: Fix error message after ssl_sock_load_ocsp call by Remi Tricot-Le Breton · 10 months ago
  43. a0b31bd BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions by Olivier Houchard · 10 months ago
  44. 08ebf19 BUG/MEDIUM: h1: always reject the NUL character in header values by Willy Tarreau · 10 months ago
  45. 909ddf6 BUG/MINOR: h1-htx: properly initialize the err_pos field by Willy Tarreau · 10 months ago
  46. a73e00a BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size by Christopher Faulet · 10 months ago
  47. 8df94eb BUG/MINOR: h1: Don't support LF only at the end of chunks by Christopher Faulet · 10 months ago
  48. df8c149 BUG/MEDIUM: stconn: Don't check pending shutdown to wake an applet up by Christopher Faulet · 10 months ago
  49. e764b30 BUG/MEDIUM: stconn: Allow expiration update when READ/WRITE event is pending by Christopher Faulet · 10 months ago
  50. d5ebde5 BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() by Willy Tarreau · 10 months ago
  51. 1229363 BUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs by Willy Tarreau · 10 months ago
  52. 0239f32 BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs by Willy Tarreau · 10 months ago
  53. d62ec87 BUG/MINOR: vars/cli: fix missing LF after "get var" output by Willy Tarreau · 10 months ago
  54. 36e5427 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · 10 months ago
  55. 1b75afd REGTESTS: add a test to ensure map-ordering is preserved by Aurelien DARRAGON · 11 months ago
  56. 04256ce MINOR: mux-h2/traces: add a missing trace on connection WU with negative inc by Willy Tarreau · 10 months ago
  57. fb25b6e BUG/MEDIUM: mux-h2: refine connection vs stream error on headers by Willy Tarreau · 10 months ago
  58. df1cc5d MINOR: mux-h2/traces: clarify the "rejected H2 request" event by Willy Tarreau · 1 year, 1 month ago
  59. 4ba6f9e MINOR: mux-h2/traces: explicitly show the error/refused stream states by Willy Tarreau · 1 year, 1 month ago
  60. 577fc27 MINOR: mux-h2/traces: also suggest invalid header upon parsing error by Willy Tarreau · 1 year, 4 months ago
  61. 01ac093 MINOR: debug: make BUG_ON() catch build errors even without DEBUG_STRICT by Willy Tarreau · 10 months ago
  62. 9acf05b MINOR: debug: make ABORT_NOW() store the caller's line number when using abort by Willy Tarreau · 10 months ago
  63. 26a4a16 MINOR: debug: make sure calls to ha_crash_now() are never merged by Willy Tarreau · 10 months ago
  64. 42b40b8 MINOR: compiler: add a new DO_NOT_FOLD() macro to prevent code folding by Willy Tarreau · 10 months ago
  65. ec9c5c5 BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT) by Frederic Lecaille · 10 months ago
  66. 54310dc BUG/MINOR: mux-h2: also count streams for refused ones by Willy Tarreau · 11 months ago
  67. 61e9109 BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control by Amaury Denoyelle · 11 months ago
  68. c59160c DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay by Miroslav Zagorac · 11 months ago
  69. 4869ed5 MINOR: mux-h2: support limiting the total number of H2 streams per connection by Willy Tarreau · 1 year, 1 month ago
  70. 60ce468 BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up by Christopher Faulet · 11 months ago
  71. c978327 BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable by Christopher Faulet · 11 months ago
  72. 3d5b533 BUG/MEDIUM: h3: fix incorrect snd_buf return value by Amaury Denoyelle · 11 months ago
  73. 6ef8a06 CLEANUP: quic: Remaining useless code into server part by Frédéric Lécaille · 11 months ago
  74. 40ca072 BUG/MINOR: h3: close connection on sending alloc errors by Amaury Denoyelle · 11 months ago
  75. ddc1ef1 BUG/MINOR: h3: properly handle alloc failure on finalize by Amaury Denoyelle · 11 months ago
  76. a755439 BUG/MINOR: h3: close connection on header list too big by Amaury Denoyelle · 11 months ago
  77. df0ea3f MINOR: h3: check connection error during sending by Amaury Denoyelle · 11 months ago
  78. 5e28c3a BUG/MINOR: quic: Missing call to TLS message callbacks by Frédéric Lécaille · 11 months ago
  79. 7e0e1a5 BUG/MINOR: quic: Wrong keylog callback setting. by Frédéric Lécaille · 11 months ago
  80. 2f59038 BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission by Amaury Denoyelle · 11 months ago
  81. f628614 BUG/MEDIUM: stats: unhandled switching rules with TCP frontend by Aurelien DARRAGON · 12 months ago
  82. 40f8802 MINOR: stats: store the parent proxy in stats ctx (http) by Aurelien DARRAGON · 12 months ago
  83. 9183dfd DOC: config: Update documentation about local haproxy response by Christopher Faulet · 11 months ago
  84. 043b3c1 BUG/MINOR: resolvers: default resolvers fails when network not configured by William Lallemand · 11 months ago
  85. e3ec217 BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty by Christopher Faulet · 12 months ago
  86. 0b25d70 BUG/MEDIUM: quic: QUIC CID removed from tree without locking by Frédéric Lécaille · 12 months ago
  87. ca1d881 BUG/MEDIUM: quic: Possible buffer overflow when building TLS records by Frédéric Lécaille · 12 months ago
  88. 7438181 BUG/MINOR: mworker/cli: fix set severity-output support by William Lallemand · 12 months ago
  89. 8244cb7 DOC: configuration: typo req.ssl_hello_type by William Lallemand · 12 months ago
  90. aaba8d0 [RELEASE] Released version 2.8.5 by Christopher Faulet · 12 months ago
  91. 489f074 BUG/MEDIUM: proxy: always initialize the default settings after init by Willy Tarreau · 1 year ago
  92. 1409dea BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) by Frédéric Lécaille · 12 months ago
  93. c557271 BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate by Frédéric Lécaille · 12 months ago
  94. c33e4df MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback by Frédéric Lécaille · 12 months ago
  95. 57359b9 BUG/MINOR: ssl: Double free of OCSP Certificate ID by Frédéric Lécaille · 12 months ago
  96. 1b0a5a0 BUG/MINOR: quic: Packet number spaces too lately initialized by Frédéric Lécaille · 12 months ago
  97. a216e06 BUG/MINOR: quic: Missing QUIC connection path member initialization by Frédéric Lécaille · 1 year, 5 months ago
  98. 292466e BUG/MINOR: quic: Possible leak of TX packets under heavy load by Frédéric Lécaille · 1 year ago
  99. fe97c6b BUG/MEDIUM: quic: Possible crash during retransmissions and heavy load by Frédéric Lécaille · 1 year ago
  100. f5c2470 BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed by Remi Tricot-Le Breton · 12 months ago