summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the SetFilter directive to work with Handlers instead of MIME-types.Ryan Bloom2000-11-191-1/+1
* Disable two features, with warnings, if a relatively Win32 SDK headersWilliam A. Rowe Jr2000-11-191-0/+13
* Add a directive to mod_mime which allows people to configure a filterRyan Bloom2000-11-191-3/+36
* Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated).Jeff Trawick2000-11-192-2/+2
* Change apr_bind() to take apr_sockaddr_t.Jeff Trawick2000-11-191-6/+13
* clean out some liveprop hooks which are now handled by AP_HOOK functionsGreg Stein2000-11-192-41/+38
* Begin to remove some of the cache-ing logic from the http proxy.Ryan Bloom2000-11-184-77/+12
* Cleanup more compiler warnings.William A. Rowe Jr2000-11-181-3/+3
* remove unused variableJeff Trawick2000-11-181-2/+0
* Clean up some timeout arg warningsWilliam A. Rowe Jr2000-11-181-3/+3
* Some signedness issues - consistify the size_t referencesWilliam A. Rowe Jr2000-11-182-13/+13
* Get Multi-Views working again. It wasn't working because we weren'tRyan Bloom2000-11-181-1/+0
* Fix 204 handling. This moves some logic that used to be inRyan Bloom2000-11-181-47/+36
* More proxy fixes. There are still some bugs in this code, but this hasRyan Bloom2000-11-182-9/+18
* add some docco from John VastaGreg Stein2000-11-181-6/+66
* First pass at a set of caching filters and handlers. This implements aRyan Bloom2000-11-174-0/+370
* fix apr_getaddrinfo() callChuck Murcko2000-11-171-1/+1
* Make function definition agree with the declaration, which fixes a compile br...Bill Stoddard2000-11-171-1/+1
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.Jeff Trawick2000-11-171-15/+5
* This removes all BUFF's from the HTTP proxy. This code is relativelyRyan Bloom2000-11-174-122/+108
* use apr_size_t and a few minor tweaksGreg Stein2000-11-161-7/+12
* Make the proxy work with filters. We are still using BUFF for theRyan Bloom2000-11-164-28/+49
* Do not send a content-length if and only if this is a HEAD request andRyan Bloom2000-11-151-0/+17
* Make cgi-bin work as a regular directory when using mod_vhost_aliasTony Finch2000-11-151-3/+6
* Apply a patch from John Vasta for adding (some/more) DeltaV support toGreg Stein2000-11-155-153/+1066
* Remove BUFF from the CONNECT handler. This works as well as the restRyan Bloom2000-11-151-6/+4
* Get the proxy to look at requests that are being proxied again. In theRyan Bloom2000-11-141-2/+2
* Changes for previous ap_proxy_doconnect() callingChuck Murcko2000-11-143-10/+12
* Get the proxy working again. With this change in, I have successfullyRyan Bloom2000-11-141-1/+1
* Simplify ap_proxy_doconnect(); now returns apr_status_tChuck Murcko2000-11-142-14/+13
* Remove the change from earlier tonight to not send a content-length ofRyan Bloom2000-11-141-4/+0
* Stop the default_handler from trying to deal with HEAD requests. By doingRyan Bloom2000-11-141-10/+8
* Make the header filter decide if a body should be sent. This gives us aRyan Bloom2000-11-141-0/+18
* If the content-length is zero, then we don't output the Content-LengthRyan Bloom2000-11-141-0/+4
* Associate a pool with the pool bucket so that it serves it's intendedRyan Bloom2000-11-141-2/+1
* Get http_core to compile again after the last change.Jeff Trawick2000-11-141-2/+2
* Port mod_info to 2.0. This is basically a complete re-write to use theRyan Bloom2000-11-142-384/+96
* We can not use heap buckets for data that was allocated out of a pool.Ryan Bloom2000-11-141-5/+2
* Get rid of warning on Tru64:Jeff Trawick2000-11-141-1/+1
* Get the default_handler to use the bucket code directly. This keeps usRyan Bloom2000-11-141-2/+7
* Update coalesce filter to use heap buckets rather than pool buckets. This sho...Bill Stoddard2000-11-132-13/+18
* Get send the content-type header sent correctly for both regular requestsRyan Bloom2000-11-131-15/+24
* Win32 symlink (NTFS Junction) support for mod_rewriteWilliam A. Rowe Jr2000-11-131-1/+1
* The core handler should never close a file, because we haven't actuallyRyan Bloom2000-11-131-3/+0
* Change mod_rewrite's tilde expansion to use apr_get_home_directory().Jeff Trawick2000-11-131-20/+12
* Clean up some of the warnings from a Tru64 build, mostly due toJeff Trawick2000-11-135-20/+20
* add apr_get_home_directory(), teach mod_userdir to use thatJeff Trawick2000-11-132-24/+14
* The whole proxy compiles cleanly now. Now we need to make it actually workRyan Bloom2000-11-114-17/+33
* proxy_ftp and proxy_http both compile now. Not tested because the rest ofRyan Bloom2000-11-114-18/+28
* Make proxy_connect.c compile cleanly again. Not sure if it works or not,Ryan Bloom2000-11-111-4/+5