index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
proxy_util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup some fallout from the recent install_transport_filters commit.
Bill Stoddard
2002-01-30
1
-6
/
+0
*
Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.
Justin Erenkrantz
2002-01-25
1
-2
/
+1
*
Input filtering prototype change: Socket blocking type should be
Justin Erenkrantz
2002-01-19
1
-1
/
+2
*
Fix seg fault in HTTP_IN when trying to handle the LimitRequestBody
Bill Stoddard
2002-01-03
1
-0
/
+1
*
Change the return code from APR_TIMEUP to APR_ECONNABORTED, which seems
Bill Stoddard
2002-01-02
1
-5
/
+4
*
Eliminate loop in ap_proxy_string_read(). Need to be able to handle
Bill Stoddard
2001-12-31
1
-7
/
+18
*
Detabify some functions. No functional change.
Bill Stoddard
2001-12-29
1
-61
/
+64
*
make the proxy code spit out an error to the error log.
Ian Holsman
2001-11-28
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
1
-6
/
+5
*
dechunking filter removed.
Ian Holsman
2001-10-08
1
-2
/
+0
*
initial port of new Request-mode HTTP_IN filter to proxy.
Ian Holsman
2001-10-08
1
-4
/
+11
*
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
*
inet_addr and inet_network are not interchangable.
Victor J. Orlikowski
2001-08-01
1
-6
/
+2
*
After checking what this does with Bill Rowe, and discovering it to be dead
Victor J. Orlikowski
2001-07-31
1
-28
/
+0
*
Being slightly picky: properly namespace protect make_fake_req()
Victor J. Orlikowski
2001-07-31
1
-1
/
+1
*
Nobody screamed. ;)
Victor J. Orlikowski
2001-07-31
1
-137
/
+39
*
Reorganize ap_proxy_string_read() internally to not process eos buckets.
Chuck Murcko
2001-06-28
1
-14
/
+15
*
An EOS bucket doesn't contain anything, so why shouldn't we skip it?
Victor J. Orlikowski
2001-06-28
1
-0
/
+1
*
Use apr-util's date functions now
Chuck Murcko
2001-06-06
1
-1
/
+1
*
Allows Mod_proxy to be dynamically loaded on win32 systems
Ian Holsman
2001-05-11
1
-21
/
+21
*
Crikey.
Chuck Murcko
2001-05-07
1
-1
/
+1
*
Track Greg's change to byte count for input filters
Chuck Murcko
2001-05-06
1
-1
/
+1
*
Made the variable naming the same as everywhere else in Apache for the
Graham Leggett
2001-04-24
1
-3
/
+3
*
Just for the sake of cleanliness ...
Victor J. Orlikowski
2001-04-24
1
-1
/
+2
*
Apply changes to ap_get_brigade() to the proxy code.
Graham Leggett
2001-04-23
1
-5
/
+2
*
Make hooks work for the *_canon() functions. Work continues.
Graham Leggett
2001-04-14
1
-3
/
+3
*
FTP directory filter works now.
Graham Leggett
2001-04-12
1
-1
/
+6
*
Make sure the filter stack in a reused downstream connection is reset
Graham Leggett
2001-04-10
1
-0
/
+19
*
We now keep the entire conn_rec across downstream keepalives, not
Graham Leggett
2001-04-10
1
-7
/
+7
*
Compiler warnings - yuck!
Graham Leggett
2001-04-10
1
-0
/
+49
*
Bugfixes to proxy_ftp.c -> in some places uri_addr was used instead
Graham Leggett
2001-04-06
1
-4
/
+4
*
Converted send_dir() to ap_proxy_send_dir_filter() in proxy_ftp.c.
Graham Leggett
2001-04-06
1
-10
/
+1
*
Cleanup of dead functions within proxy_util.c.
Graham Leggett
2001-04-05
1
-54
/
+7
*
Some code rewriting in ap_proxy_connect_handler():
Graham Leggett
2001-04-04
1
-0
/
+38
*
*) Added support for downstream keepalives in mod_proxy.
Graham Leggett
2001-04-02
1
-25
/
+66
*
reorganize STATUS; update copyright
Chuck Murcko
2001-03-19
1
-1
/
+1
*
change INADDR_NONE to APR_INADDR_NONE
Chuck Murcko
2001-03-16
1
-1
/
+1
*
Pull in the Connection handling part of the v1.3 patch for HTTP/1.1.
Graham Leggett
2001-03-14
1
-4
/
+4
*
Cache removed, with other spooge
Chuck Murcko
2001-03-11
1
-230
/
+0
*
Fix any compile breaks after moving apr_snprintf and apr_vsnprintf to
Ryan Bloom
2001-02-11
1
-0
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-10
/
+10
*
Changes to get running on the current codebase
Chuck Murcko
2001-02-07
1
-2
/
+2
*
Fix the remaining APR_FINFO_NORM occurances. Again, followup is needed
William A. Rowe Jr
2001-02-01
1
-1
/
+1
*
The changes required for the APR_FINFO_wanted argument to
William A. Rowe Jr
2001-01-20
1
-1
/
+1
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.
Jeff Trawick
2000-12-20
1
-7
/
+7
*
Force all Apache functions to be linked into the executable, whether they
Ryan Bloom
2000-12-19
1
-7
/
+7
*
API routines ap_pgethostbyname() and ap_pduphostent() are no longer
Jeff Trawick
2000-12-18
1
-1
/
+53
*
Restore Ryan's original intent in ap_proxy_doconnect() return value check
Chuck Murcko
2000-11-20
1
-2
/
+1
[next]