]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-04-15  AlexMINOR: sample: converter: Add json_query converter
2021-04-15  AlexMINOR: sample: converter: Add mjson library.
2021-04-15  Miroslav ZagoracMINOR: opentracing: transfer of context names without...
2021-04-15  Miroslav ZagoracMINOR: opentracing: correct calculation of the number...
2021-04-15  Ilya ShipitsinCI: cirrus: install "pcre" package
2021-04-14  Tim DuesterhusMINOR: ist: Add `istclear(struct ist*)`
2021-04-13  Moemen MHEDHBICLEANUP: sample: align samples list in sample.c
2021-04-13  Moemen MHEDHBIMINOR: sample: add ub64dec and ub64enc converters
2021-04-13  Thayne McCombsBUG/MEDIUM: sample: Fix adjusting size in field converter
2021-04-13  Remi Tricot... DOC: internals: update the SSL architecture schema
2021-04-12  Christopher... MINOR: cfgparse/proxy: Group alloc error handling durin...
2021-04-12  Christopher... BUG/MINOR: cfgparse/proxy: Hande allocation errors...
2021-04-12  Christopher... BUG/MINOR: listener: Handle allocation error when alloc...
2021-04-12  Christopher... BUG/MINOR: cfgparse/proxy: Fix some leaks during proxy...
2021-04-12  Christopher... BUG/MINOR: hlua: Fix memory leaks on error path when...
2021-04-12  Christopher... BUG/MINOR: hlua: Fix memory leaks on error path when...
2021-04-12  Christopher... BUG/MINOR: hlua: Fix memory leaks on error path when...
2021-04-12  Christopher... BUG/MINOR: hlua: Fix memory leaks on error path when...
2021-04-12  Christopher... BUG/MINOR: hlua: Fix memory leaks on error path when...
2021-04-12  Christopher... BUG/MINOR: hlua: Fix memory leaks on error path when...
2021-04-12  Christopher... BUG/MINOR: hlua: Fix memory leaks on error path when...
2021-04-12  Christopher... MINOR: hlua: Add function to release a lua function
2021-04-12  Christopher... MINOIR: checks/trace: Register a new trace source with...
2021-04-12  Christopher... MINOR: trace: Add the checks as a possible trace source
2021-04-12  Willy TarreauMINOR: atomic: reimplement the relaxed version of x86...
2021-04-11  Willy TarreauMEDIUM: time: make the clock offset global and no per...
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...
next