| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add in new option for rotatelogs: -f | Jim Jagielski | 2008-02-29 | 1 | -17/+43 |
* | * support/htpasswd.c (seed_rand): Fix compiler warning. | Joe Orton | 2008-02-22 | 1 | -1/+1 |
* | Fix printing of error message. | Paul Querna | 2008-02-19 | 1 | -1/+1 |
* | Improve generation of the seed to rand, by using apr_generate_random_bytes, | Paul Querna | 2008-02-19 | 1 | -2/+18 |
* | Improve salt string generation. | Paul Querna | 2008-02-19 | 1 | -1/+13 |
* | * Use a 64 bit unsigned int instead of a signed long to count the bytes | Ruediger Pluem | 2008-02-02 | 1 | -9/+9 |
* | * Don't leak memory when reopening the logfile. | Ruediger Pluem | 2008-01-28 | 1 | -1/+10 |
* | * Do not try to read non existing response bodies of HEAD requests. | Ruediger Pluem | 2008-01-17 | 1 | -1/+2 |
* | Enable to build abs on NetWare if dependent libs are present. | Guenter Knauf | 2008-01-03 | 1 | -9/+58 |
* | Solve service status handle leak on multi-service ApacheMonitor | William A. Rowe Jr | 2007-12-22 | 1 | -8/+5 |
* | When building to WinNT, CommandLineToArgvW must resolve. | William A. Rowe Jr | 2007-12-19 | 10 | -40/+40 |
* | Handle args appropriately for an apr app. | William A. Rowe Jr | 2007-12-19 | 2 | -8/+12 |
* | If something other than fork can work, this will become | William A. Rowe Jr | 2007-12-19 | 1 | -0/+106 |
* | Introduce --kill argument to ApacheMonitor for use by the | William A. Rowe Jr | 2007-12-11 | 4 | -23/+108 |
* | - when using "-l" reduce two consecutive calls to apr_time_now() to one. | Ruediger Pluem | 2007-12-01 | 1 | -21/+17 |
* | Allow local timestamps to be used when rotating based on file size. | Jeff Trawick | 2007-11-20 | 1 | -20/+23 |
* | improve command-line parsing | Jeff Trawick | 2007-11-20 | 1 | -46/+71 |
* | Kill the compiler emit - casting struct * to char * (as defined | William A. Rowe Jr | 2007-09-05 | 1 | -1/+1 |
* | svn:eol-style = native | André Malo | 2007-09-02 | 1 | -106/+106 |
* | commit Eric's patch for bugzilla 42549 - build httxt2dbm.exe on windows | Allan K. Edwards | 2007-08-07 | 1 | -0/+106 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -3/+1 |
* | Simplify OS detection. We are only interested in NT | Mladen Turk | 2007-07-18 | 1 | -11/+3 |
* | ApacheMonitor valid OS is any WIN32_NT version. | Mladen Turk | 2007-07-17 | 1 | -7/+3 |
* | Explain that POST data should be sent as the correct MIME type. | Sander Temme | 2007-05-24 | 1 | -2/+6 |
* | Add detection for post XP operating systems. | Mladen Turk | 2007-05-08 | 1 | -1/+9 |
* | htdbm: Enable crypt support on platforms with crypt() but not | Jeff Trawick | 2007-04-09 | 1 | -6/+6 |
* | Correct behavior of HTTP request headers sent by ab in presence of -H command- | Sander Temme | 2007-04-09 | 1 | -10/+42 |
* | The apr_port_t type is unsigned, but ab was using a signed format code in | Sander Temme | 2007-04-08 | 1 | -2/+2 |
* | Make the hardcoded checks for platforms-without-crypt consistent. | Jeff Trawick | 2007-04-04 | 1 | -2/+2 |
* | ab: Add -r option to continue after socket receive errors. | Jeff Trawick | 2007-03-08 | 1 | -8/+21 |
* | * support/logresolve.c (main): Simplify to avoid conditionals in handling | Joe Orton | 2007-03-07 | 1 | -8/+11 |
* | Fix near-identical potential NULL pointer dereferences, as found by | Colm MacCarthaigh | 2007-03-06 | 1 | -4/+4 |
* | Prevent format specifier busting. | Colm MacCarthaigh | 2007-03-06 | 1 | -1/+1 |