summaryrefslogtreecommitdiff
path: root/include/haproxy
Commit message (Expand)AuthorAgeFilesLines
* MINOR: clock: provide a function to automatically adjust now_offsetWilly Tarreau2023-05-171-0/+1
* MINOR: stats: report the boot time in "show info"Willy Tarreau2023-05-171-0/+1
* MINOR: clock: measure the total boot timeWilly Tarreau2023-05-171-0/+1
* MINOR: mux-quic: uninline qc_attach_sc()Amaury Denoyelle2023-05-161-44/+2
* MINOR: mux-quic: properly report end-of-stream on recvAmaury Denoyelle2023-05-161-0/+1
* BUILD: ssl: get0_verified chain is available on libreSSLWilliam Lallemand2023-05-151-0/+4
* BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1William Lallemand2023-05-151-0/+1
* MINOR: ssl: add new sample ssl_c_r_dnAbhijeet Rastogi2023-05-151-0/+1
* BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc allocAmaury Denoyelle2023-05-121-1/+1
* MINOR: mux-quic: remove dedicated function to handle standalone FINAmaury Denoyelle2023-05-121-2/+0
* MINOR: htx: add function to set EOM reliablyAmaury Denoyelle2023-05-121-0/+18
* MINOR: master/cli: also implement the timed prompt on the master CLIWilly Tarreau2023-05-111-0/+1
* MINOR: cli: add an option to display the uptime in the CLI's promptWilly Tarreau2023-05-111-0/+1
* CLEANUP: acl: discard prune_acl_cond() functionAurelien DARRAGON2023-05-111-3/+0
* MINOR: proxy: add http_free_redirect_rule() functionAurelien DARRAGON2023-05-111-0/+1
* MINOR: stconn: Add a cross-reference between SE descriptorChristopher Faulet2023-05-111-0/+3
* MINOR: stats: report the listener's protocol along with the address in statsWilly Tarreau2023-05-111-0/+1
* MEDIUM: mux-quic: adjust transport layer error handlingAmaury Denoyelle2023-05-111-0/+1
* MEDIUM: quic: streamline error notificationAmaury Denoyelle2023-05-112-2/+2
* MINOR: mux-quic: add traces for stream wakeAmaury Denoyelle2023-05-111-7/+9
* MINOR: stats: report the number of times the global maxconn was reachedWilly Tarreau2023-05-112-0/+4
* MINOR: stats: report the total number of warnings issuedWilly Tarreau2023-05-112-0/+2
* DEBUG: list: add DEBUG_LIST to purposely corrupt list heads after deleteWilly Tarreau2023-05-111-0/+5
* BUG/MINOR: quic: Possible crash when dumping version informationFrédéric Lécaille2023-05-102-17/+3
* BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSEAmaury Denoyelle2023-05-091-1/+1
* DOC: stconn: Update comments about ABRT/SHUT for stconn structureChristopher Faulet2023-05-091-19/+20
* MEDIUM: stconn: Be sure to always be able to unblock a SC that needs roomChristopher Faulet2023-05-091-2/+4
* CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h)Frédéric Lécaille2023-05-091-2/+2
* CLEANUP: quic: No more used q_buf structureFrédéric Lécaille2023-05-091-14/+0
* BUILD: quic: fix build warning when threads are disabledWilly Tarreau2023-05-071-1/+1
* CLEANUP: fix a few reported typos in code commentsWilly Tarreau2023-05-071-1/+1
* MINOR: config: allow cpu-map to take commas in lists of rangesWilly Tarreau2023-05-051-1/+1
* MINOR: hlua: declare hlua_yieldk() functionAurelien DARRAGON2023-05-051-0/+1
* MINOR: hlua: declare hlua_gethlua() functionAurelien DARRAGON2023-05-051-0/+1
* MINOR: hlua: declare hlua_{ref,pushref,unref} functionsAurelien DARRAGON2023-05-051-0/+3
* MINOR: mailers/hlua: disable email sending from luaAurelien DARRAGON2023-05-051-0/+1
* MINOR: checks/event_hdl: SERVER_CHECK eventAurelien DARRAGON2023-05-053-0/+23
* MINOR: server/event_hdl: add SERVER_ADMIN eventAurelien DARRAGON2023-05-052-0/+23
* MINOR: server/event_hdl: add SERVER_STATE eventAurelien DARRAGON2023-05-052-0/+56
* MINOR: hlua_fcn: add Server.get_proxy()Aurelien DARRAGON2023-05-051-0/+1
* MEDIUM: tree-wide: Change sc API to specify required free space to progressChristopher Faulet2023-05-052-5/+10
* MINOR: stconn: Add a field to specify the room needed by the SC to progressChristopher Faulet2023-05-051-0/+4
* MINOR: stats: Use the applet API to write dataChristopher Faulet2023-05-051-1/+1
* MINOR: ssl: allow to change the signature algorithm for client authenticationWilliam Lallemand2023-05-052-0/+4
* MINOR: ssl: allow to change the server signature algorithmWilliam Lallemand2023-05-043-0/+8
* CLEANUP: debug: remove the now unused ha_thread_dump_all_to_trash()Willy Tarreau2023-05-041-1/+0
* MEDIUM: debug: simplify the thread dump mechanismWilly Tarreau2023-05-042-1/+5
* BUG/MINOR: time: fix NS_TO_TV macroAurelien DARRAGON2023-05-041-1/+1
* MINOR: mux-quic: adjust local error APIAmaury Denoyelle2023-05-042-4/+8
* MINOR: mux-quic: add trace event for local errorAmaury Denoyelle2023-05-041-0/+2