summaryrefslogtreecommitdiffstats
path: root/support/ab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clear out bogus whitespaceJim Jagielski2008-06-131-1/+1
* * Include <limits.h> earlier if available since INT_MAX is defined there onRuediger Pluem2008-05-171-1/+3
* * Check for failure of apr_file_info_get callRuediger Pluem2008-05-141-1/+6
* Improve client performance by clearing connection pool insteadRoy T. Fielding2008-05-121-2/+3
* Don't stop sending a request if EAGAIN is returned, which will onlyRoy T. Fielding2008-05-121-18/+7
* Overhaul ab.c stats collection and reporting to avoid integerRoy T. Fielding2008-05-111-228/+229
* * Use a 64 bit unsigned int instead of a signed long to count the bytesRuediger Pluem2008-02-021-9/+9
* * Do not try to read non existing response bodies of HEAD requests.Ruediger Pluem2008-01-171-1/+2
* Kill the compiler emit - casting struct * to char * (as definedWilliam A. Rowe Jr2007-09-061-1/+1
* Explain that POST data should be sent as the correct MIME type. Sander Temme2007-05-241-2/+6
* Correct behavior of HTTP request headers sent by ab in presence of -H command-Sander Temme2007-04-091-10/+42
* The apr_port_t type is unsigned, but ab was using a signed format code inSander Temme2007-04-081-2/+2
* ab: Add -r option to continue after socket receive errors.Jeff Trawick2007-03-081-8/+21
* update license header textRoy T. Fielding2006-07-111-8/+8
* A keepalive response need not neccessarily have included any content-lengthColm MacCarthaigh2006-06-131-0/+5
* when compiling statistics, only interate accross requests which occured.Colm MacCarthaigh2006-04-231-0/+7
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Update the copyright notice to reflect that changes have gone in this yearColm MacCarthaigh2006-04-171-2/+2
* Correct a dumb typoColm MacCarthaigh2006-04-011-1/+1
* * Add siege-like behaviour to ApacheBench; output the results, as they haveColm MacCarthaigh2006-03-311-5/+18
* Give users the ability to set the window size for apache bench runs. UsefulColm MacCarthaigh2006-03-311-1/+20
* * modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve): Fix warningJoe Orton2005-11-281-5/+5
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-50/+50
* * support/ab.c (test): Increment count of started requests when aJoe Orton2005-10-121-0/+1
* * support/ab.c: Rewrite SSL support so that it works reliably, andJoe Orton2005-05-171-292/+244
* * support/ab.c (open_postfile): Use apr_file_read_full, tidy up errorJoe Orton2005-04-151-18/+9
* * support/ab.c (test): Treat POST data as a binary blob not a CJoe Orton2005-04-151-1/+1
* Fix and prevent some segfaults in ab:Joe Orton2005-04-151-5/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-2/+2
* Update copyright notice to new format to show what needsRoy T. Fielding2005-01-031-5/+6
* Small fix on ab's use of sprintf().Paul Querna2004-07-101-5/+11
* Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch...Martin Kraemer2004-06-291-4/+4
* replaced tabs with spaces and aligned indentation within bracketsJean-Jacques Clar2004-05-181-909/+910
* ab mixing mean and median values, also wrong time values for start and connec...Jean-Jacques Clar2004-03-251-37/+38
* Using ap_max() to ensure no negative values are stored in data structure.Jean-Jacques Clar2004-03-191-8/+8
* Add Missing parenthesis !Madhusudan Mathihalli2004-03-181-3/+3
* Limit the concurrency to MAX_CONCURRENCY.Madhusudan Mathihalli2004-03-171-2/+8
* using build in err function, thanks Jeff for pointing that.Jean-Jacques Clar2004-03-171-4/+3
* added check on apr_pollset_create() return value to exit ab it case it fails.Jean-Jacques Clar2004-03-161-3/+7
* fix name of The Apache Software FoundationAndré Malo2004-02-091-3/+3
* fix copyright dates according the first cehck inAndré Malo2004-02-081-3/+3
* apply Apache License, Version 2.0André Malo2004-02-061-55/+12
* * support/ab.c (write_request): Fix gcc warning at -O2 in USE_SSLJoe Orton2004-01-031-3/+3
* update license to 2004.André Malo2004-01-011-3/+3
* Fix ab's SSL support a little:Joe Orton2003-12-101-12/+15
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-13/+13
* distinguish between these two states:Jeff Trawick2003-08-011-10/+39
* restore a check for write failures which was lost for non-SSL buildsJeff Trawick2003-08-011-3/+3
* ab: Work over non-loopback on Unix again.Jeff Trawick2003-07-291-3/+3
* reject overlong credentials from the commandlineAndré Malo2003-07-211-2/+8