index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a truncation bug in how we print the port on the Via: header.
Aaron Bannert
2001-10-29
1
-3
/
+5
*
And where, praytell, should mod_proxy.c find ap_send_http_options
William A. Rowe Jr
2001-10-19
1
-0
/
+1
*
The proxy does not actually need this header.
Ryan Bloom
2001-10-18
1
-2
/
+0
*
As GStein points out... comment here would be helpful
William A. Rowe Jr
2001-10-18
1
-0
/
+2
*
Hmmm... mismatched namespaces :-?
William A. Rowe Jr
2001-10-16
1
-1
/
+1
*
Cleanup the proxy code that creates a request to the origin
Ryan Bloom
2001-10-16
2
-6
/
+7
*
Fix the first bucket not getting chunked properly. The reason was that
Justin Erenkrantz
2001-10-14
1
-8
/
+12
*
Lose the magic number and use the central #define AP_IOBUFSIZE.
Justin Erenkrantz
2001-10-12
1
-2
/
+2
*
Teach mod_proxy to live with the new filtering scheme.
Justin Erenkrantz
2001-10-11
1
-7
/
+11
*
Aye, it's bogus. Something very odd about short terniary results on
William A. Rowe Jr
2001-10-11
1
-1
/
+2
*
dechunking filter removed.
Ian Holsman
2001-10-08
2
-22
/
+4
*
initial port of new Request-mode HTTP_IN filter to proxy.
Ian Holsman
2001-10-08
4
-8
/
+16
*
Should be no change to the execution - simply clean up two compiler
William A. Rowe Jr
2001-10-01
1
-2
/
+2
*
We don't mind the .mak files hanging around, don't tell us about it.
William A. Rowe Jr
2001-09-28
1
-0
/
+1
*
/home/cvs/httpd-2.0/ no longer tracks makefiles. But at least incorporate
William A. Rowe Jr
2001-09-28
1
-573
/
+0
*
Fix the "merge" behaviour of the ProxyErrorOverride directive.
Graham Leggett
2001-09-28
2
-0
/
+4
*
Some style cleanups related to the ProxyErrorOverride function.
Graham Leggett
2001-09-28
3
-7
/
+7
*
Change ProxyHTTPOverrideReturnedErrors command to ProxyErrorOverride
Victor J. Orlikowski
2001-09-27
1
-1
/
+1
*
Immortal data should go in an immortal bucket, not a pool bucket. It would
Cliff Woolley
2001-09-27
1
-1
/
+1
*
change command name so that it starts with 'Proxy'
Ian Holsman
2001-09-26
2
-4
/
+8
*
Clean up a compile warning on AIX.
Victor J. Orlikowski
2001-09-20
1
-1
/
+1
*
Added New Option 'HTTPProxyOverrideReturnedErrors' which lets the server over...
Ian Holsman
2001-09-20
4
-15
/
+59
*
Undo another int type'ed port (and format a little structure for legibility).
William A. Rowe Jr
2001-08-30
1
-4
/
+4
*
Fix a broken declaration (supress type conversion warning on win32).
William A. Rowe Jr
2001-08-30
1
-1
/
+1
*
Fix some warnings...
Graham Leggett
2001-08-29
1
-2
/
+1
*
Split proxy: space using <Proxy[Match] > directive blocks from
William A. Rowe Jr
2001-08-26
3
-9
/
+209
*
Change _only_ the debug build to recognize the /Zi flag (which is portable
William A. Rowe Jr
2001-08-26
4
-8
/
+8
*
ignore *.plg (from MSVC builds)
Ian Holsman
2001-08-20
1
-0
/
+1
*
adjust to apr_uri_ rename
Ian Holsman
2001-08-20
5
-18
/
+22
*
MSVC can't seem to handle
Ian Holsman
2001-08-19
1
-1
/
+1
*
initialize some values on variable creation
Ryan Bloom
2001-08-17
1
-1
/
+1
*
Fix behavior in the event that a socket is closed.
Victor J. Orlikowski
2001-08-17
1
-2
/
+16
*
Fix an off-by-one error in an argument to apr_pstrcat.
Victor J. Orlikowski
2001-08-15
1
-1
/
+1
*
Proxy now works as a DSO on AIX.
Victor J. Orlikowski
2001-08-15
1
-3
/
+3
*
Fix a char * vs char ** mixup...
Victor J. Orlikowski
2001-08-15
1
-10
/
+10
*
Break http_proxy_handler into multiple smaller functions.
Ryan Bloom
2001-08-14
2
-366
/
+482
*
Make the body read in proxy http handler nonblocking. There's no sense
Chuck Murcko
2001-08-12
1
-1
/
+5
*
Fix the proxy when the origin server sends back a 100
Ryan Bloom
2001-08-11
2
-181
/
+197
*
change readbytes from a apr_size_t to a apr_off_t to match the parameter
Ian Holsman
2001-08-07
3
-2
/
+5
*
change the parameter to ap_get_brigade from apr_site_t to apr_off_t, due to
Ian Holsman
2001-08-07
1
-1
/
+1
*
Forgot the CHANGES, as usual....
Victor J. Orlikowski
2001-08-03
1
-0
/
+2
*
Add a timeout when making connections from within the proxy.
Victor J. Orlikowski
2001-08-03
3
-0
/
+9
*
Both the ftp and http proxies were erroneously sending a flush bucket after
Victor J. Orlikowski
2001-08-03
2
-4
/
+0
*
inet_addr and inet_network are not interchangable.
Victor J. Orlikowski
2001-08-01
1
-6
/
+2
*
Remove a no-longer-needed header.
Victor J. Orlikowski
2001-08-01
1
-3
/
+0
*
After checking what this does with Bill Rowe, and discovering it to be dead
Victor J. Orlikowski
2001-07-31
2
-37
/
+0
*
Being slightly picky: properly namespace protect make_fake_req()
Victor J. Orlikowski
2001-07-31
3
-3
/
+3
*
Oops. Include the right headers...
Victor J. Orlikowski
2001-07-31
1
-0
/
+1
*
Nobody screamed. ;)
Victor J. Orlikowski
2001-07-31
3
-140
/
+41
*
Remove APR_NO_INHERIT as it is now private.
Ian Holsman
2001-07-18
3
-6
/
+6
[next]