summaryrefslogtreecommitdiffstats
path: root/modules/proxy/proxy_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some fallout from the recent install_transport_filters commit.Bill Stoddard2002-01-301-6/+0
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-251-2/+1
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-191-1/+2
* Fix seg fault in HTTP_IN when trying to handle the LimitRequestBodyBill Stoddard2002-01-031-0/+1
* Change the return code from APR_TIMEUP to APR_ECONNABORTED, which seemsBill Stoddard2002-01-021-5/+4
* Eliminate loop in ap_proxy_string_read(). Need to be able to handleBill Stoddard2001-12-311-7/+18
* Detabify some functions. No functional change.Bill Stoddard2001-12-291-61/+64
* make the proxy code spit out an error to the error log.Ian Holsman2001-11-281-0/+2
* Hmmm... mismatched namespaces :-?William A. Rowe Jr2001-10-161-1/+1
* Cleanup the proxy code that creates a request to the originRyan Bloom2001-10-161-6/+5
* dechunking filter removed.Ian Holsman2001-10-081-2/+0
* initial port of new Request-mode HTTP_IN filter to proxy.Ian Holsman2001-10-081-4/+11
* change the parameter to ap_get_brigade from apr_site_t to apr_off_t, due toIan Holsman2001-08-071-1/+1
* inet_addr and inet_network are not interchangable.Victor J. Orlikowski2001-08-011-6/+2
* After checking what this does with Bill Rowe, and discovering it to be deadVictor J. Orlikowski2001-07-311-28/+0
* Being slightly picky: properly namespace protect make_fake_req()Victor J. Orlikowski2001-07-311-1/+1
* Nobody screamed. ;)Victor J. Orlikowski2001-07-311-137/+39
* Reorganize ap_proxy_string_read() internally to not process eos buckets.Chuck Murcko2001-06-281-14/+15
* An EOS bucket doesn't contain anything, so why shouldn't we skip it?Victor J. Orlikowski2001-06-281-0/+1
* Use apr-util's date functions nowChuck Murcko2001-06-061-1/+1
* Allows Mod_proxy to be dynamically loaded on win32 systemsIan Holsman2001-05-111-21/+21
* Crikey.Chuck Murcko2001-05-071-1/+1
* Track Greg's change to byte count for input filtersChuck Murcko2001-05-061-1/+1
* Made the variable naming the same as everywhere else in Apache for theGraham Leggett2001-04-241-3/+3
* Just for the sake of cleanliness ...Victor J. Orlikowski2001-04-241-1/+2
* Apply changes to ap_get_brigade() to the proxy code.Graham Leggett2001-04-231-5/+2
* Make hooks work for the *_canon() functions. Work continues.Graham Leggett2001-04-141-3/+3
* FTP directory filter works now.Graham Leggett2001-04-121-1/+6
* Make sure the filter stack in a reused downstream connection is resetGraham Leggett2001-04-101-0/+19
* We now keep the entire conn_rec across downstream keepalives, notGraham Leggett2001-04-101-7/+7
* Compiler warnings - yuck!Graham Leggett2001-04-101-0/+49
* Bugfixes to proxy_ftp.c -> in some places uri_addr was used insteadGraham Leggett2001-04-061-4/+4
* Converted send_dir() to ap_proxy_send_dir_filter() in proxy_ftp.c.Graham Leggett2001-04-061-10/+1
* Cleanup of dead functions within proxy_util.c.Graham Leggett2001-04-051-54/+7
* Some code rewriting in ap_proxy_connect_handler():Graham Leggett2001-04-041-0/+38
* *) Added support for downstream keepalives in mod_proxy.Graham Leggett2001-04-021-25/+66
* reorganize STATUS; update copyrightChuck Murcko2001-03-191-1/+1
* change INADDR_NONE to APR_INADDR_NONEChuck Murcko2001-03-161-1/+1
* Pull in the Connection handling part of the v1.3 patch for HTTP/1.1.Graham Leggett2001-03-141-4/+4
* Cache removed, with other spoogeChuck Murcko2001-03-111-230/+0
* Fix any compile breaks after moving apr_snprintf and apr_vsnprintf toRyan Bloom2001-02-111-0/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-10/+10
* Changes to get running on the current codebaseChuck Murcko2001-02-071-2/+2
* Fix the remaining APR_FINFO_NORM occurances. Again, followup is neededWilliam A. Rowe Jr2001-02-011-1/+1
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-7/+7
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-7/+7
* API routines ap_pgethostbyname() and ap_pduphostent() are no longerJeff Trawick2000-12-181-1/+53
* Restore Ryan's original intent in ap_proxy_doconnect() return value checkChuck Murcko2000-11-201-2/+1