summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spool_reqbody_cl(): mention in commentary that any data weproxy-reqbodyJeff Trawick2005-02-031-3/+6
| | | | | | | | | | | | read into memory before reaching our threshold will not be written to disk tweak an existing comment, since "also" does not apply to the situation where we chunk due to an environment variable setting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@151147 13f79535-47bb-0310-9956-ffa450edef68
* pretty up some error log messages; include useful infoJeff Trawick2005-01-131-3/+10
| | | | | | | such as directory name and file name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@125089 13f79535-47bb-0310-9956-ffa450edef68
* in memory of Greg's Grandma, fix another ungrammatical commentJeff Trawick2005-01-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@125000 13f79535-47bb-0310-9956-ffa450edef68
* simplifyGreg Ames2005-01-121-10/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124999 13f79535-47bb-0310-9956-ffa450edef68
* grammatical nit-pickGreg Ames2005-01-121-2/+2
| | | | | | | (can't help it...Grandma was an English teacher) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124994 13f79535-47bb-0310-9956-ffa450edef68
* don't flush more than is necessary; this change keeps us Jeff Trawick2005-01-101-6/+11
| | | | | | | | from writing small packets to the origin server when we're streaming the request body git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124807 13f79535-47bb-0310-9956-ffa450edef68
* stick with the same bucket alloc (r->connection)Jeff Trawick2005-01-101-25/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124805 13f79535-47bb-0310-9956-ffa450edef68
* create tmp files with names more like those of htpasswd andJeff Trawick2005-01-101-1/+1
| | | | | | | htdigest git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124796 13f79535-47bb-0310-9956-ffa450edef68
* watch out for "Content-Length: 0" more carefully; it hasJeff Trawick2005-01-071-6/+11
| | | | | | | to be handled a certain way git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124562 13f79535-47bb-0310-9956-ffa450edef68
* if last brigade of data received from client had dataJeff Trawick2005-01-061-4/+6
| | | | | | | and EOS, then input_brigade would be empty here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124377 13f79535-47bb-0310-9956-ffa450edef68
* support extremely large request bodies by representing theJeff Trawick2005-01-051-1/+21
| | | | | | | spool file with multiple file buckets, as with default handler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124230 13f79535-47bb-0310-9956-ffa450edef68
* the check for EOS isn't going to work if we alreadyJeff Trawick2005-01-051-4/+8
| | | | | | | | | | | deleted the eos; we ended up sending the last piece of data from the client twice; I had (poorly) modified the EOS section from the normal idiom to keep from having to deal with the EOS later when reusing the input brigade git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124220 13f79535-47bb-0310-9956-ffa450edef68
* clean up the data that we just wrote to the spool file;Jeff Trawick2005-01-051-0/+1
| | | | | | | | | otherwise, very very nasty stuff happens when input brigade with same contents is passed down to filters to grab more body data git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124204 13f79535-47bb-0310-9956-ffa450edef68
* Fix a problem in the path which preserves the input contentJeff Trawick2005-01-051-1/+1
| | | | | | | | | length; the header brigade would get lost Submitted by: Allan Edwards git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124202 13f79535-47bb-0310-9956-ffa450edef68
* overhaul of HTTP proxy handling of request bodies to resolveJeff Trawick2005-01-051-185/+450
| | | | | | | | unlimited memory consumption issue with current 2.1.x solution git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124201 13f79535-47bb-0310-9956-ffa450edef68
* create a branch to facilitate redesign of mod_proxy's handlingJeff Trawick2005-01-050-0/+0
| | | | | | | of request bodies git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124193 13f79535-47bb-0310-9956-ffa450edef68
* Fix some compiler warnings inside the LDAP modulesGraham Leggett2005-01-052-13/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124187 13f79535-47bb-0310-9956-ffa450edef68
* adjust copyright notices in the style directoryAndré Malo2005-01-0453-53/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124113 13f79535-47bb-0310-9956-ffa450edef68
* svn:eol-style = nativeAndré Malo2005-01-040-0/+0
| | | | | | | ... svn config adjusted ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124110 13f79535-47bb-0310-9956-ffa450edef68
* build bootstrapAndré Malo2005-01-044-3/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124109 13f79535-47bb-0310-9956-ffa450edef68
* svn:eol-style = nativeAndré Malo2005-01-040-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124107 13f79535-47bb-0310-9956-ffa450edef68
* add pt-br base fileAndré Malo2005-01-041-0/+128
| | | | | | | | | | | | glossarylink was missing, it contains the english version for now chm commented out (no sitemap yet) man commented out (english only atm) Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br> Reviewed by: Luiz Rocha <lsdrocha gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124106 13f79535-47bb-0310-9956-ffa450edef68
* Add a build script to create a solaris package.Graham Leggett2005-01-045-1/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124104 13f79535-47bb-0310-9956-ffa450edef68
* Add including of util_charset.h otherwise ap_hdrs_from_ascii is not defined.Jean-Frederic Clere2005-01-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124080 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAstrid Malo2005-01-04428-451/+467
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124062 13f79535-47bb-0310-9956-ffa450edef68
* update German translationAstrid Malo2005-01-041-13/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124046 13f79535-47bb-0310-9956-ffa450edef68
* META elements are defined in the document head which is bart of the response ↵Astrid Malo2005-01-031-1/+1
| | | | | | body. So be a little bit more precise at this point. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124024 13f79535-47bb-0310-9956-ffa450edef68
* Update Japanese translation. Hiroaki Kawai2005-01-031-3/+4
| | | | | | English revision: 111581 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123958 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright to new format and year.Roy T. Fielding2005-01-031-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123919 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notice to new format to show what needsRoy T. Fielding2005-01-031-5/+6
| | | | | | | | to be done for all of trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123918 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate a very ugly race - the parallel starting threads were pickingWilliam A. Rowe Jr2005-01-021-12/+14
| | | | | | | | | up thread identifiers other than their own. Because the limit of threads is an int, stuffing the int into the void* value is a safe argument convention. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123899 13f79535-47bb-0310-9956-ffa450edef68
* Relative paths were wrong, for the recent ap_release.h patch.William A. Rowe Jr2005-01-021-4/+4
| | | | | | Correct to resolve to httpd-src-root/include. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123885 13f79535-47bb-0310-9956-ffa450edef68
* Kill the pool cleanup when closing non cachable connection.Mladen Turk2005-01-021-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123884 13f79535-47bb-0310-9956-ffa450edef68
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-0215-34/+38
| | | | | | | | | | Bumped mmn, and ap module cookie, for this function rename. It's not a deprecation, as ap_http_method would be a lovely function name sometime in the future: to determine what the function name implies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123882 13f79535-47bb-0310-9956-ffa450edef68
* Fix closing connection for non-cachable proxies.Mladen Turk2005-01-011-3/+3
| | | | | | | Do not close the entire connection, just socket if opened. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123842 13f79535-47bb-0310-9956-ffa450edef68
* Close the connection for generic forward andMladen Turk2005-01-011-1/+9
| | | | | | reverse proxy workers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123840 13f79535-47bb-0310-9956-ffa450edef68
* We generally call these slashes rather than sloshes.Rich Bowen2004-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123821 13f79535-47bb-0310-9956-ffa450edef68
* Simplify connection address and port resolving for non-cachable workers ↵Mladen Turk2004-12-311-19/+16
| | | | | | (gereric forward and reverse proxy). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123811 13f79535-47bb-0310-9956-ffa450edef68
* Do not cache hostname and port for forward andMladen Turk2004-12-311-5/+21
| | | | | | reverse generic proxy workers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123809 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2004-12-3014-19/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123749 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy: Fix a request corruption problem and a buffering problemJeff Trawick2004-12-302-1/+7
| | | | | | | | | | | | | | | which sometimes prevented proxy-sendchunks from working. strlen() couldn't be used since no space had been allocated for trailing NUL, so occasionally the T-E header field contained garbage and a 400 error would be returned by the origin server. The lack of a flush bucket after the final "0\r\n\r\n" was a showstopper for my simple tests (reverse proxy to Apache 1.3 + custom module which read the body). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123727 13f79535-47bb-0310-9956-ffa450edef68
* As per bug 22061, this paragraph predates RedirectMatch, and is thusRich Bowen2004-12-281-10/+11
| | | | | | | soemwhat inaccurate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123579 13f79535-47bb-0310-9956-ffa450edef68
* If we're going to recommend a book, we should recommend the editionRich Bowen2004-12-262-8/+6
| | | | | | | that's actually in print. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123371 13f79535-47bb-0310-9956-ffa450edef68
* As per bug #30308, added example where a virtual host is proxied toRich Bowen2004-12-262-6/+49
| | | | | | | another server. Thanks go to Matt Burke for submitting the example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123368 13f79535-47bb-0310-9956-ffa450edef68
* Ported changes over from 2.0 docs.Rich Bowen2004-12-244-2/+16
| | | | | | | | Add port designation to test URL for Windows.html Corrected regular expression in DirectoryMatch document git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123300 13f79535-47bb-0310-9956-ffa450edef68
* The current config.guess in APR outputs i386-pc-os2-emx on OS/2 rather thanBrian Havard2004-12-212-2/+2
| | | | | | | i386-pc-os2_emx (dash instead of underscore), adjust the tests to match. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122967 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2004-12-2124-40/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122910 13f79535-47bb-0310-9956-ffa450edef68
* apply markup in directive description fieldsAndré Malo2004-12-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122909 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2004-12-206-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122908 13f79535-47bb-0310-9956-ffa450edef68
* - use better markupAndré Malo2004-12-201-5/+5
| | | | | | | - it's meta _element_ not tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122907 13f79535-47bb-0310-9956-ffa450edef68