1. 2ee5c8b BUG/MEDIUM: quic: Blocked STREAM when retransmitted by Frédéric Lécaille · 2 years, 9 months ago
  2. a4af1b7 REGTESTS: fix the race conditions in be2hex.vtc by Christopher Faulet · 2 years, 9 months ago
  3. 97f69c6 BUG/MEDIUM: httpclient: must manipulate head, not first by William Lallemand · 2 years, 9 months ago
  4. c020b25 BUG/MINOR: httpclient: remove the UNUSED block when parsing headers by William Lallemand · 2 years, 9 months ago
  5. c8f1eb9 BUG/MINOR: httpclient: consume partly the blocks when necessary by William Lallemand · 2 years, 9 months ago
  6. f5ba296 CLEANUP: htx: remove unused co_htx_remove_blk() by William Lallemand · 2 years, 9 months ago
  7. 2b7dc4e BUG/MEDIUM: httpclient: don't consume data before it was analyzed by William Lallemand · 2 years, 9 months ago
  8. bc8b7a1 [RELEASE] Released version 2.6-dev3 by Willy Tarreau · 2 years, 9 months ago
  9. f1cb4ac BUG/MINOR: buffer: fix debugging condition in b_peek_varint() by Willy Tarreau · 2 years, 9 months ago
  10. 76e8b70 MEDIUM: server: remove experimental-mode for dynamic servers by Amaury Denoyelle · 2 years, 9 months ago
  11. 3881e17 REGTESTS: server: test SSL/PROXY with checks for dynamic servers by Amaury Denoyelle · 2 years, 9 months ago
  12. 7d098be MEDIUM: check: do not auto configure SSL/PROXY for dynamic servers by Amaury Denoyelle · 2 years, 9 months ago
  13. 6ccfa3c MEDIUM: mux-quic: improve bidir STREAM frames sending by Amaury Denoyelle · 2 years, 9 months ago
  14. 54445d0 MINOR: quic: implement sending confirmation by Amaury Denoyelle · 2 years, 9 months ago
  15. db5d1a1 MINOR: mux-quic: improve opportunistic retry sending for STREAM frames by Amaury Denoyelle · 2 years, 9 months ago
  16. e2ec942 MINOR: mux-quic: prevent push frame for unidir streams by Amaury Denoyelle · 2 years, 9 months ago
  17. 728b30d CLEANUP: quic: Comments fix for qc_prep_(app)pkts() functions by Frédéric Lécaille · 2 years, 9 months ago
  18. 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
  19. 530601c MEDIUM: quic: Implement the idle timeout feature by Frédéric Lécaille · 2 years, 9 months ago
  20. c7a69e2 MINOR: quic: Add a function to compute the current PTO by Frédéric Lécaille · 2 years, 9 months ago
  21. 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
  22. 12c169a BUG/MINOR: quic: ACK_REQUIRED and ACK_RECEIVED flag collision by Frédéric Lécaille · 2 years, 9 months ago
  23. f293b69 MEDIUM: quic: Remove the QUIC connection reference counter by Frédéric Lécaille · 2 years, 9 months ago
  24. 66d37fa MINOR: quic: Add max_idle_timeout advertisement handling by Frédéric Lécaille · 2 years, 9 months ago
  25. d2985f3 BUG/MINOR: session: fix theoretical risk of memleak in session_accept_fd() by Willy Tarreau · 2 years, 9 months ago
  26. 0657b93 MINOR: stream: add "last_rule_file" and "last_rule_line" samples by Willy Tarreau · 2 years, 9 months ago
  27. c6dae86 MINOR: rules: record the last http/tcp rule that gave a final verdict by Willy Tarreau · 2 years, 9 months ago
  28. 3ec1461 DOC: sample fetch methods: move distcc_* to the right locations by Willy Tarreau · 2 years, 9 months ago
  29. fbff854 BUG/MAJOR: mux-pt: Always destroy the backend connection on detach by Christopher Faulet · 2 years, 9 months ago
  30. a6a3279 CLEANUP: fcgi: Use `istadv()` in `fcgi_strm_send_params` by Tim Duesterhus · 2 years, 9 months ago
  31. 98f05f6 CLEANUP: fcgi: Replace memcpy() on ist by istcat() by Tim Duesterhus · 2 years, 9 months ago
  32. b4b0377 MEDIUM: proxy: Store server_id_hdr_name as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
  33. e502c3e MINOR: proxy: Store orgto_hdr_name as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
  34. b50ab84 MINOR: proxy: Store fwdfor_hdr_name as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
  35. 4b1fcaa MINOR: proxy: Store monitor_uri as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
  36. 5ce1299 DEBUG: stream: Fix stream trace message to print response buffer state by Christopher Faulet · 2 years, 9 months ago
  37. 5001913 DEBUG: stream: Add the missing descriptions for stream trace events by Christopher Faulet · 2 years, 9 months ago
  38. e8cefac BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing by Christopher Faulet · 2 years, 9 months ago
  39. 8b1eed1 DEBUG: cache: Update underlying buffer when loading HTX message in cache applet by Christopher Faulet · 2 years, 9 months ago
  40. e9382e0 BUG/MEDIUM: stream: Use the front analyzers for new listener-less streams by Christopher Faulet · 2 years, 9 months ago
  41. bef64b2 BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
  42. dbf1e88 BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
  43. 3fa5d19 BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
  44. d8d2708 BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
  45. 3d43324 BUG/MINOR: httpclient: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
  46. 6709538 BUILD: fix recent build breakage of freebsd caused by kFreeBSD build fix by David Carlier · 2 years, 9 months ago
  47. a690b73 MINOR: stats: Add dark mode support for socket rows by Marno Krahmer · 2 years, 9 months ago
  48. 20f89ca BUG/MEDIUM: quic: do not drop packet on duplicate stream/decoding error by Amaury Denoyelle · 2 years, 9 months ago
  49. b0dfd09 BUG/MINOR: cli: shows correct mode in "show sess" by William Lallemand · 2 years, 9 months ago
  50. 06715af BUG/MINOR: add missing modes in proxy_mode_str() by William Lallemand · 2 years, 9 months ago
  51. c4e56dc MINOR: pools: add a new global option "no-memory-trimming" by Willy Tarreau · 2 years, 9 months ago
  52. 5bcfd33 BUG/MAJOR: quic: Wrong quic_max_available_room() returned value by Frédéric Lécaille · 2 years, 9 months ago
  53. 4fe7d8a MINOR: quic: Add quic_max_int_by_size() function by Frédéric Lécaille · 2 years, 9 months ago
  54. 9777ead CLEANUP: quic: Remove window redundant variable from NewReno algorithm state struct by Frédéric Lécaille · 2 years, 9 months ago
  55. 0e7c9a7 MINOR: quic: More precise window update calculation by Frédéric Lécaille · 2 years, 9 months ago
  56. abdf4a1 BUG/MINOR: quic: Confusion betwen "in_flight" and "prep_in_flight" in quic_path_prep_data() by Frédéric Lécaille · 2 years, 9 months ago
  57. 5f67830 CLEANUP: quic: Remove useless definitions from quic_cc_event struct by Frédéric Lécaille · 2 years, 9 months ago
  58. a5ee0ae MINOR: quic: Persistent congestion detection outside of controllers by Frédéric Lécaille · 2 years, 9 months ago
  59. 83bfca6 MINOR: quic: Add a "slow start" callback to congestion controller by Frédéric Lécaille · 2 years, 9 months ago
  60. ba9db40 CLEANUP: quic: Remove QUIC path manipulations out of the congestion controller by Frédéric Lécaille · 2 years, 9 months ago
  61. 4d3d36b BUG/MINOR: quic: Missing recovery start timer reset by Frédéric Lécaille · 2 years, 9 months ago
  62. 05e30ee MINOR: quic: Retry on qc_build_pkt() failures by Frédéric Lécaille · 2 years, 9 months ago
  63. 43a5685 BUILD: fix kFreeBSD build. by David Carlier · 2 years, 9 months ago
  64. c055e30 MEDIUM: mux-quic: implement MAX_STREAMS emission for bidir streams by Amaury Denoyelle · 2 years, 10 months ago
  65. e9c4cc1 MINOR: mux-quic: retry send opportunistically for remaining frames by Amaury Denoyelle · 2 years, 9 months ago
  66. 2c71fe5 MEDIUM: mux-quic: use direct send transport API for STREAMs by Amaury Denoyelle · 2 years, 10 months ago
  67. 414df76 MINOR: mux-quic: define new unions for flow-control fields by Amaury Denoyelle · 2 years, 10 months ago
  68. 0dc40f0 MINOR: mux-quic: complete functions to detect stream type by Amaury Denoyelle · 2 years, 10 months ago
  69. 749cb64 MINOR: mux-quic: refactor transport parameters init by Amaury Denoyelle · 2 years, 10 months ago
  70. c2f561c MINOR: quic: Export qc_send_app_pkts() by Frédéric Lécaille · 2 years, 9 months ago
  71. edc8146 MINOR: quic: Make qc_build_frms() build ack-eliciting frames from a list by Frédéric Lécaille · 2 years, 9 months ago
  72. 28c7ea3 MINOR: quic: Send short packet from a frame list by Frédéric Lécaille · 2 years, 9 months ago
  73. 1c5968b MINOR: quic: qc_prep_app_pkts() implementation by Frédéric Lécaille · 2 years, 9 months ago
  74. 1455113 CLEANUP: quic: complete ABORT_NOW with a TODO comment by Amaury Denoyelle · 2 years, 9 months ago
  75. d8ac3f5 CI: coverity: simplify debugging options by Willy Tarreau · 2 years, 9 months ago
  76. 3dfb7da CLEANUP: tree-wide: remove a few rare non-ASCII chars by Willy Tarreau · 2 years, 9 months ago
  77. f9eba78 BUG/MEDIUM: pools: fix ha_free() on area in the process of being freed by Willy Tarreau · 2 years, 9 months ago
  78. 2d0f873 BUG/MINOR: quic: fix segfault on CC if mux uninitialized by Amaury Denoyelle · 2 years, 9 months ago
  79. c48c8b8 DEV: udp: add an optional argument to set the prng seed by Willy Tarreau · 2 years, 9 months ago
  80. e7a7fb4 DEV: udp: implement pseudo-random reordering/loss by Willy Tarreau · 2 years, 9 months ago
  81. c927137 DEV: udp: add a tiny UDP proxy for testing by Willy Tarreau · 2 years, 9 months ago
  82. e81248c BUG/MINOR: pool: always align pool_heads to 64 bytes by Willy Tarreau · 2 years, 9 months ago
  83. 10a3736 BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST by William Lallemand · 2 years, 9 months ago
  84. 06e66c8 DEBUG: reduce the footprint of BUG_ON() calls by Willy Tarreau · 2 years, 9 months ago
  85. a631b86 BUILD: tcpcheck: do not declare tcp_check_keywords_register() inline by Willy Tarreau · 2 years, 9 months ago
  86. 4de2cda BUILD: trace: do not declare trace_registre_source() inline by Willy Tarreau · 2 years, 9 months ago
  87. 368479c BUILD: http_rules: do not declare http_*_keywords_registre() inline by Willy Tarreau · 2 years, 9 months ago
  88. d318e4e BUILD: connection: do not declare register_mux_proto() inline by Willy Tarreau · 2 years, 9 months ago
  89. e4149cd BUILD: conn_stream: avoid null-deref warnings on gcc 6 by Willy Tarreau · 2 years, 9 months ago
  90. bd24208 MINOR: quic: Assemble QUIC TLS flags at the same level by Frédéric Lécaille · 2 years, 9 months ago
  91. 9355d50 CLEANUP: quic: Indentation fix in qc_prep_pkts() by Frédéric Lécaille · 2 years, 9 months ago
  92. 7d845f1 CLEANUP: quic: Useless tests in qc_try_rm_hp() by Frédéric Lécaille · 2 years, 9 months ago
  93. 51c9065 MINOR: quic: Drop the packets of discarded packet number spaces by Frédéric Lécaille · 2 years, 9 months ago
  94. 00e2400 MINOR: quic: Post handshake I/O callback switching by Frédéric Lécaille · 2 years, 9 months ago
  95. 5757b4a MINOR: quic: Ensure PTO timer is not set in the past by Frédéric Lécaille · 2 years, 9 months ago
  96. 59e6bcd BUILD: ssl: another build warning on LIBRESSL_VERSION_NUMBER by Julien Thomas · 2 years, 9 months ago
  97. 10c9c74 CLEANUP: stream: Remove useless tests on conn-stream in stream_dump() by Christopher Faulet · 2 years, 9 months ago
  98. 0dc70ab REGTESTS: fix the race conditions in secure_memcmp.vtc by Christopher Faulet · 2 years, 9 months ago
  99. 0e3010b MEDIUM: quic: rearchitecture Rx path for bidirectional STREAM frames by Amaury Denoyelle · 2 years, 9 months ago
  100. 3c43039 BUG/MINOR: quic: support FIN on Rx-buffered STREAM frames by Amaury Denoyelle · 2 years, 9 months ago