summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* add PROXY_OPTIONAL_HOOK() macro for modules that want toJeff Trawick2002-07-111-0/+7
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-1/+2
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-102-2/+2
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-081-1/+1
* Renames Pending:Ian Holsman2002-07-063-6/+6
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-1/+2
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-3/+3
* No crutches, people!William A. Rowe Jr2002-06-235-42/+41
* Cleanup proxy timeouts a bit to remove emits and make consistent toWilliam A. Rowe Jr2002-06-144-7/+7
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-133-10/+5
* cvs up/diff gets pretty hard to track with vc7 builds.William A. Rowe Jr2002-06-051-0/+5
* add 2 new enviornment variables to deal with misbehaving backendsIan Holsman2002-05-311-1/+9
* Switch mod_proxy to using the brigade/filter calls directly rather thanJustin Erenkrantz2002-05-302-19/+35
* Add a PROXYREQ_RESPONSE value for request_rec->proxyreq because it isJustin Erenkrantz2002-05-301-0/+4
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-175-95/+95
* get proxy CONNECT to work on EBCDIC machinesJeff Trawick2002-05-071-0/+2
* Get proxy CONNECT basically working (IE seems to be happy with secureJeff Trawick2002-05-061-1/+1
* Added some missing export to the proxy moduleBradley Nicholes2002-04-291-0/+5
* fix a compile break on EBCDIC machinesJeff Trawick2002-04-261-1/+1
* get basic HTTP proxy working on EBCDIC machinesJeff Trawick2002-04-262-0/+8
* get mod_proxy to build on EBCDIC machinesJeff Trawick2002-04-262-4/+37
* Get proxy protocol modules to build on OS/2. This adds the mod_proxy dll'sBrian Havard2002-04-251-3/+13
* Add an intelligent error message should no proxy submodules beGraham Leggett2002-04-241-3/+5
* Added the NetWare make files to build the proxy modulesBradley Nicholes2002-04-195-36/+1047
* Proxy was bombing out every second keepalive request, caused by aGraham Leggett2002-04-091-0/+4
* PR:Doug MacEachern2002-04-083-0/+5
* fix ProxyPass when frontend is https and backend is httpDoug MacEachern2002-04-073-5/+23
* Quick fix to an incorrect comment.Graham Leggett2002-04-061-2/+2
* PR:Doug MacEachern2002-04-051-7/+0
* PR:Doug MacEachern2002-04-023-23/+0
* Fix another linkage error for 2.0.34 and cvs headWilliam A. Rowe Jr2002-04-011-1/+1
* ap_proxy_http_request needs to check the return status of ap_pass_brigadeDoug MacEachern2002-03-301-3/+18
* check the return value of ap_proxy_ssl_enableDoug MacEachern2002-03-291-2/+5
* BUCKET FREELISTSCliff Woolley2002-03-292-32/+47
* import ssl_proxy_enable in the post config phase, otherwise LoadModuleDoug MacEachern2002-03-291-2/+10
* hook into mod_ssl for https supportDoug MacEachern2002-03-293-1/+40
* Depreciate mod_proxy's own CHANGES fileJim Jagielski2002-03-271-0/+10
* fix some abuse of apr_port_t (flagged by Sun WorkShop)Jeff Trawick2002-03-221-4/+7
* Change the header merging behaviour in proxy, as some headersGraham Leggett2002-03-213-9/+8
* Commit 1 of 2 to:Bill Stoddard2002-03-202-3/+3
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-202-3/+3
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-5/+5
* Update our copyright for this year.Roy T. Fielding2002-03-135-5/+5
* provide missing MAX() macro so that proxy can compile againJeff Trawick2002-03-091-0/+3
* New directive ProxyIOBufferSize. Sets the size of the buffer usedGraham Leggett2002-03-094-21/+123
* implement a common function for getting a socket and trying to connectJeff Trawick2002-03-084-135/+107
* fix typo in ap_proxy_http_canon: s/https:/https/Doug MacEachern2002-03-081-1/+1
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-1/+1
* We need to setup protocol filters for the fake request. If we don't,Ryan Bloom2002-03-071-0/+2
* Switching from a project build file to GNU make filesBradley Nicholes2002-03-011-0/+271