summaryrefslogtreecommitdiff
path: root/modules/http/http_request.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-041-574/+0
* At the hack-athon we decided to change the way that input filtersRyan Bloom2001-04-221-1/+2
* Performance: Add quick_handler hook. This hook is called at theBill Stoddard2001-03-271-1/+30
* Add a hook, create_request. This hook allows modules to modifyRyan Bloom2001-03-181-4/+5
* This is a fix that went into v1.3 quite a while back, but not into v2.0.Chuck Murcko2001-03-161-1/+1
* Another chunk of code from http to core. This should continue to buildRyan Bloom2001-03-051-1030/+0
* Simplify by using apr_bucket_delete(e) where possible.Cliff Woolley2001-02-251-2/+1
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-55/+52
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up some of the includes:Greg Stein2001-02-101-1/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-6/+6
* Fix the remaining APR_FINFO_NORM occurances. Again, followup is neededWilliam A. Rowe Jr2001-01-311-1/+1
* This fixes a performance problem with directory indexing on Windows.Bill Stoddard2001-01-311-1/+1
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-5/+3
* apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu...Bill Stoddard2001-01-311-1/+1
* Back out a bit of yesterday's patch, since the explicit returnWilliam A. Rowe Jr2001-01-281-1/+2
* Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfoWilliam A. Rowe Jr2001-01-271-10/+17
* Cleanup the error bucket code a bit. This uses the error bucket directlyRyan Bloom2001-01-271-1/+5
* filters can now report an HTTP error to the server. This is doneRyan Bloom2001-01-271-1/+1
* Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLAREGreg Stein2001-01-241-7/+22
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-7/+9
* Stop checking to see if this is a pipelined request if we knowRyan Bloom2001-01-191-1/+2
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-17/+17
* Allow modules to specify the first module for a sub-request. This allowsRyan Bloom2000-11-221-6/+19
* Get Multi-Views working again. It wasn't working because we weren'tRyan Bloom2000-11-181-1/+0
* A good thing, allow W2K to perform the symlink test.William A. Rowe Jr2000-11-111-1/+1
* Killing ap_os_is_filename_valid. Left actual win32 code, since it isWilliam A. Rowe Jr2000-11-101-56/+31
* byterange handling simply did not work for internal redirects.Greg Stein2000-11-091-0/+3
* Allow the core_output_filter to save data in the filter past the end ofRyan Bloom2000-11-051-1/+17
* Always send the EOS on the correct request. Basically, we callRyan Bloom2000-10-241-13/+0
* Fix internal redirects. They should have their own HTTP_HEADER filterRyan Bloom2000-10-231-0/+14
* Sub-requests have to have a value for their request_config structure,Ryan Bloom2000-10-181-0/+8
* Set the request config in the new r, not the old r.Jeff Trawick2000-10-181-1/+1
* We have to create the core_request_config structure in the core on internalRyan Bloom2000-10-181-0/+6
* Fix a broken thingWilliam A. Rowe Jr2000-10-181-2/+2
* Add a flush bucket type. This bucket advises filters to flush any dataRyan Bloom2000-10-171-6/+0
* Add a sub-request filter. This filter just strips the EOS from theRyan Bloom2000-10-161-0/+17
* Get rid of some old code related to the way that character set translationJeff Trawick2000-10-161-5/+0
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-12/+12
* Completes the port of the <Directory /> handling for Win32... there isWilliam A. Rowe Jr2000-10-131-11/+69
* A 'little' reminder about a 'little' problem.William A. Rowe Jr2000-10-061-0/+3
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-6/+5
* Add a bit of infrastructure which will be needed for input filtering:Jeff Trawick2000-10-051-0/+3
* Get rid of much of the old implementation of translating theJeff Trawick2000-10-051-12/+0
* The new request_rec set up for redirects needs to pick up theJeff Trawick2000-10-051-0/+2
* Combine the calls to add the core_filter to one place. Basically, it isRyan Bloom2000-09-231-2/+0
* Get internal redirects working by initializing the output_filtersJeff Trawick2000-09-191-0/+3
* Change r->filters to r->output_filters. This sets things up for us toRyan Bloom2000-09-181-2/+2
* Get rid of some unused variables introduced in recent method work.Jeff Trawick2000-09-141-3/+2
* Fix another seg fault with allow_methods and sub requestsRyan Bloom2000-09-131-0/+4