1. c40c407 BUG/MINOR: cli/stream: fix "shutdown session" to iterate over all threads by Willy Tarreau · 2 years, 8 months ago
  2. d8e680c MEDIUM: mux-quic: remove qcs tree node by Amaury Denoyelle · 2 years, 8 months ago
  3. 7272cd7 MEDIUM: quic: move transport fields from qcs to qc_conn_stream by Amaury Denoyelle · 2 years, 8 months ago
  4. 5c3859c MINOR: quic: implement stream descriptor for transport layer by Amaury Denoyelle · 2 years, 8 months ago
  5. 95e50fb CLEANUP: quic: complete comment on qcs_try_to_consume by Amaury Denoyelle · 2 years, 8 months ago
  6. f890945 BUG/MINOR: mux-quic: ensure to free all qcs on MUX release by Amaury Denoyelle · 2 years, 8 months ago
  7. 8347f27 BUG/MINOR: h3: release resources on close by Amaury Denoyelle · 2 years, 8 months ago
  8. cbc13b7 MINOR: mux-quic: define release app-ops by Amaury Denoyelle · 2 years, 8 months ago
  9. dccbd73 MINOR: mux-quic: reorganize qcs free by Amaury Denoyelle · 2 years, 8 months ago
  10. 5074229 MINOR: mux-quic: return qcs instance from qcc_get_qcs by Amaury Denoyelle · 2 years, 8 months ago
  11. 8d5def0 BUG/MEDIUM: quic: do not use qcs from quic_stream on ACK parsing by Amaury Denoyelle · 2 years, 8 months ago
  12. 5213918 BUILD: ssl/lua: CacheCert needs OpenSSL by William Lallemand · 2 years, 8 months ago
  13. 30fcca1 MINOR: ssl/lua: CertCache.set() allows to update an SSL certificate file by William Lallemand · 2 years, 8 months ago
  14. 26654e7 MINOR: ssl: add "crt" in the cert_exts array by William Lallemand · 2 years, 8 months ago
  15. e60c7d6 MINOR: ssl: export ckch_inst_rebuild() by William Lallemand · 2 years, 8 months ago
  16. ff8bf98 MINOR: ssl: simplify the certificate extensions array by William Lallemand · 2 years, 8 months ago
  17. aaacc7e MINOR: ssl: move the cert_exts and the CERT_TYPE enum by William Lallemand · 2 years, 8 months ago
  18. 3b5a3a6 MINOR: ssl: split the cert commit io handler by William Lallemand · 2 years, 8 months ago
  19. 7177a95 MEDIUM: httpclient/lua: be stricter with httpclient parameters by William Lallemand · 2 years, 9 months ago
  20. 3f0b2e8 MINOR: services: alphabetically sort service names by Willy Tarreau · 2 years, 8 months ago
  21. 0f99637 MINOR: filters: alphabetically sort the list of filter names by Willy Tarreau · 2 years, 8 months ago
  22. 4465171 MINOR: cli: alphanumerically sort the dump of supported commands by Willy Tarreau · 2 years, 8 months ago
  23. 800bd78 MINOR: acl: alphanumerically sort the ACL dump by Willy Tarreau · 2 years, 8 months ago
  24. 5e0f90a MINOR: sample: alphanumerically sort sample & conv keyword dumps by Willy Tarreau · 2 years, 8 months ago
  25. d905826 MINOR: config: alphanumerically sort config keywords output by Willy Tarreau · 2 years, 8 months ago
  26. 2100b38 MINOR: action: add a function to dump the list of actions for a ruleset by Willy Tarreau · 2 years, 8 months ago
  27. 3ff476e MINOR: tools: add strordered() to check whether strings are ordered by Willy Tarreau · 2 years, 8 months ago
  28. 29d799d MINOR: sample: list registered sample converter functions by Willy Tarreau · 2 years, 8 months ago
  29. f78813f MINOR: samples: add a function to list register sample fetch keywords by Willy Tarreau · 2 years, 8 months ago
  30. 6ff7d1b MINOR: acl: add a function to dump the list of known ACL keywords by Willy Tarreau · 2 years, 8 months ago
  31. 06d0e2e MINOR: cli: add a new keyword dump function by Willy Tarreau · 2 years, 8 months ago
  32. 5fcc100 MINOR: services: extend list_services() to dump to stdout by Willy Tarreau · 2 years, 8 months ago
  33. 3b65e14 MINOR: filters: extend flt_dump_kws() to dump to stdout by Willy Tarreau · 2 years, 8 months ago
  34. ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · 2 years, 8 months ago
  35. 76871a4 MINOR: management: add some basic keyword dump infrastructure by Willy Tarreau · 2 years, 9 months ago
  36. 0d71d2f BUG/MINOR: samples: add missing context names for sample fetch functions by Willy Tarreau · 2 years, 8 months ago
  37. b4f96ed BUG/MINOR: log: Initialize the list element when allocating a new log server by Christopher Faulet · 2 years, 8 months ago
  38. 744451c BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing by Christopher Faulet · 2 years, 8 months ago
  39. d9fc128 BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing by Christopher Faulet · 2 years, 8 months ago
  40. 3d7a918 BUG/MINOR: tools: url2sa reads too far when no port nor path by William Lallemand · 2 years, 8 months ago
  41. d8769d1 CLEANUP: h3: suppress by default stdout traces by Amaury Denoyelle · 2 years, 8 months ago
  42. d96361b CLEANUP: qpack: suppress by default stdout traces by Amaury Denoyelle · 2 years, 8 months ago
  43. 18a10d0 BUILD: qpack: fix unused value when not using DEBUG_HPACK by Amaury Denoyelle · 2 years, 8 months ago
  44. 251eadf MINOR: mux-quic: activate qmux traces on stdout via macro by Amaury Denoyelle · 2 years, 8 months ago
  45. fdcec36 MINOR: mux-quic: add trace event for qcs_push_frame by Amaury Denoyelle · 2 years, 8 months ago
  46. fa29f33 MINOR: mux-quic: add trace event for frame sending by Amaury Denoyelle · 2 years, 8 months ago
  47. 4f13757 MINOR: mux-quic: replace printfs by traces by Amaury Denoyelle · 2 years, 8 months ago
  48. dd4fbfb MINOR: mux-quic: declare the qmux trace module by Amaury Denoyelle · 2 years, 8 months ago
  49. 0c2d964 REORG: quic: use a dedicated quic_loss.c by Amaury Denoyelle · 2 years, 8 months ago
  50. 777969c BUILD: quic: add missing includes by Amaury Denoyelle · 2 years, 8 months ago
  51. 9296091 MINOR: mux-quic: convert fin on push-frame as boolean by Amaury Denoyelle · 2 years, 8 months ago
  52. b938b77 BUG/MINOR: tools: fix url2sa return value with IPv4 by William Lallemand · 2 years, 8 months ago
  53. cc2764e BUG/MINOR: quic: Wrong buffer length passed to generate_retry_token() by Frédéric Lécaille · 2 years, 8 months ago
  54. 0c3205a BUILD: stream-int: avoid a build warning when DEBUG is empty by Willy Tarreau · 2 years, 8 months ago
  55. 1e5e513 MINOR: mux-quic: support MAX_DATA frame parsing by Amaury Denoyelle · 2 years, 9 months ago
  56. 8727ff4 MINOR: mux-quic: support MAX_STREAM_DATA frame parsing by Amaury Denoyelle · 2 years, 9 months ago
  57. 05ce55e MEDIUM: mux-quic: respect peer connection data limit by Amaury Denoyelle · 2 years, 9 months ago
  58. 6ea7819 MEDIUM: mux-quic: respect peer bidirectional stream data limit by Amaury Denoyelle · 2 years, 9 months ago
  59. 78396e5 MINOR: mux-quic: use shorter name for flow-control fields by Amaury Denoyelle · 2 years, 8 months ago
  60. 75d14ad MINOR: mux-quic: add comments for send functions by Amaury Denoyelle · 2 years, 8 months ago
  61. ac74aa5 MINOR: mux-quic: complete trace when stream is not found by Amaury Denoyelle · 2 years, 8 months ago
  62. e0320b8 CLEANUP: mux-quic: change comment style to not mess with git conflict by Amaury Denoyelle · 2 years, 9 months ago
  63. aaf1f19 MINOR: quic: Add traces in qc_set_timer() (scheduling) by Frédéric Lécaille · 2 years, 8 months ago
  64. ce69cbc MINOR: quic: Add traces about stream TX buffer consumption by Frédéric Lécaille · 2 years, 8 months ago
  65. 1295798 MEDIUM: mqtt: support mqtt_is_valid and mqtt_field_value converters for MQTTv3.1 by Dhruv Jain · 2 years, 8 months ago
  66. 411aa6d BUG/MINOR: quic: Non initialized variable in quic_build_post_handshake_frames() by Frédéric Lécaille · 2 years, 8 months ago
  67. 44ae752 BUG/MINOR: quic: Incorrect peer address validation by Frédéric Lécaille · 2 years, 8 months ago
  68. 12aa26b BUG/MINOR: quic: 1RTT packets ignored after mux was released by Frédéric Lécaille · 2 years, 8 months ago
  69. 2899fe2 BUG/MINOR: quic: Missing TX packet initializations by Frédéric Lécaille · 2 years, 8 months ago
  70. f27b66f BUG/MINOR: mux-quic: Missing I/O handler events initialization by Frédéric Lécaille · 2 years, 8 months ago
  71. 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
  72. dcc74ff BUG/MINOR: quic: Unsent frame because of qc_build_frms() by Frédéric Lécaille · 2 years, 8 months ago
  73. d64f68f BUG/MINOR: quic: Possible leak in quic_build_post_handshake_frames() by Frédéric Lécaille · 2 years, 8 months ago
  74. f1f812b BUG/MINOR: quic: Possible crash in parse_retry_token() by Frédéric Lécaille · 2 years, 8 months ago
  75. e2a1c1b MEDIUM: quic: Rework of the TX packets memory handling by Frédéric Lécaille · 2 years, 8 months ago
  76. 141982a MEDIUM: quic: Limit the number of ACK ranges by Frédéric Lécaille · 2 years, 8 months ago
  77. 8f3ae02 CLEANUP: quic: "largest_acked_pn" pktns struc member moving by Frédéric Lécaille · 2 years, 8 months ago
  78. 302c2b1 MINOR: quic: Code factorization (TX buffer reuse) by Frédéric Lécaille · 2 years, 9 months ago
  79. f4f6c0f CLEANUP: Reapply ist.cocci by Tim Duesterhus · 2 years, 8 months ago
  80. 7750850 CLEANUP: Reapply ist.cocci with `--include-headers-for-types --recursive-includes` by Tim Duesterhus · 2 years, 8 months ago
  81. ab398d8 BUG/MINOR: http-rules: Don't free new rule on allocation failure by Christopher Faulet · 2 years, 8 months ago
  82. 9075dbd BUG/MINOR: rules: Initialize the list element when allocating a new rule by Christopher Faulet · 2 years, 8 months ago
  83. 15a4733 BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts by Willy Tarreau · 2 years, 8 months ago
  84. 3439583 MEDIUM: mux-h2: slightly relax timeout management rules by Willy Tarreau · 2 years, 8 months ago
  85. 6e805da BUG/MEDIUM: trace: avoid race condition when retrieving session from conn->owner by Willy Tarreau · 2 years, 8 months ago
  86. d1480cc BUG/MEDIUM: stream-int: do not rely on the connection error once established by Willy Tarreau · 2 years, 8 months ago
  87. 99bbdbc BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf by Willy Tarreau · 2 years, 8 months ago
  88. 58a81ae BUG/MINOR: httpclient: CF_SHUTW_NOW should be tested with channel_is_empty() by William Lallemand · 2 years, 8 months ago
  89. 1eca894 BUG/MINOR: httpclient: process the response when received before the end of the request by William Lallemand · 2 years, 8 months ago
  90. a625b03 BUG/MINOR: httpclient: only check co_data() instead of HTTP_MSG_DATA by William Lallemand · 2 years, 8 months ago
  91. dd7e6c6 BUG/MINOR: http-rules: completely free incorrect TCP rules on error by Willy Tarreau · 2 years, 8 months ago
  92. 388c0f2 BUG/MINOR: tcp-rules: completely free incorrect TCP rules on error by Willy Tarreau · 2 years, 8 months ago
  93. 6a783e4 MINOR: actions: add new function free_act_rule() to free a single rule by Willy Tarreau · 2 years, 8 months ago
  94. 211ea25 BUG/MINOR: logs: fix logsrv leaks on clean exit by Willy Tarreau · 2 years, 8 months ago
  95. 43c2ce4 BUG/MINOR: server/ssl: free the SNI sample expression by William Lallemand · 2 years, 8 months ago
  96. 715c101 BUILD: httpclient: fix build without SSL by William Lallemand · 2 years, 8 months ago
  97. 71e3158 BUG/MINOR: httpclient: send the SNI using the host header by William Lallemand · 2 years, 8 months ago
  98. 0d05867 MINOR: server: export server_parse_sni_expr() function by William Lallemand · 2 years, 8 months ago
  99. 53fa787 BUG/MEDIUM: sink: Properly get the stream-int in appctx callback functions by Christopher Faulet · 2 years, 8 months ago
  100. fe14af3 BUG/MEDIUM: cli/debug: Properly get the stream-int in all debug I/O handlers by Christopher Faulet · 2 years, 8 months ago