| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create branch 'RSE'.RSE | (no author) | 2001-05-04 | 1 | -574/+0 |
* | At the hack-athon we decided to change the way that input filters | Ryan Bloom | 2001-04-22 | 1 | -1/+2 |
* | Performance: Add quick_handler hook. This hook is called at the | Bill Stoddard | 2001-03-27 | 1 | -1/+30 |
* | Add a hook, create_request. This hook allows modules to modify | Ryan Bloom | 2001-03-18 | 1 | -4/+5 |
* | This is a fix that went into v1.3 quite a while back, but not into v2.0. | Chuck Murcko | 2001-03-16 | 1 | -1/+1 |
* | Another chunk of code from http to core. This should continue to build | Ryan Bloom | 2001-03-05 | 1 | -1030/+0 |
* | Simplify by using apr_bucket_delete(e) where possible. | Cliff Woolley | 2001-02-25 | 1 | -2/+1 |
* | *) Introduce "ap_conf_vector_t" type to assist with legibility and provide | Greg Stein | 2001-02-18 | 1 | -55/+52 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | Clean up some of the includes: | Greg Stein | 2001-02-10 | 1 | -1/+4 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -6/+6 |
* | Fix the remaining APR_FINFO_NORM occurances. Again, followup is needed | William A. Rowe Jr | 2001-01-31 | 1 | -1/+1 |
* | This fixes a performance problem with directory indexing on Windows. | Bill Stoddard | 2001-01-31 | 1 | -1/+1 |
* | Eliminate all assumptions that finfo.protection reflects the existance | William A. Rowe Jr | 2001-01-31 | 1 | -5/+3 |
* | apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu... | Bill Stoddard | 2001-01-31 | 1 | -1/+1 |
* | Back out a bit of yesterday's patch, since the explicit return | William A. Rowe Jr | 2001-01-28 | 1 | -1/+2 |
* | Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo | William A. Rowe Jr | 2001-01-27 | 1 | -10/+17 |
* | Cleanup the error bucket code a bit. This uses the error bucket directly | Ryan Bloom | 2001-01-27 | 1 | -1/+5 |
* | filters can now report an HTTP error to the server. This is done | Ryan Bloom | 2001-01-27 | 1 | -1/+1 |
* | Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLARE | Greg Stein | 2001-01-24 | 1 | -7/+22 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -7/+9 |
* | Stop checking to see if this is a pipelined request if we know | Ryan Bloom | 2001-01-19 | 1 | -1/+2 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -17/+17 |
* | Allow modules to specify the first module for a sub-request. This allows | Ryan Bloom | 2000-11-22 | 1 | -6/+19 |
* | Get Multi-Views working again. It wasn't working because we weren't | Ryan Bloom | 2000-11-18 | 1 | -1/+0 |
* | A good thing, allow W2K to perform the symlink test. | William A. Rowe Jr | 2000-11-11 | 1 | -1/+1 |
* | Killing ap_os_is_filename_valid. Left actual win32 code, since it is | William A. Rowe Jr | 2000-11-10 | 1 | -56/+31 |
* | byterange handling simply did not work for internal redirects. | Greg Stein | 2000-11-09 | 1 | -0/+3 |
* | Allow the core_output_filter to save data in the filter past the end of | Ryan Bloom | 2000-11-05 | 1 | -1/+17 |
* | Always send the EOS on the correct request. Basically, we call | Ryan Bloom | 2000-10-24 | 1 | -13/+0 |
* | Fix internal redirects. They should have their own HTTP_HEADER filter | Ryan Bloom | 2000-10-23 | 1 | -0/+14 |
* | Sub-requests have to have a value for their request_config structure, | Ryan Bloom | 2000-10-18 | 1 | -0/+8 |
* | Set the request config in the new r, not the old r. | Jeff Trawick | 2000-10-18 | 1 | -1/+1 |
* | We have to create the core_request_config structure in the core on internal | Ryan Bloom | 2000-10-18 | 1 | -0/+6 |
* | Fix a broken thing | William A. Rowe Jr | 2000-10-18 | 1 | -2/+2 |
* | Add a flush bucket type. This bucket advises filters to flush any data | Ryan Bloom | 2000-10-17 | 1 | -6/+0 |
* | Add a sub-request filter. This filter just strips the EOS from the | Ryan Bloom | 2000-10-16 | 1 | -0/+17 |
* | Get rid of some old code related to the way that character set translation | Jeff Trawick | 2000-10-16 | 1 | -5/+0 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -12/+12 |
* | Completes the port of the <Directory /> handling for Win32... there is | William A. Rowe Jr | 2000-10-13 | 1 | -11/+69 |
* | A 'little' reminder about a 'little' problem. | William A. Rowe Jr | 2000-10-06 | 1 | -0/+3 |
* | The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros | William A. Rowe Jr | 2000-10-05 | 1 | -6/+5 |
* | Add a bit of infrastructure which will be needed for input filtering: | Jeff Trawick | 2000-10-05 | 1 | -0/+3 |
* | Get rid of much of the old implementation of translating the | Jeff Trawick | 2000-10-05 | 1 | -12/+0 |
* | The new request_rec set up for redirects needs to pick up the | Jeff Trawick | 2000-10-05 | 1 | -0/+2 |
* | Combine the calls to add the core_filter to one place. Basically, it is | Ryan Bloom | 2000-09-23 | 1 | -2/+0 |
* | Get internal redirects working by initializing the output_filters | Jeff Trawick | 2000-09-19 | 1 | -0/+3 |
* | Change r->filters to r->output_filters. This sets things up for us to | Ryan Bloom | 2000-09-18 | 1 | -2/+2 |
* | Get rid of some unused variables introduced in recent method work. | Jeff Trawick | 2000-09-14 | 1 | -3/+2 |
* | Fix another seg fault with allow_methods and sub requests | Ryan Bloom | 2000-09-13 | 1 | -0/+4 |