haproxy-2.5.git
2021-04-10 Willy TarreauMINOR: pool: move pool declarations to read_mostly
2021-04-10 Willy TarreauMINOR: kqueue: move kqueue_fd to read_mostly
2021-04-10 Willy TarreauMINOR: epoll: move epoll_fd to read_mostly
2021-04-10 Willy TarreauMINOR: fd: move a few read-mostly variables to their...
2021-04-10 Willy TarreauMINOR: global: declare a read_mostly section
2021-04-10 Willy TarreauCLEANUP: initcall: rely on HA_SECTION_* instead of...
2021-04-10 Willy TarreauMINOR: compiler: add macros to declare section names
2021-04-10 Willy TarreauCLEANUP: initcall: rename HA_SECTION to HA_INIT_SECTION
2021-04-10 Willy TarreauMINOR: initcall: uniformize the section names between...
2021-04-10 Willy TarreauMINOR: trace: replace the trace() inline function with...
2021-04-10 Willy TarreauCLEANUP: pattern: make all pattern tables read-only
2021-04-10 Tim DuesterhusCI: travis: Drastically clean up .travis.yml
2021-04-10 Christopher... BUG/MINOR: mux-pt: Fix a possible UAF because of traces...
2021-04-09 Christopher... MINOIR: mux-pt/trace: Register a new trace source with...
2021-04-09 Willy Tarreau[RELEASE] Released version 2.4-dev16 v2.4-dev16
2021-04-08 Tim DuesterhusCLEANUP: Remove useless malloc() casts
2021-04-08 Tim DuesterhusCLEANUP: ist: Remove unused `count` argument from ...
2021-04-08 Tim DuesterhusCLEANUP: htx: Make http_get_stline take a `const struct`
2021-04-08 Tim DuesterhusMINOR: ist: Rename istappend() to __istappend()
2021-04-08 Emeric BrunMEDIUM: resolvers: add support of tcp address on namese...
2021-04-08 Miroslav ZagoracMINOR: opentracing: register config file and line numbe...
2021-04-07 Willy TarreauBUG/MAJOR: fd: switch temp values to uint in fd_stop_both()
2021-04-07 Tim DuesterhusMINOR: ist: Add `istsplit(struct ist*, char)`
2021-04-07 Tim DuesterhusMINOR: ist: Add `istshift(struct ist*)`
2021-04-07 Tim DuesterhusMINOR: ist: Add `istappend(struct ist, char)`
2021-04-07 Willy TarreauMINOR: atomic: implement native BTS/BTR for x86
2021-04-07 Willy TarreauCLEANUP: atomic: use the __atomic variant of BTS/BTR...
2021-04-07 Willy TarreauCLEANUP: atomic/tree-wide: replace single increments...
2021-04-07 Willy TarreauCLEANUP: atomic: add HA_ATOMIC_INC/DEC for unit increments
2021-04-07 Willy TarreauCLEANUP: atomic: add a fetch-and-xxx variant for common...
2021-04-07 Willy TarreauCLEANUP: atomic: make all standard add/or/and/sub opera...
2021-04-07 Willy TarreauCLEANUP: atomic: add an explicit _FETCH variant for...
2021-04-07 Willy TarreauMINOR: atomic/arm64: detect and use builtins for the...
2021-04-07 Willy TarreauMINOR: cli/show-fd: slightly reorganize the FD status...
2021-04-07 Willy TarreauMINOR: fd: implement an exclusive syscall bit to remove...
2021-04-07 Willy TarreauMINOR: fd: move .exported into fdtab[].state
2021-04-07 Willy TarreauMINOR: fd: move .et_possible into fdtab[].state
2021-04-07 Willy TarreauMINOR: fd: move .initialized into fdtab[].state
2021-04-07 Willy TarreauMINOR: fd: move .cloned into fdtab[].state
2021-04-07 Willy TarreauMINOR: fd: move .linger_risk into fdtab[].state
2021-04-07 Willy TarreauMEDIUM: fd: merge fdtab[].ev and state for FD_EV_*...
2021-04-07 Willy TarreauMEDIUM: fd: prepare FD_POLL_* to move to bits 8-15
2021-04-07 Willy TarreauCLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY
2021-04-07 Emeric BrunBUG/MEDIUM: log: fix config parse error logging on...
2021-04-07 Emeric BrunMEDIUM: log: support tcp or stream addresses on log...
2021-04-07 Emeric BrunMINOR: log: register config file and line number on...
2021-04-07 Emeric BrunMINOR: server/bind: add support of new prefixes for...
2021-04-06 Thayne McCombsBUG/MINOR: tools: fix parsing "us" unit for timers
2021-04-06 Christopher... BUG/MINOR: hlua: Detect end of request when reading...
2021-04-06 Christopher... MINOR: acl: Add HTTP_2.0 predefined macro
2021-04-05 Christopher... MINOR: No longer rely on deprecated sample fetches...
2021-04-03 Willy TarreauCLEANUP: dev/flags: remove useless test in the stdin...
2021-04-02 Willy Tarreau[RELEASE] Released version 2.4-dev15 v2.4-dev15
2021-04-02 Julien PivottoDOC: clarify that compression works for HTTP/2
2021-04-02 Miroslav ZagoracBUG/MINOR: opentracing: initialization after establishi...
2021-04-02 Willy TarreauCONTRIB: move contrib/opentracing to addons/ot
2021-04-02 Willy TarreauCONTRIB: move src/wurfl.c and contrib/wurfl to addons...
2021-04-02 Willy TarreauCONTRIB: move src/da.c and contrib/deviceatlas to addon...
2021-04-02 Willy TarreauCONTRIB: move 51Degrees to addons/51degrees
2021-04-02 Willy TarreauDOC: add a few words about USE_* and the addons directory
2021-04-02 Willy TarreauCONTRIB: move prometheus-exporter to addons/promex
2021-04-02 Willy TarreauBUILD: makefile: add a "USE_PROMEX" variable to ease...
2021-04-02 Willy TarreauBUILD: makefile: build halog with the correct flags
2021-04-02 Willy TarreauADMIN: halog: automatically enable USE_MEMCHR on the...
2021-04-02 Willy TarreauCONTRIB: move halog to admin/
2021-04-02 Willy TarreauCONTRIB: move some admin-related sub-projects to admin/
2021-04-02 Willy TarreauCONTRIB: merge ip6range with iprange
2021-04-02 Willy TarreauBUILD: makefile: integrate the hpack tools
2021-04-02 Willy TarreauDEV: flags: replace the unneeded makefile with a README
2021-04-02 Willy TarreauBUILD: makefile: always build the flags utility
2021-04-02 Willy TarreauCONTRIB: move some dev-specific tools to dev/
2021-04-02 Willy TarreauCONTRIB: debug: split poll from flags
2021-04-02 Willy TarreauCONTRIB: debug: add the show-fd-to-flags script
2021-04-02 Willy TarreauCONTRIB: tcploop: add a shutr command
2021-04-02 Willy TarreauCONTRIB: halog: fix issue with array of type char
2021-04-02 William LallemandREGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken
2021-04-02 William LallemandREGTESTS: ssl: "set ssl cert" and multi-certificates...
2021-04-02 Willy TarreauTESTS: move tests/*.cfg to tests/config
2021-04-02 Willy TarreauTESTS: slightly reorganize the code in the tests/ directory
2021-04-01 Amaury DenoyelleMINOR: config: diag if global section after non-global
2021-04-01 Amaury DenoyelleMINOR: diag: diag if servers use the same cookie value
2021-04-01 Amaury DenoyelleMINOR: diag: create cfgdiag module
2021-04-01 Amaury DenoyelleMINOR: server: diag for 0 weight server
2021-04-01 Amaury DenoyelleMINOR: cfgparse: diag for multiple nbthread statements
2021-04-01 Amaury DenoyelleMINOR: global: define diagnostic mode of execution
2021-04-01 Willy TarreauCLEANUP: vars: always pre-initialize smp in vars_parse_...
2021-04-01 Christopher... BUG/MINOR: http-fetch: Fix test on message state to...
2021-04-01 Christopher... REGTESTS: Add script to tests the wait-for-body HTTP...
2021-04-01 Christopher... MEDIUM: http-rules: Add wait-for-body action on request...
2021-04-01 Christopher... MINOR: payload/config: Warn if a L6 sample fetch is...
2021-04-01 Christopher... MINOR: action: Use a generic function to check validity...
2021-04-01 Christopher... MINOR: htx: Make internal.strm.is_htx an internal sampl...
2021-04-01 Christopher... BUG/MINOR: payload/htx: Ingore L6 sample fetches for...
2021-04-01 Christopher... REGTESTS: Add script to tests TCP to HTTP upgrades
2021-04-01 Christopher... DOC: config: Add documentation about TCP to HTTP upgrades
2021-04-01 Christopher... MINOR: config/proxy: Warn if a TCP proxy without backen...
2021-04-01 Christopher... MINOR: config/proxy: Don't warn for HTTP rules in TCP...
2021-04-01 Christopher... MEDIUM: Add tcp-request switch-mode action to perform...
2021-04-01 Christopher... MINOR: stream: Handle stream HTTP upgrade in a dedicate...
2021-04-01 Christopher... MINOR: http-ana: Simplify creation/destruction of HTTP...
next