summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* What once were macros no longer need line continuationWilliam A. Rowe Jr2002-10-131-7/+7
* Add logic to the default_handler to enable script delivery to scriptGreg Stein2002-10-031-0/+25
* *) SECURITY: [CAN-2002-0840] HTML-escape the address produced byWilliam A. Rowe Jr2002-10-021-2/+5
* Until we have a mechanism to allow PHP and others to 'raise their hand'William A. Rowe Jr2002-10-021-8/+0
* Fix bug in the default handler. POST is not allowed on regular files.Greg Stein2002-10-011-0/+8
* Call out the success cases when we don't get APR_SUCCESS back from theRyan Bloom2002-10-011-3/+2
* zap a gcc warning about using an uninitialized variable (new) andJeff Trawick2002-09-161-3/+8
* Modify ap_open_logs (an internal function) to follow the hook open_logsWilliam A. Rowe Jr2002-09-161-7/+1
* Allow AddOutputFilterByType to take in multiple filters.Justin Erenkrantz2002-09-151-5/+10
* Fix memory leak in core_output_filter.Justin Erenkrantz2002-09-101-1/+1
* Major/Minor/Min[imal]Ian Holsman2002-08-231-7/+14
* new option to ServerTokens. "Maj[or]" which displays a server responseIan Holsman2002-08-231-3/+10
* Zero-copy output for small files delivered over keepaliveBrian Pane2002-08-181-37/+33
* Pardon je, it seems the most obvious solutions are always the easiestWilliam A. Rowe Jr2002-08-061-2/+2
* This was never a 'vulnerability'... the APR_FILEPATH_SECUREROOT flagWilliam A. Rowe Jr2002-08-061-5/+18
* format to 80 charsIan Holsman2002-08-041-1/+1
* Timeout/time fixesWilliam A. Rowe Jr2002-07-151-9/+8
* spell check a commentJeff Trawick2002-07-101-1/+1
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-081-3/+3
* Renames Pending:Ian Holsman2002-07-061-1/+1
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-041-0/+4
* Optimized the addition of the core output filterBrian Pane2002-07-021-1/+1
* Replaced ap_add_input_filter() call with cheaper ap_add_input_filter_handle()Brian Pane2002-07-021-1/+1
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-7/+8
* Strengthen error-detection code in HTTP_IN and core_input_filter so thatJustin Erenkrantz2002-06-271-5/+4
* - Fix segfault in core_output_filter when we are passed an empty brigade.Justin Erenkrantz2002-06-271-2/+6
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-3/+4
* Make the default_handler catch all requests that aren't served byRyan Bloom2002-06-151-13/+9
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-131-4/+4
* The apr_bucket change requires a minor MMN bump. Also modify Apache'sRyan Bloom2002-05-311-1/+1
* Resolve the EXEC_ON_READ bit for ServerRoot and other modules that testWilliam A. Rowe Jr2002-05-181-6/+13
* Although it appears reasonable to immediately gather the Error log andWilliam A. Rowe Jr2002-05-181-2/+2
* Renames:Cliff Woolley2002-05-181-13/+13
* We need to grab ServerRoot, LogLevel, and ErrorLog right off the batWilliam A. Rowe Jr2002-05-171-3/+3
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-7/+7
* Added EnableMMAP directive to allow the server administrator toBrian Pane2002-05-121-0/+36
* Moved ap_setup_make_content_type() declaration to http_protocol.hBrian Pane2002-05-101-2/+0
* Performance fix: replaced the strcasecmp calls in ap_make_content_type()Brian Pane2002-05-101-0/+3
* default_handler: move the code to handle unusual methods out of the middleGreg Ames2002-04-301-70/+70
* remove a gotoGreg Ames2002-04-251-12/+10
* default_handler: short circuit the method checks. Move the code to dealGreg Ames2002-04-241-11/+13
* AcceptPathInfo was totally backwards... it would reject when set to on andCliff Woolley2002-04-221-6/+9
* Correct partitioning of filter handles between core and http, andWilliam A. Rowe Jr2002-04-051-5/+5
* BUCKET FREELISTSCliff Woolley2002-03-291-12/+20
* We have to return valid HTTP status codes from filters. This fixes twoRyan Bloom2002-03-221-2/+6
* Fold the compiled-in knowledge of the allowable AcceptMutex settings intoJim Jagielski2002-03-201-1/+1
* Commit 2 of 2 to:Bill Stoddard2002-03-201-1/+1
* Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyTypeBill Stoddard2002-03-201-32/+38
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-8/+13
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1