haproxy-2.5.git
2020-08-28 Willy TarreauREORG: unix: move UNIX bind/server keywords from proto_...
2020-08-28 Willy TarreauREORG: tcp: move TCP bind/server keywords from proto_tc...
2020-08-28 Willy TarreauREORG: tcp: move TCP sample fetches from proto_tcp...
2020-08-28 Willy TarreauCLEANUP: tcp: stop exporting smp_fetch_src()
2020-08-28 Willy TarreauREORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c
2020-08-28 Willy TarreauBUG/MINOR: reload: do not fail when no socket is sent
2020-08-26 MIZUTA TakeshiDOC: add description of pidfile in master-worker mode
2020-08-26 Willy TarreauMEDIUM: reload: pass all exportable FDs, not just listeners
2020-08-26 Willy TarreauMINOR: fd: add a new "exported" flag and use it for...
2020-08-26 Willy TarreauCLEANUP: fd: remove fd_remove() and rename fd_dodelete...
2020-08-26 Willy TarreauMEDIUM: fd: replace usages of fd_remove() with fd_stop_...
2020-08-26 William LallemandBUG/MEDIUM: ssl: fix ssl_bind_conf double free w/ wildcards
2020-08-26 Willy TarreauMEDIUM: reload: stop passing listener options along...
2020-08-26 Willy TarreauMINOR: reload: determine the foreing binding status...
2020-08-26 Willy TarreauBUG/MINOR: reload: detect the OS's v6only status before...
2020-08-26 Willy TarreauMINOR: tcp: don't try to set/clear v6only on inherited...
2020-08-25 Shimi GersnerMINOR: ssl: Support SAN extension for certificate gener...
2020-08-25 Shimi GersnerMEDIUM: ssl: Support certificate chaining for certifica...
2020-08-21 Willy TarreauBUILD: task: work around a bogus warning in gcc 4.7...
2020-08-20 Willy TarreauBUILD: tools: include auxv a bit later
2020-08-19 zurikusMINOR: stats: prevent favicon.ico requests for stats...
2020-08-19 Willy TarreauREGTEST: remove stray leading spaces in converteers_ref...
2020-08-18 Tim DuesterhusMINOR: cache: Reject duplicate cache names
2020-08-18 Tim DuesterhusDOC: cache: Use '<name>' instead of '<id>' in error...
2020-08-18 Tim DuesterhusMEDIUM: cfgparse: Emit hard error on truncated lines
2020-08-17 Lukas TribusDOC: overhauling github issue templates
2020-08-17 William LallemandBUG/MEDIUM: ssl: crt-list negative filters don't work
2020-08-17 Thierry FournierMINOR: hlua: Add error message relative to the Channel...
2020-08-14 Willy Tarreau[RELEASE] Released version 2.3-dev3 v2.3-dev3
2020-08-14 William LallemandCLEANUP: ssl: remove poorly readable nested ternary
2020-08-14 William LallemandBUG/MEDIUM: ssl: does not look for all SNIs before...
2020-08-14 David CarlierOPTIM: regex: PCRE2 use JIT match when JIT optimisation...
2020-08-12 William LallemandBUG/MEDIUM: ssl: never generates the chain from the...
2020-08-12 Willy TarreauBUG/MEDIUM: htx: smp_prefetch_htx() must always validat...
2020-08-11 William LallemandBUG/MINOR: ssl: double free w/ smp_fetch_ssl_x_chain_der()
2020-08-11 Willy TarreauBUILD: makefile: don't disable -Wstringop-overflow...
2020-08-11 Willy TarreauBUG/MINOR: stats: use strncmp() instead of memcmp(...
2020-08-10 William LallemandBUG/MINOR: ssl: ssl-skip-self-issued-ca requires >...
2020-08-10 William LallemandBUG/MEDIUM: ssl: fix the ssl-skip-self-issued-ca option
2020-08-10 William DauchyCLEANUP: fix all duplicated semicolons
2020-08-07 William DauchyMINOR: ssl: add ssl_{c,s}_chain_der fetch methods
2020-08-07 William DauchyCLEANUP: ssl: ssl_sock_crt2der semicolon and spaces
2020-08-07 William LallemandBUG/MINOR: snapshots: leak of snapshots on deinit()
2020-08-07 Christopher... MINOR: arg: Use chunk_destroy() to release string arguments
2020-08-07 Christopher... MINOR: lua: Add support for regex as fetches and conver...
2020-08-07 Christopher... MINOR: lua: Add support for userlist as fetches and...
2020-08-07 Christopher... MEDIUM: lua: Don't filter exported fetches and converters
2020-08-07 Christopher... BUG/MINOR: lua: Duplicate lua strings in sample fetches...
2020-08-07 Christopher... MINOR: hlua: Don't needlessly copy lua strings in trash...
2020-08-07 Christopher... BUG/MINOR: lua: Check argument type to convert it to...
2020-08-07 Christopher... BUG/MINOR: lua: Check argument type to convert it to...
2020-08-07 Christopher... BUG/MINOR: arg: Fix leaks during arguments validation...
2020-08-07 Christopher... BUG/MINOR: lua: Duplicate map name to load it when...
2020-08-07 Christopher... BUG/MINOR: converters: Store the sink in an arg pointer...
2020-08-07 Christopher... MINOR: arg: Add an argument type to keep a reference...
2020-08-07 Christopher... BUG/MEDIUM: map/lua: Return an error if a map is loaded...
2020-08-06 William LallemandBUG/MEDIUM: ssl: memory leak of ocsp data at SSL_CTX_free()
2020-08-06 William LallemandBUG/MINOR: ssl: fix memory leak at OCSP loading
2020-08-05 William DauchyDOC: spoa-server: fix false friends `actually`
2020-08-05 William DauchyBUG/MINOR: spoa-server: fix size_t format printing
2020-08-05 Baptiste AssmannBUG/MAJOR: dns: disabled servers through SRV records...
2020-08-05 Baptiste AssmannCLEANUP: dns: typo in reported error message
2020-08-05 Christopher... BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after...
2020-08-05 Ilya ShipitsinCI: travis-ci: specify SLZ_LIB, SLZ_INC for travis...
2020-08-05 Ilya ShipitsinBUILD: Makefile: require SSL_LIB, SSL_INC to be explici...
2020-07-31 Willy TarreauSCRIPTS: git-show-backports: emit the shell command...
2020-07-31 Willy TarreauSCRIPTS: git-show-backports: make -m most only show...
2020-07-31 Willy Tarreau[RELEASE] Released version 2.3-dev2 v2.3-dev2
2020-07-31 William LallemandBUG/MEDIUM: ssl: check OCSP calloc in ssl_sock_load_ocsp()
2020-07-31 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-07-31 Willy TarreauMINOR: mux-h1: do not try to receive on backend before...
2020-07-31 Willy TarreauMINOR: mux-h1: do not even try to receive if the connec...
2020-07-31 Willy TarreauMINOR: connection: avoid a useless recvfrom() on outgoi...
2020-07-31 Willy TarreauBUG/MEDIUM: tcp-checks: always attach the transport...
2020-07-31 Willy TarreauBUG/MEDIUM: backend: always attach the transport before...
2020-07-31 Ilya ShipitsinCI: travis-ci: use proper linking flags for SLZ build
2020-07-31 Ilya ShipitsinCI: travis-ci: use better name for Coverity scan job
2020-07-30 Willy TarreauSCRIPTS: announce-release: add the link to the wiki...
2020-07-30 Christopher... BUG/MINOR: lua: Fix a possible null pointer deref on...
2020-07-30 Christopher... MINOR: stream-int: Be sure to have a mux to do sends...
2020-07-30 Christopher... MINOR: connection: Preinstall the mux for non-ssl connect
2020-07-30 Christopher... BUG/MEDIUM: connection: Be sure to always install a...
2020-07-30 Christopher... MEDIUM: lua: Set the analyse expiration date with small...
2020-07-30 Christopher... MEDIUM: tcp-rules: Use a dedicated expiration date...
2020-07-30 Christopher... BUG/MINOR: tcp-rules: Set the inspect-delay when a...
2020-07-30 Christopher... BUG/MINOR: tcp-rules: Preserve the right filter analyse...
2020-07-30 Christopher... MINOR: tcp-rules: Return an internal error if an action...
2020-07-30 Christopher... BUG/MINOR: lua: Abort execution of actions that yield...
2020-07-30 Christopher... BUG/MEDIUM: dns: Don't yield in do-resolve action on...
2020-07-30 Christopher... MEDIUM: lua: Add support for the Lua 5.4
2020-07-30 Ilya ShipitsinCI: travis-ci : switch to stock openssl when openssl...
2020-07-30 Ilya ShipitsinCI : travis-ci : prepare for using stock OpenSSL
2020-07-29 Jerome MagninBUG/MAJOR: dns: don't treat Authority records as an...
2020-07-29 Jerome MagninBUG/MAJOR: dns: fix null pointer dereference in snr_upd...
2020-07-27 Christopher... BUG/MINOR: debug: Don't dump the lua stack if it is...
2020-07-26 Jackie TapiaDOC: Use gender neutral language
2020-07-24 Baruch SiachBUILD: tools: fix build with static only toolchains
2020-07-23 Christopher... BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING...
2020-07-23 Willy TarreauBUG/MINOR: htx: add two missing HTX_FL_EOI and remove...
2020-07-22 Willy TarreauCLEANUP: dns: remove 45 "return" statements from dns_va...
next