summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy_http.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add extra If-XXX request headers to be ignored in subrequestsIan Holsman2001-11-181-43/+46
* Only do keepalives (and keep state on the connection record) if this requestIan Holsman2001-11-171-4/+26
* Quiet a compiler warning.Ryan Bloom2001-11-141-1/+1
* Get the proxy module compiling again. This is a hack to get past theRyan Bloom2001-11-141-3/+5
* Remove the returned-length "w" parameter from apr_bucket_heap_create()Cliff Woolley2001-11-121-1/+1
* This patch changes the apr_table_elts macro so that it providesIan Holsman2001-11-111-3/+3
* Fix so that errordocument works when a error gets returned from theIan Holsman2001-11-051-2/+9
* Fix a truncation bug in how we print the port on the Via: header.Aaron Bannert2001-10-291-3/+5
* 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
* dechunking filter removed.Ian Holsman2001-10-081-20/+4
* initial port of new Request-mode HTTP_IN filter to proxy.Ian Holsman2001-10-081-1/+1
* Some style cleanups related to the ProxyErrorOverride function.Graham Leggett2001-09-281-2/+2
* 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-261-3/+7
* 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-201-14/+29
* Undo another int type'ed port (and format a little structure for legibility).William A. Rowe Jr2001-08-301-4/+4
* adjust to apr_uri_ renameIan Holsman2001-08-201-4/+4
* 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 a char * vs char ** mixup...Victor J. Orlikowski2001-08-151-10/+10
* Break http_proxy_handler into multiple smaller functions.Ryan Bloom2001-08-141-366/+479
* 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-111-180/+192
* change readbytes from a apr_size_t to a apr_off_t to match the parameterIan Holsman2001-08-071-1/+1
* Add a timeout when making connections from within the proxy.Victor J. Orlikowski2001-08-031-0/+3
* Both the ftp and http proxies were erroneously sending a flush bucket afterVictor J. Orlikowski2001-08-031-2/+0
* Being slightly picky: properly namespace protect make_fake_req()Victor J. Orlikowski2001-07-311-1/+1
* Remove APR_NO_INHERIT as it is now private.Ian Holsman2001-07-181-1/+1
* Change the APR_INHERIT flag to APR_NO_INHERIT,which is the default (as recomm...Ian Holsman2001-07-171-1/+1
* applies change in APR function apr_socket_create, which added a new parameter.Ian Holsman2001-07-161-2/+2
* Last Log entry was bogus.Ian Holsman2001-07-141-0/+1
* PR:Ian Holsman2001-07-141-3/+3
* Remove a couple of extraneous calls to apr_brigade_cleanup()Victor J. Orlikowski2001-07-021-1/+0
* Fix abort code path for HTTP proxy. Similar to Victor's patch for FTPChuck Murcko2001-06-301-2/+7
* Use apr-util's date functions nowChuck Murcko2001-06-061-1/+1
* YAPJBUJ.Victor J. Orlikowski2001-05-231-1/+1
* Bletch. The Proxy Janitor botches the job again.Victor J. Orlikowski2001-05-231-1/+1
* Fixes to proxy, after util-uri move, plus fixes to the .mak file.Victor J. Orlikowski2001-05-221-4/+4
* Allows Mod_proxy to be dynamically loaded on win32 systemsIan Holsman2001-05-111-4/+4
* Shut the compiler up.Victor J. Orlikowski2001-05-071-1/+1
* Crikey.Chuck Murcko2001-05-071-1/+1
* Track Greg's change to byte count for input filtersChuck Murcko2001-05-061-1/+1
* Stopped the HTTP proxy from trying to read entity bodies when thereGraham Leggett2001-04-241-2/+7
* Made the variable naming the same as everywhere else in Apache for theGraham Leggett2001-04-241-5/+5
* Sometimes, boys and girls, pointers and integers *aren't interchangeable.Victor J. Orlikowski2001-04-231-1/+1
* Apply changes to ap_get_brigade() to the proxy code.Graham Leggett2001-04-231-3/+5