haproxy-2.5.git
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 haproxy.1wt.eu/contrib...
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
2009-08-19 Willy Tarreau[MEDIUM] remove TCP_CORK and make use of MSG_MORE instead
2009-08-19 Willy Tarreau[CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead
2009-08-18 Willy Tarreau[MEDIUM] stream_interface: add and use ->update functio...
2009-08-18 Willy Tarreau[MEDIUM] report error on buffer writes larger than...
2009-08-17 Willy Tarreau[MEDIUM] make it possible to change the buffer size...
2009-08-16 Willy Tarreau[MEDIUM] replace BUFSIZE with buf->size in computations
2009-08-16 Willy Tarreau[MEDIUM] set rep->analysers from fe and be analysers
2009-08-16 Willy Tarreau[MINOR] set s->srv_error according to the analysers
2009-08-16 Willy Tarreau[MINOR] cleanup set_session_backend by using pre-comput...
2009-08-16 Willy Tarreau[MINOR] move the initial task's nice value to the listener
2009-08-16 Willy Tarreau[CLEANUP] move remaining stats sockets code to dumpstats
2009-08-16 Willy Tarreau[CLEANUP] unix: remove uxst_process_session()
2009-08-16 Willy Tarreau[MEDIUM] make the unix stats sockets use the generic...
2009-08-16 Willy Tarreau[MINOR] session: switch to established state if no...
2009-08-16 Willy Tarreau[MEDIUM] session: account per-listener connections
2009-08-16 Willy Tarreau[MEDIUM] make the global stats socket part of a frontend
2009-08-16 Willy Tarreau[MEDIUM] move connection establishment from backend...
2009-08-16 Willy Tarreau[BUILD] fix build for systems without SOL_TCP
2009-08-16 Willy Tarreau[MEDIUM] remove old experimental tcpsplice option
2009-08-16 Willy Tarreau[MINOR] stats: add a new node-name setting
2009-08-16 Willy Tarreau[MINOR] export the hostname variable so that all the...
2009-08-09 Willy Tarreau[RELEASE] Released version 1.4-dev2 v1.4-dev2
2009-08-09 Willy Tarreau[BUG] log: option tcplog would log to global if no...
next