| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -2/+2 |
* | ab.c: Replace zeustech.net with web archive link | Eric Covener | 2019-12-27 | 1 | -3/+4 |
* | Fix a typo | Christophe Jaillet | 2019-09-20 | 1 | -1/+1 |
* | ab: Add client certificate support. | Graham Leggett | 2018-09-23 | 1 | -1/+26 |
* | ab: Disable printing temp key for OpenSSL before | Rainer Jung | 2018-03-16 | 1 | -2/+6 |
* | ab: follow up to r1738415: handle any tmp key id. | Yann Ylavic | 2018-03-15 | 1 | -0/+5 |
* | LibreSSL doesn't have or require applink.c | Gregg Lewis Smith | 2018-01-21 | 1 | -1/+1 |
* | ab: follow up to r1811664. | Yann Ylavic | 2017-11-02 | 1 | -5/+3 |
* | ab: Make the TLS layer aware that the underlying socket is nonblocking, | Yann Ylavic | 2017-10-10 | 1 | -18/+49 |
* | ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previous | Yann Ylavic | 2017-10-10 | 1 | -0/+5 |
* | mod_ssl, ab: compatibility with LibreSSL. PR 61184. | Yann Ylavic | 2017-07-30 | 1 | -0/+8 |
* | ab: move option processing for setting a custom | Rainer Jung | 2017-05-28 | 1 | -4/+4 |
* | ab: don't call malloc_init for OpenSSL 1.1.0 | Jacob Champion | 2017-05-22 | 1 | -2/+0 |
* | ab: follow up to r1750854: still better naming, and a C89 fix. | Yann Ylavic | 2016-07-01 | 1 | -9/+9 |
* | ab: follow up to r1750854: some comments and better naming. | Yann Ylavic | 2016-07-01 | 1 | -10/+8 |
* | ab: follow up to r1750854. | Yann Ylavic | 2016-07-01 | 1 | -16/+25 |
* | ab: follow up to r1750854: put the -I at the right place for apr_getopt(). | Yann Ylavic | 2016-06-30 | 1 | -1/+1 |
* | ab: add SNI support when available. | Yann Ylavic | 2016-06-30 | 1 | -2/+47 |
* | Prepare to backport, this is not specific to VS 2015... | William A. Rowe Jr | 2016-06-14 | 1 | -1/+5 |
* | PR59630: include OpenSSL_Applink when compiling on Visual Studio 2015 and up | Gregg Lewis Smith | 2016-05-27 | 1 | -0/+4 |
* | ab: follow up to r1738415: EC_curve_nid2nist() available in OpenSSL-1.0.2 and... | Yann Ylavic | 2016-04-29 | 1 | -1/+3 |
* | print Server Temp Key information. | Jean-Frederic Clere | 2016-04-10 | 1 | -0/+37 |
* | Support for OpenSSL 1.1.0: | Rainer Jung | 2016-03-20 | 1 | -2/+38 |
* | ab: Use caseless matching for HTTP tokens (e.g. content-length). | Yann Ylavic | 2016-03-04 | 1 | -14/+42 |
* | Support for OpenSSL 1.1.0 | Rainer Jung | 2016-02-07 | 1 | -0/+6 |
* | Support compilation against libssl built with OPENSSL_NO_SSL3, | Kaspar Brand | 2015-09-19 | 1 | -1/+9 |
* | Silence a sparse warning about inconsistent indenting | Christophe Jaillet | 2015-08-31 | 1 | -1/+1 |
* | ab: Add missing longest request (100%) to CSV export. | Yann Ylavic | 2015-02-24 | 1 | -1/+1 |
* | ab: Use only one connection to determine working destination socket address. | Jan Kaluža | 2014-09-30 | 1 | -5/+16 |
* | ab: try all destination socket addresses returned by apr_sockaddr_info_get | Jan Kaluža | 2014-09-23 | 1 | -10/+34 |
* | ab: increase request and response header size to 8192 bytes, | Jan Kaluža | 2014-09-04 | 1 | -4/+6 |
* | * support/ab.c: Fix crash caused by integer overflow when printing stats with | Jan Kaluža | 2014-08-14 | 1 | -2/+2 |
* | ab: support custom HTTP method with -m argument. PR 56604. | Yann Ylavic | 2014-06-07 | 1 | -4/+9 |
* | * support/ab.c: Revert accidental version bump in r1580928. | Joe Orton | 2014-03-24 | 1 | -1/+1 |
* | * 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 |