summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [CLEANUP] config: do not allocate an empty argument for rsp* keywordsWilly Tarreau2010-01-281-4/+4
* [MEDIUM] checks: add the server's status in the checksWilly Tarreau2010-01-282-1/+72
* [MEDIUM] checks: make the HTTP check code add the CRLF itselfWilly Tarreau2010-01-282-6/+16
* [CLEANUP] Keep in sync "defaults" support between documentation and codeCyril Bonté2010-01-281-0/+24
* [MINOR] buffers: buffer_insert_line2 must not change the ->w entryWilly Tarreau2010-01-281-1/+0
* [MINOR] buffer_replace2 must never change the ->w entryWilly Tarreau2010-01-281-3/+7
* [MINOR] http: logs must report persistent connections to down serversWilly Tarreau2010-01-281-2/+2
* [MEDIUM] add the "force-persist" statement to force persistence on down serversWilly Tarreau2010-01-285-5/+84
* [CLEANUP] http_server_error() must not purge a previous pending responseWilly Tarreau2010-01-281-1/+1
* [CLEANUP] buffers: remove remains of wrong obsolete length checkWilly Tarreau2010-01-281-6/+0
* [BUG] check: we must not check for error before reading a responseWilly Tarreau2010-01-281-9/+10
* [CLEANUP] stream_sock: MSG_NOSIGNAL is only for send(), not recv()Willy Tarreau2010-01-282-13/+2
* [MINOR] config: indicate that timeout appsession should not be usedWilly Tarreau2010-01-281-0/+2
* [MINOR] config: don't accept 'appsession' in defaults sectionCyril Bonté2010-01-281-0/+6
* [BUG] appsession: possible memory leak in case of out of memory conditionCyril Bonté2010-01-281-0/+2
* [MINOR] http redirect: add the ability to append a '/' to the URLWilly Tarreau2010-01-282-1/+14
* [MINOR] http: fix double slash prefix with server redirectWilly Tarreau2010-01-281-2/+5
* [BUILD] appsession did not build anymore under gcc-2.95Willy Tarreau2010-01-281-1/+2
* [BUILD] warning ultoa_r returns char *Emeric Brun2010-01-281-1/+1
* [MINOR] config: some options were missing for "redirect"Willy Tarreau2010-01-281-1/+1
* [BUG] http: fix cookie parser to support spaces and commas in valuesWilly Tarreau2010-01-281-10/+23
* [MINOR] config: option forceclose is valid in frontends tooWilly Tarreau2010-01-281-1/+1
* [CLEANUP] buffers: wrong size calculation for displaced dataWilly Tarreau2010-01-281-3/+3
* [MINOR] http: typos on several unlikely() around header insertionWilly Tarreau2010-01-281-8/+8
* [BUG] check_post: limit analysis to the buffer lengthWilly Tarreau2010-01-281-0/+3
* [BUG] config: fix erroneous check on cookie domain names, againKrzysztof Piotr Oledzki2010-01-281-5/+5
* [CLEANUP] second fix for the printf format warningWilly Tarreau2010-01-281-1/+1
* [CLEANUP] format '%d' expects type 'int', but argument 5 has type 'long int'Krzysztof Piotr Oledzki2010-01-281-1/+1
* [MINOR] config: don't report error on all subsequent files on failureWilly Tarreau2009-12-151-2/+2
* [BUG] Configuration parser bug when escaping charactersCyril Bonté2009-12-061-1/+1
* [BUG] config: fix error message when config file is not foundWilly Tarreau2009-12-061-1/+9
* [BUG] x-original-to: name was not set in default instanceWilly Tarreau2009-12-062-2/+9
* [MINOR] server tracking: don't care about the tracked server's modeAlex Williams2009-12-062-6/+25
* [MINOR] config: support passing multiple "domain" statements to cookiesWilly Tarreau2009-12-031-1/+15
* [BUG] config: cookie domain was ignored in defaults sectionsWilly Tarreau2009-12-031-0/+4
* [BUG] config: fix erroneous check on cookie domain namesWilly Tarreau2009-12-031-2/+2
* [BUG] config: disable 'option httplog' on TCP proxiesWilly Tarreau2009-11-091-0/+5
* [BUG] config: fix wrong handling of too large argument countWilly Tarreau2009-11-091-0/+15
* [MEDIUM] appsession: add the "request-learn" optionCyril Bonté2009-10-184-169/+129
* [MINOR] unix socket: report the socket path in case of bind errorWilly Tarreau2009-10-141-12/+12
* [BUG] unix socket: don't try to dereference frontend/backendsWilly Tarreau2009-10-141-4/+0
* [BUG] task.c: don't assing last_timer to node-less entriesSaVaGe2009-10-121-1/+3
* [MINOR] acl: add fe_conn, be_conn, queue, avg_queueWilly Tarreau2009-10-122-3/+100
* [MINOR] acl: don't report valid acls as potential mistakesKrzysztof Piotr Oledzki2009-10-081-1/+1
* [BUG] don't refresh timeouts late after detected activityWilly Tarreau2009-10-041-5/+6
* [MEDIUM] new option "independant-streams" to stop updating read timeout on wr...Willy Tarreau2009-10-035-12/+36
* [MINOR] report list of supported pollers with -vvWilly Tarreau2009-10-031-1/+7
* [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-na...Krzysztof Piotr Oledzki2009-10-034-32/+208
* [BUG] check if rise/fall has an argument and it is > 0Krzysztof Piotr Oledzki2009-10-031-2/+31
* [BUILD] stream_interface: fix conflicting declarationWilly Tarreau2009-10-031-0/+1