]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-11-20  Tim DuesterhusMEDIUM: mworker: Add systemd `Type=notify` support
2017-11-20  Willy TarreauBUG/MINOR: stream-int: don't try to read again when...
2017-11-20  Willy TarreauBUG/MAJOR: stream: ensure analysers are always called...
2017-11-20  Willy TarreauBUG/MEDIUM: stream: don't automatically forward connect...
2017-11-19  Willy Tarreau[RELEASE] Released version 1.8-rc4 v1.8-rc4
2017-11-17  David CarlierBUG/MEDIUM: deviceatlas: ignore not valuable HTTP reque...
2017-11-16  Olivier HouchardMINOR: ssl: Make sure we don't shutw the connection...
2017-11-16  Olivier HouchardMINOR: SSL: Store the ASN1 representation of client...
2017-11-16  Christopher... MINOR: stream: Add thread-mask of tasks/FDs/applets...
2017-11-16  Christopher... MEDIUM: applets: Don't process more than 200 active...
2017-11-16  Christopher... MAJOR: polling: Use active_appels_mask instead of apple...
2017-11-16  Christopher... MINOR: applets: Use a bitfield to track applets activit...
2017-11-16  Christopher... MAJOR: polling: Use active_tasks_mask instead of tasks_...
2017-11-16  Christopher... MINOR: tasks: Use a bitfield to track tasks activity...
2017-11-16  Christopher... BUG/MINOR: Allocate the log buffers before the proxies...
2017-11-15  William LallemandMINOR: tests: add a python wrapper to test inherited fd
2017-11-15  William LallemandBUG/MEDIUM: mworker: does not close inherited FD
2017-11-15  William LallemandBUG/MEDIUM: mworker: does not deinit anymore
2017-11-15  William LallemandBUG/MEDIUM: mworker: wait again for signals when execvp...
2017-11-15  William LallemandMINOR: mworker: display an accurate error when the...
2017-11-15  Frédéric LécailleCONTRIB: Wireshark dissector for HAProxy Peer Protocol.
2017-11-15  Frédéric LécailleDOC: peers: Add a first version of peers protocol v2.1.
2017-11-15  Willy TarreauBUG/MAJOR: ebtree/scope: properly tag upper nodes durin...
2017-11-15  Willy TarreauMINOR: tools: emphasize the node being worked on in...
2017-11-15  Willy TarreauMINOR: tools: improve the DOT dump of the ebtree
2017-11-15  Willy TarreauMINOR: tools: add a function to dump a scope-aware...
2017-11-14  Christopher... BUG/MEDIUM: standard: itao_str/idx and quote_str/idx...
2017-11-14  Christopher... CLEANUP: tasks: Remove useless double test on rq_next
2017-11-14  Christopher... BUG/MINOR: threads: tid_bit must be a unsigned long
2017-11-14  William LallemandMINOR: cache: disable cache if shctx_row_data_append...
2017-11-14  William LallemandMINOR: cache: forward data with headers
2017-11-14  William LallemandBUG/MEDIUM: cache: use msg->sov to forward header
2017-11-14  Tim DuesterhusBUG/MEDIUM: mworker: Fix re-exec when haproxy is starte...
2017-11-13  Willy TarreauMINOR: ebtree/scope: simplify the lookup functions...
2017-11-13  Willy TarreauMINOR: ebtree/scope: add a function to find next node...
2017-11-13  Willy TarreauBUG/MAJOR: ebtree/scope: fix lookup of next node in...
2017-11-13  Willy TarreauBUG/MAJOR: ebtree/scope: fix insertion and removal...
2017-11-13  Christopher... BUG/MINOR: buffers: Fix b_alloc_margin to be "fonctionn...
2017-11-13  Christopher... MINOR: threads: Use __decl_hathreads to declare locks
2017-11-13  Christopher... MINOR: debug/flags: Add missing flags
2017-11-13  Christopher... BUG/MINOR: spoe: check buffer size before acquiring...
2017-11-11  Willy TarreauBUILD: thread/pipe: fix build without threads
2017-11-11  William LallemandBUG/MEDIUM: cache: does not cache if no Content-Length
2017-11-11  Willy Tarreau[RELEASE] Released version 1.8-rc3 v1.8-rc3
2017-11-10  Willy TarreauMEDIUM: http: always reject the "PRI" method
2017-11-10  Willy TarreauCLEANUP: global: introduce variable pid_bit to avoid...
2017-11-10  Willy TarreauBUG/MEDIUM: stream: don't ignore res.analyse_exp anymore
2017-11-10  Willy TarreauMINOR: cli: make "show fd" report the fd's thread mask
2017-11-10  Willy TarreauCLEANUP: mux: remove the unused "release()" function
2017-11-10  Willy TarreauBUG/MEDIUM: threads/cli: fix "show sess" locking on...
2017-11-10  Willy TarreauBUG/MEDIUM: h2: support orphaned streams
2017-11-10  Willy TarreauMINOR: tools: don't use unlikely() in hex2i()
2017-11-10  Willy TarreauBUG/MEDIUM: h1: ensure the chunk size parser can deal...
2017-11-10  Willy TarreauBUG/MEDIUM: h2: split the function to send RST_STREAM
2017-11-09  Christopher... BUG/MINOR: pattern: Rely on the sample type to copy...
2017-11-09  Christopher... BUG/MEDIUM: stream-int: Don't loss write's notifs when...
2017-11-09  Willy TarreauBUG/MEDIUM: h2: reject non-3-digit status codes
2017-11-09  Willy TarreauBUG/MINOR: h1: the HTTP/1 make status code parser check...
2017-11-08  Willy TarreauBUILD: shctx: do not depend on openssl anymore
2017-11-08  Willy TarreauBUILD: ssl: fix build of backend without ssl
2017-11-08  Olivier HouchardMINOR: ssl: Handle sending early data to server.
2017-11-08  Olivier HouchardMINOR: ssl: Spell 0x10101000L correctly.
2017-11-08  Olivier HouchardMINOR: ssl: Handle session resumption with TLS 1.3
2017-11-08  Olivier HouchardBUG/MINOR; ssl: Don't assume we have a ssl_bind_conf...
2017-11-08  Willy TarreauBUG/MAJOR: threads/tasks: fix the scheduler again
2017-11-07  Willy TarreauBUG/MINOR: stream-int: don't set MSG_MORE on closed...
2017-11-07  Emeric BrunBUG/MINOR: comp: fix compilation warning compiling...
2017-11-07  Emeric BrunBUG/MEDIUM: splice/threads: pipe reuse list was not...
2017-11-07  Willy TarreauBUG/MINOR: h2: don't send GOAWAY on failed response
2017-11-07  Willy TarreauMINOR: h2: add new stream flag H2_SF_OUTGOING_DATA
2017-11-07  Willy TarreauBUG/MINOR: h2: correctly check for H2_SF_ES_SENT before...
2017-11-07  Willy TarreauBUG/MEDIUM: h2: properly set H2_SF_ES_SENT when sending...
2017-11-07  Willy TarreauMINOR: h2: don't re-enable the connection's task when...
2017-11-07  Willy TarreauBUG/MEDIUM: h2: don't close the connection is there...
2017-11-07  Christopher... BUILD: enable USE_THREAD for Solaris build.
2017-11-07  Christopher... BUILD: threads: Rename SPIN/RWLOCK macros using HA_...
2017-11-07  Willy TarreauBUG/MEDIUM: h2: fix some wrong error codes on connections
2017-11-07  Willy TarreauMEDIUM: h2: remove the H2_SS_RESET intermediate state
2017-11-07  Willy TarreauBUG/MEDIUM: h2: don't try (and fail) to send non-existi...
2017-11-07  Willy TarreauBUG/MEDIUM: h2: properly send the GOAWAY frame in the mux
2017-11-07  Willy TarreauBUG/MEDIUM: h2: properly send an RST_STREAM on mux...
2017-11-06  Willy TarreauBUG/MINOR: h2: set the "HEADERS_SENT" flag on stream...
2017-11-06  Daniel SchnellerDOC: Add note about encrypted password CPU usage
2017-11-06  Olivier HouchardBUG/MINOR: dns: Don't lock the server lock in snr_check...
2017-11-06  Olivier HouchardBUG/MINOR: dns: Don't try to get the server lock if...
2017-11-06  Willy TarreauMEDIUM: tasks: implement a lockless scheduler for singl...
2017-11-06  Willy TarreauMINOR: tasks: only visit filled task slots after proces...
2017-11-06  Willy TarreauMINOR: threads: use faster locks for the spin locks
2017-11-06  Willy TarreauMEDIUM: task: change the construction of the loop in...
2017-11-06  Willy TarreauMINOR: task: simplify wake_expired_tasks() to avoid...
2017-11-06  Willy TarreauMAJOR: task: make use of the scope-aware ebtree functions
2017-11-06  Willy TarreauMINOR: ebtree: implement eb32sc_lookup_ge_or_first()
2017-11-06  Willy TarreauMEDIUM: ebtree: only consider the branches matching...
2017-11-06  Willy TarreauMINOR: ebtree: update the eb32sc parent node's scope...
2017-11-06  Willy TarreauMEDIUM: ebtree: specify the scope of every node inserte...
2017-11-06  Willy TarreauMINOR: ebtree: implement the scope-aware functions...
2017-11-06  William LallemandMINOR: mworker: do not store child pid anymore in the...
2017-11-06  William LallemandMINOR: mworker: write parent pid in the pidfile
2017-11-06  William LallemandMINOR: mworker: allow pidfile in mworker + foreground
2017-11-06  William LallemandMINOR: add master-worker in the warning about nbproc
next