summaryrefslogtreecommitdiff
path: root/support/ab.c
Commit message (Expand)AuthorAgeFilesLines
...
* * support/ab.c (write_request): Avoid redundant write(,,0) precedingJoe Orton2014-03-241-1/+2
* follow-up to r1542533:Jeff Trawick2013-11-181-1/+2
* Check all memory allocations and abort on failureStefan Fritsch2013-11-161-22/+49
* ab: Fix potential buffer overflows when processing the T and XJeff Trawick2013-08-051-8/+6
* Add a new -l parameter in order not to check the length of the responses. Thi...Christophe Jaillet2013-06-021-7/+20
* Check if malloc succeededChristophe Jaillet2013-06-011-0/+4
* 3rd patch from PR45355Christophe Jaillet2013-06-011-4/+4
* The 2 first patches from PR45355 have been portedChristophe Jaillet2013-03-021-8/+8
* ab: add the possibility to define a socket timeout (-s timeout)Christophe Jaillet2012-12-171-4/+11
* Allow forced setting of TLS1.1 and TLS1.2 protocols withKaspar Brand2012-10-071-4/+25
* ab: Fix read failure when targeting SSL server.Jeff Trawick2012-08-101-1/+11
* When -B is specified, search for a host address in theJeff Trawick2012-07-211-1/+3
* * support/ab.c (test, start_connect): Only bind the local end of theJoe Orton2012-06-191-9/+13
* If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl.Stefan Fritsch2011-10-011-0/+4
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-9/+9
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-18/+1
* Support specifying the local address to use.Stefan Fritsch2011-06-251-1/+21
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-2/+2
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-4/+0
* mod_ssl, ab: Support OpenSSL compiled without SSLv2 supportStefan Fritsch2011-04-081-0/+6
* * support/ab.c (test): Catch more calloc failures.Joe Orton2011-03-171-1/+1
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg;Guenter Knauf2010-10-061-35/+35
* simplify walking through array of returned apr_pollfd_tJeff Trawick2010-09-191-5/+4
* fix one error message, eliminate another that will neverJeff Trawick2010-09-191-5/+1
* Fix usage output.Stefan Fritsch2010-08-181-1/+1
* ab: Fix memory leak with -v2 and SSL.Stefan Fritsch2010-06-061-1/+4
* ab was sending wrong number of requests when keepalive enabled.Daniel Earl Poirier2010-05-031-2/+5
* ab: Fix number of requests per second in HTML output being to large by aStefan Fritsch2010-01-241-1/+1
* 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-021-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