]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-09-16  Willy TarreauMINOR: protocol: add a new ->bind() entry to bind the...
2020-09-16  Willy TarreauMINOR: protocol: rename the ->bind field to ->listen
2020-09-16  Willy TarreauMINOR: sock: make sock_find_compatible_fd() only take...
2020-09-16  Willy TarreauMINOR: receiver: move the FOREIGN and V6ONLY options...
2020-09-16  Willy TarreauMINOR: listener: move the INHERITED flag down to the...
2020-09-16  Willy TarreauMINOR: receiver: add a receiver-specific flag to indica...
2020-09-16  Willy TarreauMINOR: listener: prefer to retrieve the socket's settin...
2020-09-16  Willy TarreauMINOR: receiver: link the receiver to its owner
2020-09-16  Willy TarreauMINOR: receiver: link the receiver to its settings
2020-09-16  Willy TarreauREORG: listener: move the receiver part to a new file
2020-09-16  Willy TarreauMINOR: listener: make sock_find_compatible_fd() check...
2020-09-16  Willy TarreauREORG: listener: move the listener's proto to the receiver
2020-09-16  Willy TarreauREORG: listener: move the receiving FD to struct receiver
2020-09-16  Willy TarreauREORG: listener: move the listening address to a struct...
2020-09-16  Willy TarreauREORG: listener: create a new struct receiver
2020-09-16  Willy TarreauMINOR: listener: move the network namespace to the...
2020-09-16  Willy TarreauMINOR: listener: move the interface to the struct settings
2020-09-16  Willy TarreauMINOR: listener: move bind_proc and bind_thread to...
2020-09-16  Willy TarreauMINOR: listener: create a new struct "settings" in...
2020-09-16  Willy TarreauBUG/MINOR: dns: gracefully handle the "udp@" address...
2020-09-16  Willy TarreauBUG/MINOR: log: gracefully handle the "udp@" address...
2020-09-16  William LallemandBUILD: fix build with openssl < 1.0.2 since bundle...
2020-09-16  William LallemandDOC: explain bundle emulation in configuration.txt
2020-09-16  William LallemandCLEANUP: ssl: remove utility functions for bundle
2020-09-16  William LallemandCLEANUP: ssl/cli: remove test on 'multi' variable in...
2020-09-16  William LallemandCLEANUP: ssl: remove test on "multi" variable in ckch...
2020-09-16  William LallemandMEDIUM: ssl: emulate multi-cert bundles loading in...
2020-09-16  William LallemandMEDIUM: ssl: emulates the multi-cert bundles in the...
2020-09-16  William LallemandMINOR: ssl: crtlist_entry_dup() duplicates a crtlist_entry
2020-09-16  William LallemandMINOR: ssl: crtlist_dup_ssl_conf() duplicates a ssl_bin...
2020-09-16  William LallemandMEDIUM: ssl/cli: remove support for multi certificates...
2020-09-16  William LallemandMEDIUM: ssl: remove bundle support in crt-list and...
2020-09-16  Willy TarreauBUG/MEDIUM: log-forward: always quit on parsing errors
2020-09-16  Willy TarreauMEDIUM: log-forward: use "dgram-bind" instead of "bind...
2020-09-16  Willy TarreauBUG/MINOR: log-forward: fail on unknown keywords
2020-09-16  William LallemandBUG/MINOR: ssl/crt-list: crt-list could end without...
2020-09-15  Olivier HouchardBUG/MEDIUM: ssl: Don't call ssl_sock_io_cb() directly.
2020-09-15  Willy TarreauBUG/MINOR: server: report correct error message for...
2020-09-15  Ilya ShipitsinCI: travis-ci: split asan step out of running tests
2020-09-15  Brad SmithBUILD: makefile: change default value of CC from gcc...
2020-09-14  William LallemandBUG/MINOR: ssl: verifyhost is case sensitive
2020-09-14  Willy TarreauBUILD: connection: fix build on clang after the VAR_ARR...
2020-09-12  Willy TarreauCLEANUP: tree-wide: use VAR_ARRAY instead of [0] in...
2020-09-12  Tim DuesterhusCLEANUP: Do not use a fixed type for 'sizeof' in 'calloc'
2020-09-12  Tim DuesterhusBUG/MINOR: Fix type passed of sizeof() for calloc()
2020-09-12  Ilya ShipitsinCI: travis-ci: help Coverity to recognize abort()
2020-09-12  Ilya ShipitsinBUILD: introduce possibility to define ABORT_NOW()...
2020-09-12  Ilya ShipitsinCLEANUP: Update .gitignore
2020-09-11  Tim DuesterhusDOC: Fix typo in iif() example
2020-09-11  Willy Tarreau[RELEASE] Released version 2.3-dev4 v2.3-dev4
2020-09-11  Tim DuesterhusMINOR: sample: Add iif(<true>,<false>) converter
2020-09-11  Willy TarreauREORG: tools: move PARSE_OPT_* from tools.h to tools-t.h
2020-09-11  Christopher... BUG/MEDIUM: pattern: Renew the pattern expression revis...
2020-09-11  Tim DuesterhusCLEANUP: haproxy: Free post_check_list in deinit()
2020-09-11  Tim DuesterhusCLEANUP: haproxy: Free per_thread_*_list in deinit()
2020-09-11  Tim DuesterhusCLEANUP: haproxy: Free post_proxy_check_list in deinit()
2020-09-11  Tim DuesterhusCLEANUP: Free old_argv on deinit
2020-09-11  Tim DuesterhusBUG/MINOR: haproxy: Free uri_auth->scope during deinit
2020-09-10  Willy TarreauBUILD: traces: don't pass an empty argument for missing...
2020-09-10  Willy TarreauBUILD: trace: always have an argument before variadic...
2020-09-10  Willy TarreauBUILD: intops: on x86_64, the bswap instruction is...
2020-09-10  Willy TarreauBUILD: compiler: workaround a glibc madness around...
2020-09-10  Willy TarreauBUILD: compiler: reserve the gcc version checks to...
2020-09-09  Willy TarreauBUILD: threads: better workaround for late loading...
2020-09-08  Willy TarreauBUG/MEDIUM: mux-h1: always apply the timeout on half...
2020-09-08  Victor KislovBUG/MINOR: auth: report valid crypto(3) support dependi...
2020-09-08  Jerome MagninDOC: ssl-load-extra-files only applies to certificates...
2020-09-08  Christopher... MINOR: server: Improve log message sent when server...
2020-09-08  Christopher... BUG/MEDIUM: dns: Be sure to renew IP address for alread...
2020-09-08  Christopher... BUG/MEDIUM: dns: Don't store additional records in...
2020-09-06  Tim DuesterhusCLEANUP: Update .gitignore
2020-09-05  Tim DuesterhusMINOR: Commit .gitattributes
2020-09-04  Christopher... REGTEST: Add a test for request path manipulations...
2020-09-04  Christopher... MINOR: http-fetch: Add pathq sample fetch
2020-09-04  Christopher... MINOR: http-rules: Add set-pathq and replace-pathq...
2020-09-02  Christopher... BUG/MEDIUM: doc: Fix replace-path action description
2020-09-02  Christopher... Revert "BUG/MINOR: http-rules: Replace path and query...
2020-09-02  William LallemandBUG/MINOR: startup: haproxy -s cause 100% cpu
2020-09-02  Willy TarreauMAJOR: init: start all listeners via protocols and...
2020-09-02  Willy TarreauCLEANUP: protocol: remove all ->bind_all() and ->unbind...
2020-09-02  Willy TarreauMINOR: protocol: do not call proto->unbind_all() anymore
2020-09-02  Willy TarreauMINOR: protocol: do not call proto->bind_all() anymore
2020-09-02  Willy TarreauBUILD: thread: limit the libgcc_s workaround to glibc...
2020-09-02  Willy TarreauBUG/MINOR: threads: work around a libgcc_s issue with...
2020-09-02  Willy TarreauREGTEST: increase some short timeouts to make tests...
2020-09-02  Willy TarreauCLEANUP: http: silence a cppcheck warning in get_http_a...
2020-09-01  Gilchrist DadagloBUG/MEDIUM: contrib/spoa-server: Fix ipv4_address used...
2020-09-01  Gilchrist DadagloBUG/MINOR: contrib/spoa-server: Updating references...
2020-09-01  Gilchrist DadagloBUG/MINOR: contrib/spoa-server: Do not free reference...
2020-09-01  Gilchrist DadagloBUG/MINOR: contrib/spoa-server: Ensure ip address refer...
2020-09-01  Gilchrist DadagloBUG/MAJOR: contrib/spoa-server: Fix unhandled python...
2020-09-01  Bertrand JacquinMINOR: contrib/spoa-server: allow MAX_FRAME_SIZE override
2020-09-01  Christopher... MINOR: http-htx: Handle an optional reason when replaci...
2020-09-01  Christopher... BUG/MINOR: http-rules: Replace path and query-string...
2020-09-01  Christopher... MINOR: http-htx: Add an option to eval query-string...
2020-08-31  Christopher... BUG/MEDIUM: http-ana: Don't wait to send 1xx responses...
2020-08-29  Willy TarreauBUILD: sock_unix: fix build issue with isdigit()
2020-08-28  Willy TarreauMINOR: sock: distinguish dgram from stream types when...
2020-08-28  Willy TarreauMINOR: sock: do not use LI_O_* in xfer_sock_list anymore
2020-08-28  Willy TarreauREORG: sock: move get_old_sockets() from haproxy.c
next