- Dec 10, 2003
-
-
Joe Orton authored
* support/ab.c (ssl_*): Fix function prototypes througout. (test): Use correct connection structure when using SSL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102014 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
exports.c in some (but not all) places, and subsequent fallout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102013 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
defined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102012 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/trunk@102011 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
I think there is a piece missing to that fixe; the adjustment of the queue_clock value in cache_cache.c (cache_insert()): Sorry about not finding/pointing that out before asking you to check in mod_mem_cache changes: queue_clock is initialized to 0 when initializing the cache. Based on the current conditional test (cache_cache.c, line 164): ---------------------------------------- priority = c->get_pri(ejected); if (c->queue_clock < priority) c->queue_clock = priority; ---------------------------------------- and the fact that the new get_pri() function return a negative value, queue_clock will NEVER be adjusted with the ejected element priority. This is a patch that should fix that problem:" Submitted by: Jean-Jacques Clar Generally glanced at by: Cliff Woolley (+1 on concept) (better to get it in there than to wait around for a year before I get a chance to really test it) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102008 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
only once PR: Obtained from: Submitted by: Reviewed by: Jeff Trawick, Bill Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102005 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102003 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2003
-
-
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. PR: Obtained from: Submitted by: Reviewed by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101999 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2003
-
-
Astrid Kessler authored
Reviewed by: Kai Blaschke <codav@wutallan.net> Kess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101994 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2003
-
-
Jeff Trawick authored
disappear from APR 1.0 API shortly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101991 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2003
-
-
Bradley Nicholes authored
Submitted by: G�nter Knauf <gk@gknw.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101989 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101988 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101983 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
directory, display the MPM name and some MPM properties. Submitted by: Geoffrey Young <geoff apache.org> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101978 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101977 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2003
-
-
Astrid Kessler authored
Reviewed by: Kai Blaschke <codav@wutallan.net> Kess - transformation update git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101976 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101975 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2003
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101959 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
queue. Previously, since the ->priority value was positive, certain parts of mod_mem_cache would cause the priority queue to do the wrong thing when changing the priority of an object in the cache. The end result would be that the objects would not be dequeued in the right order. Submitted by: Jean-Jacques Clar, Cliff Woolley Reviewed by: Paul J. Reder git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101958 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101956 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101949 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101948 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
If -n is specified and we have a comment, print the comment out too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101946 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 2003
-
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101943 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: e.e <e.e@eed3si9n.com> Reviewed by: Yoshiki Hayashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101942 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101941 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp>, Yoshiki Hayashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101940 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 29, 2003
-
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101936 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101935 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101934 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101933 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101932 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101931 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
(Originally ported form 2.0 version, then updated to the newest version.) Submitted by: Yoshiki Hayashi, Hiroaki KAWAI <hawk bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101930 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101929 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101925 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101924 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Submitted by: Jobst Giesecke <JGiesecke@t-online.de> Reviewed by: Kai Blaschke <codav@wutallan.net> Kess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101923 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101921 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101916 13f79535-47bb-0310-9956-ffa450edef68
-