summaryrefslogtreecommitdiff
path: root/include/haproxy/applet-t.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: anon: store the anonymizing key in the CLI's appctxErwan Le Goas2022-09-171-0/+1
* CLEANUP: applet: remove the obsolete command context from the appctxWilly Tarreau2022-07-151-47/+10
* CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)Willy Tarreau2022-05-271-1/+1
* CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc"Willy Tarreau2022-05-271-1/+1
* CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor)Willy Tarreau2022-05-271-2/+2
* MINOR: applet: Change return value for .init callback functionChristopher Faulet2022-05-171-2/+2
* MINOR: applet: Prepare appctx to own the session on frontend sideChristopher Faulet2022-05-171-0/+2
* CLEANUP: applet: remove the unneeded appctx->ownerWilly Tarreau2022-05-131-1/+0
* CLEANUP: cli: move the status print context into its own contextWilly Tarreau2022-05-061-6/+15
* MINOR: lua: move the http service context out of appctx.ctxWilly Tarreau2022-05-061-8/+0
* MINOR: lua: move the tcp service storage outside of appctx.ctxWilly Tarreau2022-05-061-5/+0
* MEDIUM: lua: move the cosocket storage outside of appctx.ctxWilly Tarreau2022-05-061-7/+0
* CLEANUP: cache: take the context out of appctx.ctxWilly Tarreau2022-05-061-10/+0
* BUILD: applet: mark the appctx's st2 variable as deprecatedWilly Tarreau2022-05-061-1/+9
* BUILD: applet: mark the CLI's generic variables as deprecatedWilly Tarreau2022-05-061-3/+8
* CLEANUP: spoe: do not use appctx.ctx anymoreWilly Tarreau2022-05-061-3/+0
* CLEANUP: peers: do not use appctx.ctx anymoreWilly Tarreau2022-05-061-3/+0
* CLEANUP: httpclient: do not use the appctx.ctx anymoreWilly Tarreau2022-05-061-10/+0
* CLEANUP: sink: use the generic context to store the forwarder's contextWilly Tarreau2022-05-061-3/+0
* CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file"Willy Tarreau2022-05-061-12/+0
* CLEANUP: ssl/cli: use a local context for "set ssl cert"Willy Tarreau2022-05-061-2/+0
* CLEANUP: ssl/cli: use a local context for "show ssl cert"Willy Tarreau2022-05-061-2/+0
* CLEANUP: ssl/cli: use a local context for "show crlfile"Willy Tarreau2022-05-061-1/+0
* CLEANUP: ssl/cli: use a local context for "show cafile"Willy Tarreau2022-05-061-1/+0
* CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctxWilly Tarreau2022-05-061-5/+0
* CLEANUP: stats/cli: take the "show stat" context definition out of the appctxWilly Tarreau2022-05-061-11/+0
* CLEANUP: peers/cli: take the "show peers" context definition out of the appctxWilly Tarreau2022-05-061-6/+0
* CLEANUP: map/cli: take the "show map" context definition out of the appctxWilly Tarreau2022-05-061-7/+0
* CLEANUP: stick-table/cli: take the "show table" context definition out of the...Willy Tarreau2022-05-061-9/+0
* CLEANUP: proxy/cli: take the "show errors" context definition out of the appctxWilly Tarreau2022-05-061-8/+0
* CLEANUP: stream/cli: take the "show sess" context definition out of the appctxWilly Tarreau2022-05-061-8/+0
* MINOR: applet: reserve some generic storage in the applet's contextWilly Tarreau2022-05-061-127/+146
* BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contextsWilly Tarreau2022-05-061-0/+1
* BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contextsWilly Tarreau2022-05-061-0/+2
* BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contextsWilly Tarreau2022-05-061-0/+1
* MEDIUM: tree-wide: Use CS util functions instead of SI onesChristopher Faulet2022-04-131-1/+2
* MAJOR: conn-stream: Share endpoint struct between the CS and the mux/appletChristopher Faulet2022-04-131-1/+2
* MINOR: applet: Make .init callback more genericChristopher Faulet2022-04-131-1/+1
* MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-intChristopher Faulet2022-02-241-1/+1
* CLEANUP: remove some unneeded includes from applet-t.hWilly Tarreau2021-10-071-3/+2
* MINOR: httpclient: implement a simple HTTP Client APIWilliam Lallemand2021-08-181-0/+3
* CLEANUP: applet: remove unused thread_maskWilly Tarreau2021-07-131-1/+0
* MEDIUM: ssl: Add "set+commit ssl crl-file" CLI commandsRemi Tricot-Le Breton2021-05-171-0/+4
* MEDIUM: ssl: Add "set+commit ssl ca-file" CLI commandsRemi Tricot-Le Breton2021-05-171-0/+4
* MINOR: streams: use one list per stream instead of a global oneWilly Tarreau2021-02-241-0/+1
* MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers"Willy Tarreau2021-02-121-0/+1
* MEDIUM: cache: Add support for 'If-None-Match' request headerRemi Tricot-Le Breton2020-10-221-0/+3
* MINOR: stats: define the concept of domain for statisticsAmaury Denoyelle2020-10-051-0/+1
* MINOR: stats: hide px/sv/li fields in applet structAmaury Denoyelle2020-10-051-3/+2
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-1/+1