]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-09-22  William LallemandMEDIUM: mworker/cli: keep the connection of the FD...
2022-09-22  Erwan Le GoasBUG/MINOR: anon: memory illegal accesses in tools.c...
2022-09-22  Thierry FournierMINOR: hlua: Allow argument on lua-lod(-per-thread...
2022-09-21  Thierry FournierBUG/MINOR: hlua: Remove \n in Lua error message built...
2022-09-21  Christopher... CLEANUP: list: Fix mt_list_for_each_entry_safe indentation
2022-09-21  Aurelien DARRAGONMINOR: list: documenting mt_list_for_each_entry_safe...
2022-09-21  wrightlawBUG/MINOR: smtpchk: SMTP Service check should gracefull...
2022-09-21  Christopher... MINOR: smtpchk: Update expect rule to fully match repli...
2022-09-21  Christopher... REGTESTS: 4be_1srv_smtpchk_httpchk_layer47errors: Retur...
2022-09-21  Willy TarreauMINOR: clock: do not update the global date too often
2022-09-21  Willy TarreauMINOR: pollers: only update the local date during busy...
2022-09-21  Willy TarreauMINOR: clock: split local and global date updates
2022-09-20  Aurelien DARRAGONCLEANUP: tools: removing escape_chunk() function
2022-09-20  Aurelien DARRAGONBUG/MINOR: log: improper behavior when escaping log...
2022-09-20  Christopher... BUG/MINOR: mux-h1: Account consumed output data on...
2022-09-20  Amaury DenoyelleBUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_b...
2022-09-20  Amaury DenoyelleMINOR: mux-quic: refactor snd_buf
2022-09-20  Amaury DenoyelleREORG: mux-quic: export HTTP related function in a...
2022-09-20  Amaury DenoyelleREORG: mux-quic: extract traces in a dedicated source...
2022-09-20  Amaury DenoyelleBUG/MINOR: mux-quic: do not keep detached qcs with...
2022-09-20  Willy TarreauOPTIM: hpack-huff: reduce the cache footprint of the...
2022-09-19  Miroslav ZagoracMINOR: httpclient: enabled the use of SNI presets
2022-09-19  Miroslav ZagoracCLEANUP: httpclient: deleted unused variables
2022-09-19  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix nb_hreq decrement
2022-09-17  Willy Tarreau[RELEASE] Released version 2.7-dev6 v2.7-dev6
2022-09-17  Willy TarreauSCRIPTS: announce-release: update some URLs to https
2022-09-17  Erwan Le GoasMINOR: config: add command-line -dC to dump the configu...
2022-09-17  Erwan Le GoasMINOR: cli: anonymize 'show servers state' and 'show...
2022-09-17  Erwan Le GoasMINOR: cli: anonymize commands 'show sess' and 'show...
2022-09-17  Erwan Le GoasMINOR: anon: store the anonymizing key in the CLI's...
2022-09-17  Erwan Le GoasMINOR: anon: store the anonymizing key in the global...
2022-09-17  Erwan Le GoasMINOR: anon: add new macros and functions to anonymize...
2022-09-17  Willy TarreauBUILD: fd: fix a build warning on the DWCAS
2022-09-17  Willy TarreauBUG/MEDIUM: captures: free() an error capture out of...
2022-09-17  cui fliterCLEANUP: quic,ssl: fix tiny typos in C comments
2022-09-17  Aurelien DARRAGONBUG/MEDIUM: server: segv when adding server with hostna...
2022-09-16  Amaury DenoyelleCLEANUP: exclude udp-perturb with .gitignore
2022-09-16  Amaury DenoyelleBUG/MINOR: mux-quic: do not remotely close stream too...
2022-09-16  Amaury DenoyelleCLEANUP: mux-quic: remove stconn usage in h3/hq
2022-09-15  Christopher... MINOR: flags/mux-h1: decode H1C and H1S flags
2022-09-15  Christopher... REORG: mux-h1: extract flags and enums into mux_h1-t.h
2022-09-15  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix crash on early app-ops release
2022-09-14  William LallemandMEDIUM: quic: separate path for rx and tx with set_encr...
2022-09-14  William LallemandMINOR: httpclient: export httpclient_create_proxy()
2022-09-14  Mathias WeiersmuellerDOC: fix TOC in starter guide for subsection 3.3.8...
2022-09-13  William LallemandMEDIUM: httpclient: allow to use another proxy
2022-09-13  William LallemandMEDIUM: httpclient: httpclient_create_proxy() creates...
2022-09-13  William LallemandREGTESTS: ssl/log: test the log-forward with SSL
2022-09-13  Emeric BrunBUG/MEDIUM: sink: bad init sequence on tcp sink from...
2022-09-13  William LallemandREGTESTS: log: test the log-forward feature
2022-09-12  Willy TarreauMINOR: flags/mux-h2: decode H2C and H2S flags
2022-09-12  Willy TarreauREORG: mux-h2: extract flags and enums into mux_h2-t.h
2022-09-12  Willy TarreauMINOR: flags/fd: decode FD flags states
2022-09-12  Aurelien DARRAGONBUG/MINOR: listener: null pointer dereference suspected...
2022-09-12  Aurelien DARRAGONCLEANUP: listener: function comment typo in stop_listener()
2022-09-12  Christopher... REGTESTS: healthcheckmail: Relax matching on the health...
2022-09-12  Christopher... BUG/MINOR: mux-h1: Increment open_streams counter when...
2022-09-12  Willy TarreauCLEANUP: pollers: remove dead code in the polling loop
2022-09-09  Willy TarreauBUILD: flags: fix the fallback macros for missing stdio
2022-09-09  Willy TarreauBUILD: flags: fix build warning in some macros used...
2022-09-09  Aurelien DARRAGONBUG/MINOR: stats: fixing stat shows disabled frontend...
2022-09-09  Aurelien DARRAGONMINOR: proxy/listener: support for additional PAUSED...
2022-09-09  Aurelien DARRAGONMINOR: listener: small API change
2022-09-09  Aurelien DARRAGONBUG/MEDIUM: proxy: ensure pause_proxy() and resume_prox...
2022-09-09  Willy TarreauMINOR: flags/http_ana: use flag dumping to show http...
2022-09-09  Willy TarreauMINOR: flags/htx: use flag dumping to show htx and...
2022-09-09  Willy TarreauDEV: flags: remove the now useless intermediary functions
2022-09-09  Willy TarreauDEV: flags: remove the now unused SHOW_FLAG() definition
2022-09-09  Willy TarreauMINOR: flags/http_ana: use flag dumping for txn flags
2022-09-09  Willy TarreauMINOR: flags/task: use flag dumping for task state
2022-09-09  Willy TarreauMINOR: flags/stream: use flag dumping for stream flags
2022-09-09  Willy TarreauMINOR: flags/stream: use flag dumping for stream error...
2022-09-09  Willy TarreauMINOR: flags/stconn: use flag dumping for stconn and...
2022-09-09  Willy TarreauMINOR: flags/connection: use flag dumping for connectio...
2022-09-09  Willy TarreauMINOR: flags/channel: use flag dumping for channel...
2022-09-09  Willy TarreauMINOR: flags: implement a macro used to dump enums...
2022-09-09  Willy TarreauMINOR: flags: add a new file to host flag dumping macros
2022-09-09  Willy TarreauDEV: flags: add missing CO_FL_FDLESS connection flag
2022-09-09  Willy TarreauDEV: flags: fix usage message to reflect available...
2022-09-09  Ilya ShipitsinCI: cirrus-ci: bump FreeBSD image to 13-1
2022-09-09  Matthias WirthBUG/MINOR: signals/poller: ensure wakeup from signals
2022-09-08  Frédéric LécailleBUILD: udp-perturb: Add a make target for udp-perturb...
2022-09-08  Frédéric LécailleMINOR: dev/udp: Apply the corruption to both directions
2022-09-08  Frédéric LécailleMINOR: h3: Send the h3 settings with others streams...
2022-09-08  Frédéric LécailleMINOR: h3: Missing connection argument for a TRACE_LEAV...
2022-09-08  Frédéric LécailleMINOR: h3: Add the quic_conn object to h3 traces
2022-09-08  Frédéric LécailleBUG/MINOR: h3: Crash when h3 trace verbosity is "minimal"
2022-09-08  Frédéric LécailleBUG/MINOR: quic: Trace fix about packet number space...
2022-09-08  Frédéric LécailleBUG/MINOR: quic: Speed up the handshake completion...
2022-09-08  William LallemandBUG/MINOR: signals/poller: set the poller timeout to...
2022-09-08  Willy TarreauMINOR: activity/cli: support sorting task profiling...
2022-09-08  Willy TarreauMINOR: activity/cli: support aggregating task profiling...
2022-09-08  Willy TarreauMINOR: tasks/activity: improve the caller-callee activi...
2022-09-08  Willy TarreauMEDIUM: tasks/activity: combine the called function...
2022-09-08  Willy TarreauDEBUG: quic: export the few task handlers that often...
2022-09-08  Willy TarreauDEBUG: resolvers: unstatify process_resolvers() to...
2022-09-08  Willy TarreauCLEANUP: activity: make the number of sched activity...
2022-09-08  Willy TarreauCLEANUP: sched: remove duplicate code in run_tasks_from...
2022-09-08  Willy TarreauCLEANUP: task: move tid and wake_date into the common...
2022-09-08  Willy TarreauDEBUG: task: simplify the caller recording in DEBUG_TASK
next