]> granicus.if.org Git - apache/history - modules/proxy/proxy_http.c
If any of steps return status != OK close the connection
[apache] / modules / proxy / proxy_http.c
2004-09-09 Mladen TurkIf any of steps return status != OK close the connection
2004-09-01 Justin ErenkrantzFix a trio of bugs in how mod_proxy relays requests:
2004-08-24 Mladen TurkUse ap_str_tolower for lowercasing the scheme.
2004-08-13 Jeff Trawickapr_tolower() doesn't process the entire string
2004-08-11 William A. Rowe JrMake sure that the things get logged using the same...
2004-08-11 William A. Rowe JrAlways use the cleanup. Do not close the socket directly.
2004-08-11 William A. Rowe JrFix the assertion bug for reslist caused by returning the
2004-08-11 William A. Rowe JrWe have a proxy-http using connection pool ;)
2004-07-03 André Malofix a bunch of compiler warnings
2004-06-29 Martin Kraemer*** Patch for EBCDIC-host and HTTP/0.9 responses only ***
2004-06-29 Nick KewFix for multiple proxy bugs - review please:
2004-05-19 Jeff TrawickFix handling of IPv6 numeric strings in mod_proxy.
2004-05-10 Jim Jagielski*** empty log message ***
2004-03-11 Joe Orton* modules/proxy/proxy_http.c (ap_proxy_http_process_res...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-13 Martin KraemerIf the proxy was enabled, and UseCanonicalHostname...
2004-01-12 Joe Orton* modules/proxy/proxy_http.c (ap_proxy_http_process_res...
2004-01-12 Martin KraemerCosmetic change (I dislike 'known-constant-minus-one...
2004-01-09 Bill Stoddardmod_proxy hangs when both KeepAlive and ProxyErrorOverr...
2004-01-01 André Maloupdate license to 2004.
2003-12-15 Ian Holsmanmod_proxy with ProxyErrorOverride On in a reverse-proxy...
2003-12-12 Joe OrtonFix format string warnings from gcc on amd64:
2003-12-10 Jeff TrawickFix memory leak in handling of request bodies during...
2003-10-22 Joe Orton* proxy_http.c (ap_proxy_http_process_response): Send...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-04-16 Victor J. OrlikowskiSilence a compiler warning.
2003-04-15 Graham LeggettClarify an error message
2003-04-15 Graham LeggettCorrect some indenting
2003-02-03 André Malofinished that boring job:
2002-12-09 Justin ErenkrantzRewrite how proxy sends its request to allow input...
2002-12-05 Brian Panemod_proxy: Don't remove the Content-Length from responses
2002-11-08 Brian PaneWhen doing a GET of a proxied URL as a subrequest within
2002-10-25 Bill StoddardFix a segfault when the client closes the connection...
2002-09-26 Jeff Trawickadd some parens to quiet a gcc warning:
2002-09-26 Graham LeggettMake sure the contents of the WWW-Authenticate header is
2002-08-22 Ian HolsmanAdd A warning when servers don't set their status line
2002-08-21 Ian Holsmanfix the case when a server doesn't send a response...
2002-08-08 Graham LeggettFix proxy so that it is possible to access ftp: URLs...
2002-07-15 William A. Rowe Jr Timeout/time fixes
2002-07-06 Ian HolsmanRenames Pending:
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-23 William A. Rowe Jr No crutches, people!
2002-06-14 William A. Rowe Jr Cleanup proxy timeouts a bit to remove emits and...
2002-05-31 Ian Holsmanadd 2 new enviornment variables to deal with misbehavin...
2002-05-30 Justin ErenkrantzSwitch mod_proxy to using the brigade/filter calls...
2002-05-30 Justin ErenkrantzAdd a PROXYREQ_RESPONSE value for request_rec->proxyreq...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-26 Jeff Trawickget basic HTTP proxy working on EBCDIC machines
2002-04-09 Graham LeggettProxy was bombing out every second keepalive request...
2002-04-08 Doug MacEachernPR:
2002-04-07 Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-05 Doug MacEachernPR:
2002-04-02 Doug MacEachernPR:
2002-03-30 Doug MacEachernap_proxy_http_request needs to check the return status...
2002-03-29 Doug MacEacherncheck the return value of ap_proxy_ssl_enable
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-29 Doug MacEachernhook into mod_ssl for https support
2002-03-21 Graham LeggettChange the header merging behaviour in proxy, as some...
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-09 Graham LeggettNew directive ProxyIOBufferSize. Sets the size of the...
2002-03-08 Jeff Trawickimplement a common function for getting a socket and...
2002-03-07 Doug MacEachernfix typo in ap_proxy_http_canon: s/https:/https/
2002-02-21 Graham LeggettSome browsers ignore cookies that have been merged...
2002-02-20 Ian Holsmansend a 'bad-gateway'
2002-02-05 Ryan BloomRemove the install_transport_filters hook. The same...
2002-02-01 Bill StoddardReintroduce the create_connection hook. This hook is...
2002-01-30 Ian Holsmanadd a ProxyTimeout directive
2002-01-30 Martin KraemerIn the debug log, say 'decline' instead of 'reject...
2002-01-30 Bill StoddardCleanup some fallout from the recent install_transport_...
2002-01-29 Ian Holsmannew directive 'ProxyPreserveHost' which allows the...
2002-01-27 Bill StoddardRemove the create_connection hook and put the client_so...
2002-01-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-19 Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2002-01-04 Jeff TrawickFix a couple of mod_proxy problems forwarding HTTP...
2002-01-03 Bill StoddardKeep my comments to myself.
2002-01-03 Bill StoddardUse ap_getline() in favor of ap_proxy_string_read(...
2001-12-31 Bill StoddardFix mod_proxy seg fault when the proxied server returns
2001-12-31 Bill StoddardPrevent mod_proxy from truncating one character off the
2001-12-31 Bill StoddardChange the call to be blocking to eliminate a loop...
2001-12-19 Ryan BloomRemove an extra semi-colon.
2001-12-18 Jeff Trawickget proxy in sync with the update to ap_run_create_conn...
2001-11-18 Ian HolsmanAdd extra If-XXX request headers to be ignored in subre...
2001-11-17 Ian HolsmanOnly do keepalives (and keep state on the connection...
2001-11-14 Ryan BloomQuiet a compiler warning.
2001-11-14 Ryan BloomGet the proxy module compiling again. This is a hack...
2001-11-12 Cliff WoolleyRemove the returned-length "w" parameter from apr_bucke...
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-11-05 Ian HolsmanFix so that errordocument works when a error gets retur...
2001-10-29 Aaron BannertFix a truncation bug in how we print the port on the...
2001-10-14 Justin ErenkrantzFix the first bucket not getting chunked properly....
2001-10-12 Justin ErenkrantzLose the magic number and use the central #define AP_IO...
2001-10-11 Justin ErenkrantzTeach mod_proxy to live with the new filtering scheme.
2001-10-08 Ian Holsmandechunking filter removed.
2001-10-08 Ian Holsmaninitial port of new Request-mode HTTP_IN filter to...
2001-09-28 Graham LeggettSome style cleanups related to the ProxyErrorOverride...
2001-09-27 Cliff WoolleyImmortal data should go in an immortal bucket, not...
next