]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-03-04  Willy TarreauMINOR: debug: dump the whole trace if we can't spot...
2020-03-04  Willy TarreauMINOR: debug: use our own backtrace function on clang...
2020-03-04  Willy TarreauMINOR: debug: improve backtrace() on aarch64 and possib...
2020-03-04  Willy TarreauMINOR: debug: report the number of entries in the backtrace
2020-03-04  Willy TarreauMINOR: wdt: do not depend on USE_THREAD
2020-03-04  Willy TarreauMEDIUM: wdt: fall back to CLOCK_REALTIME if CLOCK_THREA...
2020-03-04  Willy TarreauBUILD: Makefile: include librt before libpthread
2020-03-04  Willy TarreauBUG/MINOR: wdt: do not return an error when the watchdo...
2020-03-04  Emmanuel HocdetMINOR: ssl: add "ca-verify-file" directive
2020-03-04  Willy TarreauMINOR: debug: call backtrace() once upon startup
2020-03-03  Willy TarreauMEDIUM: debug: add support for dumping backtraces of...
2020-03-03  Willy TarreauMINOR: cli: make "show fd" rely on resolve_sym_name()
2020-03-03  Willy TarreauMINOR: debug: use resolve_sym_name() to dump task handlers
2020-03-03  Willy TarreauMINOR: tools: add resolve_sym_name() to resolve functio...
2020-03-03  Willy TarreauMINOR: tools: add new function dump_addr_and_bytes()
2020-03-03  Willy TarreauBUILD: tools: remove obsolete and conflicting trace...
2020-03-03  Willy TarreauMINOR: task: export run_tasks_from_list
2020-03-03  Willy TarreauMINOR: haproxy: export run_poll_loop
2020-03-03  Willy TarreauMINOR: haproxy: export main to ease access from debugger
2020-03-03  Willy TarreauBUG/MEDIUM: debug: make the debug_handler check for...
2020-03-03  Willy TarreauMINOR: debug: report the task handler's pointer relativ...
2020-02-29  Willy TarreauMINOR: tools: make sure to correctly check the returned...
2020-02-28  Willy TarreauBUG/MINOR: arg: don't reject missing optional args
2020-02-28  Willy TarreauMEDIUM: mux-h1: do not blindly wake up the tasklet...
2020-02-28  Willy TarreauMEDIUM: connection: don't stop receiving events in...
2020-02-28  Willy TarreauMEDIUM: connection: make the subscribe() call able...
2020-02-28  Willy TarreauMINOR: rawsock: always mark the FD not ready when we...
2020-02-28  Christopher... MINOR: mux-h1: Remove useless case-insensitive comparisons
2020-02-28  Christopher... BUG/MINOR: http-htx: Do case-insensive comparisons...
2020-02-28  Christopher... MINOR: contrib/prometheus-exporter: Add the last heathc...
2020-02-28  Lukas TribusBUG/MINOR: dns: ignore trailing dot
2020-02-28  Willy TarreauMINOR: fd: merge the read and write error bits into...
2020-02-28  Willy TarreauCLEANUP: fd: remove some unneeded definitions of FD_EV_...
2020-02-28  Willy TarreauCLEANUP: fd: remove the FD_EV_STATUS aggregate
2020-02-27  Jerome MagninBUG/MINOR: http_ana: make sure redirect flags don't...
2020-02-27  Ilya ShipitsinBUILD: cirrus-ci: suppress OS version check when instal...
2020-02-27  William LallemandBUG/MEDIUM: ssl: chain must be initialized with sk_X509...
2020-02-27  Tim DuesterhusBUG/MINOR: sample: Make sure to return stable IDs in...
2020-02-26  Willy TarreauMINOR: epoll: always initialize all of epoll_event...
2020-02-26  Willy TarreauMINOR: wdt: always clear sigev_value to make valgrind...
2020-02-26  Willy TarreauBUG/MINOR: h2: reject again empty :path pseudo-headers
2020-02-26  Emmanuel HocdetMINOR: ssl/cli: "show ssl cert" command should print...
2020-02-26  Emmanuel HocdetMINOR: ssl: resolve ocsp_issuer later
2020-02-26  Emmanuel HocdetMINOR: ssl: resolve issuers chain later
2020-02-26  Emmanuel HocdetMINOR: ssl: move find certificate chain code to its...
2020-02-26  Willy TarreauMEDIUM: buffer: remove the buffer_wq lock
2020-02-25  Willy Tarreau[RELEASE] Released version 2.2-dev3 v2.2-dev3
2020-02-25  Willy TarreauDOC: proxy-protocol: clarify IPv6 address representatio...
2020-02-25  William LallemandCLEANUP: ssl: move issuer_chain tree and definition
2020-02-25  William LallemandMINOR: ssl/cli: reorder 'show ssl cert' output
2020-02-25  William LallemandMINOR: ssl/cli: 'show ssl cert'displays the issuer...
2020-02-25  William LallemandMINOR: ssl/cli: 'show ssl cert' displays the chain
2020-02-25  Ilya ShipitsinBUILD: travis-ci: enable s390x builds
2020-02-25  Willy TarreauMINOR: config: mark global.debug as deprecated
2020-02-25  Willy TarreauBUILD: ebtree: improve architecture-specific alignment
2020-02-25  Willy TarreauMINOR: compiler: add new alignment macros
2020-02-25  Willy TarreauBUG/MINOR: connection: make sure to correctly tag local...
2020-02-25  Willy TarreauBUILD: makefile: re-enable strict aliasing
2020-02-25  Willy TarreauCLEANUP: connection: use read_u32() instead of a cast...
2020-02-25  Willy TarreauCLEANUP: lua: fix aliasing issues in the address matchi...
2020-02-25  Willy TarreauMINOR: pattern: fix all remaining strict aliasing issues
2020-02-25  Willy TarreauCLEANUP: sample: use read_u64() in ipmask() to apply...
2020-02-25  Willy TarreauCLEANUP: stick-tables: use read_u32() to display a...
2020-02-25  Willy TarreauCLEANUP: cache: use read_u32/write_u32 to access the...
2020-02-25  Willy TarreauCLEANUP: fd: use a union in fd_rm_from_fd_list() to...
2020-02-25  Willy TarreauBUG/MEDIUM: ssl: fix several bad pointer aliases in...
2020-02-25  Willy TarreauBUG/MINOR: sample: fix the json converter's endian...
2020-02-25  Willy TarreauBUILD: general: always pass unsigned chars to is* functions
2020-02-25  Willy TarreauBUILD: ssl: only pass unsigned chars to isspace()
2020-02-25  Tim DuesterhusCLEANUP: cfgparse: Fix type of second calloc() parameter
2020-02-25  Willy TarreauBUILD: remove obsolete support for -mregparm / USE_REGPARM
2020-02-25  Tim DuesterhusCLEANUP: net_helper: Do not negate the result of unlikely
2020-02-25  Tim DuesterhusCLEANUP: conn: Do not pass a pointer to likely
2020-02-25  Willy TarreauMINOR: compiler: drop special cases of likely/unlikely...
2020-02-24  William LallemandBUG/MINOR: ssl: load .key in a directory only after PEM
2020-02-24  William LallemandMINOR: ssl: load the key from a dedicated file
2020-02-21  Willy TarreauBUILD: fix recent build failure on unaligned archs
2020-02-21  Willy TarreauCLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of...
2020-02-21  Willy TarreauBUG/MEDIUM: ebtree: don't set attribute packed without...
2020-02-21  Willy TarreauMINOR: compiler: move CPU capabilities definition from...
2020-02-21  Willy TarreauBUG/MEDIUM: shctx: make sure to keep all blocks aligned
2020-02-21  Jerome MagninCLEANUP: sample: use iststop instead of a for loop
2020-02-21  Jerome MagninBUG/MINOR: http: http-request replace-path duplicates...
2020-02-21  Jerome MagninMINOR: ist: add an iststop() function
2020-02-21  Willy TarreauMINOR: mux-h1: pass CO_RFL_READ_ONCE to the lower layer...
2020-02-21  Willy TarreauMINOR: connection: introduce a new receive flag: CO_RFL...
2020-02-21  Willy TarreauCLEANUP: connection: remove the definitions of conn_xpr...
2020-02-21  Willy TarreauMINOR: connection: remove the last calls to conn_xprt_...
2020-02-21  Willy TarreauMINOR: tcp/uxst/sockpair: use fd_want_send() instead...
2020-02-21  Willy TarreauMINOR: raw_sock: directly call fd_stop_send() and not...
2020-02-21  Willy TarreauMEDIUM: connection: remove the intermediary polling...
2020-02-21  Willy TarreauCLEANUP: epoll: place the struct epoll_event in the...
2020-02-21  Willy TarreauMINOR: checks: do not call conn_xprt_stop_send() anymore
2020-02-21  Willy TarreauBUG/MINOR: mux: do not call conn_xprt_stop_recv() on...
2020-02-21  Christopher... BUG/MAJOR: http-ana: Always abort the request when...
2020-02-19  Tim DuesterhusBUG/MINOR: ssl: Stop passing dynamic strings as format...
2020-02-18  Christopher... MINOR: http-ana: Match on the path if the monitor-uri...
2020-02-18  Christopher... BUG/MINOR: http-ana: Matching on monitor-uri should...
2020-02-18  Willy TarreauREGTESTS: use "command -v" instead of "which"
2020-02-18  Emmanuel HocdetMINOR: ssl: add "issuers-chain-path" directive.
next