summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy_http.c
Commit message (Expand)AuthorAgeFilesLines
...
* add some parens to quiet a gcc warning:Jeff Trawick2002-09-261-1/+1
* Make sure the contents of the WWW-Authenticate header isGraham Leggett2002-09-261-0/+12
* Add A warning when servers don't set their status lineIan Holsman2002-08-221-0/+7
* fix the case when a server doesn't send a response stringIan Holsman2002-08-211-1/+3
* Fix proxy so that it is possible to access ftp: URLs via a proxyGraham Leggett2002-08-081-2/+2
* Timeout/time fixesWilliam A. Rowe Jr2002-07-151-4/+4
* Renames Pending:Ian Holsman2002-07-061-3/+3
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-3/+3
* No crutches, people!William A. Rowe Jr2002-06-231-14/+14
* Cleanup proxy timeouts a bit to remove emits and make consistent toWilliam A. Rowe Jr2002-06-141-1/+1
* 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-301-16/+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-171-20/+20
* get basic HTTP proxy working on EBCDIC machinesJeff Trawick2002-04-261-0/+7
* Proxy was bombing out every second keepalive request, caused by aGraham Leggett2002-04-091-0/+4
* PR:Doug MacEachern2002-04-081-0/+1
* fix ProxyPass when frontend is https and backend is httpDoug MacEachern2002-04-071-5/+10
* PR:Doug MacEachern2002-04-051-7/+0
* PR:Doug MacEachern2002-04-021-3/+0
* 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-291-11/+14
* hook into mod_ssl for https supportDoug MacEachern2002-03-291-1/+17
* Change the header merging behaviour in proxy, as some headersGraham Leggett2002-03-211-4/+0
* Commit 1 of 2 to:Bill Stoddard2002-03-201-1/+1
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* New directive ProxyIOBufferSize. Sets the size of the buffer usedGraham Leggett2002-03-091-11/+43
* implement a common function for getting a socket and trying to connectJeff Trawick2002-03-081-62/+4
* fix typo in ap_proxy_http_canon: s/https:/https/Doug MacEachern2002-03-071-1/+1
* Some browsers ignore cookies that have been merged into aGraham Leggett2002-02-211-3/+7
* send a 'bad-gateway'Ian Holsman2002-02-201-0/+10
* Remove the install_transport_filters hook. The same function can beRyan Bloom2002-02-051-1/+1
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-3/+3
* add a ProxyTimeout directiveIan Holsman2002-01-301-1/+7
* In the debug log, say 'decline' instead of 'reject' when DECLINEingMartin Kraemer2002-01-301-1/+1
* Cleanup some fallout from the recent install_transport_filters commit.Bill Stoddard2002-01-301-1/+1
* new directive 'ProxyPreserveHost' which allows the incoming host line toIan Holsman2002-01-291-9/+25
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-2/+2
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-251-4/+5
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-191-2/+3
* Fix a couple of mod_proxy problems forwarding HTTP connections:Jeff Trawick2002-01-041-27/+35
* Keep my comments to myself.Bill Stoddard2002-01-031-1/+0
* Use ap_getline() in favor of ap_proxy_string_read() in ap_proxy_http_process_...Bill Stoddard2002-01-031-5/+4
* Fix mod_proxy seg fault when the proxied server returnsBill Stoddard2001-12-311-1/+1
* Prevent mod_proxy from truncating one character off theBill Stoddard2001-12-311-1/+1
* Change the call to be blocking to eliminate a loop caused when the upstreamBill Stoddard2001-12-311-1/+1
* Remove an extra semi-colon.Ryan Bloom2001-12-191-1/+1
* get proxy in sync with the update to ap_run_create_connectionJeff Trawick2001-12-181-1/+1