summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-211-2/+3
* ignore generated files .libs and *.laJeff Trawick2000-11-211-0/+2
* Restore Ryan's original intent in ap_proxy_doconnect() return value checkChuck Murcko2000-11-201-2/+1
* 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
* Begin to remove some of the cache-ing logic from the http proxy.Ryan Bloom2000-11-184-77/+12
* More proxy fixes. There are still some bugs in this code, but this hasRyan Bloom2000-11-182-9/+18
* fix apr_getaddrinfo() callChuck Murcko2000-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-173-114/+101
* Make the proxy work with filters. We are still using BUFF for theRyan Bloom2000-11-164-28/+49
* 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
* 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
* Pick up buff.h for the moment, now to get the conn_rec changes from the lastChuck Murcko2000-11-111-0/+1
* Fix small thinko in void funcsChuck Murcko2000-11-111-2/+2
* This is the 1.3.x current proxy into 2.0 - first stageChuck Murcko2000-11-113-602/+652
* This is the 1.3.x current proxy into 2.0 - first stageChuck Murcko2000-11-111-583/+601
* This is the 1.3.x current proxy code into 2.0.Chuck Murcko2000-11-111-211/+207
* This is 1.3.x current proxy folded into 2.0.Chuck Murcko2000-11-111-13/+21
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-162-2/+2
* Regardless of reaction to a symbol rename -within- the sources, theseWilliam A. Rowe Jr2000-10-111-2/+2
* Finish the ApacheModuleBleck -> mod_bleck cleanupWilliam A. Rowe Jr2000-10-111-26/+26
* Missed it, a rather messy canonical error example.William A. Rowe Jr2000-10-081-6/+5
* Remove all compiler warnings from the proxy code. There are no garaunteesRyan Bloom2000-10-086-77/+99
* Remove IOLs from Apache. They are no longer necessary, now that we haveRyan Bloom2000-08-233-8/+5
* proxy_cache.c was still in the ApacheModuleProxy project, although thatRyan Bloom2000-08-181-4/+0
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-065-47/+47
* prefix libapr functions and types with apr_Doug MacEachern2000-08-026-204/+204
* Remove iol_socket.h. This file had one declaration, and it makes moreRyan Bloom2000-07-293-3/+3
* Add APR_EOL_STR for a platform specific text delimiter, provided byWilliam A. Rowe Jr2000-07-251-1/+1
* Fix some bad ap_log_error() invocations. Comment on a badJeff Trawick2000-07-181-5/+5
* Combine some common code. Before this, all platforms implemented theirRyan Bloom2000-06-303-5/+5
* ignore some generated files in pcre and modules/proxyJeff Trawick2000-06-201-0/+2
* fixups for remaining current warningsChuck Murcko2000-06-134-14/+10
* OK, this builds and is autoconf safe about system headers, until it startsChuck Murcko2000-06-132-32/+51
* Fix the configuration process. If no modules are specified in a givenRyan Bloom2000-06-131-15/+0
* Mod_proxy should not be a default module... yet. :-)Ryan Bloom2000-06-131-1/+1
* resolved conflicts (2) in PASV handling from original commitChuck Murcko2000-06-131-69/+0
* New mod_proxy/mod_cache (file cache) for 2.0. This uses a caching API soChuck Murcko2000-06-128-2020/+1883
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-093-4/+10
* PR:William A. Rowe Jr2000-05-281-2/+2
* PR:William A. Rowe Jr2000-05-282-2/+2
* William A. Rowe Jr2000-05-272-2/+2