Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
cfabb3526be2f6aff9b3cc297225c4f546db8bbf
cfabb35
DOC: configuration: add the httpclient keywords to the global keywords index
by William Lallemand
· Thu May 12 10:51:15 2022 +0200
e872f75
MINOR: mux-h2: report a trace event when failing to create a new stream
by Willy Tarreau
· Thu May 12 09:24:41 2022 +0200
198b507
BUG/MINOR: mux-h2: mark the stream as open before processing it not after
by Willy Tarreau
· Thu May 12 09:08:51 2022 +0200
314e6ec
BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket
by Emeric Brun
· Tue May 10 11:35:48 2022 +0200
47a4c61
BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes).
by vigneshsp
· Mon May 09 22:36:39 2022 +0530
6d868a2
BUILD: makefile: add -Wfatal-errors to the default flags
by Willy Tarreau
· Wed May 11 11:32:41 2022 +0200
ff3333e
DOC: install: update gcc version requirements
by Willy Tarreau
· Wed May 11 11:29:54 2022 +0200
63fc900
BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-(
by Willy Tarreau
· Mon May 09 21:14:04 2022 +0200
d867934
BUILD: listener: shut report of possible null-deref in listener_accept()
by Willy Tarreau
· Mon May 09 20:41:54 2022 +0200
8a0fd3a
BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings
by Willy Tarreau
· Mon May 09 20:07:21 2022 +0200
393e42a
BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation
by Willy Tarreau
· Mon May 09 10:31:28 2022 +0200
ecab71f
BUILD: stats: conditionally mark obsolete stats states as deprecated
by Willy Tarreau
· Mon May 09 19:46:35 2022 +0200
4fc2cd7
MINOR: compiler: add a new macro to set an attribute on an enum when possible
by Willy Tarreau
· Mon May 09 19:45:06 2022 +0200
444d702
BUG/MINOR: ssl: Fix typos in crl-file related CLI commands
by Remi Tricot-Le Breton
· Thu May 05 17:18:40 2022 +0200
589570d
MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt
by William Lallemand
· Mon May 09 10:30:51 2022 +0200
e4b93eb
MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file
by William Lallemand
· Mon May 09 09:29:00 2022 +0200
e979796
[RELEASE] Released version 2.6-dev9
by Willy Tarreau
· Sun May 08 11:44:15 2022 +0200
0a80211
CI: dynamically determine actual version of h2spec
by Ilya Shipitsin
· Thu May 05 15:15:12 2022 +0500
2b4dc5c
DOC: fix typo "ant" for "and" in INSTALL
by Willy Tarreau
· Sun May 08 10:59:00 2022 +0200
4aed40e
MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent
by David CARLIER
· Sun May 01 15:29:58 2022 +0100
8f7133e
DOC: internal: document the new cleaner approach to the appctx
by Willy Tarreau
· Fri May 06 18:00:24 2022 +0200
6ef1648
CLEANUP: stats: rename the stats state values an mark the old ones deprecated
by Willy Tarreau
· Fri May 06 18:07:53 2022 +0200
1c0715b
CLEANUP: cli: move the status print context into its own context
by Willy Tarreau
· Fri May 06 17:16:35 2022 +0200
aa229cc
MINOR: lua: move the http service context out of appctx.ctx
by Willy Tarreau
· Fri May 06 14:26:10 2022 +0200
e23f33b
MINOR: lua: move the tcp service storage outside of appctx.ctx
by Willy Tarreau
· Fri May 06 14:07:13 2022 +0200
5321da9
MEDIUM: lua: move the cosocket storage outside of appctx.ctx
by Willy Tarreau
· Fri May 06 11:57:34 2022 +0200
f61494c
CLEANUP: cache: take the context out of appctx.ctx
by Willy Tarreau
· Fri May 06 11:03:39 2022 +0200
c7afedc
BUILD: applet: mark the appctx's st2 variable as deprecated
by Willy Tarreau
· Thu May 05 20:01:54 2022 +0200
f50da2c
BUILD: applet: mark the CLI's generic variables as deprecated
by Willy Tarreau
· Thu May 05 19:43:49 2022 +0200
23a2407
CLEANUP: spoe: do not use appctx.ctx anymore
by Willy Tarreau
· Thu May 05 20:18:44 2022 +0200
455caef
CLEANUP: peers: do not use appctx.ctx anymore
by Willy Tarreau
· Thu May 05 20:16:16 2022 +0200
1eea665
CLEANUP: httpclient: do not use the appctx.ctx anymore
by Willy Tarreau
· Thu May 05 20:12:01 2022 +0200
89a7c41
CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli
by Willy Tarreau
· Thu May 05 19:38:21 2022 +0200
b128f49
CLEANUP: cli: make "show cli sockets" use its own context
by Willy Tarreau
· Thu May 05 19:11:05 2022 +0200
4df54eb
CLEANUP: cli: simplify the "show cli sockets" I/O handler
by Willy Tarreau
· Thu May 05 18:52:36 2022 +0200
307dbb3
CLEANUP: cli: make "show env" use its own context
by Willy Tarreau
· Thu May 05 17:45:52 2022 +0200
741a5a9
CLEANUP: cli: make "show fd" use its own context
by Willy Tarreau
· Thu May 05 17:56:58 2022 +0200
acf6a44
CLEANUP: proxy/cli: make "show backend" only use the generic context
by Willy Tarreau
· Thu May 05 17:05:38 2022 +0200
d741e9c
CLEANUP: proxy/cli: get rid of appctx->st2 in "show servers"
by Willy Tarreau
· Thu May 05 19:26:18 2022 +0200
72a0423
CLEANUP: proxy/cli: make use of a locally defined context for "show servers"
by Willy Tarreau
· Thu May 05 17:00:20 2022 +0200
c6dfef7
CLEANUP: cache/cli: make use of a locally defined context for "show cache"
by Willy Tarreau
· Thu May 05 16:46:13 2022 +0200
12d5228
CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers"
by Willy Tarreau
· Thu May 05 16:38:13 2022 +0200
db933d6
CLEANUP: resolvers/cli: make "show resolvers" use a locally-defined context
by Willy Tarreau
· Thu May 05 15:39:02 2022 +0200
6e3fc48
CLEANUP: ring/cli: use a locally-defined context instead of using ctx.cli
by Willy Tarreau
· Thu May 05 15:29:43 2022 +0200
cba8838
CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli
by Willy Tarreau
· Thu May 05 15:18:57 2022 +0200
40e952f
CLEANUP: debug/cli: make "debug dev memstats" not use ctx.cli anymore
by Willy Tarreau
· Thu May 05 14:39:51 2022 +0200
e06bbf3
CLEANUP: debug/cli: make "debug dev fd" not use ctx.cli anymore
by Willy Tarreau
· Thu May 05 14:26:28 2022 +0200
e8d006a
CLEANUP: activity/cli: make "show profiling" not use ctx.cli anymore
by Willy Tarreau
· Thu May 05 14:19:00 2022 +0200
42cc831
CLEANUP: sink: use the generic context to store the forwarder's context
by Willy Tarreau
· Wed May 04 20:42:23 2022 +0200
0d626a5
CLEANUP: dns: stop abusing the sink forwarder's context
by Willy Tarreau
· Wed May 04 20:41:19 2022 +0200
fa11df5
CLEANUP: ssl/cli: make "add ssl crtlist" not use st2 anymore
by Willy Tarreau
· Thu May 05 13:48:40 2022 +0200
6b6c363
CLEANUP: ssl/cli: make "add ssl crtlist" use its own context
by Willy Tarreau
· Thu May 05 13:43:49 2022 +0200
a2fcca0
CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context
by Willy Tarreau
· Thu May 05 11:53:23 2022 +0200
170b35b
CLEANUP: ssl/cli: make "show ssl ocsp-response" not use cli.p0 anymore
by Willy Tarreau
· Thu May 05 09:09:15 2022 +0200
9c5a38c
CLEANUP: ssl/cli: make "show tlskeys" not use appctx->st2 anymore
by Willy Tarreau
· Thu May 05 09:03:44 2022 +0200
bd33864
CLEANUP: ssl/cli: add a new "dump_entries" field to "show_keys_ref"
by Willy Tarreau
· Thu May 05 08:59:17 2022 +0200
a938052
CLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for "show tls-keys"
by Willy Tarreau
· Thu May 05 08:50:17 2022 +0200
1d6dd80
CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl ca/crl"
by Willy Tarreau
· Thu May 05 08:17:29 2022 +0200
dec23dc
CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file"
by Willy Tarreau
· Wed May 04 20:25:05 2022 +0200
a06b9a5
CLEANUP: ssl/cli: use a local context for "set ssl crlfile"
by Willy Tarreau
· Wed May 04 20:33:03 2022 +0200
a37693f
CLEANUP: ssl/cli: use a local context for "set ssl cafile"
by Willy Tarreau
· Wed May 04 20:12:55 2022 +0200
329f4b4
CLEANUP: ssl/cli: use a local context for "set ssl cert"
by Willy Tarreau
· Wed May 04 20:05:55 2022 +0200
cb1b4ed
CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl cert"
by Willy Tarreau
· Thu May 05 08:15:27 2022 +0200
a645b6a
CLEANUP: ssl/cli: use a local context for "commit ssl cert"
by Willy Tarreau
· Wed May 04 19:58:00 2022 +0200
96c9a6c
CLEANUP: ssl/cli: use a local context for "show ssl cert"
by Willy Tarreau
· Wed May 04 19:51:37 2022 +0200
f3e8b3e
CLEANUP: ssl/cli: use a local context for "show crlfile"
by Willy Tarreau
· Wed May 04 19:38:57 2022 +0200
50c2f1e
CLEANUP: ssl/cli: use a local context for "show cafile"
by Willy Tarreau
· Wed May 04 19:26:59 2022 +0200
bcda5f6
CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctx
by Willy Tarreau
· Tue May 03 18:13:39 2022 +0200
41f8852
CLEANUP: stats/cli: stop using appctx->st2
by Willy Tarreau
· Tue May 03 18:39:27 2022 +0200
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
de58d24
CLEANUP: promex: stop using appctx->st2
by Willy Tarreau
· Tue May 03 18:05:23 2022 +0200
ae1747d
CLEANUP: promex: make the applet use its own context
by Willy Tarreau
· Tue May 03 17:33:00 2022 +0200
7bf20ca
CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part
by Willy Tarreau
· Tue May 03 17:02:03 2022 +0200
ce9123c
CLEANUP: peers/cli: remove unneeded state STATE_INIT
by Willy Tarreau
· Tue May 03 15:04:25 2022 +0200
3a31e37
CLEANUP: peers/cli: stop using appctx->st2 for the dump state
by Willy Tarreau
· Tue May 03 14:58:47 2022 +0200
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
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
a0d6280
CLEANUP: map/cli: stop using appctx->st2 for the dump state
by Willy Tarreau
· Tue May 03 15:12:21 2022 +0200
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
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
0f154ed
CLEANUP: stick-table/cli: remove the unneeded STATE_INIT for "show table"
by Willy Tarreau
· Tue May 03 12:02:36 2022 +0200
7849d4c
CLEANUP: stick-table/cli: stop using appctx->st2 for the dump state
by Willy Tarreau
· Tue May 03 11:45:02 2022 +0200
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
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
6177cfc
CLEANUP: stream/cli: remove the now unneeded dump state from "show sess"
by Willy Tarreau
· Tue May 03 11:17:35 2022 +0200
bb4e289
CLEANUP: stream/cli: remove the unneeded STATE_FIN state from "show sess"
by Willy Tarreau
· Tue May 03 11:10:19 2022 +0200
f3629f8
CLEANUP: stream/cli: remove the unneeded init state from "show sess"
by Willy Tarreau
· Tue May 03 11:05:39 2022 +0200
7fb591a
CLEANUP: stream/cli: stop using appctx->st2 for the dump state
by Willy Tarreau
· Tue May 03 10:57:54 2022 +0200
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
009e42b
CLEANUP: applet: make appctx_new() initialize the whole appctx
by Willy Tarreau
· Thu May 05 19:55:03 2022 +0200
f12f32a
MINOR: applet: reserve some generic storage in the applet's context
by Willy Tarreau
· Mon May 02 14:57:03 2022 +0200
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
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
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
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
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
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
2edaace
BUG/MINOR: map/cli: protect the backref list during "show map" errors
by Willy Tarreau
· Tue May 03 15:19:49 2022 +0200
4f9f157
BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend"
by Willy Tarreau
· Thu May 05 17:10:03 2022 +0200
241a006
BUG/MEDIUM: cli: make "show cli sockets" really yield
by Willy Tarreau
· Thu May 05 18:29:25 2022 +0200
Next »