summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RELEASE] Released version 1.4.2v1.4.2Willy Tarreau2010-03-175-5/+35
* [OPTIM] config: only allocate check buffer when checks are enabledCyril Bonté2010-03-171-6/+7
* [BUG] checks: don't wait for a close to start parsing the responseWilly Tarreau2010-03-171-13/+32
* [BUG] init: unconditionally catch SIGPIPEWilly Tarreau2010-03-171-4/+3
* [BUG] http: fix truncated responses on chunk encoding when size divides buffe...Willy Tarreau2010-03-171-1/+1
* [MINOR] checks: make shutdown() silently failWilly Tarreau2010-03-161-5/+1
* [BUG] checks: don't abort when second poll returns an errorWilly Tarreau2010-03-161-3/+1
* [BUG] checks: don't report an error when recv() returns an error after dataWilly Tarreau2010-03-161-4/+11
* [OPTIM] checks: try to detect the end of response without polling againWilly Tarreau2010-03-161-18/+7
* [MEDIUM] checks: support multi-packet health check responsesNick Chalk2010-03-164-38/+84
* [MINOR] http: don't mark a server as failed when it returns 501/505Willy Tarreau2010-03-151-1/+5
* [BUG] config: fix endless loop when parsing "on-error"Willy Tarreau2010-03-151-0/+1
* [BUG] don't merge anonymous ACLs !Willy Tarreau2010-03-151-4/+9
* [BUG] clf logs segfault when capturing a non existant headerCyril Bonté2010-03-141-10/+20
* [MEDIUM] connect to servers even when the input has already been closedWilly Tarreau2010-03-141-2/+4
* [MINOR] force null-termination of hostnameWilly Tarreau2010-03-121-2/+7
* [DOC] Some more documentation cleanupsCyril Bonté2010-03-122-23/+24
* [CLEANUP] product branch updateCyril Bonté2010-03-121-1/+1
* [BUG] url_param hash may return a down serverWilly Tarreau2010-03-121-3/+0
* [BUG] stats: connection reset counters must be plain ascii, not HTMLWilly Tarreau2010-03-051-6/+6
* [MINOR] stats socket: add show sess <id> to dump details about a sessionWilly Tarreau2010-03-053-2/+255
* [MINOR] stats: make the data dump function reusable for other purposesWilly Tarreau2010-03-051-7/+7
* [MINOR] stats: don't send empty lines in "show errors"Willy Tarreau2010-03-051-3/+3
* [MINOR] proto_uxst: set accept_date upon accept() to the wall clock timeWilly Tarreau2010-03-051-0/+1
* [BUG] http: don't wait for response data to leave buffer is client has leftWilly Tarreau2010-03-051-1/+7
* [CLEANUP] session: remove duplicate testWilly Tarreau2010-03-051-3/+0
* [RELEASE] Released version 1.4.1v1.4.1Willy Tarreau2010-03-045-5/+22
* [DOC] be more clear about the limitation to one single monitor-net entryWilly Tarreau2010-03-041-0/+3
* [BUG] Clear-cookie path issueWilliam Turner2010-03-041-7/+10
* [MINOR] report total number of processed connections when stopping a proxyWilly Tarreau2010-03-041-2/+4
* [STATS] frontend requests were not accounted for failed requestsWilly Tarreau2010-03-041-1/+7
* [STATS] count transfer aborts caused by client and by serverWilly Tarreau2010-03-045-18/+92
* [BUILD] fix platform-dependant build issues related to crypt()Willy Tarreau2010-03-042-1/+18
* [BUG] logs: don't report "proxy request" when server closes earlyWilly Tarreau2010-03-041-4/+7
* [BUG] logs: don't report "last data" when we have just closed after an errorWilly Tarreau2010-03-041-1/+1
* [BUILD] fix some build warnings on Solaris with is* macrosWilly Tarreau2010-03-034-8/+12
* [BUILD] includes order breaks OpenBSD buildWilly Tarreau2010-02-261-1/+1
* [BUILD] fix BSD and OSX makefiles for missing filesWilly Tarreau2010-02-262-2/+4
* [DOC] fix typo on stickiness rulesWilly Tarreau2010-02-261-1/+1
* [RELEASE] Released version 1.4.0v1.4.0Willy Tarreau2010-02-265-4/+29
* [DOC] cleanup of the keyword matrixWilly Tarreau2010-02-261-148/+144
* [DOC] reorder some entries to maintain the alphabetical orderWilly Tarreau2010-02-261-424/+428
* [MINOR] stats: mark areas with an underline when tooltips are availableWilly Tarreau2010-02-261-19/+37
* [MINOR] stats: report the request rate in frontends as cell titlesWilly Tarreau2010-02-261-6/+24
* [MEDIUM] http: revert to use a swap buffer for realignmentWilly Tarreau2010-02-263-24/+39
* [STATS] separate frontend and backend HTTP statsWilly Tarreau2010-02-264-17/+17
* [STATS] report HTTP requests (total and rate) in frontendsWilly Tarreau2010-02-265-0/+29
* [MEDIUM] http: don't use trash to realign large buffersWilly Tarreau2010-02-253-13/+70
* [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than onceKrzysztof Piotr Oledzki2010-02-232-2/+6
* [BUG] uri_auth: ST_SHLGNDS should be 0x00000008 not 0x0000008Krzysztof Piotr Oledzki2010-02-231-1/+1