1. 51ca521 REGTESTS: http: add a test to validate chunked responses delivery by Willy Tarreau · 1 year ago
  2. febaa3e BUG/MINOR: proxy/stktable: missing frees on proxy cleanup by Aurelien DARRAGON · 1 year ago
  3. 6ce5cd0 MINOR: stktable: add stktable_deinit function by Aurelien DARRAGON · 1 year ago
  4. 1842014 BUG/MINOR: stream/cli: report correct stream age in "show sess" by Willy Tarreau · 1 year ago
  5. e0c6ef4 BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() by Willy Tarreau · 1 year ago
  6. 54dd551 BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() by Willy Tarreau · 1 year ago
  7. 960f37c BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() by Willy Tarreau · 1 year ago
  8. 8fc267b BUG/MAJOR: quic: complete thread migration before tcp-rules by Amaury Denoyelle · 1 year ago
  9. a4ebf9d [RELEASE] Released version 2.8.4 by Christopher Faulet · 1 year ago
  10. dd325a2 BUG/MINOR: stconn: Report read activity on non-indep streams for partial sends by Christopher Faulet · 1 year ago
  11. 7fb330b BUG/MINOR: stconn/applet: Report send activity only if there was output data by Christopher Faulet · 1 year ago
  12. d114208 BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer by Christopher Faulet · 1 year ago
  13. 0b25b6a BUG/MINOR: stconn: Fix streamer detection for HTX streams by Christopher Faulet · 1 year ago
  14. fe8a00e MINOR: channel: Add functions to get info on buffers and deal with HTX streams by Christopher Faulet · 1 year ago
  15. bffaf79 MINOR: htx: Use a macro for overhead induced by HTX by Christopher Faulet · 1 year ago
  16. e65daba BUG/MEDIUM: stconn: Update fsb date on partial sends by Christopher Faulet · 1 year ago
  17. 8af1238 BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented by Christopher Faulet · 1 year ago
  18. 63f43ff BUG/MEDIUM: mworker: set the master variable earlier by William Lallemand · 1 year ago
  19. 4887e35 BUG/MEDIUM: applet: Report a send activity everytime data were sent by Christopher Faulet · 1 year, 2 months ago
  20. 6d29ce2 BUG/MEDIUM: stconn: Report a send activity everytime data were sent by Christopher Faulet · 1 year, 2 months ago
  21. 6c90379 REGTESTS: http: Improve script testing abortonclose option by Christopher Faulet · 1 year ago
  22. 948a5a0 BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · 1 year ago
  23. 6d197f9 MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads by Christopher Faulet · 1 year ago
  24. fb79f96 MINOR: connection: Add a CTL flag to notify mux it should wait for reads again by Christopher Faulet · 1 year ago
  25. d24b51a BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · 1 year ago
  26. 482038c BUG/MEDIUM: connection: report connection errors even when no mux is installed by Willy Tarreau · 1 year ago
  27. 7e491d6 DOC: quic: Wrong syntax for "quic-cc-algo" keyword. by Frédéric Lécaille · 1 year ago
  28. 12a9db5 BUG/MINOR: sink: don't learn srv port from srv addr by Aurelien DARRAGON · 1 year, 1 month ago
  29. a821a6f BUG/MEDIUM: applet: Remove appctx from buffer wait list on release by Christopher Faulet · 1 year ago
  30. e54afdc DOC: config: use the word 'backend' instead of 'proxy' in 'track' description by Willy Tarreau · 1 year ago
  31. 6b240e4 BUG/MINOR: quic: fix retry token check inconsistency by Amaury Denoyelle · 1 year, 1 month ago
  32. 01e1294 DOC: management: -q is quiet all the time by William Lallemand · 1 year, 1 month ago
  33. a93d8d2 BUG/MEDIUM: stconn: Don't update stream expiration date if already expired by Christopher Faulet · 1 year, 1 month ago
  34. 2101700 BUG/MEDIUM: quic: Avoid some crashes upon TX packet allocation failures by Frédéric Lécaille · 1 year, 1 month ago
  35. 30cc665 BUG/MEDIUM: quic: Possible crashes when sending too short Initial packets by Frédéric Lécaille · 1 year, 1 month ago
  36. ddb9b1b BUG/MEDIUM: quic: Avoid trying to send ACK frames from an empty ack ranges tree by Frédéric Lécaille · 1 year, 1 month ago
  37. 11ffacf BUG/MINOR: quic: idle timer task requeued in the past by Frédéric Lécaille · 1 year, 1 month ago
  38. 2b17bf5 BUG/MEDIUM: pool: fix releasable pool calculation when overloaded by Willy Tarreau · 1 year, 1 month ago
  39. b55e9fa BUG/MEDIUM: freq-ctr: Don't report overshoot for long inactivity period by Christopher Faulet · 1 year, 1 month ago
  40. bc378bb BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts by Christopher Faulet · 1 year, 1 month ago
  41. deb4e5e BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · 1 year, 3 months ago
  42. 62b950b BUG/MEDIUM: quic: fix sslconns on quic_conn alloc failure by Amaury Denoyelle · 1 year, 1 month ago
  43. dc654e8 BUG/MEDIUM: quic: fix actconn on quic_conn alloc failure by Amaury Denoyelle · 1 year, 1 month ago
  44. 69f59f4 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · 1 year, 1 month ago
  45. 2bb2ee2 BUG/MINOR: stconn: Sanitize report for read activity by Christopher Faulet · 1 year, 1 month ago
  46. 6ccce20 BUG/MEDIUM: Don't apply a max value on room_needed in sc_need_room() by Christopher Faulet · 1 year, 1 month ago
  47. 9265780 BUG/MEDIUM: stconn: Don't report rcv/snd expiration date if SC cannot epxire by Christopher Faulet · 1 year, 1 month ago
  48. 88b1ec9 BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range() by Willy Tarreau · 1 year, 1 month ago
  49. 0048daa BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · 1 year, 1 month ago
  50. 0509b1e BUG/MINOR: stktable: missing free in parse_stick_table() by Aurelien DARRAGON · 1 year, 1 month ago
  51. a8b082d BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure by Christopher Faulet · 1 year, 1 month ago
  52. 40ff02b BUG/MEDIUM: ssl: segfault when cipher is NULL by William Lallemand · 1 year, 1 month ago
  53. ca7a063 BUG/MINOR: mux-quic: fix early close if unset client timeout by Amaury Denoyelle · 1 year, 1 month ago
  54. 3f1e6f0 BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA by William Lallemand · 1 year, 1 month ago
  55. aff66bb MEDIUM: quic: count quic_conn for global sslconns by Amaury Denoyelle · 1 year, 1 month ago
  56. 331b8b1 MEDIUM: quic: count quic_conn instance for maxconn by Amaury Denoyelle · 1 year, 1 month ago
  57. 8ee9fc7 MINOR: frontend: implement a dedicated actconn increment function by Amaury Denoyelle · 1 year, 1 month ago
  58. ca1cedf BUG/MINOR: ssl: use a thread-safe sslconns increment by Amaury Denoyelle · 1 year, 1 month ago
  59. 10197d6 BUG/MINOR: quic: do not consider idle timeout on CLOSING state by Amaury Denoyelle · 1 year, 1 month ago
  60. d0086f7 BUG/MEDIUM: server: "proto" not working for dynamic servers by Aurelien DARRAGON · 1 year, 1 month ago
  61. 4e49a6f MINOR: connection: add conn_pr_mode_to_proto_mode() helper func by Aurelien DARRAGON · 1 year, 1 month ago
  62. f7aba8e DEBUG: mux-h2/flags: fix list of h2c flags used by the flags decoder by Willy Tarreau · 1 year, 1 month ago
  63. 2632d04 MINOR: lua: Add flags to configure logging behaviour by Tristan · 1 year, 1 month ago
  64. f3e225d BUG/MINOR: ssl: load correctly @system-ca when ca-base is define by William Lallemand · 1 year, 1 month ago
  65. a8f293b DOC: internal: filters: fix reference to entities.pdf by Aleksandar Lazic · 1 year, 1 month ago
  66. d6e5cde BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · 1 year, 1 month ago
  67. f69d53e BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · 1 year, 1 month ago
  68. edd1d06 BUG/MEDIUM: peers: Fix synchro for huge number of tables by Christopher Faulet · 1 year, 1 month ago
  69. d4f7e08 BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task by Christopher Faulet · 1 year, 1 month ago
  70. f72eca2 BUG/MINOR: trace: fix trace parser error reporting by Willy Tarreau · 1 year, 1 month ago
  71. 936db56 BUG/MINOR: mux-h2: fix http-request and http-keep-alive timeouts again by Willy Tarreau · 1 year, 1 month ago
  72. 24b8580 BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending by Christopher Faulet · 1 year, 1 month ago
  73. de4a538 BUG/MINOR: mux-h2: make up other blocked streams upon removal from list by Willy Tarreau · 1 year, 1 month ago
  74. 1ffa63c BUG/MINOR: mux-h1: Send a 400-bad-request on shutdown before the first request by Christopher Faulet · 1 year, 2 months ago
  75. 3f14db5 BUG/MEDIUM: quic-conn: free unsent frames on retransmit to prevent crash by Amaury Denoyelle · 1 year, 1 month ago
  76. 8738650 BUG/MINOR: mux-quic: fix free on qcs-new fail alloc by Amaury Denoyelle · 1 year, 1 month ago
  77. a514a11 BUG/MINOR: h3: strengthen host/authority header parsing by Amaury Denoyelle · 1 year, 2 months ago
  78. d323ab3 BUG/MINOR: mux-quic: support initial 0 max-stream-data by Amaury Denoyelle · 1 year, 2 months ago
  79. 1789d9f BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only stream by Amaury Denoyelle · 1 year, 2 months ago
  80. 3a89348 BUG/MINOR: quic: reject packet with no frame by Amaury Denoyelle · 1 year, 2 months ago
  81. 8fbabea BUG/MINOR: quic: Avoid crashing with unsupported cryptographic algos by Frédéric Lécaille · 1 year, 1 month ago
  82. 6c56b89 BUG/MEDIUM: stconn: Fix comparison sign in sc_need_room() by Christopher Faulet · 1 year, 4 months ago
  83. c5bc10f BUG/MINOR: hq-interop: simplify parser requirement by Amaury Denoyelle · 1 year, 2 months ago
  84. 18e4132 BUG/MEDIUM: h1: Ignore C-L value in the H1 parser if T-E is also set by Christopher Faulet · 1 year, 2 months ago
  85. 8087fbb BUG/MINOR: mux-h1: Ignore C-L when sending H1 messages if T-E is also set by Christopher Faulet · 1 year, 2 months ago
  86. 9ff1bc8 BUG/MINOR: mux-h1: Handle read0 in rcv_pipe() only when data receipt was tried by Christopher Faulet · 1 year, 2 months ago
  87. 9a278fd BUG/MEDIUM: hlua: Initialize appctx used by a lua socket on connect only by Christopher Faulet · 1 year, 2 months ago
  88. 6db178d MINOR: hlua: Test the hlua struct first when the lua socket is connecting by Christopher Faulet · 1 year, 2 months ago
  89. 2678657 MINOR: hlua: Save the lua socket's server in its context by Christopher Faulet · 1 year, 2 months ago
  90. cb06855 MINOR: hlua: Save the lua socket's timeout in its context by Christopher Faulet · 1 year, 2 months ago
  91. 714476c MINOR: hlua: Don't preform operations on a not connected socket by Christopher Faulet · 1 year, 2 months ago
  92. 75d1bfb MINOR: hlua: Set context's appctx when the lua socket is created by Christopher Faulet · 1 year, 2 months ago
  93. bea90bb BUG/MEDIUM: http-ana: Try to handle response before handling server abort by Christopher Faulet · 1 year, 2 months ago
  94. ebb226f BUG/MEDIUM: quic_conn: let the scheduler kill the task when needed by Willy Tarreau · 1 year, 1 month ago
  95. 106008b BUG/MEDIUM: actions: always apply a longest match on prefix lookup by Willy Tarreau · 1 year, 2 months ago
  96. 217b0f4 BUG/MINOR: mux-quic: remove full demux flag on ncbuf release by Amaury Denoyelle · 1 year, 2 months ago
  97. 4bc0909 BUG/MEDIUM: server/cli: don't delete a dynamic server that has streams by Aurelien DARRAGON · 1 year, 2 months ago
  98. c8eb1d1 MINOR: pattern: fix pat_{parse,match}_ip() function comments by Aurelien DARRAGON · 1 year, 3 months ago
  99. d2d7fbd BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · 1 year, 2 months ago
  100. 35feba6 BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers by Christopher Faulet · 1 year, 2 months ago