]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-12-30  Willy TarreauBUG/MAJOR: hpack: don't return direct references to...
2017-12-29  Willy TarreauBUG/MEDIUM: http: don't automatically forward request...
2017-12-29  William LallemandMINOR: don't close stdio anymore
2017-12-29  PiBa-NLBUG/MEDIUM: mworker: don't close stdio several time
2017-12-29  Willy TarreauBUG/MEDIUM: h2: ensure we always know the stream before...
2017-12-27  Davor OcelicDOC/MINOR: configuration: typo, formatting fixes
2017-12-27  Willy TarreauBUG/MEDIUM: h2: improve handling of frames received...
2017-12-27  Willy TarreauBUG/MEDIUM: h2: properly handle and report some stream...
2017-12-23  Willy TarreauBUG/MEDIUM: checks: properly set servers to stopping...
2017-12-22  Willy TarreauBUG/MAJOR: connection: refine the situations where...
2017-12-22  Willy TarreauBUG/MEDIUM: cache: don't cache the response on no-cache...
2017-12-22  Willy TarreauBUG/MEDIUM: cache: respect the request cache-control...
2017-12-22  Willy TarreauBUG/MEDIUM: cache: replace old object on store
2017-12-22  Willy TarreauBUG/MEDIUM: cache: do not try to retrieve host-less...
2017-12-22  Willy TarreauMINOR: http: add a function to check request's cache...
2017-12-22  Willy TarreauBUG/MINOR: cache: do not force the TX_CACHEABLE flag...
2017-12-22  Willy TarreauBUG/MINOR: http: properly detect max-age=0 and s-maxage...
2017-12-22  Willy TarreauBUG/MINOR: http: do not ignore cache-control: public
2017-12-22  Willy TarreauMINOR: http: start to compute the transaction's cacheab...
2017-12-22  Willy TarreauMINOR: http: update the list of cacheable status codes...
2017-12-22  Willy TarreauMINOR: http: adjust the list of supposedly cacheable...
2017-12-22  Eric SalamaBUG/MEDIUM: lua: fix crash when using bogus mode in...
2017-12-21  Emeric BrunBUG/MEDIUM: checks: a server passed in maint state...
2017-12-20  Willy TarreauBUG/MEDIUM: stream: don't consider abortonclose on...
2017-12-20  Willy TarreauMINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux...
2017-12-20  Willy TarreauMINOR: mux: add flags to describe a mux's capabilities
2017-12-20  Willy TarreauBUG/MINOR: h2: properly report a stream error on RST_STREAM
2017-12-20  Ryan O'HaraCONTRIB: halog: Fix compiler warnings in halog.c
2017-12-20  Ryan O'HaraCONTRIB: iprange: Fix compiler warning in iprange.c
2017-12-20  Etienne CarriereMINOR: spoe: add force-set-var option in spoe-agent...
2017-12-20  Bertrand JacquinMEDIUM: netscaler: add support for standard NetScaler...
2017-12-20  Bertrand JacquinMEDIUM: netscaler: do not analyze original IP packet...
2017-12-20  Bertrand JacquinMINOR: netscaler: check in one-shot if buffer is large...
2017-12-20  Bertrand JacquinBUG/MAJOR: netscaler: address truncated CIP header...
2017-12-20  Bertrand JacquinBUG/MEDIUM: netscaler: use the appropriate IPv6 header...
2017-12-20  Bertrand JacquinMINOR: netscaler: rename cip_len to clarify its uage
2017-12-20  Bertrand JacquinMINOR: netscaler: remove the use of cip_magic only...
2017-12-20  Bertrand JacquinMINOR: netscaler: respect syntax
2017-12-20  Davor OcelicDOC/MINOR: intro: typo, wording, formatting fixes
2017-12-19  Christopher... BUG/MEDIUM: mworker: Set FD_CLOEXEC flag on log fd
2017-12-15  Willy TarreauMINOR: sample: rename the "len" converter to "length"
2017-12-14  Cyril BontéBUG: MINOR: http: don't check http-request capture...
2017-12-14  Cyril BontéBUG: MAJOR: lb_map: server map calculation broken
2017-12-14  Etienne CarriereMINOR: sample: add len converter
2017-12-14  Willy TarreauBUG/MINOR: stream-int: don't try to receive again after...
2017-12-14  Willy TarreauBUG/MEDIUM: h2: fix stream limit enforcement
2017-12-14  Willy TarreauBUG/MEDIUM: http: don't disable lingering on requests...
2017-12-14  Willy TarreauBUG/MEDIUM: h2: don't close after the first DATA frame...
2017-12-14  Willy TarreauBUG/MEDIUM: h2: don't switch the state to HREM before...
2017-12-14  Willy TarreauMINOR: h2: don't demand that a DATA frame is complete...
2017-12-14  Willy TarreauBUG/MEDIUM: h2: support uploading partial DATA frames
2017-12-14  Willy TarreauMINOR: h2: store the demux padding length in the h2c...
2017-12-14  Willy TarreauBUG/MEDIUM: h2: debug incoming traffic in h2_wake()
2017-12-14  Willy TarreauBUG/MEDIUM: h2: work around a connection API limitation
2017-12-10  Willy TarreauBUG/MEDIUM: h2: enable recv polling whenever demuxing...
2017-12-10  Willy TarreauBUG/MEDIUM: h2: automatically set CS_FL_RCV_MORE when...
2017-12-10  Willy TarreauBUG/MEDIUM: stream-int: always set SI_FL_WAIT_ROOM...
2017-12-10  Willy TarreauMINOR: conn_stream: add new flag CS_FL_RCV_MORE to...
2017-12-10  Thierry FOURNIERBUG/MEDIUM: lua/notification: memory leak
2017-12-10  Thierry FOURNIERDOC: notifications: add precisions about thread usage
2017-12-10  Vincent BernatMINOR: systemd: remove comment about HAPROXY_STATS_SOCKET
2017-12-08  Christopher... BUG/MEDIUM: threads/vars: Fix deadlock in register_name
2017-12-08  PiBa-NLBUG/MEDIUM: email-alert: don't set server check status...
2017-12-07  Aleksandar... CONTRIB: halog: Add help text for -s switch in halog...
2017-12-07  Tim DuesterhusMINOR: mworker: Improve wording in `void mworker_wait()`
2017-12-07  Tim DuesterhusMINOR: mworker: Update messages referencing exit-on...
2017-12-07  Willy TarreauBUG/MEDIUM: h2: fix handling of end of stream again
2017-12-06  Willy TarreauBUG/MEDIUM: peers: set NOLINGER on the outgoing stream...
2017-12-06  Emeric BrunBUG/MEDIUM: checks: a down server going to maint remain...
2017-12-06  Emeric BrunBUG/MEDIUM: ssl engines: Fix async engines fds were...
2017-12-06  Willy TarreauBUG/MEDIUM: mworker: also close peers sockets in the...
2017-12-04  William LallemandBUG/MINOR: ssl: support tune.ssl.cachesize 0 again
2017-12-04  Willy TarreauBUG/MAJOR: hpack: don't pretend large headers fit in...
2017-12-04  Christopher... BUG/MINOR: action: Don't check http capture rules when...
2017-12-03  Willy TarreauBUG/MINOR: h2: use the H2_F_DATA_* macros for DATA...
2017-12-03  Willy TarreauBUG/MEDIUM: h2: do not accept upper case letters in...
2017-12-03  Willy TarreauBUG/MEDIUM: h2: remove connection-specific headers...
2017-12-03  Willy TarreauBUG/MINOR: h2: reject response pseudo-headers from...
2017-12-03  Willy TarreauBUG/MINOR: h2: properly check PRIORITY frames
2017-12-03  Willy TarreauBUG/MINOR: h2: reject incorrect stream dependencies...
2017-12-03  Willy TarreauBUG/MINOR: h2: do not accept SETTINGS_ENABLE_PUSH other...
2017-12-03  Willy TarreauBUG/MEDIUM: h2: enforce the per-connection stream limit
2017-12-03  Willy TarreauBUG/MINOR: h2: the TE header if present may only contai...
2017-12-03  Willy TarreauBUG/MINOR: h2: fix a typo causing PING/ACK to be respon...
2017-12-03  Willy TarreauBUG/MINOR: h2: ":path" must not be empty
2017-12-03  Willy TarreauBUG/MINOR: h2: try to abort closed streams as soon...
2017-12-03  Willy TarreauBUG/MINOR: h2: immediately close if receiving GOAWAY...
2017-12-03  Willy TarreauBUG/MAJOR: h2: correctly check the request length when...
2017-12-03  Willy TarreauBUG/MINOR: hpack: dynamic table size updates are only...
2017-12-03  Willy TarreauBUG/MINOR: hpack: reject invalid header index
2017-12-03  Willy TarreauBUG/MINOR: hpack: must reject huffman literals padded...
2017-12-03  Willy TarreauBUG/MINOR: hpack: fix debugging output of pseudo header...
2017-12-03  Olivier HouchardBUG/MEDIUM: checks: Be sure we have a mux if we created...
2017-12-02  Christian RuppertBUILD: Fix LDFLAGS vs. LIBS re linking order in various...
2017-12-02  Christopher... BUG/MAJOR: thread: Be sure to request a sync between...
2017-12-02  Olivier HouchardMINOR: threads: Fix pthread_setaffinity_np on FreeBSD.
2017-12-02  PiBa-NLBUG/MINOR: mworker: detach from tty when in daemon...
2017-12-02  PiBa-NLBUG/MINOR: mworker: fix validity check for the pipe FDs
2017-12-01  Willy TarreauMINOR: config: report when "monitor fail" rules are...
2017-12-01  David CarlierBUILD/MINOR: haproxy: compiling config cpu parsing...
next