summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-5/+5
* Remove the prev pointer from the filter chain. This removesRyan Bloom2002-03-071-1/+1
* Fix a bug in the APR_MODE_EXHAUSTIVE mode for the core input filter.Aaron Bannert2002-03-061-3/+6
* Sander's Stylistic SubmissionIan Holsman2002-03-051-608/+748
* fix <Directory ~ blah> containers.Greg Ames2002-03-051-3/+4
* Only insert net_filter once per request. Initialize the outputRyan Bloom2002-03-051-0/+2
* Ensure that net_time filter isn't added on subreqs - we assume that it isJustin Erenkrantz2002-03-041-3/+2
* Classify some of the input filters as the correct types. Previous toRyan Bloom2002-03-031-1/+1
* Fix segfault if content_type is NULL.Justin Erenkrantz2002-02-261-3/+4
* I learned about AP_MODE_EXHAUSTIVE while reading some of the new filterRyan Bloom2002-02-251-8/+10
* This code should be a noop today. But I did not feel comfortable aboutWilliam A. Rowe Jr2002-02-211-2/+3
* Fix the close-on-sendfile bug where Win32 would transmit a singleWilliam A. Rowe Jr2002-02-211-1/+1
* Introduce AddOutputFilterByType directive.Justin Erenkrantz2002-02-191-0/+127
* stop using APR_BRIGADE_NORMALIZE()Jeff Trawick2002-02-171-2/+19
* Be a bit more sane with regard to CanonicalNames. If the user hasRyan Bloom2002-02-061-3/+6
* yet another tweak to empty brigade checking on entry to core_input_filter():Jeff Trawick2002-02-061-2/+5
* - Fix up a comment so that it makes more sense and explains why we returnJustin Erenkrantz2002-02-061-2/+22
* In core_input_filter, check for an empty brigade afterJeff Trawick2002-02-051-4/+6
* Remove the install_transport_filters hook. The same function can beRyan Bloom2002-02-051-4/+5
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-0/+44
* Now how did this slip by. Fixes a segfault. I tested this code, really...Bill Stoddard2002-01-301-1/+1
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-12/+41
* Don't let the default handler try to serve a raw directory. AtJeff Trawick2002-01-291-2/+5
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-69/+11
* Performance improvement: incorporated the use of the newBrian Pane2002-01-271-10/+27
* avoid a palloc of zero bytes so memory debuggers don't barfJeff Trawick2002-01-271-0/+9
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-251-19/+10
* These changes are to allow caching of subrequests via a quick_handler.Ian Holsman2002-01-211-1/+1
* Make core_input_filter use the new apr_brigade_split_line function.Justin Erenkrantz2002-01-201-33/+12
* Add AP_MODE_SPECULATIVE support to core_input_filterJustin Erenkrantz2002-01-201-2/+16
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-191-10/+14
* Move a check for an empty brigade to the start of core input filterJeff Trawick2002-01-121-3/+4
* Bring forward the FileETag directive enhancement from 1.3.23-dev.Ken Coar2002-01-111-0/+158
* Restore the apr_pool_clear calls to main.c in case we haveDavid Reid2002-01-081-1/+0
* This small patch modifies the log's to use plog instead of pconf.David Reid2002-01-081-1/+2
* Fix LimitRequestBody directive by moving the relevant code fromJustin Erenkrantz2002-01-021-2/+6
* Remove a needless immortal bucket creation. We can just leave theJustin Erenkrantz2002-01-021-2/+0
* Generalized the recent prep_walk_cache optimizations to allow otherBrian Pane2002-01-011-2/+36
* Performance fix for prep_walk_cache():Brian Pane2001-12-311-6/+7
* avoid some ugly sockaddr comparisons in do_double_reverse() by usingJeff Trawick2001-12-271-15/+1
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-4/+4
* Whoops, that's quadstate, the value 3 is not-present.William A. Rowe Jr2001-12-131-1/+1
* As suggested by Josh Slive, add the explicit 'default' to AcceptPathInfo.William A. Rowe Jr2001-12-131-8/+22
* If dconf->accept_path_info is tristate, why not r->used_path_info?William A. Rowe Jr2001-12-131-7/+14
* Now all should be well. AcceptPathInfo on will give us a document withWilliam A. Rowe Jr2001-12-131-0/+25
* Kill some redundancy (why test PUT when we disallow all but GET/POST?)William A. Rowe Jr2001-12-131-15/+14
* Periods aren't commas. Clear out some inappropriate casts whileWilliam A. Rowe Jr2001-12-131-2/+2
* Whatever this was doing, it looks most unholy.William A. Rowe Jr2001-12-131-6/+10