]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-09-23  Willy TarreauMINOR: backend: make the "whole" option of balance...
2020-09-18  Amaury DenoyelleBUG/MINOR: config: Fix memory leak on config parse...
2020-09-18  Eric SalamaBUG/MINOR: Fix memory leaks cfg_parse_peers
2020-09-18  Christopher... BUG/MINOR: http-fetch: Don't set the sample type during...
2020-09-18  Willy TarreauBUG/MEDIUM: h2: report frame bits only for handled...
2020-09-18  Willy TarreauBUG/MINOR: h2/trace: do not display "stream error"...
2020-09-18  Willy TarreauMINOR: h2/trace: also display the remaining frame lengt...
2020-09-17  Willy TarreauBUILD: sock_inet: include errno.h
2020-09-17  Willy TarreauMINOR: sock_unix: report the errno string in binding...
2020-09-17  Willy TarreauMINOR: sock_inet: report the errno string in binding...
2020-09-16  Willy TarreauBUILD: sock_unix: add missing errno.h
2020-09-16  Willy TarreauMINOR: tools: drop listener detection hack from str2sa_...
2020-09-16  Willy TarreauMEDIUM: proto_udp: replace last AF_CUST_UDP* with AF_INET*
2020-09-16  Willy TarreauMEDIUM: tools: make str2sa_range() use protocol_lookup()
2020-09-16  Willy TarreauMEDIUM: protocol: store the socket and control type...
2020-09-16  Willy TarreauMINOR: protocol: add the control layer type in the...
2020-09-16  Willy TarreauMEDIUM: tools: make str2sa_range() check that the proto...
2020-09-16  Willy TarreauMINOR: tools: make str2sa_range() directly return the...
2020-09-16  Willy TarreauMINOR: listener: pass the chosen protocol to create_lis...
2020-09-16  Willy TarreauMEDIUM: config: make str2listener() not accept datagram...
2020-09-16  Willy TarreauMINOR: log-forward: use str2receiver() to parse the...
2020-09-16  Willy TarreauMINOR: cfgparse: add str2receiver() to parse dgram...
2020-09-16  Willy TarreauMINOR: tools: remove the central test for "udp" in...
2020-09-16  Willy TarreauMEDIUM: tools: make str2sa_range() only report AF_CUST_...
2020-09-16  Willy TarreauMINOR: tools: start to distinguish stream and dgram...
2020-09-16  Willy TarreauMEDIUM: tools: make str2sa_range() check for the sockpa...
2020-09-16  Willy TarreauMINOR: config: do not test an inherited socket again
2020-09-16  Willy TarreauMEDIUM: tools: make str2sa_range() resolve pre-bound...
2020-09-16  Willy TarreauMINOR: log: detect LOG_TARGET_FD from the fd and not...
2020-09-16  Willy TarreauMINOR: tools: make str2sa_range() optionally return...
2020-09-16  Willy TarreauMINOR: listener: remove the inherited arg to create_lis...
2020-09-16  Willy TarreauMINOR: tools: add several PA_O_* flags in str2sa_range...
2020-09-16  Willy TarreauMEDIUM: config: remove all checks for missing/invalid...
2020-09-16  Willy TarreauMEDIUM: tools: make str2sa_range() validate callers...
2020-09-16  Willy TarreauMINOR: tools: add several PA_O_PORT_* flags in str2sa_r...
2020-09-16  Willy TarreauMINOR: tools: make str2sa_range() take more options...
2020-09-16  Willy TarreauCLEANUP: tools: make str2sa_range() less awful for...
2020-09-16  Willy TarreauMINOR: protocol: add a real family for existing FDs
2020-09-16  Willy TarreauCLEANUP: protocol: remove family-specific fields from...
2020-09-16  Willy TarreauMINOR: protocol: retrieve the family-specific fields...
2020-09-16  Willy TarreauMINOR: protocol: add a new proto_fam structure for...
2020-09-16  Willy TarreauMEDIUM: protocol: do not call proto->bind() anymore...
2020-09-16  Willy TarreauMEDIUM: protocol: explicitly start the receiver before...
2020-09-16  Willy TarreauMEDIUM: proto_sockpair: make use of sockpair_bind_recei...
2020-09-16  Willy TarreauMEDIUM: sockpair: implement sockpair_bind_receiver()
2020-09-16  Willy TarreauMEDIUM: uxst: make use of sock_unix_bind_receiver()
2020-09-16  Willy TarreauMEDIUM: sock_unix: implement sock_unix_bind_receiver()
2020-09-16  Willy TarreauMEDIUM: udp: make use of sock_inet_bind_receiver()
2020-09-16  Willy TarreauMEDIUM: tcp: make use of sock_inet_bind_receiver()
2020-09-16  Willy TarreauMEDIUM: sock_inet: implement sock_inet_bind_receiver()
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
next