| Commit message (Expand) | Author | Age | Files | Lines |
* | clear out bogus whitespace | Jim Jagielski | 2008-06-13 | 1 | -1/+1 |
* | * Include <limits.h> earlier if available since INT_MAX is defined there on | Ruediger Pluem | 2008-05-17 | 1 | -1/+3 |
* | * Check for failure of apr_file_info_get call | Ruediger Pluem | 2008-05-14 | 1 | -1/+6 |
* | Improve client performance by clearing connection pool instead | Roy T. Fielding | 2008-05-12 | 1 | -2/+3 |
* | Don't stop sending a request if EAGAIN is returned, which will only | Roy T. Fielding | 2008-05-12 | 1 | -18/+7 |
* | Overhaul ab.c stats collection and reporting to avoid integer | Roy T. Fielding | 2008-05-11 | 1 | -228/+229 |
* | * Use a 64 bit unsigned int instead of a signed long to count the bytes | Ruediger Pluem | 2008-02-02 | 1 | -9/+9 |
* | * Do not try to read non existing response bodies of HEAD requests. | Ruediger Pluem | 2008-01-17 | 1 | -1/+2 |
* | Kill the compiler emit - casting struct * to char * (as defined | William A. Rowe Jr | 2007-09-06 | 1 | -1/+1 |
* | Explain that POST data should be sent as the correct MIME type. | Sander Temme | 2007-05-24 | 1 | -2/+6 |
* | Correct behavior of HTTP request headers sent by ab in presence of -H command- | Sander Temme | 2007-04-09 | 1 | -10/+42 |
* | The apr_port_t type is unsigned, but ab was using a signed format code in | Sander Temme | 2007-04-08 | 1 | -2/+2 |
* | ab: Add -r option to continue after socket receive errors. | Jeff Trawick | 2007-03-08 | 1 | -8/+21 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -8/+8 |
* | A keepalive response need not neccessarily have included any content-length | Colm MacCarthaigh | 2006-06-13 | 1 | -0/+5 |
* | when compiling statistics, only interate accross requests which occured. | Colm MacCarthaigh | 2006-04-23 | 1 | -0/+7 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Update the copyright notice to reflect that changes have gone in this year | Colm MacCarthaigh | 2006-04-17 | 1 | -2/+2 |
* | Correct a dumb typo | Colm MacCarthaigh | 2006-04-01 | 1 | -1/+1 |
* | * Add siege-like behaviour to ApacheBench; output the results, as they have | Colm MacCarthaigh | 2006-03-31 | 1 | -5/+18 |
* | Give users the ability to set the window size for apache bench runs. Useful | Colm MacCarthaigh | 2006-03-31 | 1 | -1/+20 |
* | * modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve): Fix warning | Joe Orton | 2005-11-28 | 1 | -5/+5 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -50/+50 |
* | * support/ab.c (test): Increment count of started requests when a | Joe Orton | 2005-10-12 | 1 | -0/+1 |
* | * support/ab.c: Rewrite SSL support so that it works reliably, and | Joe Orton | 2005-05-17 | 1 | -292/+244 |
* | * support/ab.c (open_postfile): Use apr_file_read_full, tidy up error | Joe Orton | 2005-04-15 | 1 | -18/+9 |
* | * support/ab.c (test): Treat POST data as a binary blob not a C | Joe Orton | 2005-04-15 | 1 | -1/+1 |
* | Fix and prevent some segfaults in ab: | Joe Orton | 2005-04-15 | 1 | -5/+10 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -2/+2 |
* | Update copyright notice to new format to show what needs | Roy T. Fielding | 2005-01-03 | 1 | -5/+6 |
* | Small fix on ab's use of sprintf(). | Paul Querna | 2004-07-10 | 1 | -5/+11 |
* | Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch... | Martin Kraemer | 2004-06-29 | 1 | -4/+4 |
* | replaced tabs with spaces and aligned indentation within brackets | Jean-Jacques Clar | 2004-05-18 | 1 | -909/+910 |
* | ab mixing mean and median values, also wrong time values for start and connec... | Jean-Jacques Clar | 2004-03-25 | 1 | -37/+38 |
* | Using ap_max() to ensure no negative values are stored in data structure. | Jean-Jacques Clar | 2004-03-19 | 1 | -8/+8 |
* | Add Missing parenthesis ! | Madhusudan Mathihalli | 2004-03-18 | 1 | -3/+3 |
* | Limit the concurrency to MAX_CONCURRENCY. | Madhusudan Mathihalli | 2004-03-17 | 1 | -2/+8 |
* | using build in err function, thanks Jeff for pointing that. | Jean-Jacques Clar | 2004-03-17 | 1 | -4/+3 |
* | added check on apr_pollset_create() return value to exit ab it case it fails. | Jean-Jacques Clar | 2004-03-16 | 1 | -3/+7 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -3/+3 |
* | fix copyright dates according the first cehck in | André Malo | 2004-02-08 | 1 | -3/+3 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -55/+12 |
* | * support/ab.c (write_request): Fix gcc warning at -O2 in USE_SSL | Joe Orton | 2004-01-03 | 1 | -3/+3 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -3/+3 |
* | Fix ab's SSL support a little: | Joe Orton | 2003-12-10 | 1 | -12/+15 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -13/+13 |
* | distinguish between these two states: | Jeff Trawick | 2003-08-01 | 1 | -10/+39 |
* | restore a check for write failures which was lost for non-SSL builds | Jeff Trawick | 2003-08-01 | 1 | -3/+3 |
* | ab: Work over non-loopback on Unix again. | Jeff Trawick | 2003-07-29 | 1 | -3/+3 |
* | reject overlong credentials from the commandline | André Malo | 2003-07-21 | 1 | -2/+8 |