1. dc674c2 BUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_free() BUG_ON by Amaury Denoyelle · 10 months ago
  2. f54c14a BUG/MEDIUM: qpack: allow 6xx..9xx status codes by Amaury Denoyelle · 10 months ago
  3. ed96865 BUG/MEDIUM: h3: do not crash on invalid response status code by Amaury Denoyelle · 10 months ago
  4. 44083ac MINOR: h3: add traces for stream sending function by Amaury Denoyelle · 10 months ago
  5. bbb1820 BUG/MEDIUM: quic: remove unsent data from qc_stream_desc buf by Amaury Denoyelle · 10 months ago
  6. 574dae2 MINOR: quic: extract qc_stream_buf free in a dedicated function by Amaury Denoyelle · 10 months ago
  7. b410f20 MINOR: quic: Stop hardcoding a scale shifting value (CUBIC_BETA_SCALE_FACTOR_SHIFT) by Frederic Lecaille · 10 months ago
  8. aa80ec3 CLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SHIFT macro. by Frederic Lecaille · 10 months ago
  9. 6758576 BUG/MEDIUM: mux-quic: report early error on stream by Amaury Denoyelle · 12 months ago
  10. d70f133 BUG/MINOR: h3: fix checking on NULL Tx buffer by Amaury Denoyelle · 10 months ago
  11. 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
  12. 7fe93bd REGTESTS: ssl: Add OCSP related tests by Remi Tricot-Le Breton · 10 months ago
  13. 871df0a REGTESTS: ssl: Fix empty line in cli command input by Remi Tricot-Le Breton · 10 months ago
  14. ad488ae BUG/MINOR: ssl: Reenable ocsp auto-update after an "add ssl crt-list" by Remi Tricot-Le Breton · 10 months ago
  15. fcf4747 BUG/MINOR: ssl: Destroy ckch instances before the store during deinit by Remi Tricot-Le Breton · 10 months ago
  16. f5a90c4 BUG/MEDIUM: ocsp: Separate refcount per instance and per store by Remi Tricot-Le Breton · 10 months ago
  17. a1b3d8e MINOR: ssl: Use OCSP_CERTID instead of ckch_store in ckch_store_build_certid by Remi Tricot-Le Breton · 10 months ago
  18. 6ebec4b BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line by Remi Tricot-Le Breton · 10 months ago
  19. 2760f4a BUG/MINOR: ssl: Duplicate ocsp update mode when dup'ing ckch by Remi Tricot-Le Breton · 10 months ago
  20. 5e7e42d BUG/MINOR: ssl: Fix error message after ssl_sock_load_ocsp call by Remi Tricot-Le Breton · 10 months ago
  21. a0b31bd BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions by Olivier Houchard · 10 months ago
  22. 08ebf19 BUG/MEDIUM: h1: always reject the NUL character in header values by Willy Tarreau · 10 months ago
  23. 909ddf6 BUG/MINOR: h1-htx: properly initialize the err_pos field by Willy Tarreau · 10 months ago
  24. a73e00a BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size by Christopher Faulet · 10 months ago
  25. 8df94eb BUG/MINOR: h1: Don't support LF only at the end of chunks by Christopher Faulet · 10 months ago
  26. df8c149 BUG/MEDIUM: stconn: Don't check pending shutdown to wake an applet up by Christopher Faulet · 10 months ago
  27. e764b30 BUG/MEDIUM: stconn: Allow expiration update when READ/WRITE event is pending by Christopher Faulet · 10 months ago
  28. d5ebde5 BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() by Willy Tarreau · 10 months ago
  29. 1229363 BUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs by Willy Tarreau · 10 months ago
  30. 0239f32 BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs by Willy Tarreau · 10 months ago
  31. d62ec87 BUG/MINOR: vars/cli: fix missing LF after "get var" output by Willy Tarreau · 10 months ago
  32. 36e5427 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · 10 months ago
  33. 1b75afd REGTESTS: add a test to ensure map-ordering is preserved by Aurelien DARRAGON · 11 months ago
  34. 04256ce MINOR: mux-h2/traces: add a missing trace on connection WU with negative inc by Willy Tarreau · 11 months ago
  35. fb25b6e BUG/MEDIUM: mux-h2: refine connection vs stream error on headers by Willy Tarreau · 10 months ago
  36. df1cc5d MINOR: mux-h2/traces: clarify the "rejected H2 request" event by Willy Tarreau · 1 year, 1 month ago
  37. 4ba6f9e MINOR: mux-h2/traces: explicitly show the error/refused stream states by Willy Tarreau · 1 year, 1 month ago
  38. 577fc27 MINOR: mux-h2/traces: also suggest invalid header upon parsing error by Willy Tarreau · 1 year, 4 months ago
  39. 01ac093 MINOR: debug: make BUG_ON() catch build errors even without DEBUG_STRICT by Willy Tarreau · 10 months ago
  40. 9acf05b MINOR: debug: make ABORT_NOW() store the caller's line number when using abort by Willy Tarreau · 10 months ago
  41. 26a4a16 MINOR: debug: make sure calls to ha_crash_now() are never merged by Willy Tarreau · 10 months ago
  42. 42b40b8 MINOR: compiler: add a new DO_NOT_FOLD() macro to prevent code folding by Willy Tarreau · 10 months ago
  43. ec9c5c5 BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT) by Frederic Lecaille · 11 months ago
  44. 54310dc BUG/MINOR: mux-h2: also count streams for refused ones by Willy Tarreau · 11 months ago
  45. 61e9109 BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control by Amaury Denoyelle · 11 months ago
  46. c59160c DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay by Miroslav Zagorac · 11 months ago
  47. 4869ed5 MINOR: mux-h2: support limiting the total number of H2 streams per connection by Willy Tarreau · 1 year, 2 months ago
  48. 60ce468 BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up by Christopher Faulet · 11 months ago
  49. c978327 BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable by Christopher Faulet · 11 months ago
  50. 3d5b533 BUG/MEDIUM: h3: fix incorrect snd_buf return value by Amaury Denoyelle · 11 months ago
  51. 6ef8a06 CLEANUP: quic: Remaining useless code into server part by Frédéric Lécaille · 11 months ago
  52. 40ca072 BUG/MINOR: h3: close connection on sending alloc errors by Amaury Denoyelle · 11 months ago
  53. ddc1ef1 BUG/MINOR: h3: properly handle alloc failure on finalize by Amaury Denoyelle · 12 months ago
  54. a755439 BUG/MINOR: h3: close connection on header list too big by Amaury Denoyelle · 11 months ago
  55. df0ea3f MINOR: h3: check connection error during sending by Amaury Denoyelle · 11 months ago
  56. 5e28c3a BUG/MINOR: quic: Missing call to TLS message callbacks by Frédéric Lécaille · 11 months ago
  57. 7e0e1a5 BUG/MINOR: quic: Wrong keylog callback setting. by Frédéric Lécaille · 11 months ago
  58. 2f59038 BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission by Amaury Denoyelle · 11 months ago
  59. f628614 BUG/MEDIUM: stats: unhandled switching rules with TCP frontend by Aurelien DARRAGON · 12 months ago
  60. 40f8802 MINOR: stats: store the parent proxy in stats ctx (http) by Aurelien DARRAGON · 12 months ago
  61. 9183dfd DOC: config: Update documentation about local haproxy response by Christopher Faulet · 11 months ago
  62. 043b3c1 BUG/MINOR: resolvers: default resolvers fails when network not configured by William Lallemand · 12 months ago
  63. e3ec217 BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty by Christopher Faulet · 12 months ago
  64. 0b25d70 BUG/MEDIUM: quic: QUIC CID removed from tree without locking by Frédéric Lécaille · 12 months ago
  65. ca1d881 BUG/MEDIUM: quic: Possible buffer overflow when building TLS records by Frédéric Lécaille · 12 months ago
  66. 7438181 BUG/MINOR: mworker/cli: fix set severity-output support by William Lallemand · 12 months ago
  67. 8244cb7 DOC: configuration: typo req.ssl_hello_type by William Lallemand · 12 months ago
  68. aaba8d0 [RELEASE] Released version 2.8.5 by Christopher Faulet · 12 months ago
  69. 489f074 BUG/MEDIUM: proxy: always initialize the default settings after init by Willy Tarreau · 1 year, 1 month ago
  70. 1409dea BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) by Frédéric Lécaille · 12 months ago
  71. c557271 BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate by Frédéric Lécaille · 12 months ago
  72. c33e4df MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback by Frédéric Lécaille · 12 months ago
  73. 57359b9 BUG/MINOR: ssl: Double free of OCSP Certificate ID by Frédéric Lécaille · 12 months ago
  74. 1b0a5a0 BUG/MINOR: quic: Packet number spaces too lately initialized by Frédéric Lécaille · 12 months ago
  75. a216e06 BUG/MINOR: quic: Missing QUIC connection path member initialization by Frédéric Lécaille · 1 year, 5 months ago
  76. 292466e BUG/MINOR: quic: Possible leak of TX packets under heavy load by Frédéric Lécaille · 1 year ago
  77. fe97c6b BUG/MEDIUM: quic: Possible crash during retransmissions and heavy load by Frédéric Lécaille · 1 year ago
  78. f5c2470 BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed by Remi Tricot-Le Breton · 1 year ago
  79. ecd3225 BUG/MEDIUM: peers: fix partial message decoding by Christopher Faulet · 12 months ago
  80. 2a450f0 DOC: Clarify the differences between field() and word() by Tim Duesterhus · 12 months ago
  81. c5d7dcf BUG/MINOR: sample: Make the `word` converter compatible with `-m found` by Tim Duesterhus · 12 months ago
  82. 3c00a71 REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter by Tim Duesterhus · 12 months ago
  83. 4bd597b DOC: config: fix monitor-fail typo by Aurelien DARRAGON · 12 months ago
  84. b8e4f22 DOC: config: add matrix entry for "max-session-srv-conns" by Aurelien DARRAGON · 12 months ago
  85. 04445cf DOC: config: specify supported sections for "max-session-srv-conns" by Aurelien DARRAGON · 1 year ago
  86. 7030ce2 BUG/MINOR: cfgparse-listen: fix warning being reported as an alert by Aurelien DARRAGON · 12 months ago
  87. 51fad64 BUG/MINOR: config: Stopped parsing upon unmatched environment variables by Frédéric Lécaille · 12 months ago
  88. 2778ddc BUG/MINOR: quic_tp: fix preferred_address decoding by Amaury Denoyelle · 12 months ago
  89. 707742f DOC: config: fix missing characters in set-spoe-group action by Willy Tarreau · 12 months ago
  90. 68bf6c8 BUG/MINOR: h3: always reject PUSH_PROMISE by Amaury Denoyelle · 1 year ago
  91. 29058f7 BUG/MINOR: h3: fix TRAILERS encoding by Amaury Denoyelle · 1 year ago
  92. 8e64fdf BUG/MEDIUM: master/cli: Properly pin the master CLI on thread 1 / group 1 by Christopher Faulet · 12 months ago
  93. 765725a BUG/MINOR: compression: possible NULL dereferences in comp_prepare_compress_request() by Aurelien DARRAGON · 1 year ago
  94. 1d40fc9 BUG/MINOR: quic: fix CONNECTION_CLOSE_APP encoding by Amaury Denoyelle · 1 year ago
  95. a5c331a DOC: lua: fix Proxy.get_mode() output by Aurelien DARRAGON · 1 year ago
  96. e5ad347 DOC: lua: add sticktable class reference from Proxy.stktable by Aurelien DARRAGON · 1 year ago
  97. 703bcae REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY by Aurelien DARRAGON · 1 year ago
  98. fd9ad89 DOC: config: fix timeout check inheritance restrictions by Aurelien DARRAGON · 1 year ago
  99. 3650eef DOC: 51d: updated 51Degrees repo URL for v3.2.10 by Eugene Dorfman · 1 year ago
  100. 8bb771a BUG/MINOR: server: do not leak default-server in defaults sections by Willy Tarreau · 1 year ago