| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass the $@ array and not the flattened version of it in non-SysV mode: | Eric Covener | 2009-04-23 | 1 | -1/+1 |
* | Escape should simply close the dialog; Enter should perform the | William A. Rowe Jr | 2009-04-23 | 3 | -25/+27 |
* | *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect | Eric Covener | 2009-03-30 | 1 | -1/+7 |
* | axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, | Jeff Trawick | 2009-03-27 | 1 | -23/+0 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 2 | -12/+12 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-26 | 3 | -8/+2 |
* | * Teach apxs to work with APR 2.x where there is no separate APR-UTIL | Ruediger Pluem | 2009-03-25 | 1 | -8/+19 |
* | Use APR_POLLSET_NOCOPY for better performance with some pollset implementations. | Jeff Trawick | 2009-03-04 | 1 | -16/+14 |
* | repeat apr_pollset_poll() while it returns EINTR | Jeff Trawick | 2009-03-04 | 1 | -1/+3 |
* | remove unreachable code | Jeff Trawick | 2009-03-03 | 1 | -1/+0 |
* | * Remove unused variable. | Ruediger Pluem | 2009-03-03 | 1 | -1/+0 |
* | Clean up more compiler emits. Add CHANGES entry, credit Kasper for the OpenS... | Sander Temme | 2009-03-02 | 1 | -0/+4 |
* | axe a fearful comment that was addressed before committing r749438 | Jeff Trawick | 2009-03-02 | 1 | -1/+1 |
* | ab: Fix maintenance of the pollset to resolve EINPROGRESS errors | Jeff Trawick | 2009-03-02 | 1 | -72/+77 |
* | The development trunk of OpenSSL has tightened up the type safety of the STAC... | Sander Temme | 2009-02-27 | 1 | -3/+3 |
* | Mostly revert r733493: signal based rotation | Rainer Jung | 2009-01-16 | 1 | -77/+0 |
* | Adopt latest changes in usage message. | Rainer Jung | 2009-01-11 | 1 | -1/+1 |
* | Allow size units B, K, M, G and combination of | Rainer Jung | 2009-01-11 | 1 | -29/+116 |
* | rotatelogs: Add flag for verbose (debug) output. | Rainer Jung | 2009-01-11 | 1 | -5/+54 |
* | More rotatelogs changes: | Rainer Jung | 2009-01-11 | 1 | -21/+27 |
* | Minor rotatelogs changes: | Rainer Jung | 2009-01-11 | 1 | -14/+15 |
* | Use APR_WANT_STRFUNC and apr_want.h instead | Rainer Jung | 2009-01-11 | 1 | -6/+2 |
* | Allow to trigger rotatelogs log file rotation from | Rainer Jung | 2009-01-11 | 1 | -8/+99 |
* | Addition to r733479 and r733479: | Rainer Jung | 2009-01-11 | 1 | -9/+10 |
* | Addition to r744476: | Rainer Jung | 2009-01-11 | 1 | -2/+3 |
* | Refactor rotatelogs to allow easier implementation | Rainer Jung | 2009-01-11 | 1 | -165/+207 |
* | more fallout from removing win9x-model services, this is no longer used | William A. Rowe Jr | 2009-01-05 | 1 | -26/+0 |
* | * The header file is still needed in this case. So prevent it from being | Ruediger Pluem | 2009-01-05 | 1 | -0/+1 |
* | Silence ulimit warnings on platforms/configs that don't support setting the | Justin Erenkrantz | 2009-01-03 | 1 | -1/+1 |
* | Drop some lingering pre-NT conditionals | William A. Rowe Jr | 2009-01-03 | 1 | -11/+3 |
* | Remove console/win9x support from ApacheMonitor, now Service Control only | William A. Rowe Jr | 2009-01-03 | 1 | -371/+129 |
* | We need to link only ab against libm (because of | Rainer Jung | 2009-01-03 | 1 | -1/+1 |
* | * Change some "apr_palloc / memcpy" to apr_pstrmemdup | Takashi Sato | 2008-12-16 | 1 | -3/+1 |
* | Make list_hooks.pl multi-line aware, and swallow up the | Jim Jagielski | 2008-08-05 | 1 | -14/+14 |
* | clear out bogus whitespace | Jim Jagielski | 2008-06-12 | 1 | -1/+1 |
* | Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.mic... | Thomas J. Donovan | 2008-06-11 | 11 | -22/+22 |
* | Need to link with rpcrt4.lib to use apr_generate_random_bytes - per r662572. | William A. Rowe Jr | 2008-06-06 | 1 | -4/+4 |
* | * Include <limits.h> earlier if available since INT_MAX is defined there on | Ruediger Pluem | 2008-05-17 | 1 | -1/+3 |
* | * Fix style by doing correct indenting | Ruediger Pluem | 2008-05-14 | 1 | -5/+5 |
* | Check return value of apr_file_read_full. | Paul Querna | 2008-05-14 | 1 | -5/+7 |
* | * Check for failure of apr_file_info_get call | Ruediger Pluem | 2008-05-14 | 1 | -1/+6 |
* | When group is given as a numeric gid, validate it by looking up the | Roy T. Fielding | 2008-05-13 | 1 | -4/+6 |
* | Improve client performance by clearing connection pool instead | Roy T. Fielding | 2008-05-12 | 1 | -2/+3 |
* | Don't stop sending a request if EAGAIN is returned, which will only | Roy T. Fielding | 2008-05-12 | 1 | -18/+7 |
* | Overhaul ab.c stats collection and reporting to avoid integer | Roy T. Fielding | 2008-05-11 | 1 | -228/+229 |
* | For legacy VC6, there's no __CRTDECL or _tstoi yet, but the | William A. Rowe Jr | 2008-05-01 | 1 | -2/+2 |
* | rotatelogs: Log the current file size and error code/description | Jeff Trawick | 2008-04-10 | 1 | -6/+25 |
* | Correct typo in r633607 | William A. Rowe Jr | 2008-03-04 | 1 | -1/+1 |
* | Enable UAC transition from ApacheMonitor running as a vanilla user without priv | William A. Rowe Jr | 2008-03-04 | 1 | -21/+81 |
* | A large refactoring, but no behavior change; | William A. Rowe Jr | 2008-03-02 | 1 | -132/+169 |