1. a2fcca0 CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
  2. 170b35b CLEANUP: ssl/cli: make "show ssl ocsp-response" not use cli.p0 anymore by Willy Tarreau · 2 years, 7 months ago
  3. 9c5a38c CLEANUP: ssl/cli: make "show tlskeys" not use appctx->st2 anymore by Willy Tarreau · 2 years, 7 months ago
  4. bd33864 CLEANUP: ssl/cli: add a new "dump_entries" field to "show_keys_ref" by Willy Tarreau · 2 years, 7 months ago
  5. a938052 CLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for "show tls-keys" by Willy Tarreau · 2 years, 7 months ago
  6. 1d6dd80 CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl ca/crl" by Willy Tarreau · 2 years, 7 months ago
  7. dec23dc CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file" by Willy Tarreau · 2 years, 7 months ago
  8. a06b9a5 CLEANUP: ssl/cli: use a local context for "set ssl crlfile" by Willy Tarreau · 2 years, 7 months ago
  9. a37693f CLEANUP: ssl/cli: use a local context for "set ssl cafile" by Willy Tarreau · 2 years, 7 months ago
  10. 329f4b4 CLEANUP: ssl/cli: use a local context for "set ssl cert" by Willy Tarreau · 2 years, 7 months ago
  11. cb1b4ed CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl cert" by Willy Tarreau · 2 years, 7 months ago
  12. a645b6a CLEANUP: ssl/cli: use a local context for "commit ssl cert" by Willy Tarreau · 2 years, 7 months ago
  13. 96c9a6c CLEANUP: ssl/cli: use a local context for "show ssl cert" by Willy Tarreau · 2 years, 7 months ago
  14. f3e8b3e CLEANUP: ssl/cli: use a local context for "show crlfile" by Willy Tarreau · 2 years, 7 months ago
  15. 50c2f1e CLEANUP: ssl/cli: use a local context for "show cafile" by Willy Tarreau · 2 years, 7 months ago
  16. bcda5f6 CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  17. 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
  18. 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  19. de58d24 CLEANUP: promex: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
  20. ae1747d CLEANUP: promex: make the applet use its own context by Willy Tarreau · 2 years, 7 months ago
  21. 7bf20ca CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part by Willy Tarreau · 2 years, 7 months ago
  22. ce9123c CLEANUP: peers/cli: remove unneeded state STATE_INIT by Willy Tarreau · 2 years, 7 months ago
  23. 3a31e37 CLEANUP: peers/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  24. cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  25. c7e9706 CLEANUP: map/cli: always detach the backref from the list after "show map" by Willy Tarreau · 2 years, 7 months ago
  26. a0d6280 CLEANUP: map/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  27. 76f771e CLEANUP: map/cli: stop using cli.i0/i1 to store the generation numbers by Willy Tarreau · 2 years, 7 months ago
  28. 0fcecc6 CLEANUP: map/cli: take the "show map" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  29. 0f154ed CLEANUP: stick-table/cli: remove the unneeded STATE_INIT for "show table" by Willy Tarreau · 2 years, 7 months ago
  30. 7849d4c CLEANUP: stick-table/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  31. 3c69e08 CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  32. 0fd8f0e CLEANUP: proxy/cli: take the "show errors" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  33. 6177cfc CLEANUP: stream/cli: remove the now unneeded dump state from "show sess" by Willy Tarreau · 2 years, 7 months ago
  34. bb4e289 CLEANUP: stream/cli: remove the unneeded STATE_FIN state from "show sess" by Willy Tarreau · 2 years, 7 months ago
  35. f3629f8 CLEANUP: stream/cli: remove the unneeded init state from "show sess" by Willy Tarreau · 2 years, 7 months ago
  36. 7fb591a CLEANUP: stream/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
  37. 39f097d CLEANUP: stream/cli: take the "show sess" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  38. 009e42b CLEANUP: applet: make appctx_new() initialize the whole appctx by Willy Tarreau · 2 years, 7 months ago
  39. f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · 2 years, 7 months ago
  40. 1b948ef CLEANUP: ssl/cli: do not loop on unknown states in "add ssl crt-list" handler by Willy Tarreau · 2 years, 7 months ago
  41. 4fd9b4d BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  42. 4cf3ef8 BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  43. 0630579 BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  44. 821c3b0 BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
  45. 1ae0c43 BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init by Willy Tarreau · 2 years, 7 months ago
  46. 2edaace BUG/MINOR: map/cli: protect the backref list during "show map" errors by Willy Tarreau · 2 years, 7 months ago
  47. 4f9f157 BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend" by Willy Tarreau · 2 years, 7 months ago
  48. 241a006 BUG/MEDIUM: cli: make "show cli sockets" really yield by Willy Tarreau · 2 years, 7 months ago
  49. 4e047e7 BUG/MEDIUM: resolvers: make "show resolvers" properly yield by Willy Tarreau · 2 years, 7 months ago
  50. 89e236f BUG/MINOR: startup: usage() when no -cc arguments by William Lallemand · 2 years, 7 months ago
  51. c33df2e DOC: resolvers: default resolvers section by William Lallemand · 2 years, 7 months ago
  52. 7867f63 MEDIUM: resolvers: create a "default" resolvers section at startup by William Lallemand · 2 years, 7 months ago
  53. 0164a40 BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port] by William Lallemand · 2 years, 7 months ago
  54. 7831e02 BUILD: debug: unify the definition of ha_backtrace_to_stderr() by Willy Tarreau · 2 years, 7 months ago
  55. e7f5776 MINOR: resolvers: resolvers_new() create a resolvers with default values by William Lallemand · 2 years, 7 months ago
  56. 73edfe4 MINOR: resolvers: move the resolv.conf parser in parse_resolv_conf() by William Lallemand · 2 years, 7 months ago
  57. 106bd29 MINOR: resolvers: cleanup alert/warning in parse-resolve-conf by William Lallemand · 2 years, 7 months ago
  58. 24dda94 DOC: config: Update doc for PR/PH session states to warn about rewrite failures by Christopher Faulet · 2 years, 7 months ago
  59. d934e8d BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified by Christopher Faulet · 2 years, 7 months ago
  60. 2db904e BUG/MEDIUM: mux-fcgi: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · 2 years, 7 months ago
  61. c41f93c BUG/MEDIUM: conn-stream: Only keep app layer flags of the endpoint on reset by Christopher Faulet · 2 years, 7 months ago
  62. fa24379 MINOR: conn-stream: Add mask from flags set by endpoint or app layer by Christopher Faulet · 2 years, 7 months ago
  63. de1803f DOC: configuration: httpclient global option by William Lallemand · 2 years, 7 months ago
  64. 7c5a7ef MINOR: httpclient: allow ipv4 or ipv6 preference for resolving by William Lallemand · 2 years, 7 months ago
  65. 8a734cb MINOR: httpclient: configure the resolvers section to use by William Lallemand · 2 years, 7 months ago
  66. 683fbb8 MINOR: httpclient: allow to configure the ca-file by William Lallemand · 2 years, 7 months ago
  67. 6fce46a MEDIUM: httpclient: hard-error when SSL is configured by William Lallemand · 2 years, 7 months ago
  68. 85af49c MINOR: httpclient: cleanup the error handling in init by William Lallemand · 2 years, 7 months ago
  69. 8b9a2df MINOR: init: exit() after pre-check upon error by William Lallemand · 2 years, 7 months ago
  70. 9ff95e2 MINOR: httpclient: rename dash by dot in global option by William Lallemand · 2 years, 7 months ago
  71. 8533273 MINOR: httpclient: handle unix and other socket types in dst by William Lallemand · 2 years, 7 months ago
  72. 0e23526 CLEANUP: httpclient: remove the comment about resolving by William Lallemand · 2 years, 7 months ago
  73. 1218d19 MEDIUM: httpclient: allow address and port change for resolving by William Lallemand · 2 years, 7 months ago
  74. 5392ff6 MEDIUM: httpclient: http-request rules for resolving by William Lallemand · 2 years, 7 months ago
  75. 7f1df8f MEDIUM: httpclient: remove url2sa to use a more flexible parser by William Lallemand · 2 years, 8 months ago
  76. b57de07 BUG/MINOR: mux_quic: Dropped packet upon retransmission for closed streams by Frédéric Lécaille · 2 years, 7 months ago
  77. d62240c BUG/MINOR: quic: Dropped retransmitted STREAM frames by Frédéric Lécaille · 2 years, 7 months ago
  78. 664741e MINOR: quic: Make the quic_conn be aware of the number of streams by Frédéric Lécaille · 2 years, 7 months ago
  79. b074966 CLEANUP: mux: Useless xprt_quic-t.h inclusion by Frédéric Lécaille · 2 years, 7 months ago
  80. 0367b4c MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  81. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  82. 158b6cf CLEANUP: protocol: make sure the connect_* functions always receive a dst by Willy Tarreau · 2 years, 7 months ago
  83. 04e9aca MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags by Willy Tarreau · 2 years, 7 months ago
  84. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · 2 years, 7 months ago
  85. b3f0d42 CLEANUP: backend: make alloc_{bind,dst}_address() idempotent by Willy Tarreau · 2 years, 7 months ago
  86. 291ee25 BUG/MINOR: h3: fix parsing of unknown frame type with null length by Amaury Denoyelle · 2 years, 7 months ago
  87. f1fc0b3 MINOR: mux-quic: support full request channel buffer by Amaury Denoyelle · 2 years, 7 months ago
  88. 026fef9 [RELEASE] Released version 2.6-dev8 by Willy Tarreau · 2 years, 7 months ago
  89. 02df95e SCRIPTS: announce-release: add URL of dev packages by Willy Tarreau · 2 years, 7 months ago
  90. c89dec3 CI: github actions: update LibreSSL to 3.5.2 by Ilya Shipitsin · 2 years, 7 months ago
  91. c40e19d BUG/MINOR: quic: Missing time threshold multiplifier for loss delay computation by Frédéric Lécaille · 2 years, 7 months ago
  92. 1601395 MINOR: quic: moving code for QUIC loss detection by Frédéric Lécaille · 2 years, 7 months ago
  93. 88e5741 CLEANUP: quic: Remaining fprintf() debug trace by Frédéric Lécaille · 2 years, 7 months ago
  94. 1231d3c MINOR: quic: Drop 0-RTT packets without secrets by Frédéric Lécaille · 2 years, 7 months ago
  95. 74cf237 MEDIUM: quic: do not ack packet with invalid STREAM by Amaury Denoyelle · 2 years, 7 months ago
  96. d46e335 MEDIUM: quic: do not ACK packet with STREAM if MUX not present by Amaury Denoyelle · 2 years, 7 months ago
  97. 4173f4e BUG/MINOR: conn_stream: do not confirm a connection from the frontend path by Willy Tarreau · 2 years, 7 months ago
  98. 0055d56 MINOR: httpclient: Don't use co_set_data() to decrement output by Christopher Faulet · 2 years, 7 months ago
  99. 6b4f1f6 BUG/MINOR: httpclient: Count metadata in size to transfer via htx_xfer_blks() by Christopher Faulet · 2 years, 7 months ago
  100. 534645d BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel by Christopher Faulet · 2 years, 7 months ago