]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-03-02  Remi Tricot... MINOR: ssl: Use dedicated proxy and log-format for...
2023-03-02  Remi Tricot... MINOR: ssl: Add sample fetches related to OCSP update
2023-03-02  Remi Tricot... MINOR: ssl: Add 'show ssl ocsp-updates' CLI command
2023-03-02  Remi Tricot... MINOR: ssl: Add certificate's path to certificate_ocsp...
2023-03-02  Remi Tricot... MINOR: ssl: Store specific ocsp update errors in respon...
2023-03-02  Remi Tricot... MINOR: ssl: Add ocsp update success/failure counters
2023-03-02  Remi Tricot... MINOR: ssl: Reinsert ocsp update entries later in case...
2023-03-02  Remi Tricot... MINOR: ssl: Destroy ocsp update http_client during...
2023-03-01  Christopher... BUG/MINOR: mxu-h1: Report a parsing error on abort...
2023-03-01  Christopher... BUG/MEDIUM: http-ana: Don't close request side when...
2023-03-01  Christopher... BUG/MINOR: http-ana: Do a L7 retry on read error if...
2023-03-01  Christopher... BUG/MINOR: http-ana: Don't increment conn_retries count...
2023-03-01  Amaury DenoyelleMINOR: quic: notify on send ready
2023-03-01  Amaury DenoyelleMEDIUM: quic: implement poller subscribe on sendto...
2023-03-01  Amaury DenoyelleMINOR: quic: purge txbuf before preparing new packets
2023-03-01  Amaury DenoyelleMINOR: quic: implement qc_notify_send()
2023-03-01  Amaury DenoyelleMINOR: quic: simplify return path in send functions
2023-03-01  Oto ValekREGTEST: added tests covering smp_fetch_hdr_ip()
2023-03-01  Oto ValekBUG/MINOR: http-fetch: recognize IPv6 addresses in...
2023-02-28  Christopher... BUG/MINOR: http-check: Skip C-L header for empty body...
2023-02-28  Christopher... BUG/MINOR: http-check: Don't set HTX_SL_F_BODYLESS...
2023-02-28  Christopher... BUG/MINOR: mux-h1: Don't report an error on an early...
2023-02-28  Christopher... BUG/MEDIUM: connection: Clear flags when a conn is...
2023-02-28  Amaury DenoyelleMINOR: quic: consider EBADF as critical on send()
2023-02-28  Amaury DenoyelleMEDIUM: quic: improve fatal error handling on send
2023-02-28  Willy TarreauMINOR: tinfo: make thread_set functions return nth...
2023-02-28  Willy TarreauCLEANUP: listener: only store conn counts for local...
2023-02-27  Willy TarreauBUG/MEDIUM: fd: make fd_delete() support being called...
2023-02-27  Willy TarreauBUG/MINOR: fd: used the update list from the fd's group...
2023-02-27  Christopher... DOC: config: Replace TABs by spaces
2023-02-27  Christopher... DOC: config: Clarify the meaning of 'hold' in the ...
2023-02-27  Christopher... MEDIUM: mux-quic: Don't expect data from server as...
2023-02-27  Christopher... MEDIUM: mux-h2: Don't expect data from server as long...
2023-02-27  Christopher... MEDIUM: mux-h1: Don't expect data from server as long...
2023-02-27  Christopher... BUG/MEDIUM: stconn: Report a blocked send if some outpu...
2023-02-27  Christopher... MINOR: stconn: Report a send activity when endpoint...
2023-02-27  Christopher... MEDIUM: stream: Eventually handle stream timeouts when...
2023-02-27  Christopher... MINOR: stream: Handle stream's timeouts in a dedicated...
2023-02-27  Christopher... BUG/MINOR: stream: Remove BUG_ON about the task expirat...
2023-02-27  Christopher... BUG/MEDIUM: h1-htx: Never copy more than the max data...
2023-02-27  Aurelien DARRAGONBUG/MEDIUM: fd: avoid infinite loops in fd_add_to_fd_li...
2023-02-24  Frédéric LécailleBUILD: thead: Fix several 32 bits compilation issues...
2023-02-24  Sébaastien... MINOR: config: add HAPROXY_BRANCH environment variable
2023-02-24  Willy TarreauCLEANUP: ring: remove the now unused ring's offset
2023-02-24  Willy TarreauMEDIUM: ring: make the offset relative to the head...
2023-02-24  Willy TarreauBUG/MINOR: ring: do not realign ring contents on resize
2023-02-24  Frédéric LécailleBUILD: quic: 32-bits compilation issue with %zu in...
2023-02-23  Aurelien DARRAGONMINOR: haproxy: always protocol unbind on startup error...
2023-02-23  Aurelien DARRAGONMINOR: proto_ux: ability to dump ABNS names in error...
2023-02-23  Aurelien DARRAGONMEDIUM: proto_ux: properly suspend named UNIX listeners
2023-02-23  Aurelien DARRAGONBUG/MINOR: sock_unix: match finalname with tempname...
2023-02-23  Aurelien DARRAGONBUG/MEDIUM: listener/proxy: fix listeners notify for...
2023-02-23  Aurelien DARRAGONMINOR: listener: pause_listener() becomes suspend_liste...
2023-02-23  Aurelien DARRAGONBUG/MEDIUM: resume from LI_ASSIGNED in default_resume_l...
2023-02-23  Aurelien DARRAGONBUG/MINOR: listener: fix resume_listener() resume retur...
2023-02-23  Aurelien DARRAGONBUG/MEDIUM: listener: fix pause_listener() suspend...
2023-02-23  Aurelien DARRAGONMINOR: listener: make sure we don't pause/resume bypass...
2023-02-23  Aurelien DARRAGONMINOR: listener: workaround for closing a tiny race...
2023-02-23  Aurelien DARRAGONMINOR: listener: add relax_listener() function
2023-02-23  Aurelien DARRAGONMINOR: listener/api: add lli hint to listener functions
2023-02-23  Aurelien DARRAGONMINOR: proto_uxst: add resume method
2023-02-23  Aurelien DARRAGONBUG/MINOR: protocol: fix minor memory leak in protocol_...
2023-02-23  Aurelien DARRAGONBUG/MINOR: proto_ux: report correct error when bind_lis...
2023-02-23  Christopher... MINOR: stconn: Add functions to set/clear SE_FL_EXP_NO_...
2023-02-22  Christopher... REGTESTS: cache: Use rxresphdrs to only get headers...
2023-02-22  Christopher... MINOR: stconn: Remove half-closed timeout
2023-02-22  Christopher... MINOR: stconn: Set half-close timeout using proxy settings
2023-02-22  Christopher... CLEANUP: stconn: Remove old read and write expiration...
2023-02-22  Christopher... MINOR: stconn: Always report READ/WRITE event on shutr...
2023-02-22  Christopher... MINOR: stream: Use relative expiration date in trace...
2023-02-22  Christopher... MINOR: stream: Report rex/wex value using the sedesc...
2023-02-22  Christopher... MINOR: stream: Dump the task expiration date in trace...
2023-02-22  Christopher... MAJOR: stream: Use SE descriptor date to detect read...
2023-02-22  Christopher... MINOR: applet/stconn: Add a SE flag to specify an endpo...
2023-02-22  Christopher... MEDIUM: stconn: Add two date to track successful reads...
2023-02-22  Christopher... MEDIUM: stconn: Replace read and write timeouts by...
2023-02-22  Christopher... MEDIUM: stconn: Don't requeue the stream's task after I/O
2023-02-22  Christopher... MEDIUM: channel/stconn: Move rex/wex timer from the...
2023-02-22  Christopher... MINOR: channel/stconn: Move rto/wto from the channel...
2023-02-22  Christopher... DEBUG: stream/trace: Add sedesc flags in trace messages
2023-02-22  Christopher... MAJOR: channel: Remove flags to report READ or WRITE...
2023-02-22  Christopher... MEDIUM: channel: Remove CF_READ_NOEXP flag
2023-02-22  Aurelien DARRAGONBUG/MEDIUM: httpclient/lua: fix a race between lua...
2023-02-22  Aurelien DARRAGONBUG/MINOR: lua/httpclient: missing free in hlua_httpcli...
2023-02-22  Willy TarreauMINOR: compiler: add a TOSTR() macro to turn a value...
2023-02-21  Remi Tricot... BUG/MINOR: cache: Check cache entry is complete in...
2023-02-21  Remi Tricot... BUG/MINOR: cache: Cache response even if request has...
2023-02-21  William LallemandMINOR: startup: HAPROXY_STARTUP_VERSION contains the...
2023-02-21  William LallemandBUG/MEDIUM: mworker: don't register mworker_accept_wrap...
2023-02-21  William LallemandBUG/MEDIUM: mworker: prevent inconsistent reload when...
2023-02-21  William LallemandBUG/MINOR: mworker: stop doing strtok directly from...
2023-02-21  Christopher... REGTESTS: Fix ssl_errors.vtc script to wait for connect...
2023-02-21  Christopher... REGTESTS: Skip http_splicing.vtc script if fast-forward...
2023-02-21  Christopher... MINOR: cfgcond: Implement enabled condition expression
2023-02-21  Christopher... MINOR: cfgcond: Implement strstr condition expression
2023-02-21  Christopher... DOC: config: Add the missing tune.fail-alloc option...
2023-02-21  Christopher... BUG/MINOR: haproxy: Fix option to disable the fast...
2023-02-21  Christopher... MINOR: proxy: Only consider backend httpclose option...
2023-02-21  Christopher... DOC: config: Fix description of options about HTTP...
2023-02-21  Christopher... DEBUG: stream: Add a BUG_ON to never exit process_strea...
next