summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
...
* copy applink.c in OpenSSL 1.1.0 to from /ms to /include to match location in ...Gregg Lewis Smith2018-01-211-0/+27
* * support/Makefile.in, acinclude.m4: Add OpenSSL libraries at the end of theJoe Orton2017-11-281-2/+2
* ab: follow up to r1811664.Yann Ylavic2017-11-021-5/+3
* * support/htpasswd.c (main): Only check for readability if running inJoe Orton2017-10-201-1/+11
* 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
* htdigest: prevent buffer overflow when strings in lines are too long.Luca Toscano2017-09-111-7/+17
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-291-0/+8
* * Do not apply the strict permissions of the temporary file to a possiblyRuediger Pluem2017-07-032-2/+2
* 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
* htpasswd: report the right limit when get_password() overflows.Yann Ylavic2017-02-031-1/+1
* htpasswd: don't point to (unused) stack memory on outputYann Ylavic2017-02-031-2/+7
* rotatelogs: fix -n help textEric Covener2017-01-261-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-114-6/+6
* 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
* Fix comment typoStefan Fritsch2016-05-281-1/+1
* Fix segfault with logresolve -c and IPv6Stefan Fritsch2016-05-281-1/+1
* PR59630: include OpenSSL_Applink when compiling on Visual Studio 2015 and upGregg Lewis Smith2016-05-271-0/+4
* _setargv will not compile on _MSC_VER > 1700 MS documentation's example simpl...Gregg Lewis Smith2016-05-251-0/+2
* 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
* Follow-up to r1734817: suexec passes through mod_include's DOCUMENT_ARGSJeff Trawick2016-03-141-0/+1
* 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
* block bcrypt on EBCDIC -- lots of ascii-isms in apr-util's bcrypt.Eric Covener2015-10-241-0/+5
* Support compilation against libssl built with OPENSSL_NO_SSL3,Kaspar Brand2015-09-191-1/+9
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-4/+4
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-3/+3
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-1/+1
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-1/+1
* The increased use of UuidCreate() in APR 1.5.2+ introduces an unresolved Gregg Lewis Smith2015-04-297-28/+28
* tab vs spaceChristophe Jaillet2015-04-171-3/+3
* Choose "-D" instead of "-d" for the rotatelogsRainer Jung2015-03-131-6/+6
* Small changes to rotatelogs:Rainer Jung2015-03-131-3/+4
* ab: Add missing longest request (100%) to CSV export.Yann Ylavic2015-02-241-1/+1
* suexec: Filter out HTTP_PROXYStefan Fritsch2015-02-131-1/+15
* split-logfile: Fix perl error: 'Can't use string ("example.org:80") Eric Covener2014-12-311-5/+4
* 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
* Remove some 'register' in variable declaration.Christophe Jaillet2014-07-141-1/+1
* ab: support custom HTTP method with -m argument. PR 56604.Yann Ylavic2014-06-071-4/+9