]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2013-01-07  Willy TarreauOPTIM: splice: assume by default that splice is working...
2013-01-07  Willy TarreauOPTIM: splice: detect shutdowns and avoid splice()...
2013-01-07  Willy TarreauOPTIM: epoll: make use of EPOLLRDHUP
2013-01-07  Willy TarreauMINOR: signal: don't block SIGPROF by default
2013-01-05  Baptiste AssmannMINOR: config: http-request configuration error message...
2013-01-05  Baptiste AssmannDOC: typo and minor fixes in compression paragraph
2013-01-05  Willy TarreauBUG/MINOR: http-compression: lookup Cache-Control in...
2013-01-04  Willy TarreauDOC: fix bogus recommendation on usage of gpc0 counter
2012-12-30  Willy TarreauBUG/MEDIUM: checks: ignore late resets after valid...
2012-12-30  Willy TarreauBUG/MEDIUM: stream_interface: don't close outgoing...
2012-12-29  Willy TarreauBUG/MINOR: http: don't process abortonclose when reques...
2012-12-29  Willy TarreauBUG/MINOR: time: frequency counters are not totally...
2012-12-28  Willy Tarreau[RELEASE] Released version 1.5-dev17 v1.5-dev17
2012-12-28  Emeric BrunMINOR: ssl: Setting global tune.ssl.cachesize value...
2012-12-28  Willy TarreauMEDIUM: http: add support for "http-request tarpit...
2012-12-28  Willy TarreauMEDIUM: http: add support for "http-request redirect...
2012-12-28  Willy TarreauREORG: config: move the http redirect rule parser to...
2012-12-28  Willy TarreauMINOR: http: move redirect rule processing to its own...
2012-12-28  Willy TarreauCLEANUP: http: rename the misleading http_check_access_rule
2012-12-28  Willy TarreauBUILD: log: unused variable svid
2012-12-28  Willy TarreauBUG/MINOR: log: make log-format, unique-id-format and...
2012-12-28  Willy TarreauBUG/MEDIUM: stats: disable request analyser when proces...
2012-12-28  Willy TarreauBUG/MINOR: http: http-request add-header emits a corrup...
2012-12-27  Willy TarreauBUG/MINOR: stats: http-request rules still don't cope...
2012-12-25  Willy TarreauBUG/MINOR: stats: last fix was still wrong
2012-12-25  Willy TarreauBUG/MEDIUM: stats: fix stats page regression introduced...
2012-12-24  Willy Tarreau[RELEASE] Released version 1.5-dev16 v1.5-dev16
2012-12-24  Willy TarreauMEDIUM: http: add http-request 'add-header' and 'set...
2012-12-24  Willy TarreauMINOR: log: make parse_logformat_string() take a const...
2012-12-24  Willy TarreauMINOR: http: prepare to support more http-request actions
2012-12-23  Willy TarreauMINOR: stats: replace STAT_FMT_CSV with STAT_FMT_HTML
2012-12-23  Willy TarreauMINOR: tools: simplify the use of the int to ascii...
2012-12-23  Willy TarreauMEDIUM: stats: use multi-line tips to display detailed...
2012-12-23  Willy TarreauMEDIUM: stats: use hover boxes instead of title to...
2012-12-23  Willy TarreauMINOR: chunks: centralize the trash chunk allocation
2012-12-23  Willy TarreauBUG/MINOR: log: fix regression introduced by commit...
2012-12-22  Willy TarreauREORG: stats: functions are now HTTP/CLI agnostic
2012-12-22  Willy TarreauREORG: stats: move the HTTP header injection to proto_http
2012-12-22  Willy TarreauREORG: stats: massive code reorg and cleanup
2012-12-21  Willy TarreauMEDIUM: log: add the ability to include samples in...
2012-12-21  Willy TarreauMINOR: log: add lf_text_len
2012-12-21  Willy TarreauMINOR: samples: add a function to fetch and convert...
2012-12-21  Willy TarreauMINOR: sample: support cast from bool to string
2012-12-20  Willy TarreauMEDIUM: log-format: make the format parser more robust...
2012-12-20  Willy TarreauBUG/MINOR: log: add_to_logformat_list() used the wrong...
2012-12-20  Willy TarreauMEDIUM: log: change a few log tokens to make them easie...
2012-12-20  Willy TarreauBUG/MEDIUM: log: fix possible segfault during config...
2012-12-20  Emeric BrunMINOR: ssl: add fetch and acl "ssl_c_used" to check...
2012-12-20  Willy TarreauMINOR: log: add a tag for amount of bytes uploaded...
2012-12-20  Willy TarreauBUILD: no need to clean up when making git-tar
2012-12-20  Willy TarreauBUG/MINOR: http: don't abort client connection on prema...
2012-12-19  Willy TarreauBUG/MEDIUM: stream_interface: fix another case where...
2012-12-19  Willy TarreauBUG/MAJOR: stream_interface: fix occasional data transf...
2012-12-17  Willy TarreauCLEANUP: buffer: use buffer_empty() instead of buffer_l...
2012-12-17  Willy TarreauBUG/MEDIUM: connection: always update connection flags...
2012-12-15  Willy TarreauBUG/MINOR: stream_interface: don't return when the...
2012-12-15  Willy TarreauBUG/MEDIUM: stream-interface: fix possible stalls durin...
2012-12-14  Emeric BrunBUG/MINOR: ssl: error is not reported if it occurs...
2012-12-14  Emeric BrunBUG/MEDIUM: ssl: Prevent ssl error from affecting other...
2012-12-14  Willy TarreauMINOR: http: make resp_ver and status ACLs check for...
2012-12-13  Willy TarreauBUG/MINOR: poll: the I/O handler was called twice for...
2012-12-13  Willy TarreauOPTIM: epoll: current fd does not count as a new one
2012-12-13  Willy TarreauOPTIM: epoll: use a temp variable for intermediary...
2012-12-13  Willy TarreauCLEANUP: poll: remove a useless double-check on fdtab...
2012-12-13  Willy TarreauOPTIM: poll: optimize fd management functions for low...
2012-12-13  Willy TarreauCLEANUP: polling: gcc doesn't always optimize constants...
2012-12-12  Willy TarreauMINOR: contrib: make the iprange tool grep for addresses
2012-12-11  Willy Tarreau[RELEASE] Released version 1.5-dev15 v1.5-dev15
2012-12-11  Willy TarreauDOC: add some clarifications to the readme
2012-12-11  Willy TarreauMINOR: config: improve error checking on TCP stick...
2012-12-10  Willy TarreauBUG/MINOR: connection: remove a few synchronous calls...
2012-12-10  Willy TarreauBUG/MAJOR: connection: always recompute polling status...
2012-12-09  Willy TarreauBUG/MINOR: proto_tcp: bidirectional fetches not support...
2012-12-09  Willy TarreauBUG/MINOR: proto_tcp: fix parsing of "table" in track...
2012-12-09  Willy TarreauCLEANUP: session: use an array for the stick counters
2012-12-09  Willy TarreauMINOR: http: add the "base32+src" fetch method.
2012-12-09  Willy TarreauMINOR: http: add the "base32" pattern fetch function
2012-12-09  Willy TarreauMEDIUM: counters: add sc1_trackers/sc2_trackers
2012-12-09  Willy TarreauMEDIUM: proto_tcp: add support for tracking L7 information
2012-12-09  Willy TarreauBUG/MEDIUM: stick-tables: conversions to strings were...
2012-12-09  Willy TarreauCLEANUP: backend: use the same tproxy address selection...
2012-12-09  Willy TarreauCLEANUP: proto_tcp: use the same code to bind servers...
2012-12-09  Willy TarreauMEDIUM: connection: introduce "struct conn_src" for...
2012-12-09  Willy TarreauMINOR: cfgparse: mention "interface" in the list of...
2012-12-08  Willy TarreauBUG/MEDIUM: tcp: process could theorically crash on...
2012-12-08  Willy TarreauCLEANUP: connection: remove unused server/proxy/task...
2012-12-08  Willy TarreauBUG/MINOR: tcp: set the ADDR_TO_SET flag on outgoing...
2012-12-08  Willy TarreauMINOR: stats: add a few more information on session...
2012-12-08  Willy TarreauBUG/MEDIUM: session: fix FD leak when transport layer...
2012-12-06  Willy TarreauBUG/MAJOR: polling: do not set speculative events on...
2012-12-06  Willy TarreauBUG/MAJOR: raw_sock: must check error code on hangup
2012-12-06  Willy TarreauBUILD: ssl: NAME_MAX is not portable, use MAXPATHLEN...
2012-12-06  Tait ClarridgeMINOR: acl: add fetch for server session rate
2012-12-05  Willy TarreauBUILD: stdbool is not portable
2012-12-04  Emeric BrunMEDIUM: ssl: manage shared cache by blocks for huge...
2012-12-04  Willy TarreauBUG/MINOR: http: don't log a 503 on client errors while...
2012-12-03  Emeric BrunBUG/MEDIUM: ssl: first outgoing connection would fail...
2012-12-03  Emeric BrunBUG/MINOR: ssl: One free session in cache remains unused.
2012-12-03  Willy TarreauDOC: document the connection error format in logs
2012-12-03  Willy TarreauMEDIUM: connection: add error reporting for the SSL
next