haproxy-2.5.git
2021-09-10 Christopher... BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for reques...
2021-09-09 Willy TarreauCI: Github Actions: temporarily disable Opentracing
2021-09-08 devnexen@gmail.comBUILD: fix dragonfly build again on __read_mostly
2021-09-08 Willy TarreauOPTIM: vars: do not keep variables usage stats if no...
2021-09-08 Willy TarreauOPTIM: vars: remove internal bookkeeping for vars_globa...
2021-09-08 Willy TarreauOPTIM: vars: only takes the variables lock on shared...
2021-09-08 Willy TarreauMINOR: vars: centralize the lock/unlock into static...
2021-09-08 Willy TarreauCLEANUP: vars: remove the now unused var_names array
2021-09-08 Willy TarreauMEDIUM: vars: replace the global name index with a...
2021-09-08 Willy TarreauMINOR: vars: preset a random seed to hash variables...
2021-09-08 Willy TarreauMEDIUM: vars: pre-create parsed SCOPE_PROC variables...
2021-09-08 Willy TarreauMEDIUM: vars: make var_clear() only reset VF_PERMANENT...
2021-09-08 Willy TarreauMINOR: vars: store flags into variables and add VF_PERM...
2021-09-08 Willy TarreauMINOR: vars: support storing empty sample data with...
2021-09-08 Willy TarreauMINOR: vars: add a VF_CREATEONLY flag for creation
2021-09-08 Willy TarreauMEDIUM: vars: make the ifexist variant of set-var only...
2021-09-08 Willy TarreauREORG: vars: remerge sample_store{,_stream}() into...
2021-09-08 Willy TarreauCLEANUP: vars: rename sample_clear_stream() to var_unset()
2021-09-08 Willy TarreauMINOR: vars: rename vars_init() to vars_init_head()
2021-09-07 Willy TarreauMINOR: proxy: add a global "grace" directive to postpon...
2021-09-07 Christopher... Revert "BUG/MINOR: stream-int: Don't block reads in...
2021-09-03 Willy TarreauBUG/MAJOR: htx: fix missing header name length check...
2021-09-03 Willy TarreauCLEANUP: htx: remove comments about "must be < 256 MB"
2021-09-03 Willy TarreauBUG/MINOR: config: reject configs using HTTP with bufsi...
2021-09-03 Willy Tarreau[RELEASE] Released version 2.5-dev6 v2.5-dev6
2021-09-03 Willy TarreauBUILD: ot: add argument for default value to vars_get_b...
2021-09-03 Willy TarreauMINOR: vars: make the vars() sample fetch function...
2021-09-03 Willy TarreauMINOR: vars: make vars_get_by_* support an optional...
2021-09-03 Willy TarreauCLEANUP: vars: factor out common code from vars_get_by_...
2021-09-03 Willy TarreauMEDIUM: vars: also support format strings in CLI's...
2021-09-03 Willy TarreauMINOR: vars: add a "set-var-fmt" directive to the globa...
2021-09-03 Willy TarreauMINOR: log: make log-format expressions completely...
2021-09-03 Willy TarreauCLEANUP: vars: name the temporary proxy "CFG" instead...
2021-09-03 Willy TarreauBUG/MINOR: vars: do not talk about global section in...
2021-09-03 Willy TarreauBUG/MINOR: vars: truncate the variable name in error...
2021-09-03 Willy TarreauBUG/MEDIUM: vars: run over the correct list in release_...
2021-09-02 Willy TarreauMEDIUM: vars: add a new "set-var-fmt" action
2021-09-02 Willy TarreauDOC: configuration: remove wrong tcp-request examples...
2021-09-02 Willy TarreauBUG/MINOR: vars: properly set the argument parsing...
2021-09-02 Willy TarreauMINOR: sample: add missing ARGC_ entries
2021-09-02 Willy TarreauBUG/MINOR: vars: improve accuracy of the rules used...
2021-09-02 Willy TarreauBUG/MINOR: vars: fix set-var/unset-var exclusivity...
2021-09-02 Willy TarreauCI: Github Actions: temporarily disable BoringSSL builds
2021-09-02 Willy TarreauMINOR: http-rules: add a new "ignore-empty" option...
2021-09-01 Remi Tricot... REGTESTS: ssl: Add tests for bc_conn_err and ssl_bc_hsk...
2021-09-01 Remi Tricot... MINOR: connection: Add a connection error code sample...
2021-09-01 Remi Tricot... MINOR: ssl: Add new ssl_bc_hsk_err sample fetch
2021-09-01 Tim DuesterhusCLEANUP: Add missing include guard to signal.h
2021-08-31 Willy TarreauBUG/MAJOR: queue: better protect a pendconn being picke...
2021-08-31 Remi Tricot... MINOR: log: Add new "error-log-format" option
2021-08-31 Remi Tricot... MINOR: log: Remove log-error-via-logformat option
2021-08-30 Willy TarreauBUILD: globally enable -Wundef
2021-08-30 Willy TarreauBUILD: tools: properly guard __GLIBC__ with defined()
2021-08-30 Willy TarreauBUILD: ssl: fix two remaining occurrences of #if USE_OP...
2021-08-30 Willy TarreauBUILD: ssl: next round of build warnings on LIBRESSL_VE...
2021-08-30 Tim DuesterhusBUG/MINOR: tools: Fix loop condition in dump_text()
2021-08-30 Tim DuesterhusBUG/MINOR threads: Use get_(local|gm)time instead of...
2021-08-28 Willy Tarreau[RELEASE] Released version 2.5-dev5 v2.5-dev5
2021-08-28 Willy TarreauBUILD/MINOR: regex: avoid a build warning on USE_PCRE2...
2021-08-28 Willy TarreauIMPORT: slz: silence a build warning with -Wundef
2021-08-28 Willy TarreauBUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VER...
2021-08-28 Willy TarreauBUILD/MINOR: defaults: eliminate warning on MAXHOSTNAME...
2021-08-28 Willy TarreauBUILD: activity: use #ifdef not #if on USE_MEMORY_PROFILING
2021-08-28 Willy TarreauBUG/MINOR: ebtree: remove dependency on incorrect macro...
2021-08-28 Willy TarreauMINOR: time: add report_idle() to report process-wide...
2021-08-27 Willy TarreauBUG/MINOR: time: fix idle time computation for long...
2021-08-26 Marcin DeranekMEDIUM: config: Deprecate tune.ssl.capture-cipherlist...
2021-08-26 Marcin DeranekMINOR: sample: Add be2hex converter
2021-08-26 Marcin DeranekMINOR: sample: Add be2dec converter
2021-08-26 Marcin DeranekMINOR: sample: Expose SSL captures using new fetchers
2021-08-26 Marcin DeranekMEDIUM: ssl: Capture more info from Client Hello
2021-08-26 Willy TarreauBUG/MINOR: lua: use strlcpy2() not strncpy() to copy...
2021-08-26 Willy TarreauMINOR: compiler: implement an ONLY_ONCE() macro
2021-08-26 Amaury DenoyelleBUG/MINOR: resolvers: mark servers with name-resolution...
2021-08-25 Tim DuesterhusREGTESTS: Remove REQUIRE_VERSION=1.5 from all tests
2021-08-25 Tim DuesterhusREGTESTS: Use `feature cmd` for 2.5+ tests
2021-08-25 William LallemandBUG/MINOR: proxy: don't dump servers of internal proxies
2021-08-25 Amaury DenoyelleREGTEST: fix haproxy required version for server remova...
2021-08-25 Amaury DenoyelleREGTEST: add missing lua requirements on server removal...
2021-08-25 Dragan DosenBUG/MINOR: base64: base64urldec() ignores padding in...
2021-08-25 Amaury DenoyelleMEDIUM: server: allow to remove servers at runtime...
2021-08-25 Amaury DenoyelleMINOR: server: mark servers referenced by LUA script...
2021-08-25 Amaury DenoyelleMINOR: server: mark referenced servers as non purgeable
2021-08-25 Amaury DenoyelleMINOR: server: define non purgeable server flag
2021-08-25 Amaury DenoyelleMEDIUM: server: extend refcount for all servers
2021-08-25 Amaury DenoyelleBUG/MINOR: stats: use refcount to protect dynamic serve...
2021-08-25 Amaury DenoyelleMINOR: server: return the next srv instance on free_server
2021-08-25 Ilya ShipitsinBUILD: adopt script/build-ssl.sh for OpenSSL-3.0.0beta2
2021-08-25 devnexen@gmail.comMINOR: proc: setting the process to produce a core...
2021-08-25 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-08-25 Willy TarreauCI: github-actions: remove obsolete options
2021-08-24 William LallemandBUILD: httpclient: fix build without OpenSSL
2021-08-24 William LallemandBUG/MINOR: httpclient: fix Host header
2021-08-24 William LallemandMINOR: httpclient: add the server to the proxy
2021-08-24 William LallemandMINOR: httpclient: set verify none on the https server
2021-08-24 Dragan DosenBUG/MEDIUM: base64: check output boundaries within...
2021-08-24 William LallemandBUG/MINOR: httpclient: remove deinit of the httpclient
2021-08-24 Willy TarreauBUG/MINOR: stick-table: fix the sc-set-gpt* parser...
2021-08-22 William LallemandCLEANUP: ssl: remove useless check on p in openssl_vers...
2021-08-21 William LallemandMINOR: cfgcond: implements openssl_version_atleast...
next