summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* clean up the invocation of APR_CHECK_APR_DEFINE()...Jeff Trawick2003-03-071-1/+1
* Minor MMN bump:André Malo2003-03-062-2/+65
* Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames2003-03-061-0/+2
* * include/http_config.hSander Striker2003-03-061-6/+56
* Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XPAllan K. Edwards2003-03-043-11/+58
* Apache hooks return int: so s/apr_status_t/int/Stas Bekman2003-03-011-1/+1
* fix some license text which was inadvertently lostJeff Trawick2003-02-281-1/+1
* Win32: Avoid busy wait which consumes 100% of the CPU when all the workerBill Stoddard2003-02-261-52/+84
* check the return value of ap_run_pre_connection(). So if theStas Bekman2003-02-251-2/+6
* add a hint about handling of IPv4-mapped IPv6 addressesJeff Trawick2003-02-221-1/+6
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-201-4/+4
* 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