]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2016-10-17  Frédéric LécailleMEDIUM: peers: Fix a peer stick-tables synchronization...
2016-10-03  Nenad MerdanovicMINOR: Add fe_req_rate sample fetch
2016-10-01  Willy TarreauBUG/MEDIUM: dns: don't randomly crash on out-of-memory
2016-10-01  Willy TarreauBUG/MINOR: stats: report the correct conn_time in backe...
2016-09-23  Christopher... BUG/MEDIUM: http/compression: Fix how chunked data...
2016-09-13  Lukas TribusMINOR: enable IP_BIND_ADDRESS_NO_PORT on backend connec...
2016-09-13  Lukas TribusMEDIUM: make SO_REUSEPORT configurable
2016-09-13  Lukas TribusMINOR: show Running on zlib version
2016-09-13  Lukas TribusMINOR: show Built with PCRE version
2016-09-13  Lukas TribusBUG/MINOR: displayed PCRE version is running release
2016-09-12  Baptiste AssmannMINOR: dns: comments in types/dns.h about structures...
2016-09-12  Baptiste AssmannMINOR: dns: proper domain name validation when receivin...
2016-09-12  Baptiste AssmannMINOR: dns: query type change when last record is a...
2016-09-12  Baptiste AssmannMEDIUM: dns: new DNS response parser
2016-09-12  Baptiste AssmannMINOR: dns: new DNS structures to store received packets
2016-09-12  Baptiste AssmannMINOR: dns: new macro to compute DNS header size
2016-09-12  Baptiste AssmannMINOR: dns: new MAX values
2016-09-12  Baptiste AssmannMINOR: dns: wrong DNS_MAX_UDP_MESSAGE value
2016-09-12  Baptiste AssmannMINOR: chunk: new strncat function
2016-09-12  Baptiste AssmannCLEANUP/MINOR dns: comment do not follow up code update
2016-09-11  Baptiste AssmannMINOR: cli: ability to change a server's port
2016-09-11  Baptiste AssmannMINOR: new update_server_addr_port() function to change...
2016-09-11  Baptiste AssmannMINOR: server: introduction of 3 new server flags
2016-09-11  Baptiste AssmannMAJOR: check: find out which port to use for health...
2016-09-11  Dinko KorunicBUG/MINOR: Fix OSX compilation errors
2016-09-06  Baptiste AssmannMINOR: cli: change a server health check port through...
2016-08-30  Chad LavoieMINOR: cli: allow the semi-colon to be escaped on the CLI
2016-08-30  Willy TarreauBUG/MINOR: payload: fix SSLv2 version parser
2016-08-30  Erwan VeluCLEANUP: dns: Removing usless variable & assignation
2016-08-30  Erwan VeluCLEANUP: dumpstats: Removing useless variables allocation
2016-08-30  Erwan VeluCLEANUP: proto_http: Removing useless variable assignation
2016-08-29  Willy TarreauBUG/MAJOR: stream: properly mark the server address...
2016-08-24  ben51degreesBUILD/MAJOR:updated 51d Trie implementation to incorper...
2016-08-23  Willy TarreauCLEANUP: logs: remove unused log format field definitions
2016-08-23  Thierry FOURNIER... MEDIUM: log: Decompose %Tq in %Th %Ti %TR
2016-08-23  David CarlierMINOR: cfgparse: few memory leaks fixes.
2016-08-14  Willy Tarreau[RELEASE] Released version 1.7-dev4 v1.7-dev4
2016-08-14  Baptiste AssmannMAJOR: listen section: don't use first bind port anymor...
2016-08-14  Baptiste AssmannMINOR: standard.c: ipcpy() function to copy an IP addre...
2016-08-14  Baptiste AssmannMINOR: standard.c: ipcmp() function to compare 2 IP...
2016-08-14  Willy TarreauBUG/MAJOR: stick-counters: possible crash when using...
2016-08-14  Emeric BrunBUG/MINOR: peers: empty chunks after a resync.
2016-08-10  Joe WilliamsMINOR: tcp: add further tcp info fetchers
2016-08-10  Willy TarreauBUILD: poll: remove unused hap_fd_isset() which causes...
2016-08-10  Willy TarreauBUILD: compression: remove a warning when no compressio...
2016-08-10  Willy TarreauBUILD: tcp: define SOL_TCP when only IPPROTO_TCP exists
2016-08-10  Willy TarreauBUILD: checks: remove the last strcat and eliminate...
2016-08-10  Willy TarreauBUILD: connection: fix build breakage on openbsd due...
2016-08-10  Willy TarreauBUILD: tcp: do not include netinet/ip.h for IP_TTL
2016-08-10  Willy TarreauBUILD: log: iovec requires to include sys/uio.h on...
2016-08-10  Willy TarreauBUILD: protocol: fix some build errors on OpenBSD
2016-08-10  Emeric BrunBUG/MINOR: peers: some updates are pushed twice after...
2016-08-09  Willy TarreauMINOR: tcp: add dst_is_local and src_is_local
2016-08-09  Willy TarreauMINOR: sample: use smp_make_rw() in upper/lower converters
2016-08-09  Willy TarreauBUG/MEDIUM: stick-table: properly convert binary sample...
2016-08-09  Willy TarreauBUG/MEDIUM: stick-tables: do not fail on string keys...
2016-08-09  Willy TarreauBUG/MAJOR: server: the "sni" directive could randomly...
2016-08-09  Willy TarreauMINOR: sample: provide smp_is_rw() and smp_make_rw()
2016-08-09  Willy TarreauMINOR: sample: implement smp_is_safe() and smp_make_safe()
2016-08-09  Willy TarreauBUG/MEDIUM: samples: make smp_dup() always duplicate...
2016-08-08  Willy TarreauBUG/MAJOR: compression: initialize avail_in/next_in...
2016-08-08  Baptiste AssmannBUILD: make proto_tcp.c compatible with musl library
2016-08-07  Olivier DoucetDOC: minor typo fixes to improve HTML parsing by haprox...
2016-08-07  Willy TarreauBUG/MEDIUM: stream-int: completely detach connection...
2016-08-07  Herve COMMOWICKDOC: fix json converter example and error message
2016-08-02  Thierry FOURNIER... BUG/MEDIUM: lua: somme HTTP manipulation functions...
2016-08-02  Thierry FOURNIER... DOC: lua: remove old functions
2016-07-27  Thierry Fournier... MINOR: tcp: Return TCP statistics like RTT and RTT...
2016-07-26  Dragan DosenBUG/MEDIUM: log: use function "escape_string" instead...
2016-07-26  Dragan DosenMINOR: standard: add function "escape_string"
2016-07-26  Willy TarreauBUG/MINOR: peers: don't count track-sc multiple times...
2016-07-26  Frédéric LécailleBUG/MINOR: peers: Fix peers data decoding issue
2016-07-26  Ruoshan HuangMEDIUM: http: implement http-response track-sc* directive
2016-07-14  Thierry FOURNIERBUG/MEDIUM: lua: the function txn_done() from action...
2016-07-14  Thierry FOURNIERBUG/MEDIUM: lua: the function txn_done() from sample...
2016-07-13  Nenad MerdanovicBUG/MINOR: Fix endiness issue in DNS header creation...
2016-07-13  Willy TarreauBUG/MEDIUM: dns: fix alignment issues in the DNS respon...
2016-07-12  Remi GacogneBUG/MINOR: ssl: fix potential memory leak in ssl_sock_l...
2016-07-05  Dan LloydDOC: spelling fixes
2016-07-05  David CarlierCLEANUP: connection: using internal struct to hold...
2016-06-30  Willy TarreauRevert "BUG/MINOR: ssl: fix potential memory leak in...
2016-06-29  Hubert VerstraeteCLEANUP: fixed some usages of realloc leading to memory...
2016-06-29  Hubert VerstraeteMINOR: new function my_realloc2 = realloc + free upon...
2016-06-28  Christopher... BUG/MINOR: Rework slightly commit 9962f8fc to clean...
2016-06-28  Willy TarreauBUG/MEDIUM: http: unbreak uri/header/url_param hashing
2016-06-27  David CarlierCLEANUP: dumpstats: u64 field is an unsigned type.
2016-06-26  Willy TarreauDOC: add missing doc for http-request deny [deny_status...
2016-06-24  Willy TarreauBUG/BUILD: don't automatically run "make" on "make...
2016-06-24  Willy TarreauBUG/MINOR: http: fix misleading error message for respo...
2016-06-24  mildisBUG/MINOR: ssl: close ssl key file on error
2016-06-22  Willy TarreauBUG/MINOR: srv-state: fix incorrect output of state...
2016-06-21  Christopher... BUG/MINOR: filters: Fix HTTP parsing when a filter...
2016-06-21  Christopher... BUG/MEDIUM: filters: Fix data filtering when data are...
2016-06-21  Willy TarreauCLEANUP: external-check: don't block/unblock SIGCHLD...
2016-06-21  Willy TarreauBUG/MINOR: external-checks: do not unblock undesired...
2016-06-21  Willy TarreauBUG/MAJOR: external-checks: use asynchronous signal...
2016-06-21  Willy TarreauBUG/MEDIUM: external-checks: close all FDs right after...
2016-06-21  Willy TarreauBUG/MINOR: init: ensure that FD limit is raised to...
2016-06-21  Willy TarreauBUG/MINOR: init: always ensure that global.rlimit_nofil...
2016-06-20  Bertrand JacquinMINOR: tcp: add "tcp-request connection expect-netscale...
next