summaryrefslogtreecommitdiff
path: root/support/ab.c
Commit message (Expand)AuthorAgeFilesLines
* ab: Use new openssl-3 API when available.Yann Ylavic2023-03-161-6/+39
* r1900362 followup: clang -Wexpansion-to-definedEric Covener2022-05-051-3/+6
* ab: Add the -W option to use worker threads.Yann Ylavic2022-04-281-521/+889
* ab: Allow for TLSv1.3 when the SSL library supports it.Yann Ylavic2022-04-221-29/+55
* ab: apr_base64_encode already NUL-terminate the output.Yann Ylavic2022-04-221-5/+2
* Fix alignment in an 'if' block.Christophe Jaillet2022-04-201-5/+5
* ab: Fix the detection for when the server performed a legitimateGraham Leggett2022-02-091-2/+10
* ab: Add an optional ramp delay when starting concurrent connections soGraham Leggett2022-02-081-7/+83
* Reinstate r1897458 accidentally reverted in r1897760.Graham Leggett2022-02-081-43/+80
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-80/+43
* check BIO_new(3) return valuesGiovanni Bechis2022-02-011-3/+13
* ab: Respond appropriately to SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE.Graham Leggett2022-01-251-43/+80
* Revert stray modification in r1897336.Graham Leggett2022-01-241-1/+1
* When failing, we need to explicitly set the connection state.Graham Leggett2022-01-221-1/+1
* As in r1877467 for mod_ssl, for OpenSSL 1.1.1+ require that OpenSSL isJoe Orton2021-12-071-0/+15
* * support/ab.c (main): Check apr_getopt() returned APR_EOF, fixing clangJoe Orton2021-12-031-2/+2
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* ab.c: Replace zeustech.net with web archive linkEric Covener2019-12-271-3/+4
* Fix a typoChristophe Jaillet2019-09-201-1/+1
* ab: Add client certificate support.Graham Leggett2018-09-231-1/+26
* ab: Disable printing temp key for OpenSSL beforeRainer Jung2018-03-161-2/+6
* ab: follow up to r1738415: handle any tmp key id.Yann Ylavic2018-03-151-0/+5
* LibreSSL doesn't have or require applink.cGregg Lewis Smith2018-01-211-1/+1
* ab: follow up to r1811664.Yann Ylavic2017-11-021-5/+3
* ab: Make the TLS layer aware that the underlying socket is nonblocking,Yann Ylavic2017-10-101-18/+49
* ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previousYann Ylavic2017-10-101-0/+5
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-291-0/+8
* ab: move option processing for setting a customRainer Jung2017-05-281-4/+4
* ab: don't call malloc_init for OpenSSL 1.1.0Jacob Champion2017-05-221-2/+0
* ab: follow up to r1750854: still better naming, and a C89 fix.Yann Ylavic2016-07-011-9/+9
* ab: follow up to r1750854: some comments and better naming.Yann Ylavic2016-07-011-10/+8
* ab: follow up to r1750854.Yann Ylavic2016-07-011-16/+25
* ab: follow up to r1750854: put the -I at the right place for apr_getopt().Yann Ylavic2016-06-301-1/+1
* ab: add SNI support when available.Yann Ylavic2016-06-301-2/+47
* Prepare to backport, this is not specific to VS 2015...William A. Rowe Jr2016-06-141-1/+5
* PR59630: include OpenSSL_Applink when compiling on Visual Studio 2015 and upGregg Lewis Smith2016-05-271-0/+4
* ab: follow up to r1738415: EC_curve_nid2nist() available in OpenSSL-1.0.2 and...Yann Ylavic2016-04-291-1/+3
* print Server Temp Key information.Jean-Frederic Clere2016-04-101-0/+37
* Support for OpenSSL 1.1.0:Rainer Jung2016-03-201-2/+38
* ab: Use caseless matching for HTTP tokens (e.g. content-length).Yann Ylavic2016-03-041-14/+42
* Support for OpenSSL 1.1.0Rainer Jung2016-02-071-0/+6
* Support compilation against libssl built with OPENSSL_NO_SSL3,Kaspar Brand2015-09-191-1/+9
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-1/+1
* ab: Add missing longest request (100%) to CSV export.Yann Ylavic2015-02-241-1/+1
* ab: Use only one connection to determine working destination socket address.Jan Kaluža2014-09-301-5/+16
* ab: try all destination socket addresses returned by apr_sockaddr_info_getJan Kaluža2014-09-231-10/+34
* ab: increase request and response header size to 8192 bytes,Jan Kaluža2014-09-041-4/+6
* * support/ab.c: Fix crash caused by integer overflow when printing stats withJan Kaluža2014-08-141-2/+2
* ab: support custom HTTP method with -m argument. PR 56604.Yann Ylavic2014-06-071-4/+9
* * support/ab.c: Revert accidental version bump in r1580928.Joe Orton2014-03-241-1/+1