| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the mod_tls configure process. This should remove most, if not | Ryan Bloom | 2001-02-11 | 3 | -15/+33 |
* | First cut of TLS support. | Ben Laurie | 2001-02-11 | 8 | -0/+653 |
* | include "apr_signal.h" when needed | Greg Stein | 2001-02-11 | 3 | -0/+3 |
* | Fix any compile breaks after moving apr_snprintf and apr_vsnprintf to | Ryan Bloom | 2001-02-11 | 5 | -0/+5 |
* | Fix a warning when compiling with GPROF | Ryan Bloom | 2001-02-11 | 1 | -1/+1 |
* | clean up more warnings and link problems after the header file | Jeff Trawick | 2001-02-11 | 3 | -4/+5 |
* | more module build cleanup, removing warnings and some | Jeff Trawick | 2001-02-10 | 5 | -0/+19 |
* | Fix more module breakage from header reorg | William A. Rowe Jr | 2001-02-10 | 4 | -1/+4 |
* | get rid of some warnings and an undefined reference which crept into | Jeff Trawick | 2001-02-10 | 3 | -7/+9 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 18 | -126/+131 |
* | Clean up some of the includes: | Greg Stein | 2001-02-10 | 16 | -94/+104 |
* | http_conf_globals.h is gone | Greg Stein | 2001-02-10 | 1 | -1/+0 |
* | more APR-ization | Greg Stein | 2001-02-10 | 1 | -12/+15 |
* | Remove the SetFilter directive from the code. This directive wasn't | Ryan Bloom | 2001-02-10 | 1 | -34/+0 |
* | Add new LogFormat directive, %D, to log time it takes to serve a request | Bill Stoddard | 2001-02-10 | 1 | -0/+9 |
* | *) remove obsolete http_conf_globals.h | Greg Stein | 2001-02-10 | 3 | -3/+1 |
* | Change AddInputFilter and AddOutputFilter to SetInputFilter and | Ryan Bloom | 2001-02-10 | 3 | -7/+7 |
* | use apr_size_t for file lengths; this avoids a warning (and perhaps | Jeff Trawick | 2001-02-09 | 1 | -17/+17 |
* | *) minor changes, simplifications | Greg Stein | 2001-02-09 | 1 | -28/+22 |
* | Make the header filter use the brigade buffering functions for creating | Ryan Bloom | 2001-02-09 | 1 | -73/+24 |
* | include strings.h for strcasecmp() | Jeff Trawick | 2001-02-08 | 1 | -0/+3 |
* | apr_make_array->apr_array_make | Jeff Trawick | 2001-02-08 | 1 | -1/+1 |
* | Make a mod_auth_digest build fail in a less mysterious way on systems | Jeff Trawick | 2001-02-08 | 1 | -1/+4 |
* | get _SC_CLK_TCK defined on Tru64 (and probably some other systems | Jeff Trawick | 2001-02-08 | 1 | -0/+3 |
* | *) make sure the status line is set on custom responses | Greg Stein | 2001-02-08 | 1 | -1/+5 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 57 | -783/+783 |
* | Fix a bug with AliasMatch. When forward fitting a bug from 1.3 to 2.0, we | Ryan Bloom | 2001-02-07 | 1 | -0/+1 |
* | Revamp the CHECKOUT method handling and various support functions for it. | Greg Stein | 2001-02-07 | 4 | -140/+223 |
* | $enable_dav can be one of: yes, shared, no. We want to adjust the INCLUDES | Greg Stein | 2001-02-07 | 1 | -1/+1 |
* | additions and deletions for proxy in current codebase | Chuck Murcko | 2001-02-07 | 3 | -4/+588 |
* | Changes to get running on the current codebase | Chuck Murcko | 2001-02-07 | 4 | -38/+20 |
* | Back out previous change. dav/main/config.m4 adds its directory the the | Greg Stein | 2001-02-07 | 1 | -2/+0 |
* | We have a poor abstraction in the protocol. This is a temporary | Ryan Bloom | 2001-02-06 | 1 | -5/+15 |
* | Make sure that mod_include's post_config hook always runs before | Ryan Bloom | 2001-02-06 | 2 | -2/+5 |
* | move the instantiation of includes_module out of mod_include.h | Jeff Trawick | 2001-02-06 | 2 | -3/+1 |
* | Fix for dav/fs to find the mod_dav.h ionclude file | Martin Kraemer | 2001-02-06 | 1 | -0/+2 |
* | update for the latest build system | Chuck Murcko | 2001-02-06 | 2 | -11/+6 |
* | If we are in the middle of a brigade loop, we don't want to always check | Ryan Bloom | 2001-02-06 | 1 | -1/+1 |
* | Move the logic for creating CGI processes from mod_include to mod_cgi(d). | Ryan Bloom | 2001-02-05 | 4 | -377/+675 |
* | Tweak the AP_MIN_SENDFILE_BYTES. Not using sendfile on Windows | Bill Stoddard | 2001-02-05 | 1 | -1/+1 |
* | ap_new_connection() returns NULL if an error occurred (prefork MPM | Jeff Trawick | 2001-02-05 | 1 | -0/+6 |
* | *) add activity handling: OPTIONS and MKACTIVITY | Greg Stein | 2001-02-05 | 2 | -3/+78 |
* | More mod_status work... Get Current Time, Restart Time and Server uptime | Bill Stoddard | 2001-02-04 | 1 | -2/+5 |
* | Begin restructuring scoreboard code to enable adding back in | Bill Stoddard | 2001-02-02 | 3 | -11/+11 |
* | Should consider APRizing the entire module. For now, use HAVE_TIMES | Bill Stoddard | 2001-02-02 | 1 | -13/+14 |
* | avoid warning in non-AP_DEBUG build | Jeff Trawick | 2001-02-02 | 1 | -0/+2 |
* | keep mod_cgid from segfaulting on SIGHUP; it assumed | Jeff Trawick | 2001-02-01 | 1 | -3/+3 |
* | Bring mod_status for 2.0 back in line with mod_status for 1.3. This is | Ryan Bloom | 2001-02-01 | 2 | -39/+683 |
* | MF 1.3 the fis for the mod_rewrite stupidity. | Tony Finch | 2001-02-01 | 1 | -2/+2 |
* | Fix the remaining APR_FINFO_NORM occurances. Again, followup is needed | William A. Rowe Jr | 2001-02-01 | 4 | -13/+13 |