| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused variable. | André Malo | 2003-02-18 | 1 | -1/+1 |
* | While processing filters on internal redirects, remember seen EOS | André Malo | 2003-02-18 | 1 | -0/+10 |
* | Don't emit an error when there is no body. | Justin Erenkrantz | 2003-02-17 | 1 | -0/+5 |
* | Allow restart of httpd to occur even with syntax errors in the config | Justin Erenkrantz | 2003-02-17 | 2 | -12/+26 |
* | Rework ap_xml_parse_input to work with bucket brigades rather than doing all | Justin Erenkrantz | 2003-02-17 | 1 | -24/+45 |
* | Rework the delete-exports target once more. Leave a comment there explaining | Justin Erenkrantz | 2003-02-17 | 1 | -7/+15 |
* | fill out parms->err_directive while looking for open parents. | André Malo | 2003-02-15 | 1 | -1/+3 |
* | Avoid passing too many characters to getenv. Make sure that only the | Bradley Nicholes | 2003-02-12 | 1 | -1/+3 |
* | Fix an existing problem with error handling in piped_log_spawn(). | Jeff Trawick | 2003-02-10 | 1 | -11/+27 |
* | Make failing piped loggers work more like apache-1.3 by | Jeff Trawick | 2003-02-04 | 1 | -7/+3 |
* | finished that boring job: | André Malo | 2003-02-03 | 66 | -66/+66 |
* | Enabled the -n parameter on NetWare to allow the administrator to rename | Bradley Nicholes | 2003-01-29 | 2 | -1/+11 |
* | Conditionally revert the otherchild logic from the WinNT MPM, based on | William A. Rowe Jr | 2003-01-29 | 1 | -4/+21 |
* | Fix typo in echo statement. | Justin Erenkrantz | 2003-01-28 | 1 | -1/+1 |
* | Throw out export_files if exports.c is out-of-date as well. | Justin Erenkrantz | 2003-01-28 | 1 | -2/+2 |
* | Fix "Satisfy Any" logic. The access_checker has nothing to do with | André Malo | 2003-01-28 | 1 | -6/+2 |
* | here we go. add a directive that will keep %2f from being | Ken Coar | 2003-01-23 | 3 | -5/+83 |
* | move rfc1413 code to a new module "metadata:mod_ident". | André Malo | 2003-01-18 | 3 | -318/+11 |
* | fix the type of the idlers field to match what apr_atomic_cas() expects | Jeff Trawick | 2003-01-15 | 1 | -1/+1 |
* | Fix a typo reported by Blair Zajac <blair@orcaware.com> | William A. Rowe Jr | 2003-01-14 | 1 | -1/+1 |
* | With the latest patch to config.c wildcards now work. | William A. Rowe Jr | 2003-01-14 | 1 | -3/+0 |
* | ap_server_root_relative never guarenteed that the resource exists, or | William A. Rowe Jr | 2003-01-14 | 1 | -4/+10 |
* | Once again, allow <Directory "C:\Users\*\html_files"> or other wildcard | William A. Rowe Jr | 2003-01-14 | 2 | -2/+9 |
* | Replace most of the mutex locking in the worker MPM's "queue info" | Brian Pane | 2003-01-03 | 1 | -42/+111 |
* | Log server version and server built info at startup | Bill Stoddard | 2002-12-19 | 1 | -0/+5 |
* | Register for the SERVERDOWN event to allow Apache to shutdown gracefully | Bradley Nicholes | 2002-12-12 | 1 | -3/+5 |
* | Ah, we don't even need the 'ls -1' - 'ls' suffices. | Justin Erenkrantz | 2002-12-12 | 1 | -1/+1 |
* | Make the code simpler to follow, and perhaps clear up the follow-symlink | William A. Rowe Jr | 2002-12-12 | 1 | -43/+23 |
* | ap_get_mime_headers: combine some error paths to remove a conditional | Greg Ames | 2002-12-11 | 1 | -18/+16 |
* | ap_get_mime_headers: whoops - need to insure that we use a configured | Greg Ames | 2002-12-11 | 1 | -1/+1 |
* | Take a stab at fixing the brokenness in our tree (grr!). | Justin Erenkrantz | 2002-12-11 | 1 | -1/+1 |
* | ap_get_mime_headers: tighten up the null termination of header line which is | Greg Ames | 2002-12-11 | 1 | -5/+2 |
* | prevent a potential seg fault in ap_escape_html if a header field is too | Greg Ames | 2002-12-10 | 1 | -0/+2 |
* | core_output_filter: re-instate the deferred_write pool patch so we don't | Greg Ames | 2002-12-09 | 1 | -1/+29 |
* | Tweak | Bill Stoddard | 2002-12-09 | 1 | -1/+1 |
* | AddModules does not exist anymore | Bill Stoddard | 2002-12-09 | 1 | -1/+1 |
* | 2.0 -> 2.1 | Wilfredo Sanchez | 2002-12-08 | 1 | -1/+1 |
* | FreeBSD's make doesn't like the 'implied source' syntax ($<) -- using $? whic... | Martin Kraemer | 2002-12-03 | 1 | -4/+4 |
* | Move the check of the Expect request header field after the hook | Justin Erenkrantz | 2002-12-03 | 1 | -6/+6 |
* | If this worked on Mac OS-X, then OS-X should be fixed ;-) | Martin Kraemer | 2002-12-02 | 1 | -1/+1 |
* | Per Greg's request, add a version string component to the ap_provider.h | Justin Erenkrantz | 2002-11-30 | 1 | -4/+24 |
* | Add export_files to EXTRACLEAN_TARGETS | Wilfredo Sanchez | 2002-11-29 | 1 | -1/+1 |
* | If apr and apr-util are not in-tree, we need to be able to find the | Wilfredo Sanchez | 2002-11-29 | 2 | -16/+23 |
* | Force the screen to close on exit() if the -E option was specified on the | Bradley Nicholes | 2002-11-25 | 1 | -2/+6 |
* | Fix critical bug in new --enable-v4-mapped configure option | Jeff Trawick | 2002-11-22 | 1 | -8/+10 |
* | bucket length parameter is apr_size_t, which isn't always signed, | Jeff Trawick | 2002-11-19 | 1 | -1/+1 |
* | Use AP_DECLARE in the debug versions of ap_strXXX in case the | Jeff Trawick | 2002-11-18 | 1 | -6/+6 |
* | core_output_filter: back out changes to clean up resources before the end | Greg Ames | 2002-11-16 | 1 | -30/+2 |
* | Add --[enable|disable]-v4-mapped configure option to control | Jeff Trawick | 2002-11-14 | 1 | -0/+19 |
* | Don't hold the Apache screen open when it exits with an error if all of the e... | Bradley Nicholes | 2002-11-13 | 1 | -0/+3 |