summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Try open the pid file twice, once before daemonisation so we can see anyGraham Leggett2010-02-271-19/+40
* Add -L option to create a hard link to the current log file. Daniel Earl Poirier2010-02-251-3/+23
* Make sure the pidfile is deleted on close.Graham Leggett2010-02-161-2/+1
* Use APR_PID_T_FMT instead of %ld and a cast.Graham Leggett2010-02-161-1/+1
* Fix the help description.Graham Leggett2010-02-161-1/+1
* support/rotatelogs: Support the simplest log rotation case, logGraham Leggett2010-02-161-6/+19
* support/htcacheclean: Teach it how to write a pid file (modelled onGraham Leggett2010-02-161-4/+31
* ab: Fix number of requests per second in HTML output being to large by aStefan Fritsch2010-01-241-1/+1
* Add parentheses to min max macro functions to avoid future bugs.Takashi Sato2009-12-291-2/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-12/+13
* more NetWare makefile fixes and cleanups.Guenter Knauf2009-12-012-218/+46
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-1/+1
* update pollset to reflect changed connection state before closing the socket;Jeff Trawick2009-11-061-1/+1
* tab and trailing space police.Guenter Knauf2009-11-011-23/+23
* Fix brown-paper-bag bug.Stefan Fritsch2009-10-241-1/+1
* Verify that password has been truncated before printing a warning.Stefan Fritsch2009-10-241-4/+9
* Print a warning if a password is truncated by crypt.Stefan Fritsch2009-10-231-0/+4
* htpasswd: Improve out of disk space handlingStefan Fritsch2009-10-191-1/+9
* Change the default algorithm for htpasswd to MD5 on all platforms. CryptStefan Fritsch2009-10-191-9/+5
* Actually use the whole buffer for reading.Stefan Fritsch2009-10-181-1/+1
* Fix some more overflows spotted by Ruediger PluemStefan Fritsch2009-10-181-3/+3
* detabStefan Fritsch2009-10-181-2/+2
* htdigest: Fix possible overflow in command line processing. htdigest is notStefan Fritsch2009-10-181-2/+4
* ab: Fix segfault in case the argument for -n is a very large number.Stefan Fritsch2009-10-181-0/+7
* Only use fcntl() if we have fcntl.hStefan Fritsch2009-10-041-5/+17
* suexec: Allow to log an error if exec fails by setting FD_CLOEXECStefan Fritsch2009-10-031-9/+9
* when a request body is sent, just display "Total body sent"Jeff Trawick2009-09-281-7/+2
* * support/ab.c (output_results): Fix gcc warning on LP64 - fieldJoe Orton2009-09-281-1/+1
* refactor the representation of HTTP method and whether to sendJeff Trawick2009-09-271-24/+35
* fixed compatibility to Openssl < 0.9.7g;Guenter Knauf2009-09-271-7/+16
* small code cleanups for POST/PUT, especially to combine common codeJeff Trawick2009-09-271-29/+23
* Fix a segfault in ab when run in verbose mode using https.Daniel Earl Poirier2009-09-231-1/+0
* Detab.Daniel Earl Poirier2009-09-181-3/+3
* simplify reporting of the repeated argument errorJeff Trawick2009-09-151-9/+15
* * support/htdbm.c (htdbm_list): Fix compiler warning on x86_64.Joe Orton2009-09-141-2/+2
* htdbm: don't allocate more memory for every record we dump.Daniel Earl Poirier2009-09-141-8/+6