summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some common code in adding filters to either the input orRyan Bloom2000-11-181-41/+20
* Begin to remove some of the cache-ing logic from the http proxy.Ryan Bloom2000-11-184-77/+12
* Change references of AF_ to reflect APR_ so they should workDavid Reid2000-11-183-3/+3
* Cleanup a signed/unsigned warningWilliam A. Rowe Jr2000-11-181-1/+1
* Cleanup more compiler warnings.William A. Rowe Jr2000-11-181-3/+3
* Extern symbols (per the warning) belong elsewhere, since (on Win32) theWilliam A. Rowe Jr2000-11-184-4/+6
* As promised, and discussed on new-httpd, goodbye ordinals.William A. Rowe Jr2000-11-184-642/+642
* remove unused variableJeff Trawick2000-11-181-2/+0
* Clean up some timeout arg warningsWilliam A. Rowe Jr2000-11-182-4/+4
* 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
* Suggestion of files to delete from httpd-docs-2.0.Joshua Slive2000-11-171-3/+23
* I forgot one change for the start of the MPM docs.Joshua Slive2000-11-172-0/+18
* First attempt at MPM documentation. Feedback appreciated. DiscussionJoshua Slive2000-11-175-413/+456
* Just style nits before someone goes and does something significant.William A. Rowe Jr2000-11-171-44/+44
* 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
* Get rid of a bit more BUFF cruft in mpm_winnt.cBill Stoddard2000-11-171-5/+0
* 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-174-28/+27
* Get exports.c symbols to compile even if the declaration is hidden inJeff Trawick2000-11-171-8/+4
* This removes all BUFF's from the HTTP proxy. This code is relativelyRyan Bloom2000-11-175-122/+110
* Yet another broken link.Joshua Slive2000-11-172-2/+2
* Bring a couple typo fixes forward from 1.3.Joshua Slive2000-11-164-8/+4
* add apr_create_socket to the list of symbolsJeff Trawick2000-11-161-0/+1
* Update httpd.exp for recent symbol changes.Jeff Trawick2000-11-161-1/+235
* 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
* use apr_size_tGreg Stein2000-11-162-16/+17
* Do not send a content-length if and only if this is a HEAD request andRyan Bloom2000-11-151-0/+17
* First stab at a STATUS file for httpd-docs-2.0.Joshua Slive2000-11-151-0/+62
* 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
* Hmmm... It appears that there were some translation in the 2.0 "it works"Joshua Slive2000-11-156-6/+6
* Bring the "it worked" pages in 2.0 in sync with the ones in 1.3.Joshua Slive2000-11-1524-18/+277
* 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
* Typo in example.Joshua Slive2000-11-141-1/+1
* repair cgi's on WindowsAllan K. Edwards2000-11-141-1/+1
* 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
* Ignore generated file pcre.h.Jeff Trawick2000-11-141-0/+1
* Get "make install" to work on Tru64.Jeff Trawick2000-11-141-1/+2
* 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-142-10/+9
* Make the header filter decide if a body should be sent. This gives us aRyan Bloom2000-11-141-0/+18