]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-04-11  Willy TarreauMINOR: time: change the global timeval and the the...
2021-04-11  Willy TarreauMINOR: time: remove useless variable copies in tv_updat...
2021-04-11  Willy TarreauMINOR: time: move the time initialization out of tv_upd...
2021-04-11  Willy TarreauCLEANUP: time: remove the now unused ms_left_scaled
2021-04-11  Willy TarreauMINOR: freq_ctr: simplify and improve the update function
2021-04-11  Willy TarreauMINOR: freq_ctr: add cpu_relax in the rotation loop...
2021-04-11  Willy TarreauMEDIUM: freq_ctr: replace the per-second counters with...
2021-04-11  Willy TarreauMINOR: freq_ctr: unify freq_ctr and freq_ctr_period...
2021-04-11  Willy TarreauMINOR: freq_ctr: add the missing next_event_delay_period()
2021-04-11  Willy TarreauMEDIUM: freq_ctr: reimplement freq_ctr_remain_period...
2021-04-11  Willy TarreauMEDIUM: freq_ctr: make read_freq_ctr_period() use freq_...
2021-04-11  Willy TarreauMINOR: freq_ctr: add a generic function to report the...
2021-04-10  Willy TarreauMINOR: trace: make trace sources read_mostly
2021-04-10  Willy TarreauMINOR: pattern: make the pat_lru_seed read_mostly
2021-04-10  Willy TarreauMINOR: protocol: move __protocol_by_family to read_mostly
2021-04-10  Willy TarreauMINOR: server: move idle_conn_task to read_mostly
2021-04-10  Willy TarreauMINOR: threads: mark all_threads_mask as read_mostly
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
next