summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that min/max valid timestamps (milliseconds since the epoch)Jeff Trawick2014-05-151-1/+8
* Add module mod_ssl_ct, which provides an implementation of CertificateJeff Trawick2014-04-213-1/+474
* * support/rotatelogs.c (main): Prevent creation of zombies fromJoe Orton2014-04-141-0/+5
* * support/ab.c: Revert accidental version bump in r1580928.Joe Orton2014-03-241-1/+1
* * 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
* more apr_file_write_full() simplification (like r1542413)Jeff Trawick2013-11-152-2/+2
* * support/rotatelogs.c: Introduce an adjusted_time_t type to store theJoe Orton2013-10-311-11/+17
* Remove unused APXS setting from template for generated MakefileJeff Trawick2013-10-251-1/+0
* rotatelogs: Remove last constant length error buffer.Ben Reser2013-10-231-18/+20
* rotatelogs: Remove another use of a consant length buffer for errors.Ben Reser2013-10-231-6/+4
* rotatelogs: Use apr_psprintf() with %pm instead of a constant length buffer forBen Reser2013-10-231-19/+17
* Add an option to autocreate directories to rotatelogs.Ben Reser2013-10-191-6/+33