summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused variable.André Malo2003-02-181-1/+1
* While processing filters on internal redirects, remember seen EOSAndré Malo2003-02-181-0/+10
* Don't emit an error when there is no body.Justin Erenkrantz2003-02-171-0/+5
* Allow restart of httpd to occur even with syntax errors in the configJustin Erenkrantz2003-02-172-12/+26
* Rework ap_xml_parse_input to work with bucket brigades rather than doing allJustin Erenkrantz2003-02-171-24/+45
* Rework the delete-exports target once more. Leave a comment there explainingJustin Erenkrantz2003-02-171-7/+15
* fill out parms->err_directive while looking for open parents.André Malo2003-02-151-1/+3
* Avoid passing too many characters to getenv. Make sure that only theBradley Nicholes2003-02-121-1/+3
* Fix an existing problem with error handling in piped_log_spawn().Jeff Trawick2003-02-101-11/+27
* Make failing piped loggers work more like apache-1.3 byJeff Trawick2003-02-041-7/+3
* finished that boring job:André Malo2003-02-0366-66/+66
* Enabled the -n parameter on NetWare to allow the administrator to renameBradley Nicholes2003-01-292-1/+11
* Conditionally revert the otherchild logic from the WinNT MPM, based onWilliam A. Rowe Jr2003-01-291-4/+21
* Fix typo in echo statement.Justin Erenkrantz2003-01-281-1/+1
* Throw out export_files if exports.c is out-of-date as well.Justin Erenkrantz2003-01-281-2/+2
* Fix "Satisfy Any" logic. The access_checker has nothing to do withAndré Malo2003-01-281-6/+2
* here we go. add a directive that will keep %2f from beingKen Coar2003-01-233-5/+83
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-183-318/+11
* fix the type of the idlers field to match what apr_atomic_cas() expectsJeff Trawick2003-01-151-1/+1
* Fix a typo reported by Blair Zajac <blair@orcaware.com>William A. Rowe Jr2003-01-141-1/+1
* With the latest patch to config.c wildcards now work.William A. Rowe Jr2003-01-141-3/+0
* ap_server_root_relative never guarenteed that the resource exists, orWilliam A. Rowe Jr2003-01-141-4/+10
* Once again, allow <Directory "C:\Users\*\html_files"> or other wildcardWilliam A. Rowe Jr2003-01-142-2/+9
* Replace most of the mutex locking in the worker MPM's "queue info"Brian Pane2003-01-031-42/+111
* Log server version and server built info at startupBill Stoddard2002-12-191-0/+5
* Register for the SERVERDOWN event to allow Apache to shutdown gracefullyBradley Nicholes2002-12-121-3/+5
* Ah, we don't even need the 'ls -1' - 'ls' suffices.Justin Erenkrantz2002-12-121-1/+1
* Make the code simpler to follow, and perhaps clear up the follow-symlinkWilliam A. Rowe Jr2002-12-121-43/+23
* ap_get_mime_headers: combine some error paths to remove a conditionalGreg Ames2002-12-111-18/+16
* ap_get_mime_headers: whoops - need to insure that we use a configuredGreg Ames2002-12-111-1/+1
* Take a stab at fixing the brokenness in our tree (grr!).Justin Erenkrantz2002-12-111-1/+1
* ap_get_mime_headers: tighten up the null termination of header line which isGreg Ames2002-12-111-5/+2
* prevent a potential seg fault in ap_escape_html if a header field is tooGreg Ames2002-12-101-0/+2
* core_output_filter: re-instate the deferred_write pool patch so we don'tGreg Ames2002-12-091-1/+29
* TweakBill Stoddard2002-12-091-1/+1
* AddModules does not exist anymoreBill Stoddard2002-12-091-1/+1
* 2.0 -> 2.1Wilfredo Sanchez2002-12-081-1/+1
* FreeBSD's make doesn't like the 'implied source' syntax ($<) -- using $? whic...Martin Kraemer2002-12-031-4/+4
* Move the check of the Expect request header field after the hookJustin Erenkrantz2002-12-031-6/+6
* If this worked on Mac OS-X, then OS-X should be fixed ;-)Martin Kraemer2002-12-021-1/+1
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-301-4/+24
* Add export_files to EXTRACLEAN_TARGETSWilfredo Sanchez2002-11-291-1/+1
* If apr and apr-util are not in-tree, we need to be able to find theWilfredo Sanchez2002-11-292-16/+23
* Force the screen to close on exit() if the -E option was specified on theBradley Nicholes2002-11-251-2/+6
* Fix critical bug in new --enable-v4-mapped configure optionJeff Trawick2002-11-221-8/+10
* bucket length parameter is apr_size_t, which isn't always signed,Jeff Trawick2002-11-191-1/+1
* Use AP_DECLARE in the debug versions of ap_strXXX in case theJeff Trawick2002-11-181-6/+6
* core_output_filter: back out changes to clean up resources before the endGreg Ames2002-11-161-30/+2
* Add --[enable|disable]-v4-mapped configure option to controlJeff Trawick2002-11-141-0/+19
* Don't hold the Apache screen open when it exits with an error if all of the e...Bradley Nicholes2002-11-131-0/+3