| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create branch 'RSE'.RSE | (no author) | 2001-05-04 | 1 | -324/+0 |
* | Revert the change that moved keepalives out of conn_rec. That variable | Roy T. Fielding | 2001-04-21 | 1 | -148/+0 |
* | Revert addition of HTTP logging hhok for connection status -- this is not | Roy T. Fielding | 2001-04-21 | 1 | -31/+0 |
* | Allow modules to specify their own logging format specifier. Basically, | Ryan Bloom | 2001-04-18 | 1 | -0/+31 |
* | Move the keepalives field out of the conn_rec and into an HTTP specific | Ryan Bloom | 2001-04-18 | 1 | -0/+148 |
* | When I initially pulled the BYTERANGE filter into the core, Greg Stein | Ryan Bloom | 2001-04-11 | 1 | -0/+2 |
* | make sure we have the prototype for strcasecmp() | Jeff Trawick | 2001-03-27 | 1 | -0/+3 |
* | Move more code from the http module into the core server. This | Ryan Bloom | 2001-03-04 | 1 | -3193/+61 |
* | core_pre_config isn't needed | Greg Stein | 2001-02-28 | 1 | -6/+0 |
* | Remove references to apr_bucket_init_types() and | Cliff Woolley | 2001-02-28 | 1 | -2/+1 |
* | Update to reflect the absence of the apr_bucket_shared | Cliff Woolley | 2001-02-27 | 1 | -3/+2 |
* | Simplify by using apr_bucket_delete(e) where possible. | Cliff Woolley | 2001-02-25 | 1 | -2/+1 |
* | *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and | Greg Stein | 2001-02-24 | 1 | -1/+1 |
* | - more ap_conf_vector_t fixup. | Greg Stein | 2001-02-18 | 1 | -13/+10 |
* | *) Introduce "ap_conf_vector_t" type to assist with legibility and provide | Greg Stein | 2001-02-18 | 1 | -8/+8 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | Remove the coalesce filter. With the addition of the ap_f* functions, | Ryan Bloom | 2001-02-15 | 1 | -138/+0 |
* | Fix a warning when compiling with GPROF | Ryan Bloom | 2001-02-11 | 1 | -1/+1 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 1 | -7/+0 |
* | Change AddInputFilter and AddOutputFilter to SetInputFilter and | Ryan Bloom | 2001-02-10 | 1 | -2/+2 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -44/+44 |
* | Tweak the AP_MIN_SENDFILE_BYTES. Not using sendfile on Windows | Bill Stoddard | 2001-02-05 | 1 | -1/+1 |
* | avoid warning in non-AP_DEBUG build | Jeff Trawick | 2001-02-02 | 1 | -0/+2 |
* | Eliminate all assumptions that finfo.protection reflects the existance | William A. Rowe Jr | 2001-01-31 | 1 | -1/+1 |
* | filters can now report an HTTP error to the server. This is done | Ryan Bloom | 2001-01-27 | 1 | -0/+1 |
* | Add the coalesce filter back in. It is NOT being installed anywhere right now. | Bill Stoddard | 2001-01-25 | 1 | -0/+138 |
* | Remove the COALESCE_FILTER. It is no longer needed since Greg committed his a... | Bill Stoddard | 2001-01-24 | 1 | -138/+0 |
* | get http_core to compile on systems without apr_sendfile() support | Jeff Trawick | 2001-01-24 | 1 | -4/+2 |
* | A single outermost loop is all that is needed. Simplify and add comments | Greg Stein | 2001-01-24 | 1 | -135/+157 |
* | Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLARE | Greg Stein | 2001-01-24 | 1 | -6/+7 |
* | Loop over the brigade when multiple buckets file are found, instead of | Ryan Bloom | 2001-01-24 | 1 | -121/+128 |
* | Improve the performance of the ap_r* functions by buffering their data in | Greg Stein | 2001-01-24 | 1 | -0/+2 |
* | Allow the core_output_filter to deal with multiple file buckets in the | Ryan Bloom | 2001-01-23 | 1 | -0/+10 |
* | Fix the core_output_filter. It doesn't make any sense to send less than | Ryan Bloom | 2001-01-23 | 1 | -3/+7 |
* | Fix the core to take the new file bucket type into account. | Ryan Bloom | 2001-01-23 | 1 | -1/+2 |
* | Remove AddModule and ClearModuleList. Neither directive really makes | Ryan Bloom | 2001-01-21 | 1 | -32/+0 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -76/+76 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -2/+2 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+2 |
* | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 2001-01-08 | 1 | -3/+3 |
* | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 1 | -12/+19 |
* | add pool parameter to ap_is_directory and ap_is_rdirectory | Allan K. Edwards | 2001-01-05 | 1 | -2/+2 |
* | Modify a couple of calls to ap_log_error with a NULL server to use | Ryan Bloom | 2001-01-02 | 1 | -1/+1 |
* | Because we can't get APR_EAGAIN from sendfile if we have a timeout, we | Ryan Bloom | 2000-12-28 | 1 | -1/+1 |
* | If we get EAGAIN returned from apr_sendfile, then we need to loop back and | Ryan Bloom | 2000-12-22 | 1 | -1/+1 |
* | Remove an IPv4 dependency in do_double_reverse() by calling | Jeff Trawick | 2000-12-18 | 1 | -15/+13 |
* | Stop using apr_get_hostname(). It doesn't support IPv6 and it | Jeff Trawick | 2000-12-18 | 1 | -5/+11 |
* | The local_addr and remote_addr fields in the conn_rec are now | Jeff Trawick | 2000-12-14 | 1 | -1/+1 |
* | Fix some lvalue casts so that we can compile with xlc on AIX. | Jeff Trawick | 2000-11-28 | 1 | -2/+8 |
* | fix an apr_size_t/apr_ssize_t discrepancy | Jeff Trawick | 2000-11-28 | 1 | -1/+1 |