]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2019-05-28  Olivier HouchardMINOR: ssl: Make sure the underlying xprt's init method...
2019-05-28  Willy TarreauBUG/MEDIUM: http: fix "http-request reject" when not...
2019-05-28  Christopher... MINOR: htx: Remove support of pseudo headers because...
2019-05-28  Christopher... MINOR: htx: remove the unused function htx_find_blk()
2019-05-28  Christopher... MINOR: htx: don't rely on htx_find_blk() anymore in...
2019-05-28  Christopher... MINOR: htx: Optimize htx_drain() when all data are...
2019-05-28  Christopher... MEDIUM: filters/htx: Filter body relatively to the...
2019-05-28  Christopher... MINOR: proto-htx: Use channel_htx_fwd_all() when unfilt...
2019-05-28  Christopher... MINOR: channel/htx: Add functions to forward a part...
2019-05-28  Christopher... MINOR: stats/htx: don't use the first block position...
2019-05-28  Christopher... MEDIUM: htx: Store the first block position instead...
2019-05-28  Christopher... MINOR: proto-htx: Use channel_htx_fwd_headers() to...
2019-05-28  Christopher... MINOR: filters/htx: Use channel_htx_fwd_headers() after...
2019-05-28  Christopher... MINOR: channel/htx: Add function to forward headers...
2019-05-28  Christopher... MEDIUM: htx: 1xx messages are now part of the final...
2019-05-28  Christopher... MINOR: htx: Be sure to xfer all headers in one time...
2019-05-28  Christopher... MINOR: mux-h1: Set hdrs_bytes on the SL when an HTX...
2019-05-28  Christopher... MINOR: h2/htx: Set hdrs_bytes on the SL when an HTX...
2019-05-28  Christopher... MINOR: htx: Add a field to set the memory used by heade...
2019-05-28  Christopher... MINOR: mux-h2/htx: Support zero-copy when possible...
2019-05-28  Christopher... MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV
2019-05-28  Christopher... MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV...
2019-05-28  Christopher... MINOR: mux-h2: Use the count value received from the...
2019-05-28  Christopher... MEDIUM: mux-h1: Use the count value received from the...
2019-05-28  Christopher... BUG/MINOR: htx: Change htx_xfer_blk() to also count...
2019-05-28  Christopher... MINOR: htx: Add function htx_get_max_blksz()
2019-05-28  Christopher... MINOR: channel/htx: Call channel_htx_recv_max() from...
2019-05-28  Christopher... MEDIUM: http/htx: Perform analysis relatively to the...
2019-05-28  Christopher... MINOR: http/htx: Use sl_pos directly to replace the...
2019-05-28  Christopher... CLEANUP: htx: Remove unused function htx_get_stline()
2019-05-28  Christopher... MINOR: htx: Replace the function http_find_stline(...
2019-05-28  Christopher... MINOR: mux-h2/htx: Get the start-line from the head...
2019-05-28  Christopher... MINOR: htx: Add functions to get the first block of...
2019-05-28  Christopher... MINOR: htx: Store start-line block's position instead...
2019-05-28  Christopher... MINOR: htx: Store the head position instead of the...
2019-05-28  Christopher... MINOR: htx: Move the macro IS_HTX_STRM() in proto/stream.h
2019-05-28  Christopher... MINOR: htx: Remove the macro IS_HTX_SMP() and always...
2019-05-27  Willy TarreauMEDIUM: config: now alert when two servers have the...
2019-05-27  Willy TarreauBUG/MEDIUM: threads: fix double-word CAS on non-optimiz...
2019-05-27  Willy TarreauBUG/MEDIUM: queue: fix the tree walk in pendconn_redist...
2019-05-27  Willy TarreauBUG/MAJOR: lb/threads: make sure the avoided server...
2019-05-27  Willy TarreauMINOR: cli/activity: add 3 general purpose counters...
2019-05-27  Willy TarreauMINOR: cli/activity: remove "fd_del" and "fd_skip"...
2019-05-26  Ilya ShipitsinBUILD: ssl: fix latest LibreSSL reg-test error
2019-05-26  Willy TarreauBUILD: connections: shut up gcc about impossible out...
2019-05-26  Willy TarreauMAJOR: mux-h2: switch to next mux buffer on buffer...
2019-05-26  Willy TarreauMINOR: mux-h2: report the mbuf's head and tail in ...
2019-05-26  Willy TarreauCLEANUP: mux-h2: consistently use a local variable...
2019-05-26  Willy TarreauMEDIUM: mux-h2: make the send() function iterate over...
2019-05-26  Willy TarreauMINOR: mux-h2: introduce h2_release_mbuf() to release...
2019-05-26  Willy TarreauMEDIUM: mux-h2: make the conditions to send based on...
2019-05-26  Willy TarreauMEDIUM: mux-h2: replace all occurrences of mbuf with...
2019-05-26  Willy TarreauMINOR: buffer: add a new buffer ring API to manipulate...
2019-05-26  Willy TarreauMINOR: buffer: introduce b_make() to make a buffer...
2019-05-26  Willy TarreauCLEANUP: debug: remove the TRACE() macro
2019-05-25  Willy TarreauMEDIUM: mux-h2: avoid doing expensive buffer realigns...
2019-05-25  Willy TarreauOPTIM: freq-ctr: don't take the date lock for most...
2019-05-25  Ilya ShipitsinBUG/MINOR: ssl_sock: Fix memory leak when disabling...
2019-05-25  Michael ProkopDOC: fix typos
2019-05-24  Christopher... BUG/MINOR: htx: Remove a forgotten while loop in htx_de...
2019-05-24  Christopher... BUG/MEDIUM: proto-htx: Not forward too much data when...
2019-05-24  Christopher... BUG/MINOR: mux-h1: Report EOI instead EOS on parsing...
2019-05-24  Christopher... BUG/MINOR: mux-h2: Count EOM in bytes sent when a HEADE...
2019-05-24  Christopher... BUG/MINOR: lua: Set right direction and flags on new...
2019-05-24  Christopher... BUG/MEDIUM: spoe: Don't use the SPOE applet after relea...
2019-05-24  Christopher... BUG/MINOR: proto-htx: Try to keep connections alive...
2019-05-23  Willy TarreauMINOR: stats: report the global output bit rate in...
2019-05-23  Willy TarreauMINOR: raw_sock: report global traffic statistics
2019-05-23  Willy TarreauBUILD: watchdog: condition it to USE_RT
2019-05-23  Willy TarreauBUILD: signals: FreeBSD has SI_LWP instead of SI_TKILL
2019-05-23  Willy TarreauBUILD: watchdog: use si_value.sival_int, not si_int...
2019-05-22  Willy Tarreau[RELEASE] Released version 2.0-dev4 v2.0-dev4
2019-05-22  Willy TarreauMEDIUM: config: deprecate the antique req* and rsp...
2019-05-22  Willy TarreauBUG/MEDIUM: dns: make the port numbers unsigned
2019-05-22  Willy TarreauCLEANUP: raw_sock: remove support for very old linux...
2019-05-22  Willy TarreauCLEANUP: build: rename some build macros to use the...
2019-05-22  Willy TarreauBUILD: time: remove the test on _POSIX_C_SOURCE
2019-05-22  Ilya ShipitsinBUILD: travis: add sanitizers to travis-ci builds
2019-05-22  Willy TarreauBUG/MEDIUM: init/threads: provide per-thread alloc...
2019-05-22  Willy TarreauCONTRIB: wurfl: address 3 build issues in the wurfl...
2019-05-22  Willy TarreauMINOR: WURFL: do not emit warnings when not configured
2019-05-22  mbellomiMINOR: WURFL: module version bump to 2.0
2019-05-22  mbellomiMEDIUM: WURFL: HTX awareness.
2019-05-22  mbellomiMINOR: WURFL: wurfl_get() and wurfl_get_all() now retur...
2019-05-22  mbellomiMINOR: WURFL: removes heading wurfl-information-separat...
2019-05-22  mbellomiMINOR: WURFL: shows log messages during module initiali...
2019-05-22  mbellomiMINOR: WURFL: fixed Engine load failed error when wurfl...
2019-05-22  mbellomiMINOR: WURFL: call header_retireve_callback() in dummy...
2019-05-22  mbellomiBUG/MEDIUM: WURFL: segfault in wurfl-get() with missing...
2019-05-22  Willy TarreauCLEANUP: mux-h1: use "H1" and not "h1" as the mux's...
2019-05-22  Willy TarreauMINOR: connection: report the mux names in "haproxy...
2019-05-22  Willy TarreauMINOR: stream: remove the cpu time detection from proce...
2019-05-22  Willy TarreauMAJOR: watchdog: implement a thread lockup detection...
2019-05-22  Willy TarreauMINOR: threads: add a timer_t per thread in thread_info
2019-05-22  Willy TarreauMINOR: threads: add a "stuck" flag to the thread_info...
2019-05-22  Willy TarreauMINOR: debug: dump streams when an applet, iocb or...
2019-05-22  Willy TarreauMINOR: stream: introduce a stream_dump() function and...
2019-05-22  Willy TarreauCLEANUP: debug: make use of ha_tkill() and remove ifdefs
2019-05-22  Willy TarreauMINOR: threads: implement ha_tkill() and ha_tkillall()
2019-05-22  Willy TarreauCLEANUP: debug: always report harmless/want_rdv even...
next