haproxy-2.3.git
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
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...
next