summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
* spool_reqbody_cl(): mention in commentary that any data weproxy-reqbodyJeff Trawick2005-02-031-3/+6
* pretty up some error log messages; include useful infoJeff Trawick2005-01-131-3/+10
* in memory of Greg's Grandma, fix another ungrammatical commentJeff Trawick2005-01-121-1/+1
* simplifyGreg Ames2005-01-121-10/+2
* grammatical nit-pickGreg Ames2005-01-121-2/+2
* don't flush more than is necessary; this change keeps us Jeff Trawick2005-01-101-6/+11
* stick with the same bucket alloc (r->connection)Jeff Trawick2005-01-101-25/+29
* create tmp files with names more like those of htpasswd andJeff Trawick2005-01-101-1/+1
* watch out for "Content-Length: 0" more carefully; it hasJeff Trawick2005-01-071-6/+11
* if last brigade of data received from client had dataJeff Trawick2005-01-061-4/+6
* support extremely large request bodies by representing theJeff Trawick2005-01-051-1/+21
* the check for EOS isn't going to work if we alreadyJeff Trawick2005-01-051-4/+8
* clean up the data that we just wrote to the spool file;Jeff Trawick2005-01-051-0/+1
* Fix a problem in the path which preserves the input contentJeff Trawick2005-01-051-1/+1
* overhaul of HTTP proxy handling of request bodies to resolveJeff Trawick2005-01-051-185/+450
* Kill the pool cleanup when closing non cachable connection.Mladen Turk2005-01-021-4/+11
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* Fix closing connection for non-cachable proxies.Mladen Turk2005-01-011-3/+3
* Close the connection for generic forward andMladen Turk2005-01-011-1/+9
* Simplify connection address and port resolving for non-cachable workers (gere...Mladen Turk2004-12-311-19/+16
* Do not cache hostname and port for forward andMladen Turk2004-12-311-5/+21
* mod_proxy: Fix a request corruption problem and a buffering problemJeff Trawick2004-12-301-1/+3
* simplify the BalancerMember load factor weighting. Instead ofJim Jagielski2004-12-162-94/+26
* "transfered" is not a word.Cliff Woolley2004-12-144-12/+12
* grammatical parameter change... "readed" -> "read"Jim Jagielski2004-12-144-6/+6
* Make proxy address cache thread safe and available onlyMladen Turk2004-12-146-31/+72
* We are an int.Jim Jagielski2004-12-131-1/+1
* Seems to me that if we have a worker which is usable, weJim Jagielski2004-12-131-2/+0
* Set the connection addr from connection pool addresMladen Turk2004-12-091-1/+3
* mod_proxy: Respect errors reported by pre_connection hooks.Jeff Trawick2004-12-082-2/+18
* wrong format string was converted to APR_PID_T_FMTJeff Trawick2004-12-021-1/+1
* Add generic reverse proxy worker so that module-driven reverse proxying works...Mladen Turk2004-12-013-0/+32
* Build proxy_ajp too when --enable-proxy is declared.Mladen Turk2004-11-301-2/+2
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-306-18/+18
* Use APR_PID_T_FMT instead %d for pid logging.Mladen Turk2004-11-291-2/+2
* Make sure that worker initialization is done onlyMladen Turk2004-11-291-4/+17
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treatJoe Orton2004-11-111-2/+0
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use theJoe Orton2004-11-111-11/+33
* * modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler,Joe Orton2004-11-111-16/+9
* * modules/proxy/proxy_connect.c (proxy_connect_handler,Joe Orton2004-11-111-15/+8
* Remove double calculation of tranfered bytes to backend.Mladen Turk2004-10-311-1/+0
* Do not use reslist if it wasn't created. This fixes cases on prefork withMladen Turk2004-10-161-1/+1
* Merge the proxy_status too. Thanks to Christian von Rouques for the patch.Mladen Turk2004-10-141-0/+1
* Use plain apr/apr-util for ajp.Mladen Turk2004-09-302-12/+19
* The name of the module is mod_proxy not mpm_proxy.Mladen Turk2004-09-291-1/+1
* No need to call the ap_proxy_initialize_worker when initializingMladen Turk2004-09-291-11/+7
* Use apr_strftime instead our own format_byte_out function.Mladen Turk2004-09-291-24/+5
* Add server_rec to initialize_worker_share so that it get'sMladen Turk2004-09-292-10/+22
* Reformat code to no tab and no CR-LFMladen Turk2004-09-286-2546/+2546