projects
/
haproxy-2.3.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.3.git
2020-09-16
Willy Tarreau
MEDIUM: tools: make str2sa_range() resolve pre-bound...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: log: detect LOG_TARGET_FD from the fd and not...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: tools: make str2sa_range() optionally return...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: listener: remove the inherited arg to create_lis...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: tools: add several PA_O_* flags in str2sa_range...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: config: remove all checks for missing/invalid...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: tools: make str2sa_range() validate callers...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: tools: add several PA_O_PORT_* flags in str2sa_r...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: tools: make str2sa_range() take more options...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
CLEANUP: tools: make str2sa_range() less awful for...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: protocol: add a real family for existing FDs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
CLEANUP: protocol: remove family-specific fields from...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: protocol: retrieve the family-specific fields...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: protocol: add a new proto_fam structure for...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: protocol: do not call proto->bind() anymore...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: protocol: explicitly start the receiver before...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: proto_sockpair: make use of sockpair_bind_recei...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: sockpair: implement sockpair_bind_receiver()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: uxst: make use of sock_unix_bind_receiver()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: sock_unix: implement sock_unix_bind_receiver()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: udp: make use of sock_inet_bind_receiver()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: tcp: make use of sock_inet_bind_receiver()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: sock_inet: implement sock_inet_bind_receiver()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: protocol: add a new ->bind() entry to bind the...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: protocol: rename the ->bind field to ->listen
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: sock: make sock_find_compatible_fd() only take...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: receiver: move the FOREIGN and V6ONLY options...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: listener: move the INHERITED flag down to the...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: receiver: add a receiver-specific flag to indica...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: listener: prefer to retrieve the socket's settin...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: receiver: link the receiver to its owner
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: receiver: link the receiver to its settings
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
REORG: listener: move the receiver part to a new file
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: listener: make sock_find_compatible_fd() check...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
REORG: listener: move the listener's proto to the receiver
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
REORG: listener: move the receiving FD to struct receiver
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
REORG: listener: move the listening address to a struct...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
REORG: listener: create a new struct receiver
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: listener: move the network namespace to the...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: listener: move the interface to the struct settings
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: listener: move bind_proc and bind_thread to...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MINOR: listener: create a new struct "settings" in...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
BUG/MINOR: dns: gracefully handle the "udp@" address...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
BUG/MINOR: log: gracefully handle the "udp@" address...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
BUILD: fix build with openssl < 1.0.2 since bundle...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
DOC: explain bundle emulation in configuration.txt
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
CLEANUP: ssl: remove utility functions for bundle
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
CLEANUP: ssl/cli: remove test on 'multi' variable in...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
CLEANUP: ssl: remove test on "multi" variable in ckch...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
MEDIUM: ssl: emulate multi-cert bundles loading in...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
MEDIUM: ssl: emulates the multi-cert bundles in the...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
MINOR: ssl: crtlist_entry_dup() duplicates a crtlist_entry
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
MINOR: ssl: crtlist_dup_ssl_conf() duplicates a ssl_bin...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
MEDIUM: ssl/cli: remove support for multi certificates...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
MEDIUM: ssl: remove bundle support in crt-list and...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
BUG/MEDIUM: log-forward: always quit on parsing errors
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
MEDIUM: log-forward: use "dgram-bind" instead of "bind...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Willy Tarreau
BUG/MINOR: log-forward: fail on unknown keywords
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
William Lallemand
BUG/MINOR: ssl/crt-list: crt-list could end without...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-15
Olivier Houchard
BUG/MEDIUM: ssl: Don't call ssl_sock_io_cb() directly.
commit
|
commitdiff
|
tree
|
snapshot
2020-09-15
Willy Tarreau
BUG/MINOR: server: report correct error message for...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-15
Ilya Shipitsin
CI: travis-ci: split asan step out of running tests
commit
|
commitdiff
|
tree
|
snapshot
2020-09-15
Brad Smith
BUILD: makefile: change default value of CC from gcc...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-14
William Lallemand
BUG/MINOR: ssl: verifyhost is case sensitive
commit
|
commitdiff
|
tree
|
snapshot
2020-09-14
Willy Tarreau
BUILD: connection: fix build on clang after the VAR_ARR...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-12
Willy Tarreau
CLEANUP: tree-wide: use VAR_ARRAY instead of [0] in...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-12
Tim Duesterhus
CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc'
commit
|
commitdiff
|
tree
|
snapshot
2020-09-12
Tim Duesterhus
BUG/MINOR: Fix type passed of sizeof() for calloc()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-12
Ilya Shipitsin
CI: travis-ci: help Coverity to recognize abort()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-12
Ilya Shipitsin
BUILD: introduce possibility to define ABORT_NOW()...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-12
Ilya Shipitsin
CLEANUP: Update .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Tim Duesterhus
DOC: Fix typo in iif() example
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Willy Tarreau
[RELEASE] Released version 2.3-dev4
v2.3-dev4
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Tim Duesterhus
MINOR: sample: Add iif(<true>,<false>) converter
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Willy Tarreau
REORG: tools: move PARSE_OPT_* from tools.h to tools-t.h
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Christopher...
BUG/MEDIUM: pattern: Renew the pattern expression revis...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Tim Duesterhus
CLEANUP: haproxy: Free post_check_list in deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Tim Duesterhus
CLEANUP: haproxy: Free per_thread_*_list in deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Tim Duesterhus
CLEANUP: haproxy: Free post_proxy_check_list in deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Tim Duesterhus
CLEANUP: Free old_argv on deinit
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Tim Duesterhus
BUG/MINOR: haproxy: Free uri_auth->scope during deinit
commit
|
commitdiff
|
tree
|
snapshot
2020-09-10
Willy Tarreau
BUILD: traces: don't pass an empty argument for missing...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-10
Willy Tarreau
BUILD: trace: always have an argument before variadic...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-10
Willy Tarreau
BUILD: intops: on x86_64, the bswap instruction is...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-10
Willy Tarreau
BUILD: compiler: workaround a glibc madness around...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-10
Willy Tarreau
BUILD: compiler: reserve the gcc version checks to...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Willy Tarreau
BUILD: threads: better workaround for late loading...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Willy Tarreau
BUG/MEDIUM: mux-h1: always apply the timeout on half...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Victor Kislov
BUG/MINOR: auth: report valid crypto(3) support dependi...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Jerome Magnin
DOC: ssl-load-extra-files only applies to certificates...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christopher...
MINOR: server: Improve log message sent when server...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christopher...
BUG/MEDIUM: dns: Be sure to renew IP address for alread...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christopher...
BUG/MEDIUM: dns: Don't store additional records in...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-06
Tim Duesterhus
CLEANUP: Update .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Tim Duesterhus
MINOR: Commit .gitattributes
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Christopher...
REGTEST: Add a test for request path manipulations...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Christopher...
MINOR: http-fetch: Add pathq sample fetch
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Christopher...
MINOR: http-rules: Add set-pathq and replace-pathq...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-02
Christopher...
BUG/MEDIUM: doc: Fix replace-path action description
commit
|
commitdiff
|
tree
|
snapshot
2020-09-02
Christopher...
Revert "BUG/MINOR: http-rules: Replace path and query...
commit
|
commitdiff
|
tree
|
snapshot
next