haproxy-3.0.git
2012-01-07 Willy TarreauDOC: add some documentation from RFC3986 about URI...
2012-01-07 Willy TarreauMEDIUM: http: block non-ASCII characters in URIs by...
2012-01-07 Willy TarreauBUG: http: tighten the list of allowed characters in...
2012-01-07 Willy TarreauCLEANUP: silence a warning when building on sparc
2012-01-05 Mark LamourineMEDIUM: http: add support for sending the server's...
2012-01-03 Willy TarreauOPTIM: halog: keep a fast path for the lines-count...
2011-12-30 Willy TarreauDOC: add a coding-style file
2011-12-30 Willy TarreauDOC: add minimal documentation on how ACLs work internally
2011-12-30 Willy TarreauMEDIUM: patterns: the hdr() pattern is now of type...
2011-12-30 Willy TarreauMEDIUM: http: replace get_ip_from_hdr2() with http_get_...
2011-12-30 Willy TarreauCLEANUP: acl: remove last data fields from the acl_test...
2011-12-30 Willy TarreauMEDIUM: acl: use temp_pattern to store any string-type...
2011-12-30 Willy TarreauCLEANUP: acl: integer part of acl_test is not used...
2011-12-30 Willy TarreauMEDIUM: acl: use temp_pattern to store any address...
2011-12-30 Willy TarreauMEDIUM: acl: use temp_pattern to store any integer...
2011-12-30 Willy TarreauMEDIUM: pattern: change the pattern data integer from...
2011-12-30 Willy TarreauMINOR: acl: include pattern.h to make pattern migration...
2011-12-30 Willy TarreauMEDIUM: acl: use temp_pattern to store fetched informat...
2011-12-30 Willy TarreauCLEANUP: patterns: get rid of pattern_data_setstring()
2011-12-30 Willy TarreauMINOR: pattern: export the global temporary pattern
2011-12-30 Willy TarreauBUG: proto_tcp: don't try to bind to a foreign address...
2011-12-17 Willy TarreauBUG: http: re-enable TCP quick-ack upon incomplete...
2011-12-12 Willy TarreauMINOR: acl: add support for TLS server name matching...
2011-12-11 Willy TarreauOPTIM: stream_sock: save a failed recv syscall when...
2011-12-11 Willy TarreauOPTIM: stream_sock: reduce the amount of in-flight...
2011-12-02 Willy TarreauBUG: ebtree: ebst_lookup() could return the wrong entry
2011-12-02 Willy TarreauCLEANUP: ebtree: remove another typo, a wrong initializ...
2011-12-02 Willy TarreauCLEANUP: ebtree: remove 4-year old harmless typo in...
2011-12-02 Willy TarreauCLEANUP: ebtree: clarify licence and update to 6.0.6
2011-12-02 Willy TarreauCLEANUP: ebtree: remove a few annoying signedness warnings
2011-11-30 Willy TarreauBUG: tcp: option nolinger does not work on backends
2011-11-28 Willy TarreauCLEANUP: kill buffer_replace() and use an inline instead
2011-11-28 Willy TarreauMINOR: buffers: make buffer_pointer() support negative...
2011-11-28 Willy TarreauBUG: buffers: don't return a negative value on buffer_t...
2011-11-25 Willy TarreauMEDIUM: buffers: add some new primitives and rework...
2011-10-31 William LallemandMEDIUM: log: Use linked lists for loggers
2011-10-31 Willy TarreauMINOR: config: tolerate server "cookie" setting in...
2011-10-31 Willy TarreauBUG/MEDIUM: checks: fix slowstart behaviour when server...
2011-10-28 Willy TarreauCLEANUP: rename possibly confusing struct field "tracked"
2011-10-28 Willy TarreauBUG/MINOR: fix a segfault when parsing a config with...
2011-10-24 Willy TarreauMEDIUM: tune.http.maxhdr makes it possible to configure...
2011-10-24 Willy TarreauOPTIM/MINOR: move the hdr_idx pools out of the proxy...
2011-10-24 Willy TarreauBUILD/MINOR: silent a build warning in src/pipe.c ...
2011-10-23 Willy TarreauOPTIM/MINOR: make it possible to change pipe size ...
2011-10-23 Willy TarreauOPTIM/MINOR: move struct sockaddr_storage to the tail...
2011-10-23 Willy TarreauDOC: indicate that cookie "prefix" and "indirect" shoul...
2011-10-13 Willy TarreauMINOR: halog: add support for matching queued requests
2011-10-09 Sagi BashariBUG/MINOR: fix options forwardfor if-none when an alter...
2011-09-23 Willy TarreauMINOR: remove the client/server side distinction in...
2011-09-23 Willy TarreauBUG/MINOR: don't use a wrong port when connecting to...
2011-09-16 Willy TarreauBUILD: halog: make halog build on solaris
2011-09-16 Willy TarreauMINOR: acl: add new matches for header/path/url length
2011-09-16 Willy TarreauBUG/MEDIUM: don't trim last spaces from headers consist...
2011-09-16 Willy TarreauDOC: acl is http_first_req, not http_req_first
2011-09-11 Willy TarreauBUILD/MINOR: fix the source URL in the spec file
2011-09-10 Willy Tarreau[RELEASE] Released version 1.5-dev7
2011-09-10 Willy Tarreau[DOC] update ROADMAP file
2011-09-10 Willy Tarreau[MINOR] stats: report the number of requests intercepte...
2011-09-10 Willy Tarreau[DOC] update the README file to reflect new naming...
2011-09-10 Willy Tarreau[BUILD] stats: stdint is not present on solaris
2011-09-10 Willy Tarreau[OPTIM] task: don't scan the run queue if we know it...
2011-09-10 Willy Tarreau[MINOR] startup: add an option to change to a new directory
2011-09-10 Willy Tarreau[CLEANUP] startup: report only the basename in the...
2011-09-10 Willy Tarreau[MEDIUM] poll: add a measurement of idle vs work time
2011-09-10 Willy Tarreau[OPTIM] halog: add assembly version of the field lookup...
2011-09-10 Willy Tarreau[OPTIM] halog: make fgets parse more bytes by blocks
2011-09-09 Finn Arne Gangstad[MINOR] http: *_dom matching header functions now also...
2011-09-09 Willy Tarreau[MINOR] frontend: ensure debug message length is always...
2011-09-09 Willy Tarreau[MINOR] halog: do not consider byte 0x8A as end of...
2011-09-07 Willy Tarreau[MEDIUM] stats: offer the possibility to kill sessions...
2011-09-07 Willy Tarreau[CLEANUP] stats: centralize tests for backend/server...
2011-09-07 Willy Tarreau[MEDIUM] stats: offer the possibility to kill a session...
2011-09-07 Willy Tarreau[MEDIUM] session: make session_shutdown() an independan...
2011-09-07 Willy Tarreau[MEDIUM] stats: add the ability to enable/disable/shutd...
2011-09-07 Willy Tarreau[BUG] peers: ensure the peers are resumed if they were...
2011-09-07 Willy Tarreau[BUG] peers: don't keep a peers section which has a...
2011-09-07 Willy Tarreau[CLEANUP] proxy: make pause_proxy() perform the require...
2011-09-07 Willy Tarreau[BUG] peers: the peer frontend must not emit any log
2011-09-07 Willy Tarreau[MEDIUM] don't limit peers nor stats socket to maxconn...
2011-09-07 Willy Tarreau[BUG] peers: don't pre-allocate 65000 connections to...
2011-09-07 Willy Tarreau[MEDIUM] stats: add the ability to adjust the global...
2011-09-07 Willy Tarreau[MINOR] stats: report the current and max global connec...
2011-09-07 Willy Tarreau[MEDIUM] add support for global.maxconnrate to limit...
2011-09-07 Willy Tarreau[MEDIUM] stats: add the "set maxconn" setting to the...
2011-09-07 Willy Tarreau[CLEANUP] remove a useless test in manage_global_listen...
2011-09-07 Willy Tarreau[MEDIUM] stats: disable complex socket reservation...
2011-09-07 Willy Tarreau[CLEANUP] remove dirty left-over of a debugging message
2011-09-06 Willy Tarreau[MINOR] halog: support backslash-escaped quotes
2011-09-05 Willy Tarreau[MINOR] halog: add -hs/-HS to filter by HTTP status...
2011-09-04 Willy Tarreau[CLEANUP] cfgparse: fix reported options for the "bind...
2011-09-04 Willy Tarreau[DOC] add a few old and uncommitted docs
2011-09-04 Willy Tarreau[MINOR] http: take a capture of bad content-lengths.
2011-09-04 Willy Tarreau[MINOR] http: take a capture of truncated responses
2011-09-04 Willy Tarreau[MINOR] http: take a capture of too large requests...
2011-09-04 Willy Tarreau[MINOR] stats: display "<NONE>" instead of the frontend...
2011-09-04 Willy Tarreau[BUG] http: trailing white spaces must also be trimmed...
2011-09-04 Willy Tarreau[MINOR] make use of addr_to_str() and get_host_port...
2011-09-04 Willy Tarreau[DOC] fixed a few "sensible" -> "sensitive" errors
2011-09-04 Willy Tarreau[MINOR] make use of set_host_port() and get_host_port...
2011-08-27 Willy Tarreau[BUG] backend: risk of picking a wrong port when mappin...
next