summaryrefslogtreecommitdiffstats
path: root/.gdbinit (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-29Fix grammar.Igor Galić1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053662 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29Updates.Lucien Gentis10-506/+346
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053655 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29* Fix r1039304 and make the patch similar to the one proposed forRuediger Pluem1-8/+8
2.2.x: If the SSL handshake to the backend fails we cannot even sent an HTTP request. So the check needs to happen already when we sent data not when we receive data. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053584 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29xformsEric Covener1-11/+27
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053528 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29mention my flip-flop on "Header always" to not add additional confusion to Eric Covener1-0/+1
someone treading in this area, and plan to remove after GA. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053526 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29PR50525: Header always ... doesn't really mean "always" in terms of what you Eric Covener1-12/+26
can edit/merge/append/set since it only looks at r->err_headers_out and the initial value may have lived in r->headers_out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053523 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29revert r1031670:Eric Covener3-17/+21
Change the default of the Header directive to apply to responses of all types instead of just 2xx successful responses. This turned out to be do more harm than good for anything other than "set", since "always" doesn't ever see/operate on existing r->headers_out headers -- just err_headers_out. I think onsuccess needs to remain the default and this needs to move into a doc revamp. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053516 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29add a 2.3.9-era CHANGES entry that should have been noted for Eric Covener1-0/+3
mod_headers defaults. Should I flag this CHANGES entry in any way? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053515 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28update transformationAndré Malo1-15/+18
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053444 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28update translationAndré Malo1-20/+25
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053442 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28update transformationAndré Malo4-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053436 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Remove some stuff that's already been done.Rich Bowen1-10/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053384 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Applying patch from PR 33078 (with slight changes to its return values)Igor Galić3-4/+31
This patch disallows the mixing of relative (+/-) and absolute Options where insensible. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053375 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Log a trace message if we drop a header with an invalid nameStefan Fritsch1-3/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053365 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Move duplicated code into utility functionsStefan Fritsch1-70/+42
Submitted by: Malte S. Stretz <mss@apache.org>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053363 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Correct typo in CHANGES, as per tid50321Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053358 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28update transformsStefan Fritsch53-363/+222
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053357 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28When exporting request headers to HTTP_* environment variables, drop variablesStefan Fritsch5-10/+70
whose names contain invalid characters. Describe in the docs how to restore the old behaviour. Submitted by: Malte S. Stretz <mss apache org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053353 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28readability improvements:Stefan Fritsch1-22/+28
rename w -> user, x -> prefix break some very long lines git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053349 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Rename some variables for better readability:Stefan Fritsch1-35/+35
p -> alias (not a pool) r -> real (not a request_rec) f -> fake git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053345 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28prefer exact port matches in ip-based VH lookup over wildcards.Eric Covener2-6/+22
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053309 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Doc for r1053230, NameVirtualHost is now unnecessary and other general ↵Eric Covener8-329/+114
NVH-vs-VH improvements. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053231 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Remove need for NameVirtualHost directive by implicitly configuring any ↵Eric Covener2-138/+66
duplicated VH addresses as name-based virtual hosts. This also combines _default_ and * into a single type of wildcard since these presented a false dichotomy between address specs. These are post-config only changes and do not change the runtime lookups. The biggest loss here is that an unintended duplication of virtual host addresses can no longer be reported as directly in the past, but should still be debuggabl via apachectl -S (unintended NVH). These problems are a drop in the bucket compared to the difficulty users have with using NameVirtualHost. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053230 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28update transformationAndré Malo2-6/+23
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053227 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28update translationAndré Malo1-1/+30
Reviewed by: Kess <kess apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053226 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28update transformationAndré Malo2-11/+45
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053218 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28Update translation, bit by bit.André Malo1-1/+58
Reviewed by: Kess <kess apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053216 13f79535-47bb-0310-9956-ffa450edef68
2010-12-27provide a mod_substitute example that uses backreferencesEric Covener2-0/+24
for matching as well as for substitution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053212 13f79535-47bb-0310-9956-ffa450edef68
2010-12-27update transformationAndré Malo5-21/+24
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053202 13f79535-47bb-0310-9956-ffa450edef68
2010-12-27update translationAndré Malo1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053201 13f79535-47bb-0310-9956-ffa450edef68
2010-12-27Rebuild transformations.Rich Bowen6-105/+61
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053151 13f79535-47bb-0310-9956-ffa450edef68
2010-12-27Remove unnecessary trailing / on <Directory /home> example. tid50421Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053149 13f79535-47bb-0310-9956-ffa450edef68
2010-12-27Typo and grammatical corrections for French error docs provided byRich Bowen10-13/+13
Xavier Robin. tid50517 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053143 13f79535-47bb-0310-9956-ffa450edef68
2010-12-25Removed define obsolete since r93260.Guenter Knauf1-3/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052774 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24Update.Lucien Gentis1-6/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052515 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24Rebuild transformations.Igor Galić11-16/+20
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052422 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24Changing the default Options from All to FollowSymlinks.Igor Galić3-9/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052419 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23* The concept of the cleaned flag is flawed: Once we returned the connectionRuediger Pluem4-12/+17
to the pool we cannot longer rely on it as another thread could have leased the connection in the meantime and might have modified it. BUT: We only use this flag once we returned the connection to the pool. So signal that we returned the connection to the pool by something that is local to the thread, in this case set backend to NULL if we already have returende the connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052314 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23* Do not fiddle around with the close field if we might have returned theRuediger Pluem1-7/+5
connection to the pool already. It might be already in use again by another thread. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052224 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21The alias_set variable is set when a parent location contains a ProxyPass,Graham Leggett1-3/+0
so this check catches valid ProxyPasses. Remove the check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051628 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21note releaseJim Jagielski1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051599 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21rotatelogs: Add -e option to write logs through to stdout for optionalGraham Leggett3-3/+29
further processing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051582 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21* Do not drop contents of incomplete lines, but safe them for the nextRuediger Pluem2-0/+11
round of reading. PR: 50481 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051468 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Text, pleaseWilliam A. Rowe Jr8-1929/+1929
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051318 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20Update.Lucien Gentis1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051096 13f79535-47bb-0310-9956-ffa450edef68
2010-12-19Fix typos, update transformsStefan Fritsch13-14/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050962 13f79535-47bb-0310-9956-ffa450edef68
2010-12-19add some linksStefan Fritsch4-15/+29
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050960 13f79535-47bb-0310-9956-ffa450edef68
2010-12-19a bit more documentation for ap_expr's variablesStefan Fritsch2-96/+134
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050955 13f79535-47bb-0310-9956-ffa450edef68
2010-12-19Add dependency generation for shared objectsStefan Fritsch1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050742 13f79535-47bb-0310-9956-ffa450edef68
2010-12-18update transformationAndré Malo1-0/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050701 13f79535-47bb-0310-9956-ffa450edef68