summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unreachable codeJeff Trawick2009-03-031-1/+0
* * Remove unused variable.Ruediger Pluem2009-03-031-1/+0
* Clean up more compiler emits. Add CHANGES entry, credit Kasper for the OpenS...Sander Temme2009-03-031-0/+4
* axe a fearful comment that was addressed before committing r749438Jeff Trawick2009-03-021-1/+1
* ab: Fix maintenance of the pollset to resolve EINPROGRESS errors Jeff Trawick2009-03-021-72/+77
* 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-131-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