summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* * support/htpasswd.c (seed_rand): Fix compiler warning.Joe Orton2008-02-221-1/+1
* Fix printing of error message.Paul Querna2008-02-191-1/+1
* Improve generation of the seed to rand, by using apr_generate_random_bytes, Paul Querna2008-02-191-2/+18
* Improve salt string generation.Paul Querna2008-02-191-1/+13
* * Use a 64 bit unsigned int instead of a signed long to count the bytesRuediger Pluem2008-02-021-9/+9
* * Don't leak memory when reopening the logfile.Ruediger Pluem2008-01-281-1/+10
* * Do not try to read non existing response bodies of HEAD requests.Ruediger Pluem2008-01-171-1/+2
* Enable to build abs on NetWare if dependent libs are present.Guenter Knauf2008-01-031-9/+58
* Solve service status handle leak on multi-service ApacheMonitorWilliam A. Rowe Jr2007-12-221-8/+5
* When building to WinNT, CommandLineToArgvW must resolve.William A. Rowe Jr2007-12-1910-40/+40
* Handle args appropriately for an apr app.William A. Rowe Jr2007-12-192-8/+12
* If something other than fork can work, this will becomeWilliam A. Rowe Jr2007-12-191-0/+106
* Introduce --kill argument to ApacheMonitor for use by theWilliam A. Rowe Jr2007-12-114-23/+108
* - when using "-l" reduce two consecutive calls to apr_time_now() to one.Ruediger Pluem2007-12-011-21/+17
* Allow local timestamps to be used when rotating based on file size.Jeff Trawick2007-11-201-20/+23
* improve command-line parsingJeff Trawick2007-11-201-46/+71
* Kill the compiler emit - casting struct * to char * (as definedWilliam A. Rowe Jr2007-09-061-1/+1
* svn:eol-style = nativeAndré Malo2007-09-021-106/+106
* commit Eric's patch for bugzilla 42549 - build httxt2dbm.exe on windowsAllan K. Edwards2007-08-071-0/+106
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-3/+1
* Simplify OS detection. We are only interested in NTMladen Turk2007-07-181-11/+3
* ApacheMonitor valid OS is any WIN32_NT version.Mladen Turk2007-07-171-7/+3
* Explain that POST data should be sent as the correct MIME type. Sander Temme2007-05-241-2/+6
* Add detection for post XP operating systems.Mladen Turk2007-05-081-1/+9
* htdbm: Enable crypt support on platforms with crypt() but notJeff Trawick2007-04-091-6/+6
* Correct behavior of HTTP request headers sent by ab in presence of -H command-Sander Temme2007-04-091-10/+42
* The apr_port_t type is unsigned, but ab was using a signed format code inSander Temme2007-04-081-2/+2
* Make the hardcoded checks for platforms-without-crypt consistent.Jeff Trawick2007-04-041-2/+2
* ab: Add -r option to continue after socket receive errors.Jeff Trawick2007-03-081-8/+21
* * support/logresolve.c (main): Simplify to avoid conditionals in handlingJoe Orton2007-03-071-8/+11
* Fix near-identical potential NULL pointer dereferences, as found byColm MacCarthaigh2007-03-061-4/+4
* Prevent format specifier busting.Colm MacCarthaigh2007-03-061-1/+1
* Correct a spurious access to whatever memory is at location "1" in theColm MacCarthaigh2007-03-061-1/+3
* correct some indentation, no functional changesColm MacCarthaigh2007-03-061-3/+3
* * support/logresolve.c (main): Fix potential NULL pointer dereference,Joe Orton2007-03-061-1/+1
* Simple patch to permit syntax such as...William A. Rowe Jr2007-02-101-1/+2
* apxs: Enhance -q flag to print all known variables and their valuesSander Temme2007-02-011-5/+33
* Implement a BASEDIR build environment variable to allow the NetWare build to ...Bradley Nicholes2007-02-011-1/+1
* Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr2007-01-1110-0/+120
* * configure.in: Substitute MOD_SO_ENABLED variable.Joe Orton2007-01-101-19/+2
* increase size of error string buffer passed to apr_strerror();Jeff Trawick2006-12-111-1/+1
* * support/rotatelogs.c (main): Produce useful error message for open()Joe Orton2006-11-221-9/+16
* Add a missing include of apr_buckets.h. [Martin Kraemer]Graham Leggett2006-10-161-0/+1
* Allow htcacheclean, httxt2dbm, and fcgistarter to link apr/apr-utilJeff Trawick2006-09-091-0/+33
* Observed by hunter - fix the cut n paste errors in some .res compilationWilliam A. Rowe Jr2006-08-051-1/+1
* Revert r422298, because it introduces GNU Make specific extensions to the Mak...Paul Querna2006-07-181-6/+1
* Makefile.in: Don't try to compile checkgid and fcgistarter on win32 when usin...Paul Querna2006-07-161-1/+6
* update license header textRoy T. Fielding2006-07-121-6/+6
* update license header textRoy T. Fielding2006-07-111-6/+6
* update license header textRoy T. Fielding2006-07-118-48/+48