summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* The development trunk of OpenSSL has tightened up the type safety of the STAC...Sander Temme2009-02-271-3/+3
* Mostly revert r733493: signal based rotationRainer Jung2009-01-161-77/+0
* Adopt latest changes in usage message.Rainer Jung2009-01-111-1/+1
* Allow size units B, K, M, G and combination ofRainer Jung2009-01-111-29/+116
* rotatelogs: Add flag for verbose (debug) output.Rainer Jung2009-01-111-5/+54
* More rotatelogs changes:Rainer Jung2009-01-111-21/+27
* Minor rotatelogs changes:Rainer Jung2009-01-111-14/+15
* Use APR_WANT_STRFUNC and apr_want.h insteadRainer Jung2009-01-111-6/+2
* Allow to trigger rotatelogs log file rotation fromRainer Jung2009-01-111-8/+99
* Addition to r733479 and r733479:Rainer Jung2009-01-111-9/+10
* Addition to r744476:Rainer Jung2009-01-111-2/+3
* Refactor rotatelogs to allow easier implementationRainer Jung2009-01-111-165/+207
* more fallout from removing win9x-model services, this is no longer usedWilliam A. Rowe Jr2009-01-051-26/+0
* * The header file is still needed in this case. So prevent it from beingRuediger Pluem2009-01-051-0/+1
* Silence ulimit warnings on platforms/configs that don't support setting theJustin Erenkrantz2009-01-031-1/+1
* Drop some lingering pre-NT conditionalsWilliam A. Rowe Jr2009-01-031-11/+3
* Remove console/win9x support from ApacheMonitor, now Service Control onlyWilliam A. Rowe Jr2009-01-031-371/+129
* We need to link only ab against libm (because ofRainer Jung2009-01-031-1/+1
* * Change some "apr_palloc / memcpy" to apr_pstrmemdupTakashi Sato2008-12-161-3/+1
* 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