summaryrefslogtreecommitdiff
path: root/modules/http/http_core.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-041-324/+0
* Revert the change that moved keepalives out of conn_rec. That variableRoy T. Fielding2001-04-211-148/+0
* Revert addition of HTTP logging hhok for connection status -- this is notRoy T. Fielding2001-04-211-31/+0
* Allow modules to specify their own logging format specifier. Basically,Ryan Bloom2001-04-181-0/+31
* Move the keepalives field out of the conn_rec and into an HTTP specificRyan Bloom2001-04-181-0/+148
* When I initially pulled the BYTERANGE filter into the core, Greg SteinRyan Bloom2001-04-111-0/+2
* make sure we have the prototype for strcasecmp()Jeff Trawick2001-03-271-0/+3
* Move more code from the http module into the core server. ThisRyan Bloom2001-03-041-3193/+61
* core_pre_config isn't neededGreg Stein2001-02-281-6/+0
* Remove references to apr_bucket_init_types() andCliff Woolley2001-02-281-2/+1
* Update to reflect the absence of the apr_bucket_sharedCliff Woolley2001-02-271-3/+2
* Simplify by using apr_bucket_delete(e) where possible.Cliff Woolley2001-02-251-2/+1
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-241-1/+1
* - more ap_conf_vector_t fixup.Greg Stein2001-02-181-13/+10
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-8/+8
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Remove the coalesce filter. With the addition of the ap_f* functions,Ryan Bloom2001-02-151-138/+0
* Fix a warning when compiling with GPROFRyan Bloom2001-02-111-1/+1
* *) continued header revampingGreg Stein2001-02-101-7/+0
* Change AddInputFilter and AddOutputFilter to SetInputFilter andRyan Bloom2001-02-101-2/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-44/+44
* Tweak the AP_MIN_SENDFILE_BYTES. Not using sendfile on WindowsBill Stoddard2001-02-051-1/+1
* avoid warning in non-AP_DEBUG buildJeff Trawick2001-02-021-0/+2
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-1/+1
* filters can now report an HTTP error to the server. This is doneRyan Bloom2001-01-271-0/+1
* Add the coalesce filter back in. It is NOT being installed anywhere right now.Bill Stoddard2001-01-251-0/+138
* Remove the COALESCE_FILTER. It is no longer needed since Greg committed his a...Bill Stoddard2001-01-241-138/+0
* get http_core to compile on systems without apr_sendfile() supportJeff Trawick2001-01-241-4/+2
* A single outermost loop is all that is needed. Simplify and add commentsGreg Stein2001-01-241-135/+157
* Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLAREGreg Stein2001-01-241-6/+7
* Loop over the brigade when multiple buckets file are found, instead ofRyan Bloom2001-01-241-121/+128
* Improve the performance of the ap_r* functions by buffering their data inGreg Stein2001-01-241-0/+2
* Allow the core_output_filter to deal with multiple file buckets in theRyan Bloom2001-01-231-0/+10
* Fix the core_output_filter. It doesn't make any sense to send less thanRyan Bloom2001-01-231-3/+7
* Fix the core to take the new file bucket type into account.Ryan Bloom2001-01-231-1/+2
* Remove AddModule and ClearModuleList. Neither directive really makesRyan Bloom2001-01-211-32/+0
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-76/+76
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-2/+2
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+2
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-081-3/+3
* Make handlers use hooks.Ben Laurie2001-01-071-12/+19
* add pool parameter to ap_is_directory and ap_is_rdirectoryAllan K. Edwards2001-01-051-2/+2
* Modify a couple of calls to ap_log_error with a NULL server to useRyan Bloom2001-01-021-1/+1
* Because we can't get APR_EAGAIN from sendfile if we have a timeout, weRyan Bloom2000-12-281-1/+1
* If we get EAGAIN returned from apr_sendfile, then we need to loop back andRyan Bloom2000-12-221-1/+1
* Remove an IPv4 dependency in do_double_reverse() by callingJeff Trawick2000-12-181-15/+13
* Stop using apr_get_hostname(). It doesn't support IPv6 and itJeff Trawick2000-12-181-5/+11
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-1/+1
* Fix some lvalue casts so that we can compile with xlc on AIX.Jeff Trawick2000-11-281-2/+8
* fix an apr_size_t/apr_ssize_t discrepancyJeff Trawick2000-11-281-1/+1