- 63fc900 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · 2 years, 7 months ago
- d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · 2 years, 7 months ago
- 8a0fd3a BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings by Willy Tarreau · 2 years, 7 months ago
- 393e42a BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · 2 years, 7 months ago
- ecab71f BUILD: stats: conditionally mark obsolete stats states as deprecated by Willy Tarreau · 2 years, 7 months ago
- 4fc2cd7 MINOR: compiler: add a new macro to set an attribute on an enum when possible by Willy Tarreau · 2 years, 7 months ago
- 444d702 BUG/MINOR: ssl: Fix typos in crl-file related CLI commands by Remi Tricot-Le Breton · 2 years, 7 months ago
- 589570d MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt by William Lallemand · 2 years, 7 months ago
- e4b93eb MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file by William Lallemand · 2 years, 7 months ago
- e979796 [RELEASE] Released version 2.6-dev9 by Willy Tarreau · 2 years, 7 months ago
- 0a80211 CI: dynamically determine actual version of h2spec by Ilya Shipitsin · 2 years, 7 months ago
- 2b4dc5c DOC: fix typo "ant" for "and" in INSTALL by Willy Tarreau · 2 years, 7 months ago
- 4aed40e MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent by David CARLIER · 2 years, 7 months ago
- 8f7133e DOC: internal: document the new cleaner approach to the appctx by Willy Tarreau · 2 years, 7 months ago
- 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · 2 years, 7 months ago
- 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · 2 years, 7 months ago
- aa229cc MINOR: lua: move the http service context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- e23f33b MINOR: lua: move the tcp service storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- 5321da9 MEDIUM: lua: move the cosocket storage outside of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- f61494c CLEANUP: cache: take the context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · 2 years, 7 months ago
- f50da2c BUILD: applet: mark the CLI's generic variables as deprecated by Willy Tarreau · 2 years, 7 months ago
- 23a2407 CLEANUP: spoe: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
- 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
- 1eea665 CLEANUP: httpclient: do not use the appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
- 89a7c41 CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli by Willy Tarreau · 2 years, 7 months ago
- b128f49 CLEANUP: cli: make "show cli sockets" use its own context by Willy Tarreau · 2 years, 7 months ago
- 4df54eb CLEANUP: cli: simplify the "show cli sockets" I/O handler by Willy Tarreau · 2 years, 7 months ago
- 307dbb3 CLEANUP: cli: make "show env" use its own context by Willy Tarreau · 2 years, 7 months ago
- 741a5a9 CLEANUP: cli: make "show fd" use its own context by Willy Tarreau · 2 years, 7 months ago
- acf6a44 CLEANUP: proxy/cli: make "show backend" only use the generic context by Willy Tarreau · 2 years, 7 months ago
- d741e9c CLEANUP: proxy/cli: get rid of appctx->st2 in "show servers" by Willy Tarreau · 2 years, 7 months ago
- 72a0423 CLEANUP: proxy/cli: make use of a locally defined context for "show servers" by Willy Tarreau · 2 years, 7 months ago
- c6dfef7 CLEANUP: cache/cli: make use of a locally defined context for "show cache" by Willy Tarreau · 2 years, 7 months ago
- 12d5228 CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers" by Willy Tarreau · 2 years, 7 months ago
- db933d6 CLEANUP: resolvers/cli: make "show resolvers" use a locally-defined context by Willy Tarreau · 2 years, 7 months ago
- 6e3fc48 CLEANUP: ring/cli: use a locally-defined context instead of using ctx.cli by Willy Tarreau · 2 years, 7 months ago
- cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · 2 years, 7 months ago
- 40e952f CLEANUP: debug/cli: make "debug dev memstats" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
- e06bbf3 CLEANUP: debug/cli: make "debug dev fd" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
- e8d006a CLEANUP: activity/cli: make "show profiling" not use ctx.cli anymore by Willy Tarreau · 2 years, 7 months ago
- 42cc831 CLEANUP: sink: use the generic context to store the forwarder's context by Willy Tarreau · 2 years, 7 months ago
- 0d626a5 CLEANUP: dns: stop abusing the sink forwarder's context by Willy Tarreau · 2 years, 7 months ago
- fa11df5 CLEANUP: ssl/cli: make "add ssl crtlist" not use st2 anymore by Willy Tarreau · 2 years, 7 months ago
- 6b6c363 CLEANUP: ssl/cli: make "add ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
- a2fcca0 CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
- 170b35b CLEANUP: ssl/cli: make "show ssl ocsp-response" not use cli.p0 anymore by Willy Tarreau · 2 years, 7 months ago
- 9c5a38c CLEANUP: ssl/cli: make "show tlskeys" not use appctx->st2 anymore by Willy Tarreau · 2 years, 7 months ago
- bd33864 CLEANUP: ssl/cli: add a new "dump_entries" field to "show_keys_ref" by Willy Tarreau · 2 years, 7 months ago
- a938052 CLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for "show tls-keys" by Willy Tarreau · 2 years, 7 months ago
- 1d6dd80 CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl ca/crl" by Willy Tarreau · 2 years, 7 months ago
- dec23dc CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file" by Willy Tarreau · 2 years, 7 months ago
- a06b9a5 CLEANUP: ssl/cli: use a local context for "set ssl crlfile" by Willy Tarreau · 2 years, 7 months ago
- a37693f CLEANUP: ssl/cli: use a local context for "set ssl cafile" by Willy Tarreau · 2 years, 7 months ago
- 329f4b4 CLEANUP: ssl/cli: use a local context for "set ssl cert" by Willy Tarreau · 2 years, 7 months ago
- cb1b4ed CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl cert" by Willy Tarreau · 2 years, 7 months ago
- a645b6a CLEANUP: ssl/cli: use a local context for "commit ssl cert" by Willy Tarreau · 2 years, 7 months ago
- 96c9a6c CLEANUP: ssl/cli: use a local context for "show ssl cert" by Willy Tarreau · 2 years, 7 months ago
- f3e8b3e CLEANUP: ssl/cli: use a local context for "show crlfile" by Willy Tarreau · 2 years, 7 months ago
- 50c2f1e CLEANUP: ssl/cli: use a local context for "show cafile" by Willy Tarreau · 2 years, 7 months ago
- bcda5f6 CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
- 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- de58d24 CLEANUP: promex: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
- ae1747d CLEANUP: promex: make the applet use its own context by Willy Tarreau · 2 years, 7 months ago
- 7bf20ca CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part by Willy Tarreau · 2 years, 7 months ago
- ce9123c CLEANUP: peers/cli: remove unneeded state STATE_INIT by Willy Tarreau · 2 years, 7 months ago
- 3a31e37 CLEANUP: peers/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
- cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- c7e9706 CLEANUP: map/cli: always detach the backref from the list after "show map" by Willy Tarreau · 2 years, 7 months ago
- a0d6280 CLEANUP: map/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
- 76f771e CLEANUP: map/cli: stop using cli.i0/i1 to store the generation numbers by Willy Tarreau · 2 years, 7 months ago
- 0fcecc6 CLEANUP: map/cli: take the "show map" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 0f154ed CLEANUP: stick-table/cli: remove the unneeded STATE_INIT for "show table" by Willy Tarreau · 2 years, 7 months ago
- 7849d4c CLEANUP: stick-table/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
- 3c69e08 CLEANUP: stick-table/cli: take the "show table" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 0fd8f0e CLEANUP: proxy/cli: take the "show errors" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 6177cfc CLEANUP: stream/cli: remove the now unneeded dump state from "show sess" by Willy Tarreau · 2 years, 7 months ago
- bb4e289 CLEANUP: stream/cli: remove the unneeded STATE_FIN state from "show sess" by Willy Tarreau · 2 years, 7 months ago
- f3629f8 CLEANUP: stream/cli: remove the unneeded init state from "show sess" by Willy Tarreau · 2 years, 7 months ago
- 7fb591a CLEANUP: stream/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
- 39f097d CLEANUP: stream/cli: take the "show sess" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 009e42b CLEANUP: applet: make appctx_new() initialize the whole appctx by Willy Tarreau · 2 years, 7 months ago
- f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · 2 years, 7 months ago
- 1b948ef CLEANUP: ssl/cli: do not loop on unknown states in "add ssl crt-list" handler by Willy Tarreau · 2 years, 7 months ago
- 4fd9b4d BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
- 4cf3ef8 BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts by Willy Tarreau · 2 years, 7 months ago
- 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
- 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
- 1ae0c43 BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init by Willy Tarreau · 2 years, 7 months ago
- 2edaace BUG/MINOR: map/cli: protect the backref list during "show map" errors by Willy Tarreau · 2 years, 7 months ago
- 4f9f157 BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend" by Willy Tarreau · 2 years, 7 months ago
- 241a006 BUG/MEDIUM: cli: make "show cli sockets" really yield by Willy Tarreau · 2 years, 7 months ago
- 4e047e7 BUG/MEDIUM: resolvers: make "show resolvers" properly yield by Willy Tarreau · 2 years, 7 months ago
- 89e236f BUG/MINOR: startup: usage() when no -cc arguments by William Lallemand · 2 years, 7 months ago
- c33df2e DOC: resolvers: default resolvers section by William Lallemand · 2 years, 7 months ago
- 7867f63 MEDIUM: resolvers: create a "default" resolvers section at startup by William Lallemand · 2 years, 7 months ago
- 0164a40 BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port] by William Lallemand · 2 years, 7 months ago
- 7831e02 BUILD: debug: unify the definition of ha_backtrace_to_stderr() by Willy Tarreau · 2 years, 7 months ago
- e7f5776 MINOR: resolvers: resolvers_new() create a resolvers with default values by William Lallemand · 2 years, 7 months ago