]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2017-11-05  Willy TarreauMINOR: applets: no need to check for runqueue's emptine...
2017-11-05  Willy TarreauBUG/MEDIUM: threads: don't try to free build option...
2017-11-05  Willy TarreauBUG/MAJOR: thread/listeners: enable_listener must not...
2017-11-05  Willy TarreauBUG/MAJOR: h2: set the connection's task to NULL when...
2017-11-05  Willy TarreauBUG/MEDIUM: threads/stick-tables: close a race conditio...
2017-11-05  Willy TarreauBUG/MAJOR: threads/lb: fix missing unlock on map-based...
2017-11-05  Willy TarreauBUG/MAJOR: threads/lb: fix missing unlock on consistent...
2017-11-05  Willy TarreauBUG/MAJOR: threads/dns: add missing unlock on allocatio...
2017-11-05  Willy TarreauBUG/MAJOR: cli/streams: missing unlock on exit "show...
2017-11-05  Willy TarreauCLEANUP: server: get rid of return statements in the...
2017-11-05  Willy TarreauBUG/MINOR: cli: add severity in "set server addr" parser
2017-11-05  Willy TarreauCLEANUP: checks: remove return statements in locked...
2017-11-05  Willy TarreauBUG/MAJOR: threads/checks: wrong use of SPIN_LOCK inste...
2017-11-05  Willy TarreauBUG/MINOR: cli: do not perform an invalid action on...
2017-11-05  Willy TarreauBUG/MAJOR: threads/server: missing unlock in CLI fqdn...
2017-11-05  Willy TarreauBUG/MAJOR: threads/checks: add 4 missing spin_unlock...
2017-11-04  Olivier HouchardBUILD: use MAXPATHLEN instead of NAME_MAX.
2017-11-03  Willy Tarreau[RELEASE] Released version 1.8-rc2 v1.8-rc2
2017-11-03  Willy TarreauMINOR: thread: report multi-thread support in haproxy -vv
2017-11-03  Willy TarreauBUG/MAJOR: mux_pt: don't dereference a connstream after...
2017-11-03  David CarlierBUILD: enable USE_THREAD for OpenBSD build.
2017-11-03  Emeric BrunBUG/MINOR: lua: fix missing lock protection on server.
2017-11-03  Emeric BrunBUG/MINOR: dns: fix missing lock protection on server.
2017-11-03  David CarlierBUG/MINOR: stdarg.h inclusion
2017-11-02  Emeric BrunBUG/MINOR: freq: fix infinite loop on freq_ctr_period.
2017-11-02  Willy TarreauBUG/MAJOR: buffers: fix get_buffer_nc() for data at...
2017-11-02  William LallemandBUG/MEDIUM: cache: don't try to resolve wrong filters
2017-11-02  William LallemandBUILD: shctx: allow to be built without openssl
2017-11-02  Willy TarreauBUG/MINOR: thread: fix a typo in the debug code
2017-11-02  Emeric BrunBUG/MAJOR: fix deadlock on healthchecks.
2017-11-02  Willy TarreauBUG/MEDIUM: checks/mux: always enable send-polling...
2017-11-02  Willy TarreauBUG/MEDIUM: h2: don't try to parse incomplete H1 responses
2017-11-01  Olivier HouchardMINOR: cache: Don't confuse act_return and act_parse_ret.
2017-11-01  Olivier HouchardMINOR: cache: Remove useless test for nonzero.
2017-11-01  Olivier HouchardMINOR: mux: Only define pipe functions on linux.
2017-11-01  Emmanuel HocdetBUG/MINOR: send-proxy-v2: string size must include...
2017-11-01  Emmanuel HocdetBUG/MINOR: send-proxy-v2: fix dest_len in make_tlv...
2017-10-31  Willy Tarreau[RELEASE] Released version 1.8-rc1 v1.8-rc1
2017-10-31  William LallemandMEDIUM: cache: deliver objects from cache
2017-10-31  William LallemandMEDIUM: cache: store objects in cache
2017-10-31  William LallemandMEDIUM: cache: configuration parsing and initialization
2017-10-31  William LallemandMEDIUM: shctx: forbid shctx to read more than expected
2017-10-31  Willy TarreauBUG/MEDIUM: h2: fix incorrect timeout handling on the...
2017-10-31  Willy TarreauMEDIUM: h2: apply a timeout to h2 connections
2017-10-31  Willy TarreauMEDIUM: h2: send a GOAWAY frame when dealing with an...
2017-10-31  Willy TarreauMEDIUM: h2: perform a graceful shutdown on "Connection...
2017-10-31  Willy TarreauMINOR: h2: properly reject PUSH_PROMISE frames coming...
2017-10-31  Willy TarreauMEDIUM: h2: silently ignore frames higher than last_id...
2017-10-31  Willy TarreauMINOR: h2: centralize the check for the half-closed...
2017-10-31  Willy TarreauMINOR: h2: centralize the check for the idle streams
2017-10-31  Willy TarreauMEDIUM: h2: handle GOAWAY frames
2017-10-31  Willy TarreauMINOR: h2: use a common function to signal some and...
2017-10-31  Willy TarreauMEDIUM: h2: send DATA+ES or RST_STREAM on shutw/shutr
2017-10-31  Willy TarreauMINOR: h2: handle RST_STREAM frames
2017-10-31  Willy TarreauMEDIUM: h2: handle request body in DATA frames
2017-10-31  Willy TarreauMEDIUM: h2: send WINDOW_UPDATE frames for connection
2017-10-31  Willy TarreauMEDIUM: h2: properly continue to parse header block...
2017-10-31  Willy TarreauMEDIUM: h2: skip the response trailers if any
2017-10-31  Willy TarreauMEDIUM: h2: send the H1 response body as DATA frames
2017-10-31  Willy TarreauMEDIUM: h2: implement the response HEADERS frame to...
2017-10-31  Willy TarreauMEDIUM: h2: don't use trash to decode headers!
2017-10-31  Willy TarreauMEDIUM: h2: basic processing of HEADERS frame
2017-10-31  Willy TarreauMEDIUM: h2: unblock a connection when its current strea...
2017-10-31  Willy TarreauMEDIUM: h2: partial implementation of h2_detach()
2017-10-31  Willy TarreauMINOR: h2: handle CONTINUATION frames
2017-10-31  Willy TarreauMINOR: h2: implement h2_send_rst_stream() to send RST_S...
2017-10-31  Willy TarreauMEDIUM: h2: honor WINDOW_UPDATE frames
2017-10-31  Willy TarreauMINOR: h2: lookup the stream during demuxing
2017-10-31  Willy TarreauMEDIUM: h2: decode SETTINGS frames and extract relevant...
2017-10-31  Willy TarreauMINOR: h2: implement PING frames
2017-10-31  Willy TarreauMINOR: h2: create a stream parser for the demuxer
2017-10-31  Willy TarreauMEDIUM: h2: detect the presence of the first settings...
2017-10-31  Willy TarreauMINOR: h2: send a real SETTINGS frame based on the...
2017-10-31  Willy TarreauMEDIUM: h2: process streams pending for sending
2017-10-31  Willy TarreauMEDIUM: h2: enable reading again on the connection...
2017-10-31  Willy TarreauMEDIUM: h2: enable connection polling for send when...
2017-10-31  Willy TarreauMINOR: h2: match the H2 connection preface on init
2017-10-31  Willy TarreauMINOR: h2: add a function to send a GOAWAY error frame
2017-10-31  Willy TarreauMEDIUM: h2: start to implement the frames processing...
2017-10-31  Willy TarreauMEDIUM: h2: wake the connection up for send on pending...
2017-10-31  Willy TarreauMEDIUM: h2: properly consider all conditions for end...
2017-10-31  Willy TarreauMINOR: h2: also terminate the connection on shutr
2017-10-31  Willy TarreauMEDIUM: h2: start to consider the H2_CF_{MUX,DEM}_...
2017-10-31  Willy TarreauMINOR: h2: update the {MUX,DEM}_{M,D}ALLOC flags on...
2017-10-31  Willy TarreauMINOR: h2: add the function to create a new stream
2017-10-31  Willy TarreauMINOR: h2: create dummy idle and closed streams
2017-10-31  Willy TarreauMINOR: h2: add stream lookup function based on the...
2017-10-31  Willy TarreauMINOR: h2: add a few functions to retrieve contents...
next