| Commit message (Expand) | Author | Age | Files | Lines |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 22 | -919/+257 |
* | * support/Makefile.in (suexec): Don't link against libapr etc; suexec | Joe Orton | 2004-02-03 | 1 | -3/+1 |
* | Note GNU difference. | Ben Laurie | 2004-01-15 | 1 | -0/+1 |
* | * support/ab.c (write_request): Fix gcc warning at -O2 in USE_SSL | Joe Orton | 2004-01-03 | 1 | -3/+3 |
* | Add forensic logging. | Ben Laurie | 2004-01-01 | 1 | -0/+14 |
* | update license to 2004. | André Malo | 2004-01-01 | 18 | -20/+20 |
* | Fix ab's SSL support a little: | Joe Orton | 2003-12-10 | 1 | -12/+15 |
* | If we have a comment, place in a ':' not a ';' (has this *ever* worked?) | Justin Erenkrantz | 2003-12-02 | 1 | -3/+10 |
* | * support/logresolve.c (strdup): Remove, APR already | Joe Orton | 2003-11-05 | 1 | -13/+0 |
* | this won't work with 5.003, so bump up the require to | Jeff Trawick | 2003-09-19 | 1 | -1/+1 |
* | Simplify includes - we always (in HTTPD 2.1 forward) are looking | William A. Rowe Jr | 2003-09-08 | 1 | -2/+2 |
* | Still in 2003 | Martin Kraemer | 2003-09-08 | 1 | -1/+1 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -13/+13 |
* | Typo | Martin Kraemer | 2003-08-11 | 1 | -1/+1 |
* | distinguish between these two states: | Jeff Trawick | 2003-08-01 | 1 | -10/+39 |
* | restore a check for write failures which was lost for non-SSL builds | Jeff Trawick | 2003-08-01 | 1 | -3/+3 |
* | ab: Work over non-loopback on Unix again. | Jeff Trawick | 2003-07-29 | 1 | -3/+3 |
* | reject overlong credentials from the commandline | André Malo | 2003-07-21 | 1 | -2/+8 |
* | Remember an authenticated user during internal redirects if the | André Malo | 2003-07-14 | 1 | -0/+1 |
* | Propagate the handler name to the action script via | André Malo | 2003-07-14 | 1 | -0/+1 |
* | Pick up getpid() prototype. | Joe Orton | 2003-07-10 | 1 | -2/+5 |
* | catch out of memory condition (ID 29 of reasoning report) | André Malo | 2003-07-03 | 1 | -3/+7 |
* | Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP | André Malo | 2003-06-29 | 1 | -4/+10 |
* | Absorb our ssl library-foo from the mod_ssl build changes to automatically | William A. Rowe Jr | 2003-06-25 | 1 | -15/+24 |
* | Perform run-time query in apxs for apr and apr-util's includes. | Justin Erenkrantz | 2003-05-21 | 1 | -7/+13 |
* | Add a delete flag to htpasswd. | Thom May | 2003-05-14 | 1 | -17/+46 |
* | (grabbed from archive) | André Malo | 2003-05-13 | 1 | -0/+14 |
* | I stumbled over a 2002 (it's not the only one) | Martin Kraemer | 2003-05-09 | 1 | -1/+1 |
* | Forward port a fix for a pair of potential buffer overflows in htdigest from 1.3 | Thom May | 2003-05-01 | 1 | -2/+2 |
* | run libtool from the apr install directory (in case that is different | Jeff Trawick | 2003-04-04 | 1 | -10/+14 |
* | Fix mod_ssl.dsp and abs.dsp to use also the openssl-0.9.7-defines for | André Malo | 2003-03-29 | 1 | -2/+2 |
* | Fix up the log resolve utility to work with NetWare. Increased the stack size | Bradley Nicholes | 2003-03-11 | 2 | -6/+6 |
* | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 9 | -90/+9 |
* | Restore the ability of htdigest.exe to create files that contain | André Malo | 2003-03-05 | 1 | -11/+53 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 8 | -37/+37 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 1 | -5/+5 |
* | Be more pedantic when cleaning environment. Clean it | André Malo | 2003-02-19 | 1 | -55/+68 |
* | break down the beast and explain the obvious >:-> | André Malo | 2003-02-19 | 1 | -1/+40 |
* | insert LoadModule directives only outside of sections. | André Malo | 2003-02-19 | 1 | -2/+23 |
* | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 9 | -18/+18 |
* | Allow apachectl to perform status with links and elinks as well if lynx is | Justin Erenkrantz | 2003-02-15 | 1 | -1/+1 |
* | Fix suexec compile error under SUNOS4, where strerror() doesn't exist. | André Malo | 2003-02-12 | 1 | -0/+5 |
* | Let suexec send a message to stderr, if it failed or its policy | André Malo | 2003-02-10 | 1 | -7/+24 |
* | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 9 | -34/+111 |
* | finished that boring job: | André Malo | 2003-02-03 | 18 | -20/+20 |
* | apxs: Include any special APR ld flags when linking the DSO. | Jeff Trawick | 2003-01-23 | 1 | -6/+10 |
* | M-x untabify | Jeff Trawick | 2003-01-21 | 1 | -1/+1 |
* | Update support utility filenames to reflect .exe extensions for the | William A. Rowe Jr | 2003-01-20 | 9 | -18/+18 |
* | Fix the ulimit command used by apachectl on Tru64. | Jeff Trawick | 2003-01-17 | 1 | -1/+5 |
* | Change the ulimit command used by apachectl on AIX so that it | Jeff Trawick | 2003-01-15 | 1 | -5/+16 |