]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2009-09-23  Willy Tarreau[MINOR] stream_interface: add SI_FL_DONT_WAKE flag
2009-09-23  Willy Tarreau[BUG] fix buffer_skip() and buffer_si_getline() to...
2009-09-23  Willy Tarreau[MINOR] ensure that buffer_feed() and buffer_skip(...
2009-09-23  Willy Tarreau[BUG] variable buffer size ignored at initialization...
2009-09-23  Krzysztof Piotr... [MEDIUM] Collect & show information about last health...
2009-09-21  Willy Tarreau[BUG] buffers: buffer_forward() must not always clear...
2009-09-21  Willy Tarreau[BUILD] stream_interface: fix conflicting declaration
2009-09-20  Willy Tarreau[MEDIUM] add support for infinite forwarding
2009-09-20  Willy Tarreau[MINOR] stream_sock: don't set SI_FL_WAIT_DATA if BF_SH...
2009-09-20  Willy Tarreau[BUG] stream_interface: SI_ST_CLO must have buffers...
2009-09-20  Willy Tarreau[MAJOR] buffers: fix the BF_EMPTY flag's meaning
2009-09-19  Willy Tarreau[MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNEC...
2009-09-19  Willy Tarreau[MINOR] buffers: inline buffer_si_putchar()
2009-09-19  Willy Tarreau[MAJOR] http: add support for HTTP 1xx informational...
2009-09-19  Willy Tarreau[MEDIUM] stream_interface: make use of buffer_cut_tail...
2009-09-19  Willy Tarreau[MINOR] buffers: add buffer_cut_tail() to cut only...
2009-09-19  Willy Tarreau[BUG] buffer_forward() would not correctly consider...
2009-09-19  Willy Tarreau[MINOR] buffers: provide buffer_si_putchar() to send...
2009-09-19  Willy Tarreau[MINOR] buffers: add peekchar and peekline functions...
2009-09-19  Willy Tarreau[MEDIUM] buffers: provide new buffer_feed*() function
2009-09-19  Willy Tarreau[MINOR] buffers: provide more functions to handle buffe...
2009-09-19  Willy Tarreau[MAJOR] buffers: fix misuse of the BF_SHUTW_NOW flag
2009-09-19  Willy Tarreau[MINOR] acl: add support for hdr_ip to match IP address...
2009-08-30  Willy Tarreau[BUG] tarpit did not work anymore
2009-08-30  Dmitry Sivachenko[BUILD] compilation of haproxy-1.4-dev2 on FreeBSD
next