1. db4bc6b MINOR: quic: Add a fake congestion control algorithm named "nocc" by Frédéric Lécaille · 1 year, 8 months ago
  2. d721571 MEDIUM: quic: Ack delay implementation by Frédéric Lécaille · 1 year, 8 months ago
  3. 8f99194 MINOR: quic: Traces adjustments at proto level. by Frédéric Lécaille · 1 year, 8 months ago
  4. acc9cfd MINOR: quic: Adjustments for generic control congestion traces by Frédéric Lécaille · 1 year, 8 months ago
  5. d724331 BUG/MINOR: quic: Wrong use of now_ms timestamps (cubic algo) by Frédéric Lécaille · 1 year, 8 months ago
  6. 7e64d87 BUG/MINOR: backend: make be_usable_srv() consistent when stopping by Aurelien DARRAGON · 1 year, 8 months ago
  7. 110e4a8 MINOR: http_fetch: add case insensitive support for smp_fetch_url_param by Martin DOLEZ · 1 year, 8 months ago
  8. 2c5b9de CLEANUP: proxy: remove stop_time related dead code by Aurelien DARRAGON · 1 year, 8 months ago
  9. c425e03 BUG/MINOR: quic: Missing STREAM frame type updated by Frédéric Lécaille · 1 year, 8 months ago
  10. 1751db1 MINOR: pools: report a replaced memory allocator instead of just malloc_trim() by Willy Tarreau · 1 year, 8 months ago
  11. 7aee683 MINOR: pools: export trim_all_pools() by Willy Tarreau · 1 year, 8 months ago
  12. eaba76b MINOR: pools: intercept malloc_trim() instead of trying to plug holes by Willy Tarreau · 1 year, 8 months ago
  13. 1d0ed1a BUG/MINOR: trace: fix hardcoded level for TRACE_PRINTF by Amaury Denoyelle · 1 year, 8 months ago
  14. d8a97d8 BUG/MINOR: illegal use of the malloc_trim() function if jemalloc is used by Miroslav Zagorac · 1 year, 8 months ago
  15. 0de1e61 BUILD: thread: implement thread_harmless_end_sig() for threadless builds by Willy Tarreau · 1 year, 8 months ago
  16. 69869e6 MINOR: dynbuf: set POOL_F_NO_FAIL on buffer allocation by Willy Tarreau · 1 year, 8 months ago
  17. ac78c4f MINOR: ssl-sock: pass the CO_SFL_MSG_MORE info down the stack by Willy Tarreau · 1 year, 9 months ago
  18. ca07979 BUG/MINOR: quic: Missing STREAM frame data pointer updates by Frédéric Lécaille · 1 year, 9 months ago
  19. 9824f8c MINOR: buffer: add br_single() to check if a buffer ring has more than one buf by Willy Tarreau · 1 year, 9 months ago
  20. e5a26eb MINOR: buffer: add br_count() to return the number of allocated bufs by Willy Tarreau · 1 year, 9 months ago
  21. 3a7b539 BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list by Christopher Faulet · 1 year, 9 months ago
  22. a6c0a59 MINOR: ssl: Use ocsp update task for "update ssl ocsp-response" command by Remi Tricot-Le Breton · 1 year, 9 months ago
  23. 8f6da64 MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb() by Willy Tarreau · 1 year, 9 months ago
  24. 2078d4b BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn value by William Lallemand · 1 year, 9 months ago
  25. cd8914b BUG/MAJOR: fd/threads: close a race on closing connections after takeover by Willy Tarreau · 1 year, 9 months ago
  26. cc101cd BUG/MINOR: quic: Wrong RETIRE_CONNECTION_ID sequence number check by Frédéric Lécaille · 1 year, 9 months ago
  27. 5907fed MEDIUM: quic: release closing connections on stopping by Amaury Denoyelle · 1 year, 9 months ago
  28. efed86c MINOR: quic: create a global list dedicated for closing QUIC conns by Amaury Denoyelle · 1 year, 9 months ago
  29. 5e3201e MINOR: quic: Add transport parameters to "show quic" by Frédéric Lécaille · 1 year, 9 months ago
  30. ece86e6 MINOR: quic: Add spin bit support by Frédéric Lécaille · 1 year, 9 months ago
  31. 8ac8a87 MINOR: quic: RETIRE_CONNECTION_ID frame handling (RX) by Frédéric Lécaille · 1 year, 9 months ago
  32. b4c5471 MINOR: quic: Store the next connection IDs sequence number in the connection by Frédéric Lécaille · 1 year, 9 months ago
  33. 51a7caf MINOR: quic: Add traces about QUIC TLS key update by Frédéric Lécaille · 1 year, 9 months ago
  34. c8a0efb BUG/MEDIUM: quic: properly handle duplicated STREAM frames by Amaury Denoyelle · 1 year, 9 months ago
  35. 86d1e0b BUG/MINOR: ssl: Fix ocsp-update when using "add ssl crt-list" by Remi Tricot-Le Breton · 1 year, 9 months ago
  36. 5843237 MINOR: ssl: Add global options to modify ocsp update min/max delay by Remi Tricot-Le Breton · 1 year, 9 months ago
  37. 07b7c15 MINOR: ssl: Reorder struct certificate_ocsp members by Remi Tricot-Le Breton · 1 year, 9 months ago
  38. 0c96ee4 MINOR: ssl: Add certificate's path to certificate_ocsp structure by Remi Tricot-Le Breton · 1 year, 9 months ago
  39. ad6cba8 MINOR: ssl: Store specific ocsp update errors in response and update ctx by Remi Tricot-Le Breton · 1 year, 9 months ago
  40. 9e94df3 MINOR: ssl: Add ocsp update success/failure counters by Remi Tricot-Le Breton · 1 year, 9 months ago
  41. e0fe118 MINOR: quic: implement qc_notify_send() by Amaury Denoyelle · 1 year, 9 months ago
  42. 1febc2d MEDIUM: quic: improve fatal error handling on send by Amaury Denoyelle · 1 year, 9 months ago
  43. 7b8aac4 MINOR: tinfo: make thread_set functions return nth group/mask instead of first by Willy Tarreau · 1 year, 9 months ago
  44. fea8c19 CLEANUP: listener: only store conn counts for local threads by Willy Tarreau · 1 year, 9 months ago
  45. 85eabfb MEDIUM: mux-quic: Don't expect data from server as long as request is unfinished by Christopher Faulet · 1 year, 9 months ago
  46. 8aabc8e MINOR: stconn: Report a send activity when endpoint is willing to consume data by Christopher Faulet · 1 year, 9 months ago
  47. a2a3d5d CLEANUP: ring: remove the now unused ring's offset by Willy Tarreau · 1 year, 9 months ago
  48. d3ffba4 MINOR: listener: pause_listener() becomes suspend_listener() by Aurelien DARRAGON · 1 year, 10 months ago
  49. 2370599 MINOR: listener: make sure we don't pause/resume bypassed listeners by Aurelien DARRAGON · 1 year, 10 months ago
  50. bcad7e6 MINOR: listener: add relax_listener() function by Aurelien DARRAGON · 1 year, 10 months ago
  51. 4059e09 MINOR: listener/api: add lli hint to listener functions by Aurelien DARRAGON · 1 year, 10 months ago
  52. 2bf9912 MINOR: stconn: Add functions to set/clear SE_FL_EXP_NO_DATA flag from endpoint by Christopher Faulet · 1 year, 9 months ago
  53. be5cc76 MINOR: stconn: Remove half-closed timeout by Christopher Faulet · 1 year, 9 months ago
  54. bcdcfad MINOR: stconn: Set half-close timeout using proxy settings by Christopher Faulet · 1 year, 9 months ago
  55. 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · 1 year, 9 months ago
  56. b374ba5 MAJOR: stream: Use SE descriptor date to detect read/write timeouts by Christopher Faulet · 1 year, 10 months ago
  57. 2ca4cc1 MINOR: applet/stconn: Add a SE flag to specify an endpoint does not expect data by Christopher Faulet · 1 year, 9 months ago
  58. 4c13568 MEDIUM: stconn: Add two date to track successful reads and blocked sends by Christopher Faulet · 1 year, 10 months ago
  59. 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · 1 year, 10 months ago
  60. f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · 1 year, 10 months ago
  61. ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · 1 year, 10 months ago
  62. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · 1 year, 10 months ago
  63. 81fdeb8 MEDIUM: channel: Remove CF_READ_NOEXP flag by Christopher Faulet · 1 year, 9 months ago
  64. 3ffbf38 BUG/MEDIUM: httpclient/lua: fix a race between lua GC and hlua_ctx_destroy by Aurelien DARRAGON · 1 year, 10 months ago
  65. 27629a7 MINOR: compiler: add a TOSTR() macro to turn a value into a string by Willy Tarreau · 1 year, 9 months ago
  66. 879debe BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · 1 year, 9 months ago
  67. c13f302 MINOR: cfgcond: Implement enabled condition expression by Christopher Faulet · 1 year, 9 months ago
  68. a1fdad7 MINOR: cfgcond: Implement strstr condition expression by Christopher Faulet · 1 year, 9 months ago
  69. 2f7c82b BUG/MINOR: haproxy: Fix option to disable the fast-forward by Christopher Faulet · 1 year, 9 months ago
  70. 77ed631 MEDIUM: quic: trigger fast connection closing on process stopping by Amaury Denoyelle · 1 year, 10 months ago
  71. eb7d320 MINOR: mux-quic: implement client-fin timeout by Amaury Denoyelle · 1 year, 10 months ago
  72. b30247b MINOR: mux-quic: define qc_shutdown() by Amaury Denoyelle · 1 year, 10 months ago
  73. 2f53111 MINOR: quic: Add traces to qc_kill_conn() by Frédéric Lécaille · 1 year, 10 months ago
  74. a2c62c3 MINOR: quic: Kill the connections on ICMP (port unreachable) packet receipt by Frédéric Lécaille · 1 year, 10 months ago
  75. 75c8ad5 MINOR: quic: Move code to wakeup the timer task to avoid anti-amplication deadlock by Frédéric Lécaille · 1 year, 10 months ago
  76. 1dbeb35 MINOR: quic: Add new traces about by connection RX buffer handling by Frédéric Lécaille · 1 year, 10 months ago
  77. 14037bf MINOR: h3: add traces on decode_qcs callback by Amaury Denoyelle · 1 year, 9 months ago
  78. 381d813 MINOR: h3/hq-interop: handle no data in decode_qcs() with FIN set by Amaury Denoyelle · 1 year, 9 months ago
  79. 3e820a1 MINOR: threads: add flags to know if a thread is started and/or running by Willy Tarreau · 1 year, 9 months ago
  80. d4eaa8a MINOR: global: Add an option to disable the data fast-forward by Christopher Faulet · 1 year, 10 months ago
  81. 44979ad BUG/MINOR: config: crt-list keywords mistaken for bind ssl keywords by William Lallemand · 1 year, 10 months ago
  82. af67806 MINOR: ssl: rename confusing ssl_bind_kws by William Lallemand · 1 year, 10 months ago
  83. 15c7470 MINOR: quic: implement a basic "show quic" CLI handler by Amaury Denoyelle · 1 year, 10 months ago
  84. 3e7a0bb MINOR: cfgparse/server: move (min/max)conn postparsing logic into dedicated function by Aurelien DARRAGON · 1 year, 10 months ago
  85. a14686d MINOR: ssl/ocsp: add a function to check the OCSP update configuration by William Lallemand · 1 year, 10 months ago
  86. b4b9caa BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h by William Lallemand · 1 year, 10 months ago
  87. 28360dc MEDIUM: clock: force internal time to wrap early after boot by Willy Tarreau · 1 year, 10 months ago
  88. 6093ba4 BUG/MINOR: clock: do not mix wall-clock and monotonic time in uptime calculation by Willy Tarreau · 1 year, 10 months ago
  89. b7a406a MINOR: quic: Update version_information transport parameter to draft-14 by Frédéric Lécaille · 1 year, 10 months ago
  90. e5958d0 BUG/MEDIUM: stats: fix resolvers dump by Aurelien DARRAGON · 1 year, 10 months ago
  91. f2988e1 CLEANUP: listener/thread: remove now unused bind_conf's bind_tgroup/bind_thread by Willy Tarreau · 1 year, 10 months ago
  92. f0de8ca MEDIUM: listener/config: make the "thread" parser rely on thread_sets by Willy Tarreau · 1 year, 10 months ago
  93. bef43df MINOR: thread: add a simple thread_set API by Willy Tarreau · 1 year, 10 months ago
  94. 9e2682a MINOR: listener: remove the now useless LI_F_QUIC_LISTENER flag by Willy Tarreau · 1 year, 11 months ago
  95. b25634d CLEANUP: listener: remove the now unused options field by Willy Tarreau · 1 year, 11 months ago
  96. 4c1d3a9 MINOR: listener: get rid of LI_O_TCP_L4_RULES and LI_O_TCP_L5_RULES by Willy Tarreau · 1 year, 11 months ago
  97. 1714680 MINOR: listener: move LI_O_UNLIMITED and LI_O_NOSTOP to bind_conf by Willy Tarreau · 1 year, 11 months ago
  98. f1b4730 MINOR: listener: move the ACC_PROXY and ACC_CIP options to bind_conf by Willy Tarreau · 1 year, 11 months ago
  99. c492f1b MINOR: listener: move TCP_FO to bind_conf by Willy Tarreau · 1 year, 11 months ago
  100. d9b4d21 MINOR: listener: move the DEF_ACCEPT option to the bind_conf by Willy Tarreau · 1 year, 11 months ago