summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move declaration to remove a compiler warning.Graham Leggett2009-09-141-1/+1
* * Detab.Ruediger Pluem2009-09-121-2/+2
* htcacheclean: 19 ways to fail, 1 error message. Fixed.Graham Leggett2009-09-121-24/+41
* Add support for HTTP PUT to ab.Graham Leggett2009-09-061-8/+27
* Bring back OS/2 support.Brian Havard2009-08-263-2/+8
* ab: Fix broken error messages after resolver or connect() failures.Jeff Trawick2009-07-291-5/+6
* htdbm: Fix possible buffer overflow if dbm database has veryDaniel Earl Poirier2009-07-241-10/+6
* Enable XP visual style.Mladen Turk2009-07-202-1/+12
* Specify a pool for cache with apr_hash_pool_get instead of describing "pool" ...Takashi Sato2009-05-301-3/+3
* Remove the conditional for APR >= 1.3.Takashi Sato2009-05-261-4/+0
* Make pline a child of main pool.Takashi Sato2009-05-261-1/+1
* Fix a memory leak by freeing the memory every line. Takashi Sato2009-05-251-2/+8
* Kill the hardcoded valuesTakashi Sato2009-05-251-4/+6
* Declare the local variables in the more inner scope.Takashi Sato2009-05-251-6/+6
* Kill the hardcoded valuesTakashi Sato2009-05-191-2/+4
* Pass the $@ array and not the flattened version of it in non-SysV mode:Eric Covener2009-04-231-1/+1
* Escape should simply close the dialog; Enter should perform theWilliam A. Rowe Jr2009-04-233-25/+27
* *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connectEric Covener2009-03-301-1/+7
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-271-23/+0
* remove TPF supportJeff Trawick2009-03-272-12/+12
* remove OS/2 platform supportJeff Trawick2009-03-273-8/+2
* * Teach apxs to work with APR 2.x where there is no separate APR-UTILRuediger Pluem2009-03-251-8/+19
* Use APR_POLLSET_NOCOPY for better performance with some pollset implementations.Jeff Trawick2009-03-041-16/+14
* repeat apr_pollset_poll() while it returns EINTRJeff Trawick2009-03-041-1/+3