| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the SetFilter directive to work with Handlers instead of MIME-types. | Ryan Bloom | 2000-11-19 | 1 | -1/+1 |
* | Disable two features, with warnings, if a relatively Win32 SDK headers | William A. Rowe Jr | 2000-11-19 | 1 | -0/+13 |
* | Add a directive to mod_mime which allows people to configure a filter | Ryan Bloom | 2000-11-19 | 1 | -3/+36 |
* | Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated). | Jeff Trawick | 2000-11-19 | 2 | -2/+2 |
* | Change apr_bind() to take apr_sockaddr_t. | Jeff Trawick | 2000-11-19 | 1 | -6/+13 |
* | clean out some liveprop hooks which are now handled by AP_HOOK functions | Greg Stein | 2000-11-19 | 2 | -41/+38 |
* | Begin to remove some of the cache-ing logic from the http proxy. | Ryan Bloom | 2000-11-18 | 4 | -77/+12 |
* | Cleanup more compiler warnings. | William A. Rowe Jr | 2000-11-18 | 1 | -3/+3 |
* | remove unused variable | Jeff Trawick | 2000-11-18 | 1 | -2/+0 |
* | Clean up some timeout arg warnings | William A. Rowe Jr | 2000-11-18 | 1 | -3/+3 |
* | Some signedness issues - consistify the size_t references | William A. Rowe Jr | 2000-11-18 | 2 | -13/+13 |
* | Get Multi-Views working again. It wasn't working because we weren't | Ryan Bloom | 2000-11-18 | 1 | -1/+0 |
* | Fix 204 handling. This moves some logic that used to be in | Ryan Bloom | 2000-11-18 | 1 | -47/+36 |
* | More proxy fixes. There are still some bugs in this code, but this has | Ryan Bloom | 2000-11-18 | 2 | -9/+18 |
* | add some docco from John Vasta | Greg Stein | 2000-11-18 | 1 | -6/+66 |
* | First pass at a set of caching filters and handlers. This implements a | Ryan Bloom | 2000-11-17 | 4 | -0/+370 |
* | fix apr_getaddrinfo() call | Chuck Murcko | 2000-11-17 | 1 | -1/+1 |
* | Make function definition agree with the declaration, which fixes a compile br... | Bill Stoddard | 2000-11-17 | 1 | -1/+1 |
* | APR: Change apr_connect() to take apr_sockaddr_t instead of hostname. | Jeff Trawick | 2000-11-17 | 1 | -15/+5 |
* | This removes all BUFF's from the HTTP proxy. This code is relatively | Ryan Bloom | 2000-11-17 | 4 | -122/+108 |
* | use apr_size_t and a few minor tweaks | Greg Stein | 2000-11-16 | 1 | -7/+12 |
* | Make the proxy work with filters. We are still using BUFF for the | Ryan Bloom | 2000-11-16 | 4 | -28/+49 |
* | Do not send a content-length if and only if this is a HEAD request and | Ryan Bloom | 2000-11-15 | 1 | -0/+17 |
* | Make cgi-bin work as a regular directory when using mod_vhost_alias | Tony Finch | 2000-11-15 | 1 | -3/+6 |
* | Apply a patch from John Vasta for adding (some/more) DeltaV support to | Greg Stein | 2000-11-15 | 5 | -153/+1066 |
* | Remove BUFF from the CONNECT handler. This works as well as the rest | Ryan Bloom | 2000-11-15 | 1 | -6/+4 |
* | Get the proxy to look at requests that are being proxied again. In the | Ryan Bloom | 2000-11-14 | 1 | -2/+2 |
* | Changes for previous ap_proxy_doconnect() calling | Chuck Murcko | 2000-11-14 | 3 | -10/+12 |
* | Get the proxy working again. With this change in, I have successfully | Ryan Bloom | 2000-11-14 | 1 | -1/+1 |
* | Simplify ap_proxy_doconnect(); now returns apr_status_t | Chuck Murcko | 2000-11-14 | 2 | -14/+13 |
* | Remove the change from earlier tonight to not send a content-length of | Ryan Bloom | 2000-11-14 | 1 | -4/+0 |
* | Stop the default_handler from trying to deal with HEAD requests. By doing | Ryan Bloom | 2000-11-14 | 1 | -10/+8 |
* | Make the header filter decide if a body should be sent. This gives us a | Ryan Bloom | 2000-11-14 | 1 | -0/+18 |
* | If the content-length is zero, then we don't output the Content-Length | Ryan Bloom | 2000-11-14 | 1 | -0/+4 |
* | Associate a pool with the pool bucket so that it serves it's intended | Ryan Bloom | 2000-11-14 | 1 | -2/+1 |
* | Get http_core to compile again after the last change. | Jeff Trawick | 2000-11-14 | 1 | -2/+2 |
* | Port mod_info to 2.0. This is basically a complete re-write to use the | Ryan Bloom | 2000-11-14 | 2 | -384/+96 |
* | We can not use heap buckets for data that was allocated out of a pool. | Ryan Bloom | 2000-11-14 | 1 | -5/+2 |
* | Get rid of warning on Tru64: | Jeff Trawick | 2000-11-14 | 1 | -1/+1 |
* | Get the default_handler to use the bucket code directly. This keeps us | Ryan Bloom | 2000-11-14 | 1 | -2/+7 |
* | Update coalesce filter to use heap buckets rather than pool buckets. This sho... | Bill Stoddard | 2000-11-13 | 2 | -13/+18 |
* | Get send the content-type header sent correctly for both regular requests | Ryan Bloom | 2000-11-13 | 1 | -15/+24 |
* | Win32 symlink (NTFS Junction) support for mod_rewrite | William A. Rowe Jr | 2000-11-13 | 1 | -1/+1 |
* | The core handler should never close a file, because we haven't actually | Ryan Bloom | 2000-11-13 | 1 | -3/+0 |
* | Change mod_rewrite's tilde expansion to use apr_get_home_directory(). | Jeff Trawick | 2000-11-13 | 1 | -20/+12 |
* | Clean up some of the warnings from a Tru64 build, mostly due to | Jeff Trawick | 2000-11-13 | 5 | -20/+20 |
* | add apr_get_home_directory(), teach mod_userdir to use that | Jeff Trawick | 2000-11-13 | 2 | -24/+14 |
* | The whole proxy compiles cleanly now. Now we need to make it actually work | Ryan Bloom | 2000-11-11 | 4 | -17/+33 |
* | proxy_ftp and proxy_http both compile now. Not tested because the rest of | Ryan Bloom | 2000-11-11 | 4 | -18/+28 |
* | Make proxy_connect.c compile cleanly again. Not sure if it works or not, | Ryan Bloom | 2000-11-11 | 1 | -4/+5 |