| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | small code cleanups for POST/PUT, especially to combine common code | Jeff Trawick | 2009-09-27 | 1 | -29/+23 |
* | Fix a segfault in ab when run in verbose mode using https. | Daniel Earl Poirier | 2009-09-23 | 1 | -1/+0 |
* | Detab. | Daniel Earl Poirier | 2009-09-18 | 1 | -3/+3 |
* | simplify reporting of the repeated argument error | Jeff Trawick | 2009-09-15 | 1 | -9/+15 |
* | * support/htdbm.c (htdbm_list): Fix compiler warning on x86_64. | Joe Orton | 2009-09-14 | 1 | -2/+2 |
* | htdbm: don't allocate more memory for every record we dump. | Daniel Earl Poirier | 2009-09-14 | 1 | -8/+6 |
* | Move declaration to remove a compiler warning. | Graham Leggett | 2009-09-14 | 1 | -1/+1 |
* | * Detab. | Ruediger Pluem | 2009-09-12 | 1 | -2/+2 |
* | htcacheclean: 19 ways to fail, 1 error message. Fixed. | Graham Leggett | 2009-09-12 | 1 | -24/+41 |
* | Add support for HTTP PUT to ab. | Graham Leggett | 2009-09-06 | 1 | -8/+27 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 3 | -2/+8 |
* | ab: Fix broken error messages after resolver or connect() failures. | Jeff Trawick | 2009-07-29 | 1 | -5/+6 |
* | htdbm: Fix possible buffer overflow if dbm database has very | Daniel Earl Poirier | 2009-07-24 | 1 | -10/+6 |
* | Enable XP visual style. | Mladen Turk | 2009-07-20 | 2 | -1/+12 |
* | Specify a pool for cache with apr_hash_pool_get instead of describing "pool" ... | Takashi Sato | 2009-05-30 | 1 | -3/+3 |
* | Remove the conditional for APR >= 1.3. | Takashi Sato | 2009-05-26 | 1 | -4/+0 |
* | Make pline a child of main pool. | Takashi Sato | 2009-05-26 | 1 | -1/+1 |
* | Fix a memory leak by freeing the memory every line. | Takashi Sato | 2009-05-25 | 1 | -2/+8 |
* | Kill the hardcoded values | Takashi Sato | 2009-05-25 | 1 | -4/+6 |
* | Declare the local variables in the more inner scope. | Takashi Sato | 2009-05-25 | 1 | -6/+6 |
* | Kill the hardcoded values | Takashi Sato | 2009-05-19 | 1 | -2/+4 |
* | 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-27 | 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-03 | 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 |