]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-07-29  Remi Tricot... MINOR: ssl: Define a default https log format
2021-07-29  Remi Tricot... MINOR: ssl: Add new ssl_fc_hsk_err sample fetch
2021-07-29  Remi Tricot... MINOR: ssl: Enable error fetches in case of handshake...
2021-07-29  Remi Tricot... MINOR: connection: Add a connection error code sample...
2021-07-29  Remi Tricot... BUG/MINOR: connection: Add missing error labels to...
2021-07-29  William LallemandCLEANUP: mworker: PR_CAP already initialized with alloc...
2021-07-29  William LallemandCLEANUP: mworker: use the proxy helper functions in...
2021-07-28  William LallemandMINOR: stats: don't output internal proxies (PR_CAP_INT)
2021-07-28  William LallemandMINOR: mworker: the mworker CLI proxy is internal
2021-07-28  William LallemandMINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT
2021-07-27  Christopher... BUG/MEDIUM: mux-h2: Handle remaining read0 cases on...
2021-07-26  Christopher... BUG/MINOR: mux-h1: Be sure to swap H1C to splice mode...
2021-07-26  Christopher... BUG/MINOR: mux-h2: Obey dontlognull option during the...
2021-07-26  Christopher... BUG/MINOR: mux-h1: Obey dontlognull option for empty...
2021-07-26  William LallemandBUG/MINOR: systemd: must check the configuration using -Ws
2021-07-26  Amaury DenoyelleMINOR: ssl: use __objt_* variant when retrieving counters
2021-07-22  Christopher... BUG/MINOR: resolvers: Use a null-terminated string...
2021-07-22  Willy TarreauBUILD: threads: fix pthread_mutex_unlock when !USE_THREAD
2021-07-22  Willy TarreauBUG/MINOR: check: fix the condition to validate a port...
2021-07-22  Christopher... BUG/MINOR: stats: Add missing agent stats on servers
2021-07-21  Amaury DenoyelleBUG/MEDIUM: ssl_sample: fix segfault for srv samples...
2021-07-21  David CARLIERBUILD/MINOR: memprof fix macOs build.
2021-07-21  Willy TarreauBUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXE...
2021-07-21  Willy TarreauBUG/MEDIUM: mworker: do not register an exit handler...
2021-07-20  Willy TarreauBUG/MEDIUM: cfgcond: limit recursion level in the condi...
2021-07-20  jenny-cheungMINOR: deinit: always deinit the init_mutex on failed...
2021-07-19  Christopher... CLEANUP: http_ana: Remove now unused label from http_pr...
2021-07-18  Willy TarreauMEDIUM: proxy: remove long-broken 'option http_proxy'
2021-07-17  Willy TarreauBUG/MINOR: cfgcond: revisit the condition freeing mecha...
2021-07-17  Willy TarreauBUG/MINOR: arg: free all args on make_arg_list()'s...
2021-07-17  Willy Tarreau[RELEASE] Released version 2.5-dev2 v2.5-dev2
2021-07-17  Willy TarreauBUG/MEDIUM: init: restore behavior of command-line...
2021-07-17  Willy TarreauREGTESTS: add more complex check conditions to check_co...
2021-07-17  Willy TarreauREGTEST: make check_condition.vtc fail as soon as possible
2021-07-16  Willy TarreauMINOR: cfgcond: support terms made of parenthesis aroun...
2021-07-16  Willy TarreauMINOR: cfgcond: insert an expression between the condit...
2021-07-16  Willy TarreauMINOR: cfgcond: make the conditional term parser automa...
2021-07-16  Willy TarreauMINOR: cfgcond: support negating conditional expressions
2021-07-16  Willy TarreauMINOR: cfgcond: remerge all arguments into a single...
2021-07-16  Willy TarreauMEDIUM: cfgcond: report invalid trailing chars after...
2021-07-16  Willy TarreauMINOR: cfgcond: start to split the condition parser...
2021-07-16  Willy TarreauREORG: config: move the condition preprocessing code...
2021-07-16  Willy TarreauCLEANUP: hlua: use free_args() to release args arrays
2021-07-16  Willy TarreauCLEANUP: config: use free_args() to release args array...
2021-07-16  Willy TarreauMINOR: arg: add a free_args() function to free an args...
2021-07-16  Willy TarreauMINOR: init: make -cc support environment variables...
2021-07-16  Willy TarreauMINOR: init: verify that there is a single word on...
2021-07-16  Amaury DenoyelleREGTESTS: test track support for dynamic servers
2021-07-16  Amaury DenoyelleMEDIUM: server: support track keyword for dynamic servers
2021-07-16  Amaury DenoyelleMINOR: srv: do not allow to track a dynamic server
2021-07-16  Amaury DenoyelleMINOR: srv: extract tracking server config function
2021-07-14  Willy TarreauBUILD: lua: silence a build warning with TCC
2021-07-14  Willy TarreauBUILD: add detection of missing important CFLAGS
2021-07-13  Remi Tricot... BUG/MINOR: ssl: Default-server configuration ignored...
2021-07-13  Willy TarreauCLEANUP: applet: remove unused thread_mask
2021-07-12  Amaury DenoyelleMINOR: mux_h2: define config to disable h2 websocket...
2021-07-08  Amaury DenoyelleBUG/MEDIUM: http_ana: fix crash for http_proxy mode...
2021-07-08  Amaury DenoyelleMINOR: http: use http uri parser for path
2021-07-08  Amaury DenoyelleREORG: http_ana: split conditions for monitor-uri in...
2021-07-08  Amaury DenoyelleMINOR: http: use http uri parser for authority
2021-07-08  Amaury DenoyelleMINOR: http: use http uri parser for scheme
2021-07-08  Amaury DenoyelleMINOR: http: implement http uri parser
2021-07-07  Amaury DenoyelleBUILD: http_htx: fix ci compilation error with isdigit...
2021-07-07  Amaury DenoyelleREGTESTS: add http scheme-based normalization test
2021-07-07  Amaury DenoyelleMEDIUM: h2: apply scheme-based normalization on h2...
2021-07-07  Amaury DenoyelleMEDIUM: h1-htx: apply scheme-based normalization on...
2021-07-07  Amaury DenoyelleMEDIUM: http: implement scheme-based normalization
2021-07-07  Amaury DenoyelleMINOR: http: implement http_get_scheme
2021-07-06  Willy TarreauBUILD: stick-table: shut up invalid "uninitialized...
2021-07-06  Marno KrahmerMEDIUM: stats: include disabled proxies that hold activ...
2021-07-06  Christopher... Revert "MINOR: tcp-act: Add set-src/set-src-port for...
2021-07-06  Willy TarreauBUG/MINOR: cli: fix server name output in "show fd"
2021-07-06  Willy TarreauBUG/MEDIUM: sock: make sure to never miss early connect...
2021-07-06  Emeric BrunMEDIUM: stick-table: make the use of 'gpc' excluding...
2021-07-06  Emeric BrunMEDIUM: stick-table: add the new arrays of gpc and...
2021-07-06  Emeric BrunMEDIUM: stick-table: make the use of 'gpt' excluding...
2021-07-06  Emeric BrunMEDIUM: stick-table: add the new array of gpt data_type
2021-07-06  Emeric BrunDOC: stick-table: add missing documentation about gpt0...
2021-07-06  Emeric BrunMEDIUM: peers: handle arrays of std types in peers...
2021-07-06  Emeric BrunMEDIUM: stick-table: handle arrays of standard types...
2021-07-06  Emeric BrunMINOR: stick-table: make skttable_data_cast to use...
2021-07-06  Emeric BrunBUG/MINOR: peers: fix data_type bit computation more...
2021-07-06  Emeric BrunBUG/MINOR: stick-table: fix several printf sign errors...
2021-07-05  Daniel BlackDOC: config: use CREATE USER for mysql-check
2021-07-05  David CarlierBUILD/MEDIUM: tcp: set-mark support for OpenBSD
2021-06-30  Willy Tarreau[RELEASE] Released version 2.5-dev1 v2.5-dev1
2021-06-30  Emeric BrunCLEANUP: peers: re-write intdecode function comment.
2021-06-29  Christopher... BUG/MEDIUM: resolvers: Make 1st server of a template...
2021-06-28  Christopher... BUG/MINOR: mqtt: Support empty client ID in CONNECT...
2021-06-28  Christopher... BUG/MINOR: mqtt: Fix parser for string with more than...
2021-06-28  Willy TarreauBUILD: tcp-act: avoid warning when set-mark / set-tos...
2021-06-28  David CarlierBUILD/MEDIUM: tcp: set-mark setting support for FreeBSD.
2021-06-25  Christopher... CLEANUP: tcp-act: Sort action lists
2021-06-25  Christopher... MINOR: http-act/tcp-act: Add "set-mark" and "set-tos...
2021-06-25  Christopher... MINOR: http-act/tcp-act: Add "set-nice" for tcp content...
2021-06-25  Christopher... MINOR: http-act/tcp-act: Add "set-log-level" for tcp...
2021-06-25  Christopher... BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP...
2021-06-25  David CarlierBUILD: Makefile: fix linkage for Haiku.
2021-06-25  Dirkjan BussinkBUG/MINOR: checks: return correct error code for srv_pa...
2021-06-24  Christopher... MINOR: resolvers: Reset server IP on error in resolv_ge...
next