summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Make list_hooks.pl multi-line aware, and swallow up theJim Jagielski2008-08-051-14/+14
* clear out bogus whitespaceJim Jagielski2008-06-121-1/+1
* Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.mic...Thomas J. Donovan2008-06-1111-22/+22
* Need to link with rpcrt4.lib to use apr_generate_random_bytes - per r662572.William A. Rowe Jr2008-06-061-4/+4
* * Include <limits.h> earlier if available since INT_MAX is defined there onRuediger Pluem2008-05-171-1/+3
* * Fix style by doing correct indentingRuediger Pluem2008-05-141-5/+5
* Check return value of apr_file_read_full.Paul Querna2008-05-141-5/+7
* * Check for failure of apr_file_info_get callRuediger Pluem2008-05-141-1/+6
* When group is given as a numeric gid, validate it by looking up theRoy T. Fielding2008-05-131-4/+6
* Improve client performance by clearing connection pool insteadRoy T. Fielding2008-05-121-2/+3
* Don't stop sending a request if EAGAIN is returned, which will onlyRoy T. Fielding2008-05-121-18/+7
* Overhaul ab.c stats collection and reporting to avoid integerRoy T. Fielding2008-05-111-228/+229
* For legacy VC6, there's no __CRTDECL or _tstoi yet, but theWilliam A. Rowe Jr2008-05-011-2/+2
* rotatelogs: Log the current file size and error code/descriptionJeff Trawick2008-04-101-6/+25
* Correct typo in r633607William A. Rowe Jr2008-03-041-1/+1
* Enable UAC transition from ApacheMonitor running as a vanilla user without privWilliam A. Rowe Jr2008-03-041-21/+81
* A large refactoring, but no behavior change;William A. Rowe Jr2008-03-021-132/+169
* Add in new option for rotatelogs: -fJim Jagielski2008-02-291-17/+43
* * 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-051-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