haproxy-2.3.git
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)
2019-09-13 Christopher... BUG/MINOR: backend: Fix a possible null pointer dereference
2019-09-13 Christopher... BUG/MINOR: acl: Fix memory leaks when an ACL expression...
2019-09-13 Christopher... CLEANUP: mux-h2: Remove unused flag H2_SF_DATA_CHNK
2019-09-13 Luca SchimwegMINOR: sample: Add UUID-fetch
2019-09-10 Christopher... BUG/MINOR: filters: Properly set the HTTP status code...
2019-09-10 Christopher... MINOR: stats: Add JSON export from the stats page
2019-09-10 Christopher... BUG/MINOR: ssl: always check for ssl connection before...
2019-09-10 Christopher... BUG/MINOR: listener: Fix a possible null pointer derefe...
2019-09-08 David CarlierBUILD/MINOR: auth: enabling for osx
2019-09-08 Ilya ShipitsinBUILD: CI: skip reg-tests/connection/proxy_protocol_ran...
2019-09-08 Willy TarreauMINOR: stats: report the number of idle connections...
2019-09-08 Willy TarreauBUG/MEDIUM: connection: don't keep more idle connection...
2019-09-06 Willy TarreauMEDIUM: fd: do not use the FD_POLL_* flags in the polle...
2019-09-06 Willy TarreauMINOR: fd: add two flags ERR and SHUT to describe FD...
2019-09-06 Willy TarreauMEDIUM: connection: enable reading only once the connec...
2019-09-06 Willy TarreauMINOR: fd: add two new calls fd_cond_{recv,send}()
2019-09-06 Willy TarreauMEDIUM: fd: mark the FD as ready when it's inserted
2019-09-06 Emeric BrunBUG/MAJOR: ssl: ssl_sock was not fully initialized.
2019-09-06 Willy TarreauBUG/MINOR: lb/leastconn: ignore the server weights...
2019-09-06 Christopher... MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT...
2019-09-06 Ilya ShipitsinBUILD: CI: add basic CentOS 6 cirrus build
2019-09-06 Christopher... BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adj...
2019-09-06 Willy TarreauBUG/MINOR: checks: do not uselessly poll for reads...
2019-09-06 Willy TarreauBUG/MINOR: checks: make __event_chk_srv_r() report...
2019-09-06 Willy TarreauBUG/MINOR: checks: start sending the request right...
2019-09-06 Willy TarreauBUG/MINOR: checks: stop polling for write when we have...
2019-09-05 Willy TarreauCONTRIB: debug: add new program "poll" to test poll...
2019-09-05 Willy TarreauMINOR: fd: make updt_fd_polling() a normal function
2019-09-05 Willy TarreauMEDIUM: fd: simplify the fd_*_{recv,send} functions...
2019-09-05 Willy TarreauMEDIUM: fd: remove the FD_EV_POLLED status bit
2019-09-04 Christopher... BUG/MINOR: mux-h1: Fix a possible null pointer derefere...
2019-09-04 Christopher... BUG/MEDIUM: cache: Don't cache objects if the size...
2019-09-04 Christopher... BUG/MEDIUM: cache: Properly copy headers splitted on...
2019-09-04 Christopher... BUG/MINOR: mux-h1: Be sure to update the count before...
2019-09-04 Christopher... BUG/MINOR: mux-h1: Don't stop anymore input processing...
2019-09-04 Christopher... BUG/MINOR: mux-h1: Fix size evaluation of HTX messages...
2019-09-04 Christopher... BUG/MINOR: h1: Properly reset h1m when parsing is restarted
2019-09-04 Christopher... BUG/MINOR: http-ana: Reset response flags when 1xx...
2019-09-02 Jerome MagninBUILD: connection: silence gcc warning with extra paren...
2019-09-02 Frédéric LécailleBUG/MEDIUM: peers: local peer socket not bound.
2019-09-01 Lukas TribusMINOR: build: add linux-glibc-legacy build TARGET
2019-08-31 Emmanuel HocdetMINOR: send-proxy-v2: sends authority TLV according...
next