1. b4f96ed BUG/MINOR: log: Initialize the list element when allocating a new log server by Christopher Faulet · 2 years, 8 months ago
  2. 744451c BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing by Christopher Faulet · 2 years, 8 months ago
  3. d9fc128 BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing by Christopher Faulet · 2 years, 8 months ago
  4. 4646e9c DOC: reflect H2 timeout changes by Lukas Tribus · 2 years, 8 months ago
  5. 0541c2b [RELEASE] Released version 2.6-dev4 by Willy Tarreau · 2 years, 8 months ago
  6. 3d7a918 BUG/MINOR: tools: url2sa reads too far when no port nor path by William Lallemand · 2 years, 8 months ago
  7. d8769d1 CLEANUP: h3: suppress by default stdout traces by Amaury Denoyelle · 2 years, 8 months ago
  8. d96361b CLEANUP: qpack: suppress by default stdout traces by Amaury Denoyelle · 2 years, 8 months ago
  9. 18a10d0 BUILD: qpack: fix unused value when not using DEBUG_HPACK by Amaury Denoyelle · 2 years, 8 months ago
  10. 251eadf MINOR: mux-quic: activate qmux traces on stdout via macro by Amaury Denoyelle · 2 years, 8 months ago
  11. fdcec36 MINOR: mux-quic: add trace event for qcs_push_frame by Amaury Denoyelle · 2 years, 8 months ago
  12. fa29f33 MINOR: mux-quic: add trace event for frame sending by Amaury Denoyelle · 2 years, 8 months ago
  13. 4f13757 MINOR: mux-quic: replace printfs by traces by Amaury Denoyelle · 2 years, 8 months ago
  14. dd4fbfb MINOR: mux-quic: declare the qmux trace module by Amaury Denoyelle · 2 years, 8 months ago
  15. 0c2d964 REORG: quic: use a dedicated quic_loss.c by Amaury Denoyelle · 2 years, 8 months ago
  16. 777969c BUILD: quic: add missing includes by Amaury Denoyelle · 2 years, 8 months ago
  17. 9296091 MINOR: mux-quic: convert fin on push-frame as boolean by Amaury Denoyelle · 2 years, 8 months ago
  18. b938b77 BUG/MINOR: tools: fix url2sa return value with IPv4 by William Lallemand · 2 years, 8 months ago
  19. cc2764e BUG/MINOR: quic: Wrong buffer length passed to generate_retry_token() by Frédéric Lécaille · 2 years, 8 months ago
  20. 0c3205a BUILD: stream-int: avoid a build warning when DEBUG is empty by Willy Tarreau · 2 years, 8 months ago
  21. 1e5e513 MINOR: mux-quic: support MAX_DATA frame parsing by Amaury Denoyelle · 2 years, 9 months ago
  22. 8727ff4 MINOR: mux-quic: support MAX_STREAM_DATA frame parsing by Amaury Denoyelle · 2 years, 9 months ago
  23. 05ce55e MEDIUM: mux-quic: respect peer connection data limit by Amaury Denoyelle · 2 years, 9 months ago
  24. 6ea7819 MEDIUM: mux-quic: respect peer bidirectional stream data limit by Amaury Denoyelle · 2 years, 9 months ago
  25. 78396e5 MINOR: mux-quic: use shorter name for flow-control fields by Amaury Denoyelle · 2 years, 8 months ago
  26. 75d14ad MINOR: mux-quic: add comments for send functions by Amaury Denoyelle · 2 years, 8 months ago
  27. ac74aa5 MINOR: mux-quic: complete trace when stream is not found by Amaury Denoyelle · 2 years, 8 months ago
  28. 1b4ebcb CLEANUP: mux-quic: adjust comment for coding-style by Amaury Denoyelle · 2 years, 9 months ago
  29. e0320b8 CLEANUP: mux-quic: change comment style to not mess with git conflict by Amaury Denoyelle · 2 years, 9 months ago
  30. aaf1f19 MINOR: quic: Add traces in qc_set_timer() (scheduling) by Frédéric Lécaille · 2 years, 8 months ago
  31. ce69cbc MINOR: quic: Add traces about stream TX buffer consumption by Frédéric Lécaille · 2 years, 8 months ago
  32. 140a357 DOC: config: Explictly add supported MQTT versions by Christopher Faulet · 2 years, 8 months ago
  33. 1295798 MEDIUM: mqtt: support mqtt_is_valid and mqtt_field_value converters for MQTTv3.1 by Dhruv Jain · 2 years, 8 months ago
  34. 76fc07e BUG/MINOR: quic: Wrong TX packet related counters handling by Frédéric Lécaille · 2 years, 8 months ago
  35. 411aa6d BUG/MINOR: quic: Non initialized variable in quic_build_post_handshake_frames() by Frédéric Lécaille · 2 years, 8 months ago
  36. 44ae752 BUG/MINOR: quic: Incorrect peer address validation by Frédéric Lécaille · 2 years, 8 months ago
  37. 12aa26b BUG/MINOR: quic: 1RTT packets ignored after mux was released by Frédéric Lécaille · 2 years, 8 months ago
  38. 2899fe2 BUG/MINOR: quic: Missing TX packet initializations by Frédéric Lécaille · 2 years, 8 months ago
  39. f27b66f BUG/MINOR: mux-quic: Missing I/O handler events initialization by Frédéric Lécaille · 2 years, 8 months ago
  40. 4e22f28 BUG/MINOR: mux-quic: Access to empty frame list from qc_send_frames() by Frédéric Lécaille · 2 years, 8 months ago
  41. dcc74ff BUG/MINOR: quic: Unsent frame because of qc_build_frms() by Frédéric Lécaille · 2 years, 8 months ago
  42. d64f68f BUG/MINOR: quic: Possible leak in quic_build_post_handshake_frames() by Frédéric Lécaille · 2 years, 8 months ago
  43. f1f812b BUG/MINOR: quic: Possible crash in parse_retry_token() by Frédéric Lécaille · 2 years, 9 months ago
  44. e2a1c1b MEDIUM: quic: Rework of the TX packets memory handling by Frédéric Lécaille · 2 years, 9 months ago
  45. 141982a MEDIUM: quic: Limit the number of ACK ranges by Frédéric Lécaille · 2 years, 9 months ago
  46. 8f3ae02 CLEANUP: quic: "largest_acked_pn" pktns struc member moving by Frédéric Lécaille · 2 years, 9 months ago
  47. 302c2b1 MINOR: quic: Code factorization (TX buffer reuse) by Frédéric Lécaille · 2 years, 9 months ago
  48. fbbbc33 REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ by Tim Duesterhus · 2 years, 9 months ago
  49. f4f6c0f CLEANUP: Reapply ist.cocci by Tim Duesterhus · 2 years, 9 months ago
  50. 14abfb6 DEV: coccinelle: Add a new pattern to ist.cocci by Tim Duesterhus · 2 years, 9 months ago
  51. 7750850 CLEANUP: Reapply ist.cocci with `--include-headers-for-types --recursive-includes` by Tim Duesterhus · 2 years, 9 months ago
  52. 99f4737 DEV: coccinelle: Fix incorrect replacement in ist.cocci by Tim Duesterhus · 2 years, 9 months ago
  53. ab398d8 BUG/MINOR: http-rules: Don't free new rule on allocation failure by Christopher Faulet · 2 years, 8 months ago
  54. 9075dbd BUG/MINOR: rules: Initialize the list element when allocating a new rule by Christopher Faulet · 2 years, 8 months ago
  55. 15a4733 BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts by Willy Tarreau · 2 years, 8 months ago
  56. 3439583 MEDIUM: mux-h2: slightly relax timeout management rules by Willy Tarreau · 2 years, 8 months ago
  57. 6e805da BUG/MEDIUM: trace: avoid race condition when retrieving session from conn->owner by Willy Tarreau · 2 years, 8 months ago
  58. d1480cc BUG/MEDIUM: stream-int: do not rely on the connection error once established by Willy Tarreau · 2 years, 9 months ago
  59. 99bbdbc BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf by Willy Tarreau · 2 years, 9 months ago
  60. 2ec39ea CI: github actions: switch to LibreSSL-3.5.1 by Ilya Shipitsin · 2 years, 9 months ago
  61. 58a81ae BUG/MINOR: httpclient: CF_SHUTW_NOW should be tested with channel_is_empty() by William Lallemand · 2 years, 9 months ago
  62. 1eca894 BUG/MINOR: httpclient: process the response when received before the end of the request by William Lallemand · 2 years, 9 months ago
  63. a625b03 BUG/MINOR: httpclient: only check co_data() instead of HTTP_MSG_DATA by William Lallemand · 2 years, 9 months ago
  64. dd7e6c6 BUG/MINOR: http-rules: completely free incorrect TCP rules on error by Willy Tarreau · 2 years, 9 months ago
  65. 388c0f2 BUG/MINOR: tcp-rules: completely free incorrect TCP rules on error by Willy Tarreau · 2 years, 9 months ago
  66. 6a783e4 MINOR: actions: add new function free_act_rule() to free a single rule by Willy Tarreau · 2 years, 9 months ago
  67. 211ea25 BUG/MINOR: logs: fix logsrv leaks on clean exit by Willy Tarreau · 2 years, 9 months ago
  68. 43c2ce4 BUG/MINOR: server/ssl: free the SNI sample expression by William Lallemand · 2 years, 9 months ago
  69. 715c101 BUILD: httpclient: fix build without SSL by William Lallemand · 2 years, 9 months ago
  70. 71e3158 BUG/MINOR: httpclient: send the SNI using the host header by William Lallemand · 2 years, 9 months ago
  71. 0d05867 MINOR: server: export server_parse_sni_expr() function by William Lallemand · 2 years, 9 months ago
  72. 42cef2a DEV: udp: add support for random packet corruption by Willy Tarreau · 2 years, 9 months ago
  73. 04d3c5c DEV: udp: switch parser to getopt() instead of positional arguments by Willy Tarreau · 2 years, 9 months ago
  74. 53fa787 BUG/MEDIUM: sink: Properly get the stream-int in appctx callback functions by Christopher Faulet · 2 years, 9 months ago
  75. fe14af3 BUG/MEDIUM: cli/debug: Properly get the stream-int in all debug I/O handlers by Christopher Faulet · 2 years, 9 months ago
  76. 9affa93 BUG/MEDIUM: applet: Don't call .release callback function twice by Christopher Faulet · 2 years, 9 months ago
  77. 8f170c7 BUG/MINOR: httpclient/lua: stuck when closing without data by William Lallemand · 2 years, 9 months ago
  78. e9a974a BUG/MAJOR: quic: Possible crash with full congestion control window by Frédéric Lécaille · 2 years, 9 months ago
  79. 2ee5c8b BUG/MEDIUM: quic: Blocked STREAM when retransmitted by Frédéric Lécaille · 2 years, 9 months ago
  80. a4af1b7 REGTESTS: fix the race conditions in be2hex.vtc by Christopher Faulet · 2 years, 9 months ago
  81. 97f69c6 BUG/MEDIUM: httpclient: must manipulate head, not first by William Lallemand · 2 years, 9 months ago
  82. c020b25 BUG/MINOR: httpclient: remove the UNUSED block when parsing headers by William Lallemand · 2 years, 9 months ago
  83. c8f1eb9 BUG/MINOR: httpclient: consume partly the blocks when necessary by William Lallemand · 2 years, 9 months ago
  84. f5ba296 CLEANUP: htx: remove unused co_htx_remove_blk() by William Lallemand · 2 years, 9 months ago
  85. 2b7dc4e BUG/MEDIUM: httpclient: don't consume data before it was analyzed by William Lallemand · 2 years, 9 months ago
  86. bc8b7a1 [RELEASE] Released version 2.6-dev3 by Willy Tarreau · 2 years, 9 months ago
  87. f1cb4ac BUG/MINOR: buffer: fix debugging condition in b_peek_varint() by Willy Tarreau · 2 years, 9 months ago
  88. 76e8b70 MEDIUM: server: remove experimental-mode for dynamic servers by Amaury Denoyelle · 2 years, 9 months ago
  89. 3881e17 REGTESTS: server: test SSL/PROXY with checks for dynamic servers by Amaury Denoyelle · 2 years, 9 months ago
  90. 7d098be MEDIUM: check: do not auto configure SSL/PROXY for dynamic servers by Amaury Denoyelle · 2 years, 9 months ago
  91. 6ccfa3c MEDIUM: mux-quic: improve bidir STREAM frames sending by Amaury Denoyelle · 2 years, 9 months ago
  92. 54445d0 MINOR: quic: implement sending confirmation by Amaury Denoyelle · 2 years, 9 months ago
  93. db5d1a1 MINOR: mux-quic: improve opportunistic retry sending for STREAM frames by Amaury Denoyelle · 2 years, 9 months ago
  94. e2ec942 MINOR: mux-quic: prevent push frame for unidir streams by Amaury Denoyelle · 2 years, 9 months ago
  95. 728b30d CLEANUP: quic: Comments fix for qc_prep_(app)pkts() functions by Frédéric Lécaille · 2 years, 9 months ago
  96. d5066dd BUG/MEDIUM: quic: qc_prep_app_pkts() retries on qc_build_pkt() failures by Frédéric Lécaille · 2 years, 9 months ago
  97. 530601c MEDIUM: quic: Implement the idle timeout feature by Frédéric Lécaille · 2 years, 9 months ago
  98. c7a69e2 MINOR: quic: Add a function to compute the current PTO by Frédéric Lécaille · 2 years, 9 months ago
  99. 676b849 BUG/MINOR: quic: Missing check when setting the anti-amplification limit as reached by Frédéric Lécaille · 2 years, 9 months ago
  100. 12c169a BUG/MINOR: quic: ACK_REQUIRED and ACK_RECEIVED flag collision by Frédéric Lécaille · 2 years, 9 months ago