]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2009-10-26  Willy Tarreau[IMPORT] import ebtree v5.0 into directory ebtree/
2009-10-24  Krzysztof Piotr... [MINOR] Add "a name" to stats page
2009-10-18  Willy Tarreau[MINOR] http: remove the last call to stream_int_return
2009-10-18  Willy Tarreau[MINOR] http response: update the TX_CLI_CONN_KA flag...
2009-10-18  Willy Tarreau[MEDIUM] http response: check body length and set trans...
2009-10-18  Willy Tarreau[MINOR] http: pre-set the persistent flags in the trans...
2009-10-18  Willy Tarreau[MAJOR] http: create the analyser which waits for a...
2009-10-18  Willy Tarreau[MEDIUM] http request: make use of pre-parsed transfer...
2009-10-18  Willy Tarreau[MEDIUM] http request: simplify POST length detection
2009-10-18  Willy Tarreau[MINOR] http request: simplify the test of no-data
2009-10-18  Willy Tarreau[MINOR] http request: update the TX_SRV_CONN_KA flag...
2009-10-18  Willy Tarreau[MEDIUM] http request: parse connection, content-length...
2009-10-18  Willy Tarreau[MINOR] http: add new transaction flags for keep-alive...
2009-10-18  Cyril Bonté[MEDIUM] appsession: add the "request-learn" option
2009-10-18  Willy Tarreau[MAJOR] buffer: flag BF_DONT_READ to disable reads...
2009-10-18  Willy Tarreau[MEDIUM] fd: merge fd_list into fdtab
2009-10-18  Willy Tarreau[OPTIM] move some rarely used fields out of fdtab
2009-10-17  Willy Tarreau[CLEANUP] sepoll: clean up the fd_clr/fd_set functions
2009-10-17  Willy Tarreau[MINOR] http: detect connection: close earlier
2009-10-17  Willy Tarreau[DOC] option tcp-smart-connect was missing from index
2009-10-14  Krzysztof Piotr... [BUG] Fix silly typo: hspr_other -> hrsp_other
2009-10-14  Willy Tarreau[DOC] point to 1.4 doc, not 1.3
2009-10-14  Krzysztof Piotr... [MINOR] Collect & provide http response codes received...
2009-10-14  Michael Shuler[DOC] trivial fix for man page
2009-10-14  Willy Tarreau[DOC] add a reminder about obsolete documents
2009-10-14  Willy Tarreau[CONTRIB] halog: support searching by response time
2009-10-14  Willy Tarreau[MINOR] unix socket: report the socket path in case...
2009-10-13  Willy Tarreau[MINOR] tcp: add support for the defer_accept bind...
2009-10-12  Krzysztof Piotr... [MINOR] CSS & HTML fun
2009-10-12  Willy Tarreau[MINOR] config: report all supported options for the...
2009-10-12  Willy Tarreau[RELEASE] Released version 1.4-dev4 v1.4-dev4
2009-10-11  Willy Tarreau[OPTIM] stats: check free space before trying to print
2009-10-11  Willy Tarreau[MINOR] stats: use a dedicated state to output static...
2009-10-10  Willy Tarreau[MINOR] stats: add support for numeric IDs in set weigh...
2009-10-10  Willy Tarreau[BUILD] add a 'make tags' target
2009-10-10  Krzysztof Piotr... [MINOR] Capture & display more data from health checks, v2
2009-10-10  Krzysztof Piotr... [MINOR] Add chunk_htmlencode and chunk_asciiencode
2009-10-10  Krzysztof Piotr... [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim()
2009-10-10  Willy Tarreau[MEDIUM] stats: add the "set weight" command
2009-10-10  Willy Tarreau[MEDIUM] stats: add the "get weight" command to report...
2009-10-10  Willy Tarreau[MINOR] add the "initial weight" to the server struct.
2009-10-10  Willy Tarreau[MINOR] proxy: provide function to retrieve backend...
2009-10-10  Willy Tarreau[MINOR] buffers: add buffer_feed2() and make buffer_fee...
2009-10-10  Willy Tarreau[MEDIUM] add access restrictions to the stats socket
2009-10-10  Willy Tarreau[MINOR] stats: use 'clear counters all' to clear all...
2009-10-10  SaVaGe[BUG] task.c: don't assing last_timer to node-less...
2009-10-10  Willy Tarreau[MINOR] acl: add fe_conn, be_conn, queue, avg_queue
2009-10-09  Willy Tarreau[MEDIUM] backend: implement consistent hashing variation
2009-10-08  Krzysztof Piotr... [MINOR] acl: don't report valid acls as potential mistakes
2009-10-04  Willy Tarreau[BUG] counters: fix segfault on missing counters for...
2009-10-04  Krzysztof Piotr... [BUG] Fix NULL pointer dereference in stats_check_uri_a...
2009-10-04  Willy Tarreau[OPTIM] counters: move some max numbers to the counters...
2009-10-04  Willy Tarreau[MEDIUM] config: automatically find unused IDs for...
2009-10-04  Willy Tarreau[MINOR] tools: add a new get_next_id() function
2009-10-04  Willy Tarreau[MINOR] config: add pointer to file name in block/redir...
2009-10-04  Willy Tarreau[MINOR] config: report places of duplicate names or IDs
2009-10-04  Willy Tarreau[MINOR] config: reference file and line with any listen...
2009-10-04  Willy Tarreau[BUG] config: look for ID conflicts in all sockets...
2009-10-04  Krzysztof Piotr... [MEDIUM] Collect & provide separate statistics for...
2009-10-04  Krzysztof Piotr... [MINOR] Add "clear counters" to clear statistics counters
2009-10-04  Krzysztof Piotr... [CLEANUP] Move counters to dedicated structures
2009-10-04  Krzysztof Piotr... [MINOR] Introduce include/types/counters.h
2009-10-04  Krzysztof Piotr... [DOC] Add information about http://haproxy.1wt.eu/contr...
2009-10-04  Willy Tarreau[MEDIUM] stream_int: adjust WAIT_ROOM handling
2009-10-04  Willy Tarreau[MEDIUM] stats: make HTTP stats use an I/O handler
2009-10-04  Willy Tarreau[MINOR] remove now obsolete ana_state from the session...
2009-10-04  Willy Tarreau[MEDIUM] stats: don't use s->ana_state anymore
2009-10-04  Willy Tarreau[MINOR] stats: make stats_dump_raw_to_buffer() use...
2009-10-04  Willy Tarreau[MINOR] stats_dump_sess_to_buffer: use buffer_feed_chunk()
2009-10-04  Willy Tarreau[MINOR] stats_dump_errors_to_buffer: use buffer_feed_ch...
2009-10-04  Willy Tarreau[BUG] don't refresh timeouts late after detected activity
2009-10-04  Willy Tarreau[MINOR] stats: strip CR and LF from the input command...
2009-10-04  Willy Tarreau[BUG] stats: don't call buffer_shutw(), but ->shutw...
2009-10-03  Willy Tarreau[MEDIUM] new option "independant-streams" to stop updat...
2009-10-03  Willy Tarreau[DOC] log-health-checks is an option, not a directive
2009-10-03  Willy Tarreau[MINOR] report list of supported pollers with -vv
2009-10-03  Willy Tarreau[MEDIUM] backend: introduce the "static-rr" LB algorithm
2009-10-03  Willy Tarreau[MINOR] backend: reorganize the LB algorithm selection
2009-10-03  Willy Tarreau[MINOR] backend: separate declarations of LB algos...
2009-10-03  Willy Tarreau[CLEANUP] proxy: move last lb-specific bits to their...
2009-10-03  Krzysztof Piotr... [MINOR] Allow dots in show-node & add "white-space...
2009-10-03  Krzysztof Piotr... [MINOR] add "description", "node" and show-node"/"show...
2009-10-01  Willy Tarreau[MINOR] lb_map: reorder code in order to ease integrati...
2009-10-01  Willy Tarreau[CLEANUP] backend: move LB algos to individual files
2009-10-01  Willy Tarreau[MINOR] include time.h from freq_ctr.h as is uses ...
2009-10-01  Krzysztof Piotr... [MINOR] health checks logging unification
2009-10-01  Krzysztof Piotr... [BUG] check if rise/fall has an argument and it is > 0
2009-10-01  Krzysztof Piotr... [MEDIUM] Health check reporting code rework + health...
2009-10-01  Krzysztof Piotr... [MAJOR] struct chunk rework
2009-10-01  Willy Tarreau[MINOR] backend: uninline some LB functions
2009-10-01  Willy Tarreau[MINOR] backend: export some functions to recount servers
2009-09-24  Willy Tarreau[BUG] http stats: large outputs sometimes got some...
2009-09-24  Krzysztof Piotr... [DOC] add missing rate_lim and rate_max
2009-09-23  Willy Tarreau[RELEASE] Released version 1.4-dev3 v1.4-dev3
2009-09-23  Willy Tarreau[MEDIUM] stats: replace the stats socket analyser with...
2009-09-23  Willy Tarreau[MEDIUM] stats: prepare the connection for closing...
2009-09-23  Willy Tarreau[MINOR] add a ->private member to the stream_interface
2009-09-23  Willy Tarreau[MEDIUM] session: call iohandler for embedded tasks...
2009-09-23  Willy Tarreau[MINOR] stream_interface: add functions to support...
2009-09-23  Willy Tarreau[MINOR] stream_interface: add iohandler callback
next