| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * support/ab.c (write_request): Avoid redundant write(,,0) preceding | Joe Orton | 2014-03-24 | 1 | -1/+2 |
* | follow-up to r1542533: | Jeff Trawick | 2013-11-18 | 1 | -1/+2 |
* | Check all memory allocations and abort on failure | Stefan Fritsch | 2013-11-16 | 1 | -22/+49 |
* | ab: Fix potential buffer overflows when processing the T and X | Jeff Trawick | 2013-08-05 | 1 | -8/+6 |
* | Add a new -l parameter in order not to check the length of the responses. Thi... | Christophe Jaillet | 2013-06-02 | 1 | -7/+20 |
* | Check if malloc succeeded | Christophe Jaillet | 2013-06-01 | 1 | -0/+4 |
* | 3rd patch from PR45355 | Christophe Jaillet | 2013-06-01 | 1 | -4/+4 |
* | The 2 first patches from PR45355 have been ported | Christophe Jaillet | 2013-03-02 | 1 | -8/+8 |
* | ab: add the possibility to define a socket timeout (-s timeout) | Christophe Jaillet | 2012-12-17 | 1 | -4/+11 |
* | Allow forced setting of TLS1.1 and TLS1.2 protocols with | Kaspar Brand | 2012-10-07 | 1 | -4/+25 |
* | ab: Fix read failure when targeting SSL server. | Jeff Trawick | 2012-08-10 | 1 | -1/+11 |
* | When -B is specified, search for a host address in the | Jeff Trawick | 2012-07-21 | 1 | -1/+3 |
* | * support/ab.c (test, start_connect): Only bind the local end of the | Joe Orton | 2012-06-19 | 1 | -9/+13 |
* | If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl. | Stefan Fritsch | 2011-10-01 | 1 | -0/+4 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -9/+9 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -18/+1 |
* | Support specifying the local address to use. | Stefan Fritsch | 2011-06-25 | 1 | -1/+21 |
* | Fix various "variable 'x' set but not used" warnings. | Stefan Fritsch | 2011-05-22 | 1 | -2/+2 |
* | Improvements found by cppcheck: | Stefan Fritsch | 2011-05-15 | 1 | -4/+0 |
* | mod_ssl, ab: Support OpenSSL compiled without SSLv2 support | Stefan Fritsch | 2011-04-08 | 1 | -0/+6 |
* | * support/ab.c (test): Catch more calloc failures. | Joe Orton | 2011-03-17 | 1 | -1/+1 |
* | Renamed optarg -> opt_arg to avoid name clashes with system-own optarg; | Guenter Knauf | 2010-10-06 | 1 | -35/+35 |
* | simplify walking through array of returned apr_pollfd_t | Jeff Trawick | 2010-09-19 | 1 | -5/+4 |
* | fix one error message, eliminate another that will never | Jeff Trawick | 2010-09-19 | 1 | -5/+1 |
* | Fix usage output. | Stefan Fritsch | 2010-08-18 | 1 | -1/+1 |
* | ab: Fix memory leak with -v2 and SSL. | Stefan Fritsch | 2010-06-06 | 1 | -1/+4 |
* | ab was sending wrong number of requests when keepalive enabled. | Daniel Earl Poirier | 2010-05-03 | 1 | -2/+5 |
* | ab: Fix number of requests per second in HTML output being to large by a | Stefan Fritsch | 2010-01-24 | 1 | -1/+1 |
* | 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-02 | 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 |