summaryrefslogtreecommitdiffstats
path: root/support/ab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses to min max macro functions to avoid future bugs.Takashi Sato2009-12-291-2/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-12/+13
* update pollset to reflect changed connection state before closing the socket;Jeff Trawick2009-11-061-1/+1
* ab: Fix segfault in case the argument for -n is a very large number.Stefan Fritsch2009-10-181-0/+7
* when a request body is sent, just display "Total body sent"Jeff Trawick2009-09-281-7/+2
* * support/ab.c (output_results): Fix gcc warning on LP64 - fieldJoe Orton2009-09-281-1/+1
* refactor the representation of HTTP method and whether to sendJeff Trawick2009-09-271-24/+35
* fixed compatibility to Openssl < 0.9.7g;Guenter Knauf2009-09-271-7/+16
* small code cleanups for POST/PUT, especially to combine common codeJeff Trawick2009-09-271-29/+23
* Fix a segfault in ab when run in verbose mode using https.Daniel Earl Poirier2009-09-231-1/+0
* Add support for HTTP PUT to ab.Graham Leggett2009-09-061-8/+27
* ab: Fix broken error messages after resolver or connect() failures.Jeff Trawick2009-07-291-5/+6
* *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connectEric Covener2009-03-301-1/+7
* Use APR_POLLSET_NOCOPY for better performance with some pollset implementations.Jeff Trawick2009-03-041-16/+14
* repeat apr_pollset_poll() while it returns EINTRJeff Trawick2009-03-041-1/+3
* remove unreachable codeJeff Trawick2009-03-031-1/+0
* * Remove unused variable.Ruediger Pluem2009-03-031-1/+0
* Clean up more compiler emits. Add CHANGES entry, credit Kasper for the OpenS...Sander Temme2009-03-031-0/+4
* axe a fearful comment that was addressed before committing r749438Jeff Trawick2009-03-021-1/+1
* ab: Fix maintenance of the pollset to resolve EINPROGRESS errors Jeff Trawick2009-03-021-72/+77
* The development trunk of OpenSSL has tightened up the type safety of the STAC...Sander Temme2009-02-271-3/+3
* * Change some "apr_palloc / memcpy" to apr_pstrmemdupTakashi Sato2008-12-161-3/+1
* 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