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