1. b666c6b MINOR: qpack: improve decoding function by Amaury Denoyelle · 2 years, 6 months ago
  2. 60ef19f BUG/MINOR: h3/qpack: deal with too many headers by Amaury Denoyelle · 2 years, 6 months ago
  3. 28d3c24 MINOR: qpack: add ABORT_NOW on unimplemented decoding by Amaury Denoyelle · 2 years, 6 months ago
  4. 4bcaf69 BUG/MINOR: qpack: support header litteral name decoding by Amaury Denoyelle · 2 years, 6 months ago
  5. 53eef46 MINOR: qpack: reduce dependencies on other modules by Amaury Denoyelle · 2 years, 6 months ago
  6. c5d31ed MINOR: qpack: add comments and remove a useless trace by Amaury Denoyelle · 2 years, 6 months ago
  7. f5aef02 OPTIM: task: do not consult shared WQ when we're already full by Willy Tarreau · 2 years, 6 months ago
  8. 3ccb14d MINOR: thread: get rid of MAX_THREADS_MASK by Willy Tarreau · 2 years, 6 months ago
  9. e35f032 CLEANUP: hlua: check for at least 2 threads on a task by Willy Tarreau · 2 years, 6 months ago
  10. 1a85a95 MINOR: tinfo: remove the global thread ID bit (tid_bit) by Willy Tarreau · 2 years, 6 months ago
  11. 8716875 CLEANUP: quic: use task_new_on() for single-threaded tasks by Willy Tarreau · 2 years, 6 months ago
  12. 680ed5f MINOR: task: move profiling bit to per-thread by Willy Tarreau · 2 years, 6 months ago
  13. 040955f BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup by Amaury Denoyelle · 2 years, 6 months ago
  14. 4167e05 BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing by Christopher Faulet · 2 years, 6 months ago
  15. 04f03e1 BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data by Christopher Faulet · 2 years, 6 months ago
  16. e4b4019 CLEANUP: check: Remove useless tests on check's stream-connector by Christopher Faulet · 2 years, 6 months ago
  17. d1c6cfe BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration by Christopher Faulet · 2 years, 6 months ago
  18. 43c090c BUG/MINOR: mux-quic: fix memleak on frames rejected by transport by Amaury Denoyelle · 2 years, 6 months ago
  19. 78fa559 MINOR: mux-quic: complete BUG_ON on TX flow-control enforcing by Amaury Denoyelle · 2 years, 6 months ago
  20. b9e0640 BUG/MEDIUM: mux-quic: fix flow control connection Tx level by Amaury Denoyelle · 2 years, 6 months ago
  21. c6b7a97 BUG/MINOR: cli/stats: add missing trailing LF after "show info json" by Willy Tarreau · 2 years, 6 months ago
  22. 9b46fb4 BUG/MINOR: server: do not enable DNS resolution on disabled proxies by Willy Tarreau · 2 years, 6 months ago
  23. 5a0e7ca BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs by Willy Tarreau · 2 years, 6 months ago
  24. 3a2fcfd BUG/MEDIUM: h3: fix SETTINGS parsing by Amaury Denoyelle · 2 years, 6 months ago
  25. 0012f89 OPTIM: mux-h2: increase h2_settings_initial_window_size default to 64k by Glenn Strauss · 2 years, 6 months ago
  26. 617592c MEDIUM: mux-h2: try to coalesce outgoing WINDOW_UPDATE frames by Willy Tarreau · 2 years, 6 months ago
  27. 1cd43aa BUG/MINOR: h3: fix incorrect BUG_ON assert on SETTINGS parsing by Amaury Denoyelle · 2 years, 6 months ago
  28. 58e3501 BUG/MEDIUM: mailers: Set the object type for check attached to an email alert by Christopher Faulet · 2 years, 6 months ago
  29. 4f1825c BUG/MINOR: checks: Properly handle email alerts in trace messages by Christopher Faulet · 2 years, 6 months ago
  30. e3b2574 BUG/MINOR: trace: Test server existence for health-checks to get proxy by Christopher Faulet · 2 years, 6 months ago
  31. 69e3f05 BUILD: quic: fix anonymous union for gcc-4.4 by Benoit DOLEZ · 2 years, 6 months ago
  32. dca4c53 BUG/MINOR: h3: fix return value on decode_qcs on error by Amaury Denoyelle · 2 years, 6 months ago
  33. 1f21ebd MINOR: mux-quic/h3: adjust demuxing function return values by Amaury Denoyelle · 2 years, 6 months ago
  34. 62eef85 MINOR: mux-quic: simplify decode_qcs API by Amaury Denoyelle · 2 years, 6 months ago
  35. c015679 MINOR: h3: add h3c pointer into h3s instance by Amaury Denoyelle · 2 years, 6 months ago
  36. 16f3da4 MINOR: connection: support HTTP/3.0 for smp_*_http_major fetch by Amaury Denoyelle · 2 years, 6 months ago
  37. 1f90f33 BUG/MINOR: ssl_ckch: Fix another possible uninitialized value by Christopher Faulet · 2 years, 6 months ago
  38. ea2c8c6 BUILD: ssl_ckch: Fix build error about a possible uninitialized value by Christopher Faulet · 2 years, 6 months ago
  39. 88041b3 BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler by Christopher Faulet · 2 years, 6 months ago
  40. 677cb4f BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler by Christopher Faulet · 2 years, 6 months ago
  41. d1d2e4d BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler by Christopher Faulet · 2 years, 6 months ago
  42. d6c66f0 MINOR: ssl_ckch: Remove service context for "set ssl crl-file" command by Christopher Faulet · 2 years, 6 months ago
  43. 132c595 MINOR: ssl_ckch: Remove service context for "set ssl ca-file" command by Christopher Faulet · 2 years, 6 months ago
  44. 24a20b9 MINOR: ssl_ckch: Remove service context for "set ssl cert" command by Christopher Faulet · 2 years, 6 months ago
  45. 6af2fc6 MINOR: ssl_ckch: Simplify structure used to commit changes on CA/CRL entries by Christopher Faulet · 2 years, 6 months ago
  46. dd0c483 CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure by Christopher Faulet · 2 years, 6 months ago
  47. f814c4a BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd by Christopher Faulet · 2 years, 6 months ago
  48. 3e94f5d BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield by Christopher Faulet · 2 years, 6 months ago
  49. 5a2154b BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield by Christopher Faulet · 2 years, 6 months ago
  50. 9a99e54 BUG/MINOR: ssl_ckch: Dump CRL transaction only once if show command yield by Christopher Faulet · 2 years, 6 months ago
  51. 51095ee BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx by Christopher Faulet · 2 years, 6 months ago
  52. ddc8e1c MINOR: ssl_ckch: Simplify I/O handler to commit changes on CA/CRL entry by Christopher Faulet · 2 years, 6 months ago
  53. 14df913 CLEANUP: ssl_ckch: Use corresponding enum for commit_cacrlfile_ctx.cafile_type by Christopher Faulet · 2 years, 6 months ago
  54. 9fb57e8 CLEANUP: Re-apply xalloc_size.cocci (2) by Tim Duesterhus · 2 years, 6 months ago
  55. d649b57 MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs by Christopher Faulet · 2 years, 6 months ago
  56. 89f2626 MEDIUM: httpclient: Don't close CLI applet at the end of a response by Christopher Faulet · 2 years, 6 months ago
  57. 0158bb2 BUG/MEDIUM: httpclient: Rework CLI I/O handler to handle full buffer cases by Christopher Faulet · 2 years, 6 months ago
  58. 18de6f2 BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them by Christopher Faulet · 2 years, 6 months ago
  59. c642d7c BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases by Christopher Faulet · 2 years, 6 months ago
  60. e9c3bd1 BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to handle full buffer cases by Christopher Faulet · 2 years, 6 months ago
  61. 9d56e24 BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases by Christopher Faulet · 2 years, 6 months ago
  62. 1e00c7e BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a CA/CRL entry by Christopher Faulet · 2 years, 6 months ago
  63. e2ef4dd BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry by Christopher Faulet · 2 years, 6 months ago
  64. 1f08fa4 BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if it is being modified by Christopher Faulet · 2 years, 6 months ago
  65. 926fefc BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified by Christopher Faulet · 2 years, 6 months ago
  66. 4329dcc BUG/MINOR: ssl_ckch: Free error msg if commit changes on a CA/CRL entry fails by Christopher Faulet · 2 years, 6 months ago
  67. 01a09e2 BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails by Christopher Faulet · 2 years, 6 months ago
  68. 5869cb6 BUG/MINOR: qpack: do not consider empty enc/dec stream as error by Amaury Denoyelle · 2 years, 6 months ago
  69. 9f17a5a CLEANUP: quic: remove useless check on local UNI stream reception by Amaury Denoyelle · 2 years, 6 months ago
  70. fdc1b96 BUG/MINOR: quic: Fix QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · 2 years, 6 months ago
  71. 417c7c0 BUG/MEDIUM: h3: fix H3_EXCESSIVE_LOAD when receiving H3 frame header only by Amaury Denoyelle · 2 years, 6 months ago
  72. 88d5dd1 BUG/MINOR: h3: fix frame demuxing by Amaury Denoyelle · 2 years, 6 months ago
  73. 1194db2 MINOR: ncbuf: adjust ncb_data with NCBUF_NULL by Amaury Denoyelle · 2 years, 6 months ago
  74. 824c8c5 BUG/MINOR: peers: detect and warn on init_addr/resolvers/check/agent-check by Willy Tarreau · 2 years, 6 months ago
  75. 245721b MINOR: server: indicate when no address was expected for a server by Willy Tarreau · 2 years, 6 months ago
  76. 356866a BUG/MINOR: peers: set the proxy's name to the peers section name by Willy Tarreau · 2 years, 6 months ago
  77. 50e77b2 CLEANUP: peers/cli: make peers_dump_peer() take an appctx instead of an stconn by Willy Tarreau · 2 years, 6 months ago
  78. fc50599 CLEANUP: peers/cli: stop misusing the appctx local variable by Willy Tarreau · 2 years, 6 months ago
  79. ccea010 BUG/MEDIUM: peers/cli: fix "show peers" crash by Willy Tarreau · 2 years, 6 months ago
  80. d5581d5 MINOR: h3: add traces on h3s init/end by Amaury Denoyelle · 2 years, 6 months ago
  81. a717eb7 MINOR: h3: add traces on frame send by Amaury Denoyelle · 2 years, 6 months ago
  82. 494512d MINOR: h3: add traces on frame recv by Amaury Denoyelle · 2 years, 6 months ago
  83. 016aa93 MINOR: h3: define h3 trace module by Amaury Denoyelle · 2 years, 6 months ago
  84. d46b5b9 BUILD: htx: use the unchecked version of htx_get_head_blk() where needed by Willy Tarreau · 2 years, 6 months ago
  85. b93399a BUG/MINOR: h3: do not report bug on unknown method by Amaury Denoyelle · 2 years, 6 months ago
  86. 11f5a79 BUG/MINOR: qpack: support bigger prefix-integer encoding by Amaury Denoyelle · 2 years, 6 months ago
  87. 5f6de8d BUG/MINOR: qpack: fix buffer API usage on prefix integer encoding by Amaury Denoyelle · 2 years, 6 months ago
  88. e06ca65 MINOR: quic: Do not drop packets with RESET_STREAM frames by Frédéric Lécaille · 2 years, 6 months ago
  89. 4df2fe9 MINOR: quic: Send STOP_SENDING frames if mux is released by Frédéric Lécaille · 2 years, 6 months ago
  90. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
  91. 38dea05 MINOR: quic: Connection TX buffer setting renaming. by Frédéric Lécaille · 2 years, 6 months ago
  92. eb79145 MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop) by Frédéric Lécaille · 2 years, 6 months ago
  93. 91a211f BUG/MINOR: quic: Largest RX packet numbers mixing by Frédéric Lécaille · 2 years, 6 months ago
  94. 3ccea6d MINOIR: quic_stats: add QUIC connection errors counters by Frédéric Lécaille · 2 years, 6 months ago
  95. aee6757 MINOR: quic: Clarifications about transport parameters value by Frédéric Lécaille · 2 years, 6 months ago
  96. 2674098 MINOR: quic: Tunable "initial_max_streams_bidi" transport parameter by Frédéric Lécaille · 2 years, 6 months ago
  97. 1d96d6e MINOR: quic: Tunable "max_idle_timeout" transport parameter by Frédéric Lécaille · 2 years, 6 months ago
  98. c7785b5 MINOR: quic: Transport parameters dump by Frédéric Lécaille · 2 years, 6 months ago
  99. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · 2 years, 6 months ago
  100. 57ac3fa CLEANUP: quic: No more used handshake output buffer by Frédéric Lécaille · 2 years, 6 months ago