]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2019-10-04  Christopher... MINOR: mux-fcgi/trace: Register a new trace source...
2019-10-04  Christopher... MINOR: fcgi: Add function to get the string representat...
2019-10-04  Christopher... MINOR: mux-h1: Try to wakeup the stream on output buffe...
2019-10-04  Christopher... BUG/MINOR: mux-h1: Adjust header case when chunked...
2019-10-04  Christopher... BUG/MINOR: mux-h1: Adjust header case when the server...
2019-10-04  Christopher... MINOR: http: Remove headers matching the name of http...
2019-10-04  Christopher... MINOR: proxy: Store http-send-name-header in lower...
2019-10-04  Christopher... MINOR: mux-h1/trace: register a new trace source with...
2019-10-04  Christopher... MINOR: htx: Adapt htx_dump() to be used from traces
2019-10-04  Christopher... MINOR: h1-htx: Update h1_copy_msg_data() to ease the...
2019-10-04  Christopher... BUG/MINOR: mux-h2/trace: Fix traces on h2c initialization
2019-10-04  Frédéric LécailleBUG/MINOR: peers: crash on reload without local peer.
2019-10-03  Olivier HouchardBUG/MEDIUM: tasks: Don't forget to decrement tasks_run_...
2019-10-02  Willy TarreauBUG/MEDIUM: mux-h2: do not enforce timeout on long...
2019-10-02  Willy TarreauBUILD: ebtree: make eb_is_empty() and eb_is_dup() take...
2019-10-02  Willy TarreauMINOR: mux-h2: add a per-connection list of blocked...
2019-10-02  Willy TarreauMINOR: mux-h2/trace: missing conn pointer in demux...
2019-10-01  Willy Tarreau[RELEASE] Released version 2.1-dev2 v2.1-dev2
2019-10-01  Willy TarreauRevert "MINOR: cache: allow caching of OPTIONS request"
2019-10-01  Baptiste AssmannBUG/MINOR: action: do-resolve does not yield on request...
2019-10-01  Willy TarreauBUG/MEDIUM: fd: HUP is an error only when write is...
2019-09-30  William LallemandDOC: replace utf-8 quotes by ascii ones
2019-09-30  William LallemandBUILD: ssl: fix a warning when built with openssl ...
2019-09-30  Tim DuesterhusCLEANUP: proxy: Remove `proxy_tbl_by_name`
2019-09-30  Tim DuesterhusBUG/MEDIUM: lua: Store stick tables into the sample...
2019-09-30  Tim DuesterhusCLEANUP: lua: Get rid of obsolete (size_t *) cast in...
2019-09-30  Tim DuesterhusBUG/MINOR: lua: Properly initialize the buffer's fields...
2019-09-28  Christopher... BUG/MINOR: stats: Add a missing break in a switch statement
2019-09-27  Willy TarreauBUG/MEDIUM: fcgi: fix missing list tail in sample fetch...
2019-09-27  Christopher... DOC: Fix documentation about the cli command to get...
2019-09-27  Christopher... BUG/MINOR: contrib/prometheus-exporter: Return the...
2019-09-27  Christopher... MINOR: stats: Add the support of float fields in stats
2019-09-27  Christopher... CLEANUP: http-ana: Remove the unused function http_send...
2019-09-27  Christopher... MINOR: http: Add server name header from HTTP multiplexers
2019-09-26  Christopher... MINOR: spoe: Support the async mode with several threads
2019-09-26  Christopher... MINOR: spoe: Improve generation of the engine-id
2019-09-26  Kevin ZhuBUG/MEDIUM: spoe: Use a different engine-id per process
2019-09-26  Christopher... BUG/MINOR: mux-h1: Do h2 upgrade only on the first...
2019-09-26  Christopher... BUG/MAJOR: mux_h2: Don't consume more payload than...
2019-09-26  Christopher... BUG/MINOR: mux-h2: Use the dummy error when decoding...
2019-09-26  Christopher... BUG/MINOR: mux-h2: Fix missing braces because of traces...
2019-09-26  William LallemandBUG/MINOR: mux-fcgi: silence a gcc warning about null...
2019-09-26  Willy TarreauBUG/MEDIUM: mux-h2: don't reject valid frames on closed...
2019-09-26  Willy TarreauMINOR: sink: change ring buffer "buf0"'s format to...
2019-09-26  Willy TarreauMINOR: sink: finally implement support for SINK_FMT_...
2019-09-26  Willy TarreauMINOR: time: add timeofday_as_iso_us() to return instan...
2019-09-25  Krisztian KovacsBUG/MEDIUM: namespace: close open namespaces during...
2019-09-25  Willy TarreauBUG/MINOR: mux-h2: do not wake up blocked streams befor...
2019-09-25  Willy TarreauMINOR: h2/trace: report the frame type when known
2019-09-25  Willy TarreauMINOR: h2/trace: indicate 'F' or 'B' to locate the...
2019-09-24  Olivier HouchardBUG/MEDIUM: tasklets: Make sure we're waking the target...
2019-09-24  Christopher... BUG/MINOR: mux-fcgi: Use a literal string as format...
2019-09-24  Christopher... CLEANUP: mux-fcgi: Remove the unused function fcgi_strm...
2019-09-24  Willy TarreauMINOR: task: introduce a thread-local "sched" variable...
2019-09-24  Willy TarreauMINOR: task: split the tasklet vs task code in process_...
2019-09-24  Willy TarreauCLEANUP: task: cache the task_per_thread pointer
2019-09-24  Willy TarreauCLEANUP: task: remove impossible test
2019-09-24  Willy TarreauBUG/MEDIUM: checks: make sure the connection is ready...
2019-09-24  Christopher... BUG/MEDIUM: stream-int: Process connection/CS errors...
2019-09-24  Christopher... BUG/MINOR: stream-int: Process connection/CS errors...
2019-09-24  Willy TarreauBUILD: makefile: work around yet another GCC fantasy...
2019-09-24  Willy TarreauOPTIM: listeners: use tasklets for the multi-queue...
2019-09-23  Krisztián Kovács... BUG/MEDIUM: namespace: fix fd leak in master-worker...
2019-09-23  Emmanuel HocdetBUG/MINOR: build: fix event ports (Solaris)
2019-09-23  Ilya ShipitsinBUILD: travis-ci: add PCRE2, SLZ build
2019-09-23  Olivier HouchardTESTS: Add a stress-test for mt_lists.
2019-09-23  Olivier HouchardMEDIUM: tasklets: Make the tasklet list a struct mt_list.
2019-09-23  Olivier HouchardMINOR: mt_lists: Give MT_LIST_ADD, MT_LIST_ADDQ and...
2019-09-23  Olivier HouchardMINOR: mt_lists: Do nothing in MT_LIST_ADD/MT_LIST_ADDQ...
2019-09-23  Olivier HouchardMEDIUM: servers: Use LIST_DEL_INIT() instead of LIST_DEL().
2019-09-23  Olivier HouchardMINOR: mt_lists: Add new macroes.
2019-09-23  Olivier HouchardMEDIUM: list: Separate "locked" list from regular list.
2019-09-23  Willy TarreauBUG/MEDIUM: check/threads: make external checks run...
2019-09-23  Christopher... BUG/MAJOR: mux-h2: Handle HEADERS frames received after...
2019-09-18  Christopher... BUG/MINOR: mux-fcgi: Don't compare the filter name...
2019-09-18  Christopher... CLEANUP: fcgi-app: Remove useless test on fcgi_conf...
2019-09-18  Christopher... BUG/MINOR: mux-fcgi: Be sure to have a connection to...
2019-09-18  Christopher... BUG/MINOR: mux-h2: Be sure to have a connection to...
2019-09-17  Ilya ShipitsinBUILD: CI: install golang-1.13 when building BoringSSL
2019-09-17  Christopher... BUG/MINOR: build: Fix compilation of mux_fcgi.c when...
2019-09-17  Christopher... MINOR: doc: Add documentation about the FastCGI support
2019-09-17  Christopher... MEDIUM: mux-fcgi: Add the FCGI multiplexer
2019-09-17  Christopher... MEDIUM: fcgi-app: Add FCGI application and filter
2019-09-17  Christopher... MINOR: fcgi: Add code related to FCGI protocol
2019-09-17  Christopher... MINOR: muxes/htx: Ignore pseudo header during message...
2019-09-17  Christopher... MINOR: h1-htx: Use the same function to copy message...
2019-09-17  Christopher... MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messag...
2019-09-17  Christopher... MINOR: http: Add function to parse value of the header...
2019-09-17  Christopher... MINOR: log: Provide a function to emit a log for an...
2019-09-17  Christopher... MINOR: istbuf: Add the function b_isteqi()
2019-09-17  Christopher... MINOR: http_fetch: Add sample fetches to get auth metho...
2019-09-17  Christopher... MINOR: config: Support per-proxy and per-server post...
2019-09-17  Christopher... MINOR: config: Support per-proxy and per-server deinit...
2019-09-17  Christopher... MINOR: http-ana: Remove err_state field from http_msg
2019-09-17  Christopher... MINOR: http-ana: Handle HTX errors first during message...
2019-09-17  Christopher... MINOR: mux-h1: Report a processing error during output...
2019-09-17  Christopher... MINOR: htx: Add a flag on HTX message to report process...
2019-09-15  Ilya ShipitsinBUILD: CI: temporarily disable ASAN
2019-09-13  Christopher... BUG/MEDIUM: stick-table: Properly handle "show table...
2019-09-13  Adis NezirovicBUG/MINOR: Missing stat_field_names (since f21d17bb)
next