]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2019-04-12  Christopher... MINOR: http: update the macro IS_HTX_STRM() to check...
2019-04-12  Christopher... MINOR: stream: Set a flag when the stream uses the HTX
2019-04-12  Christopher... MINOR: muxes: Add a flag to specify a multiplexer uses...
2019-04-12  Christopher... MINOR: mux-h2: Add a mux_ops dedicated to the HTX mode
2019-04-12  Christopher... BUG/MINOR: mux-h1: Handle the flag CS_FL_KILL_CONN...
2019-04-12  Christopher... MINOR: mux-h1: Don't release the conn_stream anymore...
2019-04-12  Christopher... MEDIUM: mux-h1: Simplify the connection mode management...
2019-04-12  Christopher... MEDIUM: h1: Add an option to sanitize connection header...
2019-04-12  Christopher... MINOR: stats/htx: Don't add "Connection: close" header...
2019-04-12  Christopher... MINOR: mux-h1: Simplify handling of 1xx responses
2019-04-12  Christopher... BUG/MEDIUM: htx: Fix the process of HTTP CONNECT with...
2019-04-12  Christopher... MINOR: proto_htx: Don't adjust transaction mode anymore...
2019-04-12  Christopher... MEDIUM: htx: Deprecate the option 'http-tunnel' and...
2019-04-12  Christopher... BUG/MEDIUM: htx: Don't crush blocks payload when append...
2019-04-12  Christopher... BUG/MEDIUM: htx: Defrag if blocks position is changed...
2019-04-12  Christopher... BUG/MINOR: spoe: Be sure to set tv_request when each...
2019-04-12  Christopher... BUG/MEDIUM: spoe: Return an error if nothing is encoded...
2019-04-12  Christopher... BUG/MEDIUM: spoe: Queue message only if no SPOE applet...
2019-04-12  Willy TarreauMINOR: cli/activity: report the accept queue sizes...
2019-04-12  Willy TarreauMINOR: cli/listener: report the number of accepts on...
2019-04-12  Willy TarreauBUG/MINOR: listener: renice the accept ring processing...
2019-04-12  Willy TarreauBUG/MINOR: tasks: make sure the first task to be queued...
2019-04-12  Willy TarreauBUG/MEDIUM: task/threads: address a fairness issue...
2019-04-12  Olivier HouchardBUG/MEDIUM: stream_interface: Don't bother doing chk_rc...
2019-04-12  Olivier HouchardBUG/MEDIUM: streams: Only re-run process_stream if...
2019-04-11  Emmanuel HocdetMINOR: ssl: Activate aes_gcm_dec converter for BoringSSL
2019-04-11  Robin H. JohnsonMINOR: skip get_gmtime where tm is unused
2019-04-11  Willy TarreauBUG/MEDIUM: pattern: assign pattern IDs after checking...
2019-04-10  Olivier HouchardMINOR: threads: Implement thread_cpus_enabled() for...
2019-04-10  Olivier HouchardMINOR: initcall: Don't forget to define the __start...
2019-04-09  Olivier HouchardBUG/MEDIUM: stream: Don't clear the stream_interface...
2019-04-09  Olivier HouchardBUG/MEDIUM: streams: Store prev_state before calling...
2019-04-09  Olivier HouchardBUG/MEDIUM: streams: Don't remove the SI_FL_ERR flag...
2019-04-09  Willy TarreauBUG/MEDIUM: htx: fix random premature abort of data...
2019-04-05  Olivier HouchardBUG/MEDIUM: h2: Don't attempt to recv from h2_process_d...
2019-04-03  Emeric BrunBUG/MEDIUM: peers: fix a case where peer session is...
2019-04-01  Christopher... REGTEST: lua/b00003: Specify the HAProxy pid when the...
2019-04-01  Christopher... REGTEST: lua/b00003: Relax the regex matching the log...
2019-04-01  Christopher... REGTEST: log/b00000: Be sure the client always hits...
2019-04-01  Christopher... REGTEST: http-rules/h00003: Use a different client...
2019-04-01  Christopher... REGTEST: http-messaging/h00000: Fix the test when the...
2019-04-01  Christopher... REGTEST: http-capture/h00000: Relax a regex matching...
2019-04-01  Christopher... BUG/MINOR: proto_htx: Reset to_forward value when a...
2019-04-01  Christopher... BUG/MINOR: htx: Preserve empty HTX messages with an...
2019-04-01  William LallemandMINOR: cli: export HAPROXY_CLI environment variable
2019-04-01  William LallemandMINOR: cli: start addresses by a prefix in 'show cli...
2019-04-01  William LallemandBUG/MINOR: cli: correctly handle abns in 'show cli...
2019-04-01  William LallemandMINOR: mworker/cli: show programs in 'show proc'
2019-04-01  William LallemandMEDIUM: mworker-prog: implement program for master...
2019-04-01  William LallemandREORG: mworker/cli: move CLI functions to mworker.c
2019-04-01  William LallemandMINOR: cli: export cli_parse_default() definition in...
2019-04-01  William LallemandMINOR: mworker: don't use children variable anymore
2019-04-01  William LallemandMINOR: mworker: calloc mworker_proc structures
2019-04-01  William LallemandREORG: mworker: move mworker_cleanlisteners to mworker.c
2019-04-01  William LallemandREORG: mworker: move signal handlers and related functions
2019-04-01  William LallemandREORG: mworker: move IPC functions to mworker.c
2019-04-01  William LallemandREORG: mworker: move signals functions to mworker.c
2019-04-01  William LallemandREORG: mworker: move serializing functions to mworker.c
2019-04-01  Nenad MerdanovicMINOR: ssl: Add aes_gcm_dec converter
2019-04-01  Willy TarreauBUILD: Makefile: disable shared cache on AIX 5.1
2019-04-01  Willy TarreauBUILD: define unsetenv on AIX 5.1
2019-04-01  Willy TarreauBUILD: makefile: add _LINUX_SOURCE_COMPAT to build...
2019-04-01  Willy TarreauBUILD: makefile: fix build of IPv6 header on aix51
2019-04-01  Willy TarreauBUILD: connection: fix naming of ip_v field
2019-04-01  Willy TarreauBUILD: use inttypes.h instead of stdint.h
2019-04-01  Willy TarreauBUILD: re-implement an initcall variant without using...
2019-03-29  Willy TarreauMINOR: tools: add an unsetenv() implementation
2019-03-29  Willy TarreauMINOR: tools: make memvprintf() never pass a NULL targe...
2019-03-29  Willy TarreauBUILD: cache: avoid a build warning with some compilers...
2019-03-29  Willy TarreauBUILD: chunk: properly declare pool_head_trash as extern
2019-03-29  Willy TarreauBUILD: http: properly mark some struct as extern
2019-03-29  Willy TarreauBUILD: makefile: work around another bug in make 3.80
2019-03-29  Willy TarreauBUILD: makefile: work around an old bug in GNU make...
2019-03-29  Ricardo Nabinger... BUG/MAJOR: checks: segfault during tcpcheck_main
2019-03-28  Olivier HouchardBUG/MEDIUM: checks: Don't bother subscribing if we...
2019-03-28  William LallemandBUG/MEDIUM: mworker: don't free the wrong child when...
2019-03-28  Christopher... BUG/MINOR: mux-h1: Only skip invalid C-L headers on...
2019-03-27  David CarlierBUILD/MINOR: listener: Silent a few signedness warnings.
2019-03-27  Christopher... BUG/MINOR: contrib/prometheus-exporter: Fix applet...
2019-03-27  Frédéric LécailleBUG/MINOR: peers: Missing initializations after peer...
2019-03-27  Willy TarreauREGTEST: script: remove platform-specific assigments...
2019-03-27  Willy TarreauREGTEST: script: make the script use the new features...
2019-03-27  Willy TarreauBUILD: pass all "USE_*" variables as -DUSE_* to the...
2019-03-27  Willy TarreauBUILD: report the whole feature set with their status...
2019-03-27  Willy TarreauBUILD: Makefile: clean up the target declarations
2019-03-27  Willy TarreauBUILD: Makefile: shorten default settings declaration
2019-03-27  Willy TarreauBUILD: Makefile: also report disabled options in the...
2019-03-27  Willy TarreauBUILD: Makefile: consider a variable's origin and not...
2019-03-27  Willy TarreauBUILD: Makefile: remove outdated support for dlmalloc
2019-03-27  Willy TarreauBUILD: remove 10-years old error message for obsolete...
2019-03-27  Willy TarreauBUILD: Makefile: remove 11-years old workarounds for...
2019-03-27  Willy TarreauREGTEST: remove unexpected "nbthread" statement from...
2019-03-26  Frédéric LécailleDOC: peers: Peers protocol documentation update.
2019-03-26  Freddy SpierenburgDOC: The option httplog is no longer valid in a backend.
2019-03-26  Frédéric LécailleREGTEST: Enable again reg tests with HEAD HTTP method...
2019-03-26  Frédéric LécailleCLEANUP: peers: replace timeout constants by macros.
2019-03-26  Frédéric LécailleCLEANUP: peers: remove useless annoying tabulations.
2019-03-26  Frédéric LécailleBUG/MINOR: peers: Really close the sessions with no...
2019-03-26  Willy Tarreau[RELEASE] Released version 2.0-dev2 v2.0-dev2
2019-03-25  Willy TarreauMINOR: channel: don't unset CF_SHUTR_NOW after shutting...
next