summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* htcacheclean: Allow the listing of valid URLs within the cache, withGraham Leggett2010-10-041-4/+225
* htcacheclean: Allow the option to round up file sizes to a givenGraham Leggett2010-09-291-15/+48
* mod_disk_cache: Instead of creating an empty data file when the body isGraham Leggett2010-09-291-1/+38
* htcacheclean: If the cache file format is unrecognised, remove the entryGraham Leggett2010-09-291-0/+6
* simplify walking through array of returned apr_pollfd_tJeff Trawick2010-09-191-5/+4
* fix one error message, eliminate another that will neverJeff Trawick2010-09-191-5/+1
* Support large log files in suexecStefan Fritsch2010-08-221-0/+4
* Fortify falsely complained that the sprintf() result was unbounded.Jeff Trawick2010-08-201-2/+2
* Fix usage output.Stefan Fritsch2010-08-181-1/+1
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-228-8/+0
* Support AP_DECLARE_MODULE declaration syntax in apxsNick Kew2010-06-221-1/+1
* ab: Fix memory leak with -v2 and SSL.Stefan Fritsch2010-06-061-1/+4
* apxs -q: Stop filtering out ':' characters from the reported values.Jeff Trawick2010-05-141-1/+0
* Fix the following:Philip M. Gollucci2010-05-071-2/+5
* ab was sending wrong number of requests when keepalive enabled.Daniel Earl Poirier2010-05-031-2/+5
* build the socket address first, then get a matching socketJeff Trawick2010-04-141-4/+4
* Remove useless use of $[, which was long deprecated and is an error with perl...Stefan Fritsch2010-04-101-2/+1
* htcacheclean: Introduce the ability to clean specific URLs from theGraham Leggett2010-03-291-3/+241
* htcacheclean: Report additional statistics about entries deleted.Graham Leggett2010-03-271-45/+70
* Use portable apr_snprintf in rotatelogs.Graham Leggett2010-02-271-2/+2
* Create the pidfile world readable by adding APR_FPROT_WREAD. UseGraham Leggett2010-02-271-3/+4