summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-264-31/+31
* Port a 1.3 EBCDIC fix to 2.0:Jeff Trawick2000-04-261-8/+13
* drop the "container" param from ap_walk_config(). callers should simplyGreg Stein2000-04-241-7/+8
* clean up cmd_parms: config_file is no longer valid; end_token is bogus;Greg Stein2000-04-241-135/+38
* handle error messages during building and processing of the configuration.Greg Stein2000-04-241-16/+17
* Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).Jeff Trawick2000-04-231-1/+1
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.Roy T. Fielding2000-04-231-1/+1
* Parse the config tree, instead of the config file. This is a first step thereRyan Bloom2000-04-231-64/+14
* Another required ap_canonical_error().Brian Havard2000-04-201-1/+1
* Use ap_canonical_error() where appropriate.Brian Havard2000-04-201-3/+4
* [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces mostJeff Trawick2000-04-201-14/+14
* Allow for the possibility of receiving data regardless of the pipeBill Stoddard2000-04-141-28/+36
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-144-20/+20
* get rid of an unused variable from virtualhost_section()Jeff Trawick2000-04-051-1/+1
* stop relying on a macro to map signal() to ap_signal(); callJeff Trawick2000-04-051-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-313-97/+100
* when logging a failure of ap_mmap_create(), pass the returnedJeff Trawick2000-03-291-2/+3
* Backout layered I/O changes.Ryan Bloom2000-03-272-78/+39
* Enabled layered I/O. Docs are forthcoming.Ryan Bloom2000-03-252-39/+78
* improve error message for missing mime types fileJeff Trawick2000-03-221-1/+1
* get rid of unused local variable w in set_error_document()Jeff Trawick2000-03-221-1/+0
* Some TODOCs have been DOCced.Tony Finch2000-03-211-3/+0
* Explain the changed ErrorDocument syntax.Tony Finch2000-03-211-1/+0
* Added AddCharset back in again. Need that badly forDirk-Willem van Gulik2000-03-171-1/+2
* PR:Dirk-Willem van Gulik2000-03-171-12/+361
* Eliminate implicit usage of access.conf and srm.conf.Manoj Kasichainula2000-03-161-14/+0
* go dirk go, RAW_ARGS is evil. added a TODOC.dgaudet2000-03-141-0/+1
* Nasty backwards compatibility breaking 'fix' to get rid ofDirk-Willem van Gulik2000-03-141-12/+25
* Backport the CSS security fixes to Apache 2.0a. Or is that forwardJim Jagielski2000-03-132-8/+77
* Fix all the License issues. Including:Ryan Bloom2000-03-104-37/+37
* clean up a bunch of -Wall/etc warningsdgaudet2000-03-021-1/+1
* Set timeouts to sendfile operation in http_protocol.c. Fix bugs in Win32Bill Stoddard2000-01-311-10/+20
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-283-3/+3
* More sendfile work. Use new sendfile API in Apache, update Windows MPMBill Stoddard2000-01-271-2/+6
* Quiet some warnings.Brian Havard2000-01-261-1/+1
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-1/+3
* Cleanup a few things with the compile. There were also a few macro nameRyan Bloom2000-01-192-4/+4
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-193-3/+3
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-191-1/+3
* Update Windows port to new file_io and time specsBill Stoddard2000-01-171-6/+1
* Fix some remaining problems with SSI's and Windows. Basically, theRyan Bloom2000-01-122-9/+15
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-102-14/+17
* time overhaul:dgaudet2000-01-093-45/+24
* Fix a minor bug that would cause us to return FORBIDDEN for all requests.Ryan Bloom2000-01-061-1/+1
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-064-30/+28
* Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to getRyan Bloom1999-12-211-3/+3
* Fix the mass vhosting security problem spotted by Lars, as in 1.3Tony Finch1999-12-211-1/+3
* Add back support for UseCanonicalName in <Directory> containers. FoundManoj Kasichainula1999-12-211-1/+1
* First step in getting Apache to use APR's time libraries. This gets a goodRyan Bloom1999-12-203-25/+53