summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * support/rotatelogs.c (get_now): Fix the NULL ptr dereferences Joe Orton2013-10-151-3/+7
* * support/rotatelogs.c (get_now): Return the offset applied to theJoe Orton2013-10-151-14/+26
* fcgistarter: Specify SO_REUSEADDR to allow starting a serverJeff Trawick2013-08-181-0/+5
* ab: Fix potential buffer overflows when processing the T and XJeff Trawick2013-08-051-8/+6
* Fix command line parsing. This was introduced in r1395253 when refactoring th...Christophe Jaillet2013-07-161-1/+1
* Make MSVC compilers happy.Guenter Knauf2013-06-181-0/+4
* don't truncate the very first file opened (unless the truncate flag is there ...Eric Covener2013-06-071-1/+1
* Fix commit 1465115. Christophe Jaillet2013-06-071-1/+0
* rotatelogs: add -n number-of-files option to roate through a numberEric Covener2013-06-071-5/+34
* Add a new -l parameter in order not to check the length of the responses. Thi...Christophe Jaillet2013-06-021-7/+20
* Added header protection.Guenter Knauf2013-06-011-0/+6
* Check if malloc succeededChristophe Jaillet2013-06-011-0/+4
* 3rd patch from PR45355Christophe Jaillet2013-06-011-4/+4
* Fixed include for Windows.Guenter Knauf2013-05-131-5/+5
* htdigest: Fix buffer overflow when reading digestRainer Jung2013-04-251-1/+4
* htpasswd: Add -v option to verify a passwordStefan Fritsch2013-04-053-48/+106
* fix htpasswd/htdbm brown paper bag bugsStefan Fritsch2013-04-052-19/+15
* remove unused variablesStefan Fritsch2013-04-052-2/+0
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-041-15/+14
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-042-56/+35
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-021-7/+4
* Use apr_snprintf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-021-4/+2
* Remove useless tests.Christophe Jaillet2013-03-031-1/+1
* The 2 first patches from PR45355 have been portedChristophe Jaillet2013-03-021-8/+8
* * support/htcacheclean.c (main): Ensure -p was used before attemptingJoe Orton2013-01-211-4/+4
* Fix htcacheclean list options "-a" and "-A".Rainer Jung2013-01-141-1/+1
* htdbm, htpasswd: print error message if out of memoryStefan Fritsch2012-12-254-0/+28
* Exit with error message if out of memStefan Fritsch2012-12-251-2/+13
* ab: add the possibility to define a socket timeout (-s timeout)Christophe Jaillet2012-12-171-4/+11