summaryrefslogtreecommitdiff
path: root/modules
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
* Fix some compiler warnings inside the LDAP modulesGraham Leggett2005-01-051-13/+22
* Add including of util_charset.h otherwise ap_hdrs_from_ascii is not defined.Jean-Frederic Clere2005-01-041-0/+4
* 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-029-20/+20
* 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
* Add the modules/debug directory to the NetWare buildBradley Nicholes2004-12-161-0/+6
* Add NetWare make filesBradley Nicholes2004-12-163-0/+746
* Clean up a type mismatchBradley Nicholes2004-12-161-6/+6
* simplify the BalancerMember load factor weighting. Instead ofJim Jagielski2004-12-162-94/+26
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert theJoe Orton2004-12-151-2/+0
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaultsJoe Orton2004-12-151-3/+0
* svn:eol-style = nativeAndré Malo2004-12-141-246/+246
* "transfered" is not a word.Cliff Woolley2004-12-145-13/+13
* ignoreJim Jagielski2004-12-142-8/+0
* Add in mod_dumpio in the new debug module directory. Also, placeJim Jagielski2004-12-1411-1/+365
* 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
* * Style fixes only. No functional changes. Remove two tabs. Fix an If. Split ...Paul Querna2004-12-131-9/+14
* 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
* undo changes made in 111386 due to vetoGeoffrey Young2004-12-091-22/+3
* add response code 226 constant (HTTP_IM_USED) and statusGeoffrey Young2004-12-091-3/+22
* Set the connection addr from connection pool addresMladen Turk2004-12-091-1/+3
* * modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify theBradley Nicholes2004-12-081-46/+25
* mod_proxy: Respect errors reported by pre_connection hooks.Jeff Trawick2004-12-082-2/+18
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): UseJoe Orton2004-12-081-1/+2
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Simplify theJoe Orton2004-12-071-38/+25
* * mod_log_config.c: Revert r109866 which used apr_file_writev instead of an Paul Querna2004-12-071-6/+7
* mod_log_config.c: Use iovecs to write the log line to eliminate a memcpyPaul Querna2004-12-051-7/+6
* wrong format string was converted to APR_PID_T_FMTJeff Trawick2004-12-021-1/+1
* * modules/filters/mod_deflate.c (deflate_out_filter): Check explicitlyJoe Orton2004-12-021-13/+3