| Commit message (Expand) | Author | Age | Files | Lines |
* | Add parentheses to min max macro functions to avoid future bugs. | Takashi Sato | 2009-12-29 | 1 | -2/+2 |
* | Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings. | Takashi Sato | 2009-12-29 | 1 | -12/+13 |
* | update pollset to reflect changed connection state before closing the socket; | Jeff Trawick | 2009-11-06 | 1 | -1/+1 |
* | ab: Fix segfault in case the argument for -n is a very large number. | Stefan Fritsch | 2009-10-18 | 1 | -0/+7 |
* | when a request body is sent, just display "Total body sent" | Jeff Trawick | 2009-09-28 | 1 | -7/+2 |
* | * support/ab.c (output_results): Fix gcc warning on LP64 - field | Joe Orton | 2009-09-28 | 1 | -1/+1 |
* | refactor the representation of HTTP method and whether to send | Jeff Trawick | 2009-09-27 | 1 | -24/+35 |
* | fixed compatibility to Openssl < 0.9.7g; | Guenter Knauf | 2009-09-27 | 1 | -7/+16 |
* | small code cleanups for POST/PUT, especially to combine common code | Jeff Trawick | 2009-09-27 | 1 | -29/+23 |
* | Fix a segfault in ab when run in verbose mode using https. | Daniel Earl Poirier | 2009-09-23 | 1 | -1/+0 |
* | Add support for HTTP PUT to ab. | Graham Leggett | 2009-09-06 | 1 | -8/+27 |
* | ab: Fix broken error messages after resolver or connect() failures. | Jeff Trawick | 2009-07-29 | 1 | -5/+6 |
* | *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect | Eric Covener | 2009-03-30 | 1 | -1/+7 |
* | Use APR_POLLSET_NOCOPY for better performance with some pollset implementations. | Jeff Trawick | 2009-03-04 | 1 | -16/+14 |
* | repeat apr_pollset_poll() while it returns EINTR | Jeff Trawick | 2009-03-04 | 1 | -1/+3 |
* | remove unreachable code | Jeff Trawick | 2009-03-03 | 1 | -1/+0 |
* | * Remove unused variable. | Ruediger Pluem | 2009-03-03 | 1 | -1/+0 |
* | Clean up more compiler emits. Add CHANGES entry, credit Kasper for the OpenS... | Sander Temme | 2009-03-03 | 1 | -0/+4 |
* | axe a fearful comment that was addressed before committing r749438 | Jeff Trawick | 2009-03-02 | 1 | -1/+1 |
* | ab: Fix maintenance of the pollset to resolve EINPROGRESS errors | Jeff Trawick | 2009-03-02 | 1 | -72/+77 |
* | The development trunk of OpenSSL has tightened up the type safety of the STAC... | Sander Temme | 2009-02-27 | 1 | -3/+3 |
* | * Change some "apr_palloc / memcpy" to apr_pstrmemdup | Takashi Sato | 2008-12-16 | 1 | -3/+1 |
* | 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 |