]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2010-08-10  Willy Tarreau[MAJOR] stream_sock: better wakeup conditions on read()
2010-08-10  Willy Tarreau[MEDIUM] acl: make use of get_std_op() to parse intger...
2010-08-10  Willy Tarreau[MINOR] tools: add a get_std_op() function to parse...
2010-08-10  Willy Tarreau[BUG] http: denied requests must not be counted as...
2010-08-10  Willy Tarreau[MINOR] errors: provide new status codes for config...
2010-08-10  Willy Tarreau[MINOR] freq_ctr: add new types and functions for perio...
2010-08-10  Willy Tarreau[MINOR] tools: add a fast div64_32 function
2010-07-13  Willy Tarreau[MEDIUM] session: make it possible to call an I/O handl...
2010-07-13  Willy Tarreau[MINOR] proxy: add a "parent" member to the structure
2010-07-13  Willy Tarreau[MEDIUM] stream-interface: add a ->release callback
2010-07-13  Willy Tarreau[BUG] stick-table: correctly refresh expiration timers
2010-07-13  Willy Tarreau[MEDIUM] backend: support servers on 0.0.0.0
2010-06-18  Patrick Mezard[DOC] add configuration samples
2010-06-18  Patrick Mezard[DOC] summarize and highlight persistent connections...
2010-06-18  Patrick Mezard[DOC] mention 'option http-server-close' effect in...
2010-06-18  Willy Tarreau[BUG] stick_table: the fix for the memory leak caused...
2010-06-14  Willy Tarreau[MINOR] config: provide a function to quote args in...
2010-06-14  Willy Tarreau[BUG] config: report the correct proxy type in tcp...
2010-06-14  Willy Tarreau[CLEANUP] proto_tcp: make the config parser a little...
2010-06-14  Willy Tarreau[MINOR] session: add a pointer to the tracked counters...
2010-06-14  Willy Tarreau[MEDIUM] stick-tables: add a reference counter to each...
2010-06-14  Willy Tarreau[MEDIUM] stick_table: separate storage and update of...
2010-06-14  Willy Tarreau[MINOR] tcp: add per-source connection rate limiting
2010-06-14  Willy Tarreau[MINOR] stick_table: export the stick_table_key
2010-06-14  Willy Tarreau[MINOR] stick_table: enable it for frontends too
2010-06-14  Willy Tarreau[MEDIUM] stick_table: move the server ID to a generic...
2010-06-14  Willy Tarreau[MINOR] stick_table: provide functions to return stkses...
2010-06-14  Willy Tarreau[MINOR] config: initialize stick tables after all the...
2010-06-14  Willy Tarreau[MEDIUM] stick_table: don't overwrite data when storing...
2010-06-14  Willy Tarreau[MINOR] stick_table: add support for "conn_cum" data...
2010-06-14  Willy Tarreau[MEDIUM] stick_table: add room for extra data types
2010-06-14  Willy Tarreau[CLEANUP] stick_table: move pattern to key functions...
2010-06-14  Willy Tarreau[CLEANUP] stick_table: rename some stksess struct membe...
2010-06-14  Willy Tarreau[MINOR] stick_table: add support for variable-sized...
2010-06-14  Willy Tarreau[BUILD] memory: add a few missing parenthesis to the...
2010-06-14  Willy Tarreau[CLEANUP] stick_table: add/clarify some comments
2010-06-14  Willy Tarreau[MINOR] frontend: count denied TCP requests separately
2010-06-14  Willy Tarreau[MEDIUM] frontend: count the incoming connection earlier
2010-06-14  Willy Tarreau[MINOR] session: differenciate between accepted connect...
2010-06-14  Willy Tarreau[MINOR] stream_sock: don't dereference a non-existing...
2010-06-14  Willy Tarreau[MINOR] buffer: refine the flags that may wake an analy...
2010-06-14  Willy Tarreau[MEDIUM] stats: rely on the standard session_accept...
2010-06-14  Willy Tarreau[MAJOR] frontend: split accept() into frontend_accept...
2010-06-14  Willy Tarreau[MINOR] proxy: add an accept() callback for the applica...
2010-06-14  Willy Tarreau[MAJOR] frontend: reorder the session initialization...
2010-06-14  Willy Tarreau[MINOR] frontend: rely on the frontend and not the...
2010-06-14  Willy Tarreau[MEDIUM] session: don't assign conn_retries upon accept...
2010-06-14  Willy Tarreau[MEDIUM] session: move the conn_retries attribute to...
2010-06-14  Willy Tarreau[MAJOR] frontend: don't initialize the server-side...
2010-06-14  Willy Tarreau[MEDIUM] backend: initialize the server stream_interfac...
2010-06-14  Willy Tarreau[MEDIUM] session: initialize server-side timeouts after...
2010-06-14  Willy Tarreau[MEDIUM] session: finish session establishment sequence...
2010-06-14  Willy Tarreau[CLEANUP] buffer->cto is not used anymore
2010-06-14  Willy Tarreau[MINOR] frontend: only check for monitor-net rules...
2010-06-14  Willy Tarreau[MEDIUM] frontend: check for LI_O_TCP_RULES in the...
2010-06-14  Willy Tarreau[OPTIM] frontend: tell the compiler that errors are...
2010-06-14  Willy Tarreau[MEDIUM] tcp: check for pure layer4 rules immediately...
2010-06-14  Willy Tarreau[MEDIUM] config: parse tcp layer4 rules (tcp-request...
2010-06-14  Willy Tarreau[MINOR] proxy: add a list to hold future layer 4 rules
2010-06-14  Willy Tarreau[MEDIUM] separate protocol-level accept() from the...
2010-06-14  Willy Tarreau[CLEANUP] rename client -> frontend
2010-06-14  Willy Tarreau[CLEANUP] client: move some ACLs away to their respecti...
2010-06-14  Willy Tarreau[CLEANUP] tcp: move some non tcp-specific layer6 proces...
2010-06-14  Willy Tarreau[MINOR] accept: count the incoming connection earlier
2010-06-14  Willy Tarreau[CLEANUP] acl: use 'L6' instead of 'L4' in ACL flags...
2010-06-14  Willy Tarreau[BUG] stick_table: fix possible memory leak in case...
2010-06-14  Willy Tarreau[DOC] document the "dispatch" keyword
2010-06-07  Willy Tarreau[BUG] debug: correctly report truncated messages
2010-06-07  Willy Tarreau[BUG] debug: wrong pointer was used to report a status...
2010-06-07  Willy Tarreau[TESTS] refine non-regression tests and add 4 new tests
2010-06-07  Willy Tarreau[BUG] http: report correct flags in case of client...
2010-06-07  Willy Tarreau[BUG] proxy: connection rate limiting was eating lots...
2010-06-07  Willy Tarreau[BUG] http: automatically close response if req is...
2010-06-04  Willy Tarreau[BUG] session: clear BF_READ_ATTACHED before next I/O
2010-06-04  Willy Tarreau[BUG] client: always ensure to zero rep->analysers
2010-06-04  Willy Tarreau[BUG] http: the transaction must be initialized even...
2010-06-04  Willy Tarreau[CONTRIB] halog: report per-server status codes, errors...
2010-06-04  Willy Tarreau[BUG] consistent hash: balance on all servers, not...
2010-05-28  Willy Tarreau[BUG] tcp: dropped connections must be counted as ...
2010-05-23  Willy Tarreau[BUG] http: the transaction must be initialized even...
2010-05-23  Willy Tarreau[BUG] http: dispatch and http_proxy modes were broken...
2010-05-23  Willy Tarreau[DEV] open new 1.5 development branch
2010-05-16  Willy Tarreau[RELEASE] Released version 1.4.6 v1.4.6
2010-05-16  Willy Tarreau[DOC] add a few precisions about the use of RDP cookies
2010-05-16  Willy Tarreau[MINOR] acl: add srv_is_up() to check that a specific...
2010-05-16  Willy Tarreau[CLEANUP] acl: make use of eb_is_empty() instead of...
2010-05-16  Willy Tarreau[BUILD] ebtree: update to v6.0.1 to remove references...
2010-05-13  Willy Tarreau[RELEASE] Released version 1.4.5 v1.4.5
2010-05-13  Willy Tarreau[MINOR] stick-tables: add support for "stick on hdr"
2010-05-13  Willy Tarreau[MINOR] acl: ignore empty lines and comments in pattern...
2010-05-13  Willy Tarreau[MEDIUM] acl: add tree-based lookups of networks
2010-05-13  Willy Tarreau[MEDIUM] acl: add tree-based lookups of exact strings
2010-05-13  Willy Tarreau[MEDIUM] acl: add ability to insert patterns in trees
2010-05-12  Willy Tarreau[MINOR] acl trees: add flags and union members to store...
2010-05-12  Willy Tarreau[MEDIUM] ebtree: upgrade to version 6.0
2010-05-09  Willy Tarreau[MINOR] acl: support loading values from files
2010-05-09  Willy Tarreau[DOC] refresh the README file and merge the CONTRIB...
2010-05-09  Patrick Mézard[DOC] doc/configuration.txt: fix typos
2010-05-09  Delta Yeh[BUG] cttproxy: socket fd leakage in check_cttproxy_version
2010-05-05  Willy Tarreau[OPTIM] halog: speed up fgets2-64 by about 10%
next