summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Merge r1346905: Stefan Fritsch2012-07-032-2/+25
* Merge r1325218,1325227,1325250,1325265,1325275,Stefan Fritsch2012-04-281-45/+43
* Merge r1296428 from trunk:Jim Jagielski2012-03-081-1/+5
* Um. I'm sorry. That's the wrong spot.Rich Bowen2012-02-011-1/+1
* Make apachectl -h aware of status, fullstatus, and configtest.Rich Bowen2012-02-011-1/+1
* Backport:Graham Leggett2011-12-201-4/+4
* Backport:Graham Leggett2011-12-191-3/+10
* * support/rotatelogs.c (usage, main): Add support for -c option.Joe Orton2011-10-261-0/+68
* Increase the max line length from 2k to 128k and allocate the buffer on theStefan Fritsch2011-10-171-7/+8
* If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl.Stefan Fritsch2011-10-011-0/+4
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-235-33/+33
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-6/+6
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-18/+1
* Add some environment variables to the whitelist in suexecStefan Fritsch2011-07-131-0/+5
* * support/rotatelogs.c (main): Exit with success on EOF.Joe Orton2011-06-271-3/+6
* Simplify state handling in rotatelogs, fixing -L support in the caseJoe Orton2011-06-271-114/+98
* Tweak rotatelogs -p such that the program is invoked the first time aJoe Orton2011-06-271-11/+13
* Support specifying the local address to use.Stefan Fritsch2011-06-251-1/+21
* rotatelogs: Add support for running a custom program after a logJoe Orton2011-06-201-14/+93
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-2/+2
* Improvements found by cppcheck:Stefan Fritsch2011-05-153-7/+0
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-112-5/+5
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-301-1/+0
* Make sure support/check_forensic works with mod_unique_id loaded too.Igor Galić2011-04-261-2/+2
* mod_ssl, ab: Support OpenSSL compiled without SSLv2 supportStefan Fritsch2011-04-081-0/+6
* don't build checkgid or fcgistarter on MinGWJeff Trawick2011-04-072-1/+15
* hide some unused code on Win32 and NetWareJeff Trawick2011-04-071-4/+12
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-188-8/+8
* * support/ab.c (test): Catch more calloc failures.Joe Orton2011-03-171-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-091-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-088-8/+8
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-089-51/+51
* Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries,Stefan Fritsch2011-02-161-2/+2
* rotatelogs: Add -e option to write logs through to stdout for optionalGraham Leggett2010-12-211-3/+21
* Some more casts to make MSVC calm ...Guenter Knauf2010-11-301-10/+10
* Fixed return type to silent compiler warning.Guenter Knauf2010-11-301-1/+1
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-261-1/+1
* mod_disk_cache renamed to mod_cache_disk, to be consistent with theGraham Leggett2010-11-201-1/+1
* Remove workaround that was only necessary when htcacheclean included httpd.hStefan Fritsch2010-11-111-7/+0
* More splitting as suggested by minfrin.Guenter Knauf2010-11-111-0/+2
* Splitted off cache defines/structs used by htcacheclean.Guenter Knauf2010-11-101-1/+1
* Another NetWare makefile cleanup.Guenter Knauf2010-10-241-10/+12
* With rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented,Daniel Earl Poirier2010-10-191-2/+7
* Fix compilation of htcacheclean with enable-maintainer-mode / AP_DEBUGStefan Fritsch2010-10-181-0/+7
* htcacheclean: Teach htcacheclean to limit cache size by number ofGraham Leggett2010-10-131-72/+217
* Fix a segfault when tmpfiles are encountered while cleaning.Graham Leggett2010-10-061-1/+1
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg;Guenter Knauf2010-10-064-46/+43
* Ensure the correct pool is passed in when listing URLs.Graham Leggett2010-10-051-1/+1