1. 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · Tue May 03 17:08:29 2022 +0200
  2. 7bf20ca CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part by Willy Tarreau · Tue May 03 17:02:03 2022 +0200
  3. ce9123c CLEANUP: peers/cli: remove unneeded state STATE_INIT by Willy Tarreau · Tue May 03 15:04:25 2022 +0200
  4. 3a31e37 CLEANUP: peers/cli: stop using appctx->st2 for the dump state by Willy Tarreau · Tue May 03 14:58:47 2022 +0200
  5. cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · Tue May 03 14:26:31 2022 +0200
  6. c7e9706 CLEANUP: map/cli: always detach the backref from the list after "show map" by Willy Tarreau · Tue May 03 15:42:07 2022 +0200
  7. a0d6280 CLEANUP: map/cli: stop using appctx->st2 for the dump state by Willy Tarreau · Tue May 03 15:12:21 2022 +0200
  8. 76f771e CLEANUP: map/cli: stop using cli.i0/i1 to store the generation numbers by Willy Tarreau · Tue May 03 14:12:56 2022 +0200
  9. 0fcecc6 CLEANUP: map/cli: take the "show map" context definition out of the appctx by Willy Tarreau · Tue May 03 11:54:47 2022 +0200
  10. 0f154ed CLEANUP: stick-table/cli: remove the unneeded STATE_INIT for "show table" by Willy Tarreau · Tue May 03 12:02:36 2022 +0200
  11. 7849d4c CLEANUP: stick-table/cli: stop using appctx->st2 for the dump state by Willy Tarreau · Tue May 03 11:45:02 2022 +0200
  12. 3c69e08 CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx by Willy Tarreau · Tue May 03 11:35:07 2022 +0200
  13. 0fd8f0e CLEANUP: proxy/cli: take the "show errors" context definition out of the appctx by Willy Tarreau · Tue May 03 11:24:24 2022 +0200
  14. 6177cfc CLEANUP: stream/cli: remove the now unneeded dump state from "show sess" by Willy Tarreau · Tue May 03 11:17:35 2022 +0200
  15. bb4e289 CLEANUP: stream/cli: remove the unneeded STATE_FIN state from "show sess" by Willy Tarreau · Tue May 03 11:10:19 2022 +0200
  16. f3629f8 CLEANUP: stream/cli: remove the unneeded init state from "show sess" by Willy Tarreau · Tue May 03 11:05:39 2022 +0200
  17. 7fb591a CLEANUP: stream/cli: stop using appctx->st2 for the dump state by Willy Tarreau · Tue May 03 10:57:54 2022 +0200
  18. 39f097d CLEANUP: stream/cli: take the "show sess" context definition out of the appctx by Willy Tarreau · Tue May 03 10:49:00 2022 +0200
  19. 009e42b CLEANUP: applet: make appctx_new() initialize the whole appctx by Willy Tarreau · Thu May 05 19:55:03 2022 +0200
  20. f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · Mon May 02 14:57:03 2022 +0200
  21. 1b948ef CLEANUP: ssl/cli: do not loop on unknown states in "add ssl crt-list" handler by Willy Tarreau · Thu May 05 13:50:46 2022 +0200
  22. 4fd9b4d BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts by Willy Tarreau · Wed May 04 16:11:50 2022 +0200
  23. 4cf3ef8 BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts by Willy Tarreau · Wed May 04 16:01:24 2022 +0200
  24. 0630579 BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contexts by Willy Tarreau · Wed May 04 15:57:30 2022 +0200
  25. 821c3b0 BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts by Willy Tarreau · Wed May 04 15:47:39 2022 +0200
  26. 1ae0c43 BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init by Willy Tarreau · Tue May 03 15:26:27 2022 +0200
  27. 2edaace BUG/MINOR: map/cli: protect the backref list during "show map" errors by Willy Tarreau · Tue May 03 15:19:49 2022 +0200
  28. 4f9f157 BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend" by Willy Tarreau · Thu May 05 17:10:03 2022 +0200
  29. 241a006 BUG/MEDIUM: cli: make "show cli sockets" really yield by Willy Tarreau · Thu May 05 18:29:25 2022 +0200
  30. 4e047e7 BUG/MEDIUM: resolvers: make "show resolvers" properly yield by Willy Tarreau · Thu May 05 16:00:45 2022 +0200
  31. 89e236f BUG/MINOR: startup: usage() when no -cc arguments by William Lallemand · Fri May 06 17:22:36 2022 +0200
  32. 7867f63 MEDIUM: resolvers: create a "default" resolvers section at startup by William Lallemand · Thu May 05 19:02:59 2022 +0200
  33. 0164a40 BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port] by William Lallemand · Fri May 06 16:54:09 2022 +0200
  34. 7831e02 BUILD: debug: unify the definition of ha_backtrace_to_stderr() by Willy Tarreau · Fri May 06 15:16:19 2022 +0200
  35. e7f5776 MINOR: resolvers: resolvers_new() create a resolvers with default values by William Lallemand · Thu May 05 18:27:48 2022 +0200
  36. 73edfe4 MINOR: resolvers: move the resolv.conf parser in parse_resolv_conf() by William Lallemand · Thu May 05 17:36:09 2022 +0200
  37. 106bd29 MINOR: resolvers: cleanup alert/warning in parse-resolve-conf by William Lallemand · Thu May 05 17:20:08 2022 +0200
  38. d934e8d BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified by Christopher Faulet · Thu May 05 09:39:42 2022 +0200
  39. 2db904e BUG/MEDIUM: mux-fcgi: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · Thu May 05 09:24:52 2022 +0200
  40. c41f93c BUG/MEDIUM: conn-stream: Only keep app layer flags of the endpoint on reset by Christopher Faulet · Wed May 04 09:52:48 2022 +0200
  41. 7c5a7ef MINOR: httpclient: allow ipv4 or ipv6 preference for resolving by William Lallemand · Wed May 04 15:59:44 2022 +0200
  42. 8a734cb MINOR: httpclient: configure the resolvers section to use by William Lallemand · Wed May 04 16:10:47 2022 +0200
  43. 683fbb8 MINOR: httpclient: allow to configure the ca-file by William Lallemand · Wed May 04 15:43:01 2022 +0200
  44. 6fce46a MEDIUM: httpclient: hard-error when SSL is configured by William Lallemand · Wed May 04 14:53:41 2022 +0200
  45. 85af49c MINOR: httpclient: cleanup the error handling in init by William Lallemand · Wed May 04 14:33:57 2022 +0200
  46. 8b9a2df MINOR: init: exit() after pre-check upon error by William Lallemand · Wed May 04 14:29:46 2022 +0200
  47. 9ff95e2 MINOR: httpclient: rename dash by dot in global option by William Lallemand · Wed May 04 13:52:29 2022 +0200
  48. 8533273 MINOR: httpclient: handle unix and other socket types in dst by William Lallemand · Wed May 04 10:59:51 2022 +0200
  49. 0e23526 CLEANUP: httpclient: remove the comment about resolving by William Lallemand · Tue May 03 16:52:08 2022 +0200
  50. 1218d19 MEDIUM: httpclient: allow address and port change for resolving by William Lallemand · Tue May 03 14:09:06 2022 +0200
  51. 5392ff6 MEDIUM: httpclient: http-request rules for resolving by William Lallemand · Thu Apr 28 16:55:02 2022 +0200
  52. 7f1df8f MEDIUM: httpclient: remove url2sa to use a more flexible parser by William Lallemand · Thu Apr 14 17:50:20 2022 +0200
  53. b57de07 BUG/MINOR: mux_quic: Dropped packet upon retransmission for closed streams by Frédéric Lécaille · Mon May 02 18:58:27 2022 +0200
  54. d62240c BUG/MINOR: quic: Dropped retransmitted STREAM frames by Frédéric Lécaille · Mon May 02 18:52:58 2022 +0200
  55. 664741e MINOR: quic: Make the quic_conn be aware of the number of streams by Frédéric Lécaille · Mon May 02 18:46:58 2022 +0200
  56. 0367b4c MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags by Willy Tarreau · Mon May 02 17:51:51 2022 +0200
  57. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · Mon May 02 17:47:46 2022 +0200
  58. 158b6cf CLEANUP: protocol: make sure the connect_* functions always receive a dst by Willy Tarreau · Mon May 02 17:45:12 2022 +0200
  59. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
  60. b3f0d42 CLEANUP: backend: make alloc_{bind,dst}_address() idempotent by Willy Tarreau · Mon May 02 16:20:36 2022 +0200
  61. 291ee25 BUG/MINOR: h3: fix parsing of unknown frame type with null length by Amaury Denoyelle · Mon May 02 10:35:39 2022 +0200
  62. f1fc0b3 MINOR: mux-quic: support full request channel buffer by Amaury Denoyelle · Mon May 02 11:07:06 2022 +0200
  63. c40e19d BUG/MINOR: quic: Missing time threshold multiplifier for loss delay computation by Frédéric Lécaille · Fri Apr 29 16:00:17 2022 +0200
  64. 1601395 MINOR: quic: moving code for QUIC loss detection by Frédéric Lécaille · Fri Apr 29 15:07:48 2022 +0200
  65. 88e5741 CLEANUP: quic: Remaining fprintf() debug trace by Frédéric Lécaille · Thu Apr 28 22:21:56 2022 +0200
  66. 1231d3c MINOR: quic: Drop 0-RTT packets without secrets by Frédéric Lécaille · Thu Apr 28 15:43:46 2022 +0200
  67. 74cf237 MEDIUM: quic: do not ack packet with invalid STREAM by Amaury Denoyelle · Fri Apr 29 15:58:22 2022 +0200
  68. d46e335 MEDIUM: quic: do not ACK packet with STREAM if MUX not present by Amaury Denoyelle · Fri Apr 29 15:57:49 2022 +0200
  69. 4173f4e BUG/MINOR: conn_stream: do not confirm a connection from the frontend path by Willy Tarreau · Fri Apr 29 15:04:41 2022 +0200
  70. 0055d56 MINOR: httpclient: Don't use co_set_data() to decrement output by Christopher Faulet · Fri Apr 29 14:09:03 2022 +0200
  71. 6b4f1f6 BUG/MINOR: httpclient: Count metadata in size to transfer via htx_xfer_blks() by Christopher Faulet · Fri Apr 29 13:56:12 2022 +0200
  72. 534645d BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel by Christopher Faulet · Fri Apr 29 13:44:46 2022 +0200
  73. a6c4a48 BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset by Christopher Faulet · Thu Apr 28 18:25:24 2022 +0200
  74. 04994de BUG/MINOR: httpclient/ssl: use the correct verify constant by William Lallemand · Thu Apr 28 19:35:21 2022 +0200
  75. 3e26698 MINOR: quic: Drop 0-RTT packets if not allowed by Frédéric Lécaille · Wed Apr 27 15:37:28 2022 +0200
  76. 4646cf3 CLEANUP: quic: Rely on the packet length set by qc_lstnr_pkt_rcv() by Frédéric Lécaille · Wed Apr 27 15:09:53 2022 +0200
  77. 87373e7 BUG/MINOR: quic: Missing Initial packet length check by Frédéric Lécaille · Wed Apr 27 11:42:08 2022 +0200
  78. 77cb38d BUG/MEDIUM: quic: Possible crash on STREAM frame loss by Frédéric Lécaille · Wed Apr 27 07:17:56 2022 +0200
  79. dafbde6 MINOR: quic: Wake up the mux to probe with new data by Frédéric Lécaille · Tue Apr 26 13:54:28 2022 +0200
  80. d8b798d BUG/MINOR: quic: Traces fix about remaining frames upon packet build failure by Frédéric Lécaille · Mon Apr 25 17:48:40 2022 +0200
  81. 834399c BUG/MINOR: quic: Avoid sending useless PADDING frame by Frédéric Lécaille · Mon Apr 25 17:17:07 2022 +0200
  82. 573b56b BUG/MINOR: quic: Wrong returned status by qc_build_frms() by Frédéric Lécaille · Mon Apr 25 15:42:56 2022 +0200
  83. 337108e MINOR: quic: Do not send ACK frames when probing by Frédéric Lécaille · Mon Apr 25 10:38:27 2022 +0200
  84. 7aef5f4 MEDIUM: quic: Enable the new datagram probing process by Frédéric Lécaille · Mon Apr 25 10:33:12 2022 +0200
  85. da34255 MEDIUM: quic: Mark copies of acknowledged frames as acknowledged by Frédéric Lécaille · Mon Apr 25 10:28:49 2022 +0200
  86. 1809c33 MINOR: quic: Mark packets as probing with old data by Frédéric Lécaille · Mon Apr 25 10:24:12 2022 +0200
  87. 3e3a621 MINOR: quic: old data distinction for qc_send_app_pkt() by Frédéric Lécaille · Mon Apr 25 10:17:00 2022 +0200
  88. 9636715 MEDIUM: quic: qc_requeue_nacked_pkt_tx_frms() rework by Frédéric Lécaille · Mon Apr 25 09:40:19 2022 +0200
  89. e248e37 MEDIUM: quic: Retransmission functions rework by Frédéric Lécaille · Mon Apr 25 09:25:56 2022 +0200
  90. a956841 MEDIUM: quic: New functions for probing rework by Frédéric Lécaille · Mon Apr 25 08:58:04 2022 +0200
  91. 3ef729a MINOR: quic: process_timer() rework by Frédéric Lécaille · Thu Apr 21 18:26:22 2022 +0200
  92. e87b3ee MINOR: quic: Add traces about TX frame memory releasing by Frédéric Lécaille · Thu Apr 21 18:10:41 2022 +0200
  93. b44cbc6 MINOR: quic: Do not retransmit frames from coalesced packets by Frédéric Lécaille · Thu Apr 21 17:58:46 2022 +0200
  94. b917191 MINOR: quic: Prepare quic_frame struct duplication by Frédéric Lécaille · Thu Apr 21 17:32:10 2022 +0200
  95. fc88844 MINOR: quic: Improve qc_prep_pkts() flexibility by Frédéric Lécaille · Mon Apr 11 15:39:34 2022 +0200
  96. 03cc62c MINOR: quic: decode as much STREAM as possible by Amaury Denoyelle · Wed Apr 27 16:53:16 2022 +0200
  97. 48f01bd MINOR: h3: support DATA demux if buffer full by Amaury Denoyelle · Wed Apr 27 15:37:20 2022 +0200
  98. 67e92d3 MINOR: h3: implement h3 stream context by Amaury Denoyelle · Wed Apr 27 18:04:01 2022 +0200
  99. 47447af MINOR: mux-quic: add a app-layer context in qcs by Amaury Denoyelle · Wed Apr 27 15:17:11 2022 +0200
  100. 314578a MINOR: h3: change frame demuxing API by Amaury Denoyelle · Wed Apr 27 14:52:52 2022 +0200