summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: add size format section to manualHEADmasterDaniel Epperson2023-05-171-2/+19
* [RELEASE] Released version 2.8-dev12v2.8-dev12Christopher Faulet2023-05-171-1/+1
* DOC: config: Clarify conditions to shorten the inspect-delay for TCP rulesChristopher Faulet2023-05-171-0/+3
* MINOR: ssl: add new sample ssl_c_r_dnAbhijeet Rastogi2023-05-151-0/+14
* DOC: lua: fix core.{proxies,frontends,backends} visibilityAurelien DARRAGON2023-05-121-3/+3
* MINOR: httpclient: allow to disable the DNS resolvers of the httpclientWilliam Lallemand2023-05-111-0/+7
* MINOR: master/cli: also implement the timed prompt on the master CLIWilly Tarreau2023-05-111-0/+12
* MINOR: cli: add an option to display the uptime in the CLI's promptWilly Tarreau2023-05-111-0/+14
* [RELEASE] Released version 2.8-dev11v2.8-dev11Willy Tarreau2023-05-111-1/+1
* DOC: configuration: add info about ssl-engine for 2.6Aleksandar Lazic2023-05-091-0/+5
* CLEANUP: quic: Typo fix for quic_connection_id poolFrédéric Lécaille2023-05-091-1/+1
* [RELEASE] Released version 2.8-dev10v2.8-dev10Willy Tarreau2023-05-071-1/+1
* DOC: fix a few reported typos in the config and install docWilly Tarreau2023-05-071-2/+2
* MINOR: config: allow cpu-map to take commas in lists of rangesWilly Tarreau2023-05-051-11/+12
* MINOR: quic: implement oneline format for "show quic"Amaury Denoyelle2023-05-051-4/+4
* MINOR: quic: add format argument for "show quic"Amaury Denoyelle2023-05-051-3/+6
* MINOR: hlua_fcn: add Queue classAurelien DARRAGON2023-05-051-0/+88
* MINOR: hlua: expose proxy mailersAurelien DARRAGON2023-05-051-0/+59
* MINOR: mailers/hlua: disable email sending from luaAurelien DARRAGON2023-05-051-0/+11
* MINOR: hlua/event_hdl: expose SERVER_CHECK eventAurelien DARRAGON2023-05-051-0/+10
* MINOR: hlua: expose SERVER_ADMIN eventAurelien DARRAGON2023-05-051-0/+47
* MINOR: hlua: expose SERVER_STATE eventAurelien DARRAGON2023-05-051-2/+111
* DOC: lua/event: add ServerEvent class headerAurelien DARRAGON2023-05-051-0/+6
* MINOR: hlua_fcn: add Proxy.get_srv_act() and Proxy.get_srv_bck()Aurelien DARRAGON2023-05-051-0/+18
* MINOR: hlua_fcn: add Server.get_pend_conn() and Server.get_cur_sess()Aurelien DARRAGON2023-05-051-0/+16
* MINOR: hlua_fcn: add Server.get_proxy()Aurelien DARRAGON2023-05-051-0/+8
* MINOR: hlua_fcn: add Server.get_trackers()Aurelien DARRAGON2023-05-051-0/+9
* MINOR: hlua_fcn: add Server.tracking()Aurelien DARRAGON2023-05-051-0/+9
* MINOR: hlua_fcn: add Server.is_dynamic()Aurelien DARRAGON2023-05-051-0/+8
* MINOR: hlua_fcn: add Server.is_backup()Aurelien DARRAGON2023-05-051-0/+8
* MINOR: ssl: allow to change the signature algorithm for client authenticationWilliam Lallemand2023-05-051-0/+23
* MINOR: ssl: allow to change the server signature algorithmWilliam Lallemand2023-05-041-0/+25
* BUG/MINOR: ssl/sample: x509_v_err_str converter output when not foundWilliam Lallemand2023-05-031-0/+6
* [RELEASE] Released version 2.8-dev9v2.8-dev9Willy Tarreau2023-04-281-1/+1
* MINOR: sample: Add bc_rtt and bc_rttvarAleksandar Lazic2023-04-281-0/+16
* [RELEASE] Released version 2.8-dev8v2.8-dev8Willy Tarreau2023-04-232-2/+2
* MEDIUM: listener: switch the default sharding to by-groupWilly Tarreau2023-04-231-1/+2
* MINOR: listener: add a new global tune.listener.default-shards settingWilly Tarreau2023-04-231-0/+24
* MINOR: listener: automatically adjust shards based on support for SO_REUSEPORTWilly Tarreau2023-04-231-0/+8
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2023-04-231-1/+1
* MEDIUM: config: permit to start a bind on multiple groups at onceWilly Tarreau2023-04-211-0/+11
* MINOR: listener: support another thread dispatch mode: "fair"Willy Tarreau2023-04-211-8/+15
* DOC: lua: restore 80 char limitationAurelien DARRAGON2023-04-211-201/+236
* MINOR: hlua/event_hdl: timestamp for eventsAurelien DARRAGON2023-04-211-1/+5
* MINOR: hlua/event_hdl: expose proxy_uuid variable in server eventsAurelien DARRAGON2023-04-211-0/+4
* MEDIUM: hlua: introduce tune.lua.burst-timeoutAurelien DARRAGON2023-04-192-1/+52
* MEDIUM: config: set useful ALPN defaults for HTTPS and QUICWilly Tarreau2023-04-191-11/+30
* DOC: add missing documentation for "no-alpn" on bind linesWilly Tarreau2023-04-191-0/+8
* MINOR: mux-h2: make the max number of concurrent streams configurable per sideWilly Tarreau2023-04-181-7/+33
* MINOR: mux-h2: make the initial window size configurable per sideWilly Tarreau2023-04-181-8/+32