- Dec 27, 2003
-
-
Jeff Trawick authored
report. Submitted by: Joe Orton Reviewed by: trawick, ianh, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102123 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
cast some votes on those with less than 3 +1s. (One or two of them I voted for are now at 3 +1s, but for some stated reason or another, I'm not backporting them.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102121 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
If -n is specified and we have a comment, print the comment out too. Backup of support/htdbm.c r1.11 from httpd-2.1 Submitted by: Justin Erenkrantz Reviewed by: Justin Erenkrantz, Sander Striker, Jeff Trawick, Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102120 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
problems with content-length-modifying input filter (like deflate). revision 1.99: drop the test, whether apr_brigade_create returns NULL. It does never (dumps core instead :-) Submitted by: Cliff Woolley revision 1.100: get rid of _FOREACH Submitted by: Cliff Woolley (Needed 1.100 too as APR_BRIGADE_FOREACH is now gone in APR-util 1.0+.) Backport of modules/dav/main/mod_dav.c r1.98, r1.99, r1.100 PR: 22104 Some stuff submitted by: tim@robbins.dropbear.id.au (Tim Robbins) Reviewed by: Andr� Malo, Jeff Trawick, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102119 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
- add comment about what subst_prefix_path function does - reduce the use of fixed buffers - get a rid of unnecessary memory operations Justin adds: Fixes // problem and rewrites subst_prefix_path to make it intelligble. Backport of modules/mappers/mod_rewrite.c r1.162 from httpd-2.1 Submitted by: Andr� Malo Reviewed by: Andr� Malo, Jeff Trawick, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102118 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Backport of modules/mappers/config9.m4 r1.18 from httpd-2.1 Submitted by: kess Reviewed by: kess, trawick, nd, erikabele, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102117 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
parsed_uri.port is only valid iff parsed_uri.port_str != NULL. Old code simply checked if it was non-zero, not if it was *valid* Backport of server/core.c r1.248 from httpd-2.1 Submitted by: Jim Jagielski Reviewed by: Brad Nicholes, Jim Jagielski, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102116 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
* prefork.c (ap_mpm_run): Only make as many dummy connections as slots used, not as many as slots are available. Backport of server/mpm/prefork/prefork.c r1.280 from httpd-2.1 Reviewed by: Joe Orton, Jeff Trawick, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102115 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
if any property values were set which defined namespaces these came out mangled in the PROPFIND response. Backport of modules/dav/fs/dbm.c r1.29 from httpd-2.1 PR: 11637 Submitted by: Amit Athavale <amit_athavale@persistent.co.in> Reviewed by: Joe Orton, Jeff Trawick, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102114 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
destination resource, propagate the WWW-Auth header from the subrequest back to the client. Backport of modules/dav/main/mod_dav.c r1.101 from httpd-2.1 PR: 15571 Reviewed by: jorton, trawick, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102113 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 23, 2003
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102110 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 25714 Submitted by: P.M. <millenix zemos.net> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102109 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 2003
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102088 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102087 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2003
-
-
Jeff Trawick authored
several PRs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102083 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 16, 2003
-
-
Ian Holsman authored
redirect (which isn't RFC, but is widely implemented) so removing from the backport list until this is resolved git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102080 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102075 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 15, 2003
-
-
Ian Holsman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102072 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2003
-
-
Andre Malo authored
errorlog. Reviewed by: Mark J Cox, Erik Abele, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102059 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 13598 Reviewed by: Ian Holsman, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102057 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102056 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102055 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102054 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: trawick Reviewed by: brianp, ianh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102051 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
mod_status: Report total CPU time accurately when using a threaded MPM. PR: 23795 Submitted by: Jeff Trawick Reviewed by: jim, ianh, nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102050 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Fix memory leak in handling of request bodies during reverse proxy operations. PR: 24991 Submitted by: Larry Toppi <larry.toppi citrix.com> Reviewed by: trawick, stas, ianh, stoddard, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102049 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2003
-
-
Paul J. Reder authored
...two votes a logging, and a backport in the stable tree. :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102039 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2003
-
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102031 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102030 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102027 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102024 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2003
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102023 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
(add my votes) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102022 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102020 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102018 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Backporting the following fix from 2.1-dev: *) Modified the cache code to be header-location agnostic. Also fixed a number of other cache code bugs related to PR 15852. Includes a patch submitted by Sushma Rai <rsushma novell.com>. This fixes mod_mem_cache but not mod_disk_cache yet so I'm not closing the PR since that is what they are using. Reviewed by: Fielding, Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102015 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
enabled, but the relevant Options flag allowing the filter to run for the specific resource wasn't set, so that the filter won't silently get skipped. next remove itself, so the warning will be logged only once PR: Obtained from: Submitted by: Reviewed by: Jeff Trawick, Bill Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102010 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
approve...... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102009 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102007 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102006 13f79535-47bb-0310-9956-ffa450edef68
-