1. fb79f96 MINOR: connection: Add a CTL flag to notify mux it should wait for reads again by Christopher Faulet · 1 year ago
  2. d24b51a BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · 1 year ago
  3. 482038c BUG/MEDIUM: connection: report connection errors even when no mux is installed by Willy Tarreau · 1 year ago
  4. 7e491d6 DOC: quic: Wrong syntax for "quic-cc-algo" keyword. by Frédéric Lécaille · 1 year ago
  5. 12a9db5 BUG/MINOR: sink: don't learn srv port from srv addr by Aurelien DARRAGON · 1 year, 1 month ago
  6. a821a6f BUG/MEDIUM: applet: Remove appctx from buffer wait list on release by Christopher Faulet · 1 year ago
  7. e54afdc DOC: config: use the word 'backend' instead of 'proxy' in 'track' description by Willy Tarreau · 1 year ago
  8. 6b240e4 BUG/MINOR: quic: fix retry token check inconsistency by Amaury Denoyelle · 1 year, 1 month ago
  9. 01e1294 DOC: management: -q is quiet all the time by William Lallemand · 1 year, 1 month ago
  10. a93d8d2 BUG/MEDIUM: stconn: Don't update stream expiration date if already expired by Christopher Faulet · 1 year, 1 month ago
  11. 2101700 BUG/MEDIUM: quic: Avoid some crashes upon TX packet allocation failures by Frédéric Lécaille · 1 year, 1 month ago
  12. 30cc665 BUG/MEDIUM: quic: Possible crashes when sending too short Initial packets by Frédéric Lécaille · 1 year, 1 month ago
  13. 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
  14. 11ffacf BUG/MINOR: quic: idle timer task requeued in the past by Frédéric Lécaille · 1 year, 1 month ago
  15. 2b17bf5 BUG/MEDIUM: pool: fix releasable pool calculation when overloaded by Willy Tarreau · 1 year, 1 month ago
  16. b55e9fa BUG/MEDIUM: freq-ctr: Don't report overshoot for long inactivity period by Christopher Faulet · 1 year, 1 month ago
  17. bc378bb BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts by Christopher Faulet · 1 year, 1 month ago
  18. deb4e5e BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · 1 year, 3 months ago
  19. 62b950b BUG/MEDIUM: quic: fix sslconns on quic_conn alloc failure by Amaury Denoyelle · 1 year, 1 month ago
  20. dc654e8 BUG/MEDIUM: quic: fix actconn on quic_conn alloc failure by Amaury Denoyelle · 1 year, 1 month ago
  21. 69f59f4 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · 1 year, 1 month ago
  22. 2bb2ee2 BUG/MINOR: stconn: Sanitize report for read activity by Christopher Faulet · 1 year, 1 month ago
  23. 6ccce20 BUG/MEDIUM: Don't apply a max value on room_needed in sc_need_room() by Christopher Faulet · 1 year, 1 month ago
  24. 9265780 BUG/MEDIUM: stconn: Don't report rcv/snd expiration date if SC cannot epxire by Christopher Faulet · 1 year, 1 month ago
  25. 88b1ec9 BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range() by Willy Tarreau · 1 year, 1 month ago
  26. 0048daa BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · 1 year, 1 month ago
  27. 0509b1e BUG/MINOR: stktable: missing free in parse_stick_table() by Aurelien DARRAGON · 1 year, 1 month ago
  28. a8b082d BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure by Christopher Faulet · 1 year, 1 month ago
  29. 40ff02b BUG/MEDIUM: ssl: segfault when cipher is NULL by William Lallemand · 1 year, 1 month ago
  30. ca7a063 BUG/MINOR: mux-quic: fix early close if unset client timeout by Amaury Denoyelle · 1 year, 1 month ago
  31. 3f1e6f0 BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA by William Lallemand · 1 year, 1 month ago
  32. aff66bb MEDIUM: quic: count quic_conn for global sslconns by Amaury Denoyelle · 1 year, 1 month ago
  33. 331b8b1 MEDIUM: quic: count quic_conn instance for maxconn by Amaury Denoyelle · 1 year, 1 month ago
  34. 8ee9fc7 MINOR: frontend: implement a dedicated actconn increment function by Amaury Denoyelle · 1 year, 1 month ago
  35. ca1cedf BUG/MINOR: ssl: use a thread-safe sslconns increment by Amaury Denoyelle · 1 year, 1 month ago
  36. 10197d6 BUG/MINOR: quic: do not consider idle timeout on CLOSING state by Amaury Denoyelle · 1 year, 1 month ago
  37. d0086f7 BUG/MEDIUM: server: "proto" not working for dynamic servers by Aurelien DARRAGON · 1 year, 1 month ago
  38. 4e49a6f MINOR: connection: add conn_pr_mode_to_proto_mode() helper func by Aurelien DARRAGON · 1 year, 1 month ago
  39. f7aba8e DEBUG: mux-h2/flags: fix list of h2c flags used by the flags decoder by Willy Tarreau · 1 year, 1 month ago
  40. 2632d04 MINOR: lua: Add flags to configure logging behaviour by Tristan · 1 year, 1 month ago
  41. f3e225d BUG/MINOR: ssl: load correctly @system-ca when ca-base is define by William Lallemand · 1 year, 1 month ago
  42. a8f293b DOC: internal: filters: fix reference to entities.pdf by Aleksandar Lazic · 1 year, 1 month ago
  43. d6e5cde BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · 1 year, 1 month ago
  44. f69d53e BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · 1 year, 1 month ago
  45. edd1d06 BUG/MEDIUM: peers: Fix synchro for huge number of tables by Christopher Faulet · 1 year, 1 month ago
  46. d4f7e08 BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task by Christopher Faulet · 1 year, 1 month ago
  47. f72eca2 BUG/MINOR: trace: fix trace parser error reporting by Willy Tarreau · 1 year, 1 month ago
  48. 936db56 BUG/MINOR: mux-h2: fix http-request and http-keep-alive timeouts again by Willy Tarreau · 1 year, 1 month ago
  49. 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
  50. de4a538 BUG/MINOR: mux-h2: make up other blocked streams upon removal from list by Willy Tarreau · 1 year, 1 month ago
  51. 1ffa63c BUG/MINOR: mux-h1: Send a 400-bad-request on shutdown before the first request by Christopher Faulet · 1 year, 2 months ago
  52. 3f14db5 BUG/MEDIUM: quic-conn: free unsent frames on retransmit to prevent crash by Amaury Denoyelle · 1 year, 1 month ago
  53. 8738650 BUG/MINOR: mux-quic: fix free on qcs-new fail alloc by Amaury Denoyelle · 1 year, 1 month ago
  54. a514a11 BUG/MINOR: h3: strengthen host/authority header parsing by Amaury Denoyelle · 1 year, 2 months ago
  55. d323ab3 BUG/MINOR: mux-quic: support initial 0 max-stream-data by Amaury Denoyelle · 1 year, 2 months ago
  56. 1789d9f BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only stream by Amaury Denoyelle · 1 year, 2 months ago
  57. 3a89348 BUG/MINOR: quic: reject packet with no frame by Amaury Denoyelle · 1 year, 2 months ago
  58. 8fbabea BUG/MINOR: quic: Avoid crashing with unsupported cryptographic algos by Frédéric Lécaille · 1 year, 1 month ago
  59. 6c56b89 BUG/MEDIUM: stconn: Fix comparison sign in sc_need_room() by Christopher Faulet · 1 year, 4 months ago
  60. c5bc10f BUG/MINOR: hq-interop: simplify parser requirement by Amaury Denoyelle · 1 year, 2 months ago
  61. 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
  62. 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
  63. 9ff1bc8 BUG/MINOR: mux-h1: Handle read0 in rcv_pipe() only when data receipt was tried by Christopher Faulet · 1 year, 2 months ago
  64. 9a278fd BUG/MEDIUM: hlua: Initialize appctx used by a lua socket on connect only by Christopher Faulet · 1 year, 2 months ago
  65. 6db178d MINOR: hlua: Test the hlua struct first when the lua socket is connecting by Christopher Faulet · 1 year, 2 months ago
  66. 2678657 MINOR: hlua: Save the lua socket's server in its context by Christopher Faulet · 1 year, 2 months ago
  67. cb06855 MINOR: hlua: Save the lua socket's timeout in its context by Christopher Faulet · 1 year, 2 months ago
  68. 714476c MINOR: hlua: Don't preform operations on a not connected socket by Christopher Faulet · 1 year, 2 months ago
  69. 75d1bfb MINOR: hlua: Set context's appctx when the lua socket is created by Christopher Faulet · 1 year, 2 months ago
  70. bea90bb BUG/MEDIUM: http-ana: Try to handle response before handling server abort by Christopher Faulet · 1 year, 2 months ago
  71. ebb226f BUG/MEDIUM: quic_conn: let the scheduler kill the task when needed by Willy Tarreau · 1 year, 1 month ago
  72. 106008b BUG/MEDIUM: actions: always apply a longest match on prefix lookup by Willy Tarreau · 1 year, 2 months ago
  73. 217b0f4 BUG/MINOR: mux-quic: remove full demux flag on ncbuf release by Amaury Denoyelle · 1 year, 2 months ago
  74. 4bc0909 BUG/MEDIUM: server/cli: don't delete a dynamic server that has streams by Aurelien DARRAGON · 1 year, 2 months ago
  75. c8eb1d1 MINOR: pattern: fix pat_{parse,match}_ip() function comments by Aurelien DARRAGON · 1 year, 3 months ago
  76. d2d7fbd BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · 1 year, 2 months ago
  77. 35feba6 BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers by Christopher Faulet · 1 year, 2 months ago
  78. 3fde519 BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API by Willy Tarreau · 1 year, 2 months ago
  79. 0df691a BUG/MEDIUM: master/cli: Pin the master CLI on the first thread of the group 1 by Christopher Faulet · 1 year, 2 months ago
  80. 0a2b404 BUG/MINOR: promex: fix backend_agg_check_status by Cedric Paillet · 1 year, 2 months ago
  81. 6be40a4 BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records by Christopher Faulet · 1 year, 2 months ago
  82. 3ddcd1b BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · 1 year, 3 months ago
  83. fa76a10 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · 1 year, 3 months ago
  84. 638a153 CI: musl: drop shopt in workflow invocation by Ilya Shipitsin · 1 year, 3 months ago
  85. 2bfeaf6 CI: musl: highlight section if there are coredumps by Ilya Shipitsin · 1 year, 3 months ago
  86. a0dda4b Revert "BUG/MEDIUM: quic: missing check of dcid for init pkt including a token" by Emeric Brun · 1 year, 2 months ago
  87. 0249366 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread by Aurelien DARRAGON · 1 year, 4 months ago
  88. b25d5d3 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · 1 year, 4 months ago
  89. 418200a BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT by William Lallemand · 1 year, 2 months ago
  90. 48d3c30 BUG/MINOR: quic: ssl_quic_initial_ctx() uses error count not error code by William Lallemand · 1 year, 3 months ago
  91. 3ccfc10 BUG/MINOR: quic: allow-0rtt warning must only be emitted with quic bind by William Lallemand · 1 year, 3 months ago
  92. 246fc21 BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make help by William Lallemand · 1 year, 3 months ago
  93. 0277c68 MINOR: quic+openssl_compat: Emit an alert for "allow-0rtt" option by Frédéric Lécaille · 1 year, 3 months ago
  94. be92bdb MINOR: quic+openssl_compat: Do not start without "limited-quic" by Frédéric Lécaille · 1 year, 3 months ago
  95. ee7b2bb MINOR: quic: Warning for OpenSSL wrapper QUIC bindings without "limited-quic" by Frédéric Lécaille · 1 year, 4 months ago
  96. e5c04ff BUG/MINOR: quic+openssl_compat: Non initialized TLS encryption levels by Frédéric Lécaille · 1 year, 4 months ago
  97. ffb67d5 DOC: quic: Add "limited-quic" new tuning setting by Frédéric Lécaille · 1 year, 4 months ago
  98. df3f457 MINOR: quic: Add "limited-quic" new tuning setting by Frédéric Lécaille · 1 year, 4 months ago
  99. 29d2ce3 MINOR: quic: SSL context initialization with QUIC OpenSSL wrapper. by Frédéric Lécaille · 1 year, 6 months ago
  100. cd5ab68 MINOR: quic: Add a quic_openssl_compat struct to quic_conn struct by Frédéric Lécaille · 1 year, 6 months ago