]> granicus.if.org Git - apache/history - modules/proxy/proxy_http.c
switch to APR 1.0 API (which is still in flux)
[apache] / modules / proxy / proxy_http.c
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...
2001-09-26 Ian Holsmanchange command name so that it starts with 'Proxy'
2001-09-20 Victor J. OrlikowskiClean up a compile warning on AIX.
2001-09-20 Ian HolsmanAdded New Option 'HTTPProxyOverrideReturnedErrors'...
2001-08-30 William A. Rowe Jr Undo another int type'ed port (and format a little...
2001-08-20 Ian Holsmanadjust to apr_uri_ rename
2001-08-19 Ian HolsmanMSVC can't seem to handle
2001-08-17 Ryan Bloominitialize some values on variable creation
2001-08-17 Victor J. OrlikowskiFix behavior in the event that a socket is closed.
2001-08-15 Victor J. OrlikowskiFix a char * vs char ** mixup...
2001-08-14 Ryan BloomBreak http_proxy_handler into multiple smaller functions.
2001-08-12 Chuck MurckoMake the body read in proxy http handler nonblocking...
2001-08-11 Ryan BloomFix the proxy when the origin server sends back a 100
2001-08-07 Ian Holsmanchange readbytes from a apr_size_t to a apr_off_t to...
2001-08-03 Victor J. OrlikowskiAdd a timeout when making connections from within the...
2001-08-03 Victor J. OrlikowskiBoth the ftp and http proxies were erroneously sending...
2001-07-31 Victor J. OrlikowskiBeing slightly picky: properly namespace protect make_f...
2001-07-18 Ian HolsmanRemove APR_NO_INHERIT as it is now private.
2001-07-17 Ian HolsmanChange the APR_INHERIT flag to APR_NO_INHERIT,which...
2001-07-16 Ian Holsmanapplies change in APR function apr_socket_create, which...
2001-07-14 Ian HolsmanLast Log entry was bogus.
2001-07-14 Ian HolsmanPR:
2001-07-02 Victor J. OrlikowskiRemove a couple of extraneous calls to apr_brigade_clea...
2001-06-30 Chuck MurckoFix abort code path for HTTP proxy. Similar to Victor...
2001-06-06 Chuck MurckoUse apr-util's date functions now
2001-05-23 Victor J. OrlikowskiYAPJBUJ.
2001-05-23 Victor J. OrlikowskiBletch. The Proxy Janitor botches the job again.
next