1. 56d5a81 MINOR: mux-h1: remove the now unneeded h1s->cs by Willy Tarreau · 2 years, 7 months ago
  2. efb4618 MINOR: conn_stream: add a pointer back to the cs from the endpoint by Willy Tarreau · 2 years, 7 months ago
  3. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · 2 years, 7 months ago
  4. 15b0721 CLEANUP: mux-quic: always take the endp from the qcs not the cs by Willy Tarreau · 2 years, 7 months ago
  5. 7d299c2 CLEANUP: mux-fcgi: always take the endp from the fstrm not the cs by Willy Tarreau · 2 years, 7 months ago
  6. 7a2705f CLEANUP: mux-pt: always take the endp from the context not the cs by Willy Tarreau · 2 years, 7 months ago
  7. aff21f9 CLEANUP: mux-h2: always take the endp from the h2s not the cs by Willy Tarreau · 2 years, 7 months ago
  8. 61533d3 CLEANUP: mux-h1: always take the endp from the h1s not the cs by Willy Tarreau · 2 years, 7 months ago
  9. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · 2 years, 7 months ago
  10. b112b1d CLEANUP: mux-h1: Fix comments and error messages for global options by Christopher Faulet · 2 years, 7 months ago
  11. 0f9c0f5 MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests by Christopher Faulet · 2 years, 7 months ago
  12. ae053b3 BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized by William Lallemand · 2 years, 7 months ago
  13. 60cfe8b DOC/MINOR: fix typos in the lua-api document by Boyang Li · 2 years, 7 months ago
  14. e0c5435 BUG/MEDIUM: lua: fix argument handling in data removal functions by Boyang Li · 2 years, 7 months ago
  15. eeeeed4 MINOR: ncbuf: write unit tests by Amaury Denoyelle · 2 years, 7 months ago
  16. df25acf MINOR: ncbuf: implement advance by Amaury Denoyelle · 2 years, 7 months ago
  17. b830f0d MINOR: ncbuf: define various insertion modes by Amaury Denoyelle · 2 years, 7 months ago
  18. 077e096 MINOR: ncbuf: implement insertion by Amaury Denoyelle · 2 years, 7 months ago
  19. edeb0a6 MINOR: ncbuf: optimize storage for the last gap by Amaury Denoyelle · 2 years, 7 months ago
  20. d5d2ed9 MINOR: ncbuf: complete API and define block interal abstraction by Amaury Denoyelle · 2 years, 7 months ago
  21. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · 2 years, 7 months ago
  22. 31fe308 CLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times by Frédéric Lécaille · 2 years, 7 months ago
  23. 4ba3b4e CLEANUP: quic: Useless use of pointer for quic_hkdf_extract() by Frédéric Lécaille · 2 years, 7 months ago
  24. a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · 2 years, 7 months ago
  25. 36b28ed MINOR: quic: Short packets always embed a trailing AEAD TAG by Frédéric Lécaille · 2 years, 7 months ago
  26. e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · 2 years, 7 months ago
  27. 806e6cf MINOR: quic: Stateless reset token copy to transport parameters by Frédéric Lécaille · 2 years, 7 months ago
  28. 395a64d MINOR: qc_new_conn() rework for stateless reset by Frédéric Lécaille · 2 years, 7 months ago
  29. 28a1795 MINOR: quic: Initialize stateless reset tokens with HKDF secrets by Frédéric Lécaille · 2 years, 7 months ago
  30. 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · 2 years, 7 months ago
  31. 7b92c81 MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF by Frédéric Lécaille · 2 years, 7 months ago
  32. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · 2 years, 7 months ago
  33. 7cc8b31 MINOR: quic: Add correct ack delay values to ACK frames by Frédéric Lécaille · 2 years, 7 months ago
  34. 9475d89 MINOR: quic: Congestion controller event trace fix (loss) by Frédéric Lécaille · 2 years, 7 months ago
  35. f6e8594 BUG/MINOR: quic: Wrong unit for ack delay for incoming ACK frames by Frédéric Lécaille · 2 years, 7 months ago
  36. 5b988eb BUG/MINOR: quic: Dropped peer transport parameters by Frédéric Lécaille · 2 years, 7 months ago
  37. 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · 2 years, 7 months ago
  38. cfabb35 DOC: configuration: add the httpclient keywords to the global keywords index by William Lallemand · 2 years, 7 months ago
  39. e872f75 MINOR: mux-h2: report a trace event when failing to create a new stream by Willy Tarreau · 2 years, 7 months ago
  40. 198b507 BUG/MINOR: mux-h2: mark the stream as open before processing it not after by Willy Tarreau · 2 years, 7 months ago
  41. 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · 2 years, 7 months ago
  42. 47a4c61 BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). by vigneshsp · 2 years, 7 months ago
  43. 6d868a2 BUILD: makefile: add -Wfatal-errors to the default flags by Willy Tarreau · 2 years, 7 months ago
  44. ff3333e DOC: install: update gcc version requirements by Willy Tarreau · 2 years, 7 months ago
  45. 63fc900 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · 2 years, 7 months ago
  46. d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · 2 years, 7 months ago
  47. 8a0fd3a BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings by Willy Tarreau · 2 years, 7 months ago
  48. 393e42a BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · 2 years, 7 months ago
  49. ecab71f BUILD: stats: conditionally mark obsolete stats states as deprecated by Willy Tarreau · 2 years, 7 months ago
  50. 4fc2cd7 MINOR: compiler: add a new macro to set an attribute on an enum when possible by Willy Tarreau · 2 years, 7 months ago
  51. 444d702 BUG/MINOR: ssl: Fix typos in crl-file related CLI commands by Remi Tricot-Le Breton · 2 years, 7 months ago
  52. 589570d MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt by William Lallemand · 2 years, 7 months ago
  53. e4b93eb MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file by William Lallemand · 2 years, 7 months ago
  54. e979796 [RELEASE] Released version 2.6-dev9 by Willy Tarreau · 2 years, 7 months ago
  55. 0a80211 CI: dynamically determine actual version of h2spec by Ilya Shipitsin · 2 years, 7 months ago
  56. 2b4dc5c DOC: fix typo "ant" for "and" in INSTALL by Willy Tarreau · 2 years, 7 months ago
  57. 4aed40e MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent by David CARLIER · 2 years, 7 months ago
  58. 8f7133e DOC: internal: document the new cleaner approach to the appctx by Willy Tarreau · 2 years, 7 months ago
  59. 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · 2 years, 7 months ago
  60. 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · 2 years, 7 months ago
  61. aa229cc MINOR: lua: move the http service context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  62. e23f33b MINOR: lua: move the tcp service storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  63. 5321da9 MEDIUM: lua: move the cosocket storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  64. f61494c CLEANUP: cache: take the context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
  65. c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · 2 years, 7 months ago
  66. f50da2c BUILD: applet: mark the CLI's generic variables as deprecated by Willy Tarreau · 2 years, 7 months ago
  67. 23a2407 CLEANUP: spoe: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  68. 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  69. 1eea665 CLEANUP: httpclient: do not use the appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
  70. 89a7c41 CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli by Willy Tarreau · 2 years, 7 months ago
  71. b128f49 CLEANUP: cli: make "show cli sockets" use its own context by Willy Tarreau · 2 years, 7 months ago
  72. 4df54eb CLEANUP: cli: simplify the "show cli sockets" I/O handler by Willy Tarreau · 2 years, 7 months ago
  73. 307dbb3 CLEANUP: cli: make "show env" use its own context by Willy Tarreau · 2 years, 7 months ago
  74. 741a5a9 CLEANUP: cli: make "show fd" use its own context by Willy Tarreau · 2 years, 7 months ago
  75. acf6a44 CLEANUP: proxy/cli: make "show backend" only use the generic context by Willy Tarreau · 2 years, 7 months ago
  76. d741e9c CLEANUP: proxy/cli: get rid of appctx->st2 in "show servers" by Willy Tarreau · 2 years, 7 months ago
  77. 72a0423 CLEANUP: proxy/cli: make use of a locally defined context for "show servers" by Willy Tarreau · 2 years, 7 months ago
  78. c6dfef7 CLEANUP: cache/cli: make use of a locally defined context for "show cache" by Willy Tarreau · 2 years, 7 months ago
  79. 12d5228 CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers" by Willy Tarreau · 2 years, 7 months ago
  80. db933d6 CLEANUP: resolvers/cli: make "show resolvers" use a locally-defined context by Willy Tarreau · 2 years, 7 months ago
  81. 6e3fc48 CLEANUP: ring/cli: use a locally-defined context instead of using ctx.cli by Willy Tarreau · 2 years, 7 months ago
  82. cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · 2 years, 7 months ago
  83. 40e952f CLEANUP: debug/cli: make "debug dev memstats" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
  84. e06bbf3 CLEANUP: debug/cli: make "debug dev fd" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
  85. e8d006a CLEANUP: activity/cli: make "show profiling" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
  86. 42cc831 CLEANUP: sink: use the generic context to store the forwarder's context by Willy Tarreau · 2 years, 7 months ago
  87. 0d626a5 CLEANUP: dns: stop abusing the sink forwarder's context by Willy Tarreau · 2 years, 7 months ago
  88. fa11df5 CLEANUP: ssl/cli: make "add ssl crtlist" not use st2 anymore by Willy Tarreau · 2 years, 7 months ago
  89. 6b6c363 CLEANUP: ssl/cli: make "add ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
  90. a2fcca0 CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
  91. 170b35b CLEANUP: ssl/cli: make "show ssl ocsp-response" not use cli.p0 anymore by Willy Tarreau · 2 years, 7 months ago
  92. 9c5a38c CLEANUP: ssl/cli: make "show tlskeys" not use appctx->st2 anymore by Willy Tarreau · 2 years, 7 months ago
  93. bd33864 CLEANUP: ssl/cli: add a new "dump_entries" field to "show_keys_ref" by Willy Tarreau · 2 years, 7 months ago
  94. a938052 CLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for "show tls-keys" by Willy Tarreau · 2 years, 7 months ago
  95. 1d6dd80 CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl ca/crl" by Willy Tarreau · 2 years, 7 months ago
  96. dec23dc CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file" by Willy Tarreau · 2 years, 7 months ago
  97. a06b9a5 CLEANUP: ssl/cli: use a local context for "set ssl crlfile" by Willy Tarreau · 2 years, 7 months ago
  98. a37693f CLEANUP: ssl/cli: use a local context for "set ssl cafile" by Willy Tarreau · 2 years, 7 months ago
  99. 329f4b4 CLEANUP: ssl/cli: use a local context for "set ssl cert" by Willy Tarreau · 2 years, 7 months ago
  100. cb1b4ed CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl cert" by Willy Tarreau · 2 years, 7 months ago