]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2011-08-27  Willy Tarreau[BUG] checks: use the correct destination port for...
2011-08-24  Willy Tarreau[BUG] possible crash in 'show table' on stats socket
2011-08-22  Willy Tarreau[CLEANUP] update the year in the copyright banner
2011-08-22  Willy Tarreau[REORG] build: move syscall redefinition to specific...
2011-08-19  Willy Tarreau[MEDIUM] http: make x-forwarded-for addition conditional
2011-08-19  Willy Tarreau[BUG] check: http-check expect + regex would crash...
2011-08-18  Simon Horman[MINOR] Use DPRINTF in assign_server()
2011-08-18  Simon Horman[MINOR] Fix build error in stream_int_register_handler()
2011-08-18  Simon Horman[MINOR] Correct type in table dump examples
2011-08-18  Simon Horman[MEDIUM] Correct ipmask() logic
2011-08-18  Simon Horman[MEDIUM] Fix stick-table replication on soft-restart
2011-08-12  Willy Tarreau[MINOR] session-counters: add the ability to clear...
2011-08-10  Hervé COMMOWICK[MINOR] halog: add support for termination code matchin...
2011-08-06  Willy Tarreau[MEDIUM] checks: group health checks methods by values...
2011-08-06  Hervé COMMOWICK[DOC] small fixes to clearly distinguish between keyword
2011-08-06  Hervé COMMOWICK[MINOR] check: add redis check support
2011-08-06  Hervé COMMOWICK[MINOR] acl: add srv_conn acl to count connections...
2011-08-02  Willy Tarreau[MEDIUM] stats: add support for changing frontend's...
2011-08-02  Willy Tarreau[DOC] fix typos, "#" is a sharp, not a dash
2011-08-02  Willy Tarreau[MINOR] proxy: make findproxy() return proxies from...
2011-08-01  Willy Tarreau[MEDIUM] listeners: add a global listener management...
2011-07-29  Willy Tarreau[BUG] proxy: stats frontend and peers were missing...
2011-07-25  Willy Tarreau[MAJOR] proxy: finally get rid of maintain_proxies()
2011-07-25  Willy Tarreau[MINOR] task: new function task_schedule() to schedule...
2011-07-25  Willy Tarreau[CLEANUP] proxy: merge maintain_proxies() operation...
2011-07-25  Willy Tarreau[BUG] proxy: peers must only be stopped once, not upon...
2011-07-25  Willy Tarreau[MINOR] sessions: only wake waiting listeners up if...
2011-07-25  Willy Tarreau[MINOR] proxy: make session rate-limit more accurate
2011-07-25  Willy Tarreau[MINOR] stats: report a "WAITING" state for sockets...
2011-07-25  Willy Tarreau[CLEANUP] proxy: rename a few proxy states (PR_STIDLE...
2011-07-25  Willy Tarreau[MEDIUM] listeners: don't change listeners states anymo...
2011-07-25  Willy Tarreau[MEDIUM] listeners: don't stop proxies when global...
2011-07-24  Willy Tarreau[MEDIUM] listeners: queue proxy-bound listeners at...
2011-07-24  Willy Tarreau[MEDIUM] listeners: put listeners in queue upon resourc...
2011-07-24  Willy Tarreau[MINOR] listeners: add support for queueing resource...
next