summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [MAJOR] http: add support for HTTP 1xx informational responsesWilly Tarreau2009-10-031-23/+44
* [CLEANUP] remove ifdef MSG_NOSIGNAL and define it insteadWilly Tarreau2009-10-034-23/+9
* [MINOR] acl: add support for hdr_ip to match IP addresses in headersWilly Tarreau2009-09-192-1/+71
* [MINOR] stats: add a new node-name settingWilly Tarreau2009-08-163-5/+40
* [MINOR] export the hostname variable so that all the code can access itWilly Tarreau2009-08-161-6/+1
* [BUG] log: option tcplog would log to global if no logger was definedWilly Tarreau2009-08-092-13/+10
* [BUG] task: fix possible crash when some timeouts are not configuredWilly Tarreau2009-08-091-1/+5
* [BUG] fix random pauses on last segment of a seriesWilly Tarreau2009-07-271-3/+16
* [BUILD] fix incorrect printf arg count with tcp_spliceWilly Tarreau2009-07-261-1/+1
* [MINOR] acl: detect and report potential mistakes in ACLsWilly Tarreau2009-07-261-0/+13
* [MINOR] print usage on the stats sockets upon invalid commandsWilly Tarreau2009-07-261-1/+13
* [CLEANUP] report 2009 not 2008 in the copyright banner.Willy Tarreau2009-07-261-2/+2
* [BUILD] fix a minor build warning on AIXWilly Tarreau2009-07-261-0/+2
* [MINOR] config: improve error reporting when checking configurationWilly Tarreau2009-07-262-18/+34
* [MINOR] config: the "capture" keyword is not allowed in backendsWilly Tarreau2009-07-261-2/+2
* [MINOR] config: improve error reporting in listen sectionsWilly Tarreau2009-07-261-277/+506
* [MINOR] config: improve error reporting in global sectionWilly Tarreau2009-07-262-56/+103
* [MINOR] stats: better displaying in MSIEWilly Tarreau2009-07-201-3/+3
* [BUG] task: fix possible timer drift after updateWilly Tarreau2009-07-141-1/+5
* [BUG] config: tcp-request content only accepts "if" or "unless"Willy Tarreau2009-07-141-1/+9
* [BUG] stream_sock: don't stop reading when the poller reports an errorWilly Tarreau2009-07-141-3/+8
* [BUG] stream_sock: always shutdown(SHUT_WR) before closingWilly Tarreau2009-07-141-4/+9
* [BUG] default ACLs did not properly set the ->requires flagWilly Tarreau2009-07-141-0/+1
* [CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP defineWilly Tarreau2009-07-141-14/+0
* [BUG] http: redirect rules were processed too earlyWilly Tarreau2009-07-141-106/+106
* [MEDIUM] config: support loading multiple configuration filesWilly Tarreau2009-07-141-8/+18
* [MEDIUM] config: split parser and checker in two functionsWilly Tarreau2009-07-143-61/+69
* [MEDIUM] support setting a server weight to zeroWilly Tarreau2009-07-142-11/+24
* [MEDIUM] add support for binding to source port ranges during connectWilly Tarreau2009-07-145-6/+161
* [BUG] ensure that we correctly re-start old process in case of errorWilly Tarreau2009-07-141-1/+3
* [MINOR] startup: don't imply -q with -DWilly Tarreau2009-05-181-2/+2
* [MINOR] stats/html: use the arial font before helveticaWilly Tarreau2009-05-101-2/+2
* [MINOR] stats: report max sessions/s and limit in HTML statsWilly Tarreau2009-05-101-21/+30
* [MINOR] stats: report max sessions/s and limit in CSV exportWilly Tarreau2009-05-101-8/+13
* [MINOR] compute the max of sessions/s on fe/be/srvWilly Tarreau2009-05-103-7/+7
* [MINOR] implement per-logger log level limitationWilly Tarreau2009-05-102-4/+34
* [MEDIUM] add support for "balance hdr(name)"Benoit2009-05-102-1/+122
* [MINOR] standard: provide a new 'my_strndup' functionWilly Tarreau2009-05-101-0/+17
* [BUG] fix parser crash on unconditional tcp content rulesWilly Tarreau2009-05-101-1/+1
* [MINOR] add options dontlog-normal and log-separate-errorsWilly Tarreau2009-05-103-4/+26
* [MINOR] don't close stdio fds twiceWilly Tarreau2009-05-101-2/+0
* [BUG] O(1) pollers should check their FD before closing itWilly Tarreau2009-05-103-12/+28
* [MEDIUM] convert all signals to asynchronous signalsWilly Tarreau2009-05-101-15/+12
* [MEDIUM] pollers: don't wait if a signal is pendingWilly Tarreau2009-05-105-5/+10
* [MEDIUM] call signal_process_queue from run_poll_loopWilly Tarreau2009-05-101-0/+5
* [MINOR] add basic signal handling functionsWilly Tarreau2009-05-101-0/+112
* [BUG] x-original-to: fix missing initialization to default valueMaik Broemme2009-05-081-0/+1
* [MINOR] add X-Original-To: headerMaik Broemme2009-05-012-1/+93
* [BUG] fix wrong pointer arithmetics in HTTP message capturesWilly Tarreau2009-05-011-6/+4
* [CRITICAL] uninitialized response field can sometimes cause crashesWilly Tarreau2009-04-271-0/+2