]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2008-12-07  Willy Tarreau[BUG] do not dequeue requests on a dead server
2008-12-07  Willy Tarreau[MINOR] redirect: in prefix mode a "/" means not to...
2008-12-07  Willy Tarreau[MINOR] redirect: add support for "set-cookie" and...
2008-12-07  Willy Tarreau[MINOR] redirect: add support for the "drop-query"...
2008-12-07  Willy Tarreau[BUG] critical errors should be reported even in daemon...
2008-12-07  Jeremy Hinegardner[BUILD] fix MANDIR default location to match documentation
2008-12-07  Jeffrey 'jf... [MINOR] cfgparse: fix off-by 2 in error message size
2008-12-07  Willy Tarreau[BUG] cookie capture is declared in the frontend but...
2008-12-07  Willy Tarreau[BUG] acl-related keywords are not allowed in defaults...
2008-12-07  Willy Tarreau[BUG] ensure that listeners from disabled proxies are...
2008-12-07  Willy Tarreau[BUG] do not try to pause backends during reload
2008-12-07  Willy Tarreau[BUG] dynamic connection throttling could return a...
2008-12-07  Willy Tarreau[BUG] do not release the connection slot during a retry
2008-12-07  Jeffrey 'jf... [MINOR] acl: add new keyword "connslots"
2008-12-07  Willy Tarreau[MEDIUM] add support for "show sess" in unix stats...
2008-12-07  Willy Tarreau[MINOR] add back-references to sessions for later use...
2008-12-07  Willy Tarreau[MINOR] add a new back-reference type : struct bref
2008-12-07  Willy Tarreau[MINOR] slightly rebalance stats_dump_{raw,http}
2008-12-07  Willy Tarreau[MEDIUM] reference the current hijack function in the...
2008-12-07  Willy Tarreau[MINOR] move the listener reference from fd to session
2008-12-07  Willy Tarreau[MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state...
2008-12-07  Willy Tarreau[MAJOR] make unix sockets work again with stats
2008-12-07  Willy Tarreau[MINOR] add an analyser state in struct session
2008-12-07  Willy Tarreau[MEDIUM] ensure that sock->shutw() also closes read...
2008-12-07  Willy Tarreau[BUG] do not forward close from cons to prod with analysers
2008-12-07  Willy Tarreau[MINOR] pre-set analyser flags on the listener at regis...
2008-12-07  Willy Tarreau[MINOR] add an analyser code for UNIX stats request
2008-12-01  Willy Tarreau[MEDIUM] first pass of lifting to proto_uxst.c:uxst_eve...
2008-12-01  Willy Tarreau[MINOR] declare process_session in session.h, not proto...
2008-11-30  Willy Tarreau[BUG] fix forgotten server session counter
2008-11-30  Willy Tarreau[MEDIUM] rename process_request to http_process_request
2008-11-30  Willy Tarreau[MEDIUM] move the HTTP request body analyser out of...
2008-11-30  Willy Tarreau[MEDIUM] extract the HTTP tarpit code from process_requ...
2008-11-30  Willy Tarreau[MEDIUM] extract TCP request processing from HTTP
2008-11-30  Willy Tarreau[MINOR] stream_sock_data_finish() should not expose fd
2008-11-30  Willy Tarreau[CLEANUP] session.c: removed some migration left-overs...
2008-11-30  Willy Tarreau[MEDIUM] make the http server error function a pointer...
2008-11-30  Willy Tarreau[MINOR] replace srv_close_with_err() with http_server_e...
2008-11-30  Willy Tarreau[MINOR] replace client_retnclose() with stream_int_retn...
2008-11-30  Willy Tarreau[MINOR] replace the ambiguous client_return function...
2008-11-30  Willy Tarreau[MINOR] call session->do_log() for logging
2008-11-30  Willy Tarreau[CLEANUP] move the session-related functions to session.c
2008-11-30  Willy Tarreau[MAJOR] complete layer4/7 separation
2008-11-27  Willy Tarreau[MEDIUM] make the stream interface control the SHUT...
2008-11-27  Willy Tarreau[MEDIUM] process shutw during connection attempt
2008-11-23  Willy Tarreau[BUG] shutw must imply close during a connect
2008-11-23  Willy Tarreau[MINOR] maintain a global session list in order to...
2008-11-23  Willy Tarreau[MEDIUM] remove stream_sock_update_data()
2008-11-23  Willy Tarreau[MEDIUM] stream_interface: added a DISconnected state...
2008-11-12  Willy Tarreau[MEDIUM] continue layering cleanups.
2008-11-11  Willy Tarreau[MEDIUM] add the SN_CURR_SESS flag to the session to...
2008-11-03  Willy Tarreau[MAJOR] add a connection error state to the stream_inte...
2008-11-02  Willy Tarreau[MAJOR] migrate the connection logic to stream interface
2008-11-02  Willy Tarreau[MINOR] add an expiration flag to the stream_sock_interface
2008-11-02  Willy Tarreau[MEDIUM] use buffer_check_timeouts instead of stream_so...
2008-11-02  Willy Tarreau[MINOR] add buffer_check_timeouts() to check what timeo...
2008-11-02  Willy Tarreau[OPTIM] add compiler hints in tick_is_expired()
2008-11-02  Willy Tarreau[MEDIUM] move QUEUE and TAR timers to stream interfaces
2008-11-02  Willy Tarreau[CLEANUP] process_session: move debug outputs out of...
2008-11-02  Willy Tarreau[MEDIUM] process_session: make use of the new buffer...
2008-11-02  Willy Tarreau[MEDIUM] buffers: add BF_READ_ATTACHED and BF_ANA_TIMEOUT
2008-11-02  Willy Tarreau[MEDIUM] stream interface: add the ->shutw method as...
2008-11-02  Willy Tarreau[MAJOR] make stream sockets aware of the stream interface
2008-11-02  Willy Tarreau[MINOR] change type of fdtab[]->owner to void*
2008-11-02  Willy Tarreau[MEDIUM] indicate a reason for a task wakeup
2008-11-02  Willy Tarreau[OPTIM] force inlining of large functions with gcc...
2008-11-02  Willy Tarreau[OPTIM] reduce the number of calls to task_wakeup()
2008-11-02  Willy Tarreau[OPTIM] ev_sepoll: detect newly created FDs and check...
2008-11-02  Willy Tarreau[MINOR] do not check for BF_SHUTR when computing write...
2008-11-02  Willy Tarreau[MINOR] re-arrange buffer flags and rename some of...
2008-11-02  Willy Tarreau[MEDIUM] reintroduce BF_HIJACK with produce_content
2008-11-02  Willy Tarreau[MINOR] only call flow analysers when their read side...
2008-11-02  Willy Tarreau[OPTIM] stream_sock_read must check for null-reads...
2008-11-02  Willy Tarreau[MEDIUM] split stream_sock_process_data
2008-11-02  Willy Tarreau[MAJOR] make the client side use stream_sock_process_data()
2008-11-02  Willy Tarreau[MEDIUM] stream_sock_process_data moved to stream_sock.c
2008-11-02  Willy Tarreau[MEDIUM] process_srv_data: ensure that we always correc...
2008-11-02  Willy Tarreau[MEDIUM] third cleanup and optimization of process_srv_...
2008-11-02  Willy Tarreau[MEDIUM] second level of code cleanup for process_srv_data
2008-11-02  Willy Tarreau[MEDIUM] massive cleanup of process_srv()
2008-11-02  Willy Tarreau[OPTIM] remove useless fd_set(read) upon shutdown(write)
2008-11-02  Willy Tarreau[MAJOR] rework of the server FSM
2008-11-02  Willy Tarreau[MEDIUM] make it possible for analysers to follow the...
2008-08-26  Willy Tarreau[BUG] fix harmless but wrong fd insertion sequence
2008-08-26  Willy Tarreau[BUG] Fix empty X-Forwarded-For header name when set...
2008-08-17  Willy Tarreau[TESTS] test-fsm: 22 regression tests for state machines
2008-08-17  Willy Tarreau[BUG] process_request: HTTP body analysis must return...
2008-08-17  Willy Tarreau[BUG] process_cli/process_srv: don't call shutdown...
2008-08-17  Willy Tarreau[MEDIUM] merge inspect_exp and txn->exp into request...
2008-08-17  Willy Tarreau[BUILD] fix warning in proto_tcp.c with gcc >= 4
2008-08-17  Willy Tarreau[BUG] regparm is broken on gcc < 3
2008-08-17  Willy Tarreau[OPTIM] process_cli/process_srv: reduce the number...
2008-08-17  Willy Tarreau[MEDIUM] session: move the analysis bit field to the...
2008-08-17  Willy Tarreau[MINOR] ensure the termination flags are set by process_xxx
2008-08-17  Willy Tarreau[MEDIUM] centralize buffer timeout checks at the top...
2008-08-17  Willy Tarreau[MEDIUM] use buffer->wex instead of buffer->cex for...
2008-08-16  Willy Tarreau[MAJOR] process_session: rely only on buffer flags
2008-08-16  Willy Tarreau[MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove...
2008-08-16  Willy Tarreau[CLEANUP] get rid of BF_SHUT*_PENDING
2008-08-16  Willy Tarreau[BUG] maintain_proxies must not disable backends
next