]> granicus.if.org Git - apache/history - support/ab.c
ab: Add client certificate support.
[apache] / support / ab.c
2018-09-23 Graham Leggettab: Add client certificate support.
2018-03-16 Rainer Jungab: Disable printing temp key for OpenSSL before
2018-03-15 Yann Ylavicab: follow up to r1738415: handle any tmp key id.
2018-01-21 Gregg Lewis SmithLibreSSL doesn't have or require applink.c
2017-11-02 Yann Ylavicab: follow up to r1811664.
2017-10-10 Yann Ylavicab: Make the TLS layer aware that the underlying socket...
2017-10-10 Yann Ylavicab: Keep reading nonblocking to exhaust TCP or SSL...
2017-07-29 Yann Ylavicmod_ssl, ab: compatibility with LibreSSL. PR 61184.
2017-07-14 Jacob Championhttpdunit: merge CVE-2017-9788 regression tests from...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-06-20 Jacob Championhttpdunit: merge to trunk from feature branch
2017-05-28 Rainer Jungab: move option processing for setting a custom
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-05-22 Jacob Championab: don't call malloc_init for OpenSSL 1.1.0
2016-07-01 Yann Ylavicab: follow up to r1750854: still better naming, and...
2016-07-01 Yann Ylavicab: follow up to r1750854: some comments and better...
2016-07-01 Yann Ylavicab: follow up to r1750854.
2016-06-30 Yann Ylavicab: follow up to r1750854: put the -I at the right...
2016-06-30 Yann Ylavicab: add SNI support when available.
2016-06-14 William A. Rowe JrPrepare to backport, this is not specific to VS 2015...
2016-05-27 Gregg Lewis SmithPR59630: include OpenSSL_Applink when compiling on...
2016-04-29 Yann Ylavicab: follow up to r1738415: EC_curve_nid2nist() availabl...
2016-04-10 Jean-Frederic Clereprint Server Temp Key information.
2016-03-20 Rainer JungSupport for OpenSSL 1.1.0:
2016-03-04 Yann Ylavicab: Use caseless matching for HTTP tokens (e.g. content...
2016-02-07 Rainer JungSupport for OpenSSL 1.1.0
2015-09-19 Kaspar BrandSupport compilation against libssl built with OPENSSL_N...
2015-08-31 Christophe JailletSilence a sparse warning about inconsistent indenting
2015-02-24 Yann Ylavicab: Add missing longest request (100%) to CSV export.
2014-09-30 Jan Kalužaab: Use only one connection to determine working destin...
2014-09-23 Jan Kalužaab: try all destination socket addresses returned by...
2014-09-04 Jan Kalužaab: increase request and response header size to 8192...
2014-08-14 Jan Kaluža* support/ab.c: Fix crash caused by integer overflow...
2014-06-07 Yann Ylavicab: support custom HTTP method with -m argument. PR...
2014-03-24 Joe Orton* support/ab.c: Revert accidental version bump in r1580928.
2014-03-24 Joe Orton* support/ab.c (write_request): Avoid redundant write...
2013-11-18 Jeff Trawickfollow-up to r1542533:
2013-11-16 Stefan FritschCheck all memory allocations and abort on failure
2013-08-05 Jeff Trawickab: Fix potential buffer overflows when processing...
2013-06-02 Christophe JailletAdd a new -l parameter in order not to check the length...
2013-06-01 Christophe JailletCheck if malloc succeeded
2013-06-01 Christophe Jaillet3rd patch from PR45355
2013-03-02 Christophe JailletThe 2 first patches from PR45355 have been ported
2012-12-17 Christophe Jailletab: add the possibility to define a socket timeout...
2012-10-07 Kaspar BrandAllow forced setting of TLS1.1 and TLS1.2 protocols...
2012-08-10 Jeff Trawickab: Fix read failure when targeting SSL server.
2012-07-21 Jeff TrawickWhen -B is specified, search for a host address in the
2012-06-19 Joe Orton* support/ab.c (test, start_connect): Only bind the...
2011-10-01 Stefan FritschIf MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-07 Kaspar BrandDrop support for the RSA BSAFE SSL-C toolkit from confi...
2011-06-25 Stefan FritschSupport specifying the local address to use.
2011-05-22 Stefan FritschFix various "variable 'x' set but not used" warnings.
2011-05-15 Stefan FritschImprovements found by cppcheck:
2011-04-08 Stefan Fritschmod_ssl, ab: Support OpenSSL compiled without SSLv2...
2011-03-17 Joe Orton* support/ab.c (test): Catch more calloc failures.
2010-10-06 Guenter KnaufRenamed optarg -> opt_arg to avoid name clashes with...
2010-09-19 Jeff Trawicksimplify walking through array of returned apr_pollfd_t
2010-09-19 Jeff Trawickfix one error message, eliminate another that will...
2010-08-18 Stefan FritschFix usage output.
2010-06-06 Stefan Fritschab: Fix memory leak with -v2 and SSL.
2010-05-03 Daniel Earl Poirierab was sending wrong number of requests when keepalive...
2010-01-24 Stefan Fritschab: Fix number of requests per second in HTML output...
2009-12-29 Takashi SatoAdd parentheses to min max macro functions to avoid...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2009-11-06 Jeff Trawickupdate pollset to reflect changed connection state...
2009-10-18 Stefan Fritschab: Fix segfault in case the argument for -n is a very...
2009-09-28 Jeff Trawickwhen a request body is sent, just display "Total body...
2009-09-28 Joe Orton* support/ab.c (output_results): Fix gcc warning on...
2009-09-27 Jeff Trawickrefactor the representation of HTTP method and whether...
2009-09-27 Guenter Knauffixed compatibility to Openssl < 0.9.7g;
2009-09-27 Jeff Trawicksmall code cleanups for POST/PUT, especially to combine...
2009-09-23 Daniel Earl PoirierFix a segfault in ab when run in verbose mode using...
2009-09-06 Graham LeggettAdd support for HTTP PUT to ab.
2009-07-29 Jeff Trawickab: Fix broken error messages after resolver or connect...
2009-03-30 Eric Covener *) ab: Fix a 100% CPU loop on platforms where a faile...
2009-03-04 Jeff TrawickUse APR_POLLSET_NOCOPY for better performance with...
2009-03-04 Jeff Trawickrepeat apr_pollset_poll() while it returns EINTR
2009-03-03 Jeff Trawickremove unreachable code
2009-03-03 Ruediger Pluem* Remove unused variable.
2009-03-02 Sander TemmeClean up more compiler emits. Add CHANGES entry, credi...
2009-03-02 Jeff Trawickaxe a fearful comment that was addressed before committ...
2009-03-02 Jeff Trawickab: Fix maintenance of the pollset to resolve EINPROGRE...
2009-02-27 Sander TemmeThe development trunk of OpenSSL has tightened up the...
2008-12-16 Takashi Sato* Change some "apr_palloc / memcpy" to apr_pstrmemdup
2008-06-12 Jim Jagielskiclear out bogus whitespace
2008-05-17 Ruediger Pluem* Include <limits.h> earlier if available since INT_MAX...
2008-05-14 Ruediger Pluem* Check for failure of apr_file_info_get call
2008-05-12 Roy T. FieldingImprove client performance by clearing connection pool...
2008-05-12 Roy T. FieldingDon't stop sending a request if EAGAIN is returned...
2008-05-11 Roy T. FieldingOverhaul ab.c stats collection and reporting to avoid...
2008-02-02 Ruediger Pluem* Use a 64 bit unsigned int instead of a signed long...
2008-01-17 Ruediger Pluem* Do not try to read non existing response bodies of...
2007-09-05 William A. Rowe JrKill the compiler emit - casting struct * to char ...
2007-05-24 Sander TemmeExplain that POST data should be sent as the correct...
2007-04-09 Sander TemmeCorrect behavior of HTTP request headers sent by ab...
2007-04-08 Sander TemmeThe apr_port_t type is unsigned, but ab was using a...
2007-03-08 Jeff Trawickab: Add -r option to continue after socket receive...
2006-07-11 Roy T. Fieldingupdate license header text
next