summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a truncation bug in how we print the port on the Via: header.Aaron Bannert2001-10-291-3/+5
* And where, praytell, should mod_proxy.c find ap_send_http_optionsWilliam A. Rowe Jr2001-10-191-0/+1
* The proxy does not actually need this header.Ryan Bloom2001-10-181-2/+0
* As GStein points out... comment here would be helpfulWilliam A. Rowe Jr2001-10-181-0/+2
* Hmmm... mismatched namespaces :-?William A. Rowe Jr2001-10-161-1/+1
* Cleanup the proxy code that creates a request to the originRyan Bloom2001-10-162-6/+7
* Fix the first bucket not getting chunked properly. The reason was thatJustin Erenkrantz2001-10-141-8/+12
* Lose the magic number and use the central #define AP_IOBUFSIZE.Justin Erenkrantz2001-10-121-2/+2
* Teach mod_proxy to live with the new filtering scheme.Justin Erenkrantz2001-10-111-7/+11
* Aye, it's bogus. Something very odd about short terniary results onWilliam A. Rowe Jr2001-10-111-1/+2
* dechunking filter removed.Ian Holsman2001-10-082-22/+4
* initial port of new Request-mode HTTP_IN filter to proxy.Ian Holsman2001-10-084-8/+16
* Should be no change to the execution - simply clean up two compilerWilliam A. Rowe Jr2001-10-011-2/+2
* We don't mind the .mak files hanging around, don't tell us about it.William A. Rowe Jr2001-09-281-0/+1
* /home/cvs/httpd-2.0/ no longer tracks makefiles. But at least incorporateWilliam A. Rowe Jr2001-09-281-573/+0
* Fix the "merge" behaviour of the ProxyErrorOverride directive.Graham Leggett2001-09-282-0/+4
* Some style cleanups related to the ProxyErrorOverride function.Graham Leggett2001-09-283-7/+7
* Change ProxyHTTPOverrideReturnedErrors command to ProxyErrorOverrideVictor J. Orlikowski2001-09-271-1/+1
* Immortal data should go in an immortal bucket, not a pool bucket. It wouldCliff Woolley2001-09-271-1/+1
* change command name so that it starts with 'Proxy'Ian Holsman2001-09-262-4/+8
* Clean up a compile warning on AIX.Victor J. Orlikowski2001-09-201-1/+1
* Added New Option 'HTTPProxyOverrideReturnedErrors' which lets the server over...Ian Holsman2001-09-204-15/+59
* Undo another int type'ed port (and format a little structure for legibility).William A. Rowe Jr2001-08-301-4/+4
* Fix a broken declaration (supress type conversion warning on win32).William A. Rowe Jr2001-08-301-1/+1
* Fix some warnings...Graham Leggett2001-08-291-2/+1
* Split proxy: space using <Proxy[Match] > directive blocks fromWilliam A. Rowe Jr2001-08-263-9/+209
* Change _only_ the debug build to recognize the /Zi flag (which is portableWilliam A. Rowe Jr2001-08-264-8/+8
* ignore *.plg (from MSVC builds)Ian Holsman2001-08-201-0/+1
* adjust to apr_uri_ renameIan Holsman2001-08-205-18/+22
* MSVC can't seem to handleIan Holsman2001-08-191-1/+1
* initialize some values on variable creationRyan Bloom2001-08-171-1/+1
* Fix behavior in the event that a socket is closed.Victor J. Orlikowski2001-08-171-2/+16
* Fix an off-by-one error in an argument to apr_pstrcat.Victor J. Orlikowski2001-08-151-1/+1
* Proxy now works as a DSO on AIX.Victor J. Orlikowski2001-08-151-3/+3
* Fix a char * vs char ** mixup...Victor J. Orlikowski2001-08-151-10/+10
* Break http_proxy_handler into multiple smaller functions.Ryan Bloom2001-08-142-366/+482
* Make the body read in proxy http handler nonblocking. There's no senseChuck Murcko2001-08-121-1/+5
* Fix the proxy when the origin server sends back a 100Ryan Bloom2001-08-112-181/+197
* change readbytes from a apr_size_t to a apr_off_t to match the parameterIan Holsman2001-08-073-2/+5
* change the parameter to ap_get_brigade from apr_site_t to apr_off_t, due toIan Holsman2001-08-071-1/+1
* Forgot the CHANGES, as usual....Victor J. Orlikowski2001-08-031-0/+2
* Add a timeout when making connections from within the proxy.Victor J. Orlikowski2001-08-033-0/+9
* Both the ftp and http proxies were erroneously sending a flush bucket afterVictor J. Orlikowski2001-08-032-4/+0
* inet_addr and inet_network are not interchangable.Victor J. Orlikowski2001-08-011-6/+2
* Remove a no-longer-needed header.Victor J. Orlikowski2001-08-011-3/+0
* After checking what this does with Bill Rowe, and discovering it to be deadVictor J. Orlikowski2001-07-312-37/+0
* Being slightly picky: properly namespace protect make_fake_req()Victor J. Orlikowski2001-07-313-3/+3
* Oops. Include the right headers...Victor J. Orlikowski2001-07-311-0/+1
* Nobody screamed. ;)Victor J. Orlikowski2001-07-313-140/+41
* Remove APR_NO_INHERIT as it is now private.Ian Holsman2001-07-183-6/+6