Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 17613 invoked from network); 24 Jul 2006 00:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jul 2006 00:51:27 -0000 Received: (qmail 63501 invoked by uid 500); 24 Jul 2006 00:51:20 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 63444 invoked by uid 500); 24 Jul 2006 00:51:20 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 63413 invoked by uid 99); 24 Jul 2006 00:51:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 17:51:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [65.99.219.155] (HELO haxent.com) (65.99.219.155) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 17:51:18 -0700 Received: from montefiori (unknown [201.21.156.184]) by haxent.com (Postfix) with ESMTP id 1825230890 for ; Sun, 23 Jul 2006 21:50:57 -0300 (BRT) Received: by montefiori (Postfix, from userid 500) id 6F80F1090A6; Sun, 23 Jul 2006 21:50:59 -0300 (BRT) Message-Id: <20060724005030.415874000@haxent.com.br> User-Agent: quilt/0.45-1 Date: Sun, 23 Jul 2006 21:50:30 -0300 From: Davi Arnaut To: dev@httpd.apache.org Subject: [patch 00/10] SoC 2006 -- extending the cache architecture X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Here is the first code drop regarding my SoC proposal "Redesigning and extending the Apache cache architecture" (http://verdesmares.com/Apache/proposal.txt). The patches are mainly clenaups and bug-fixes, except a new mod_disk_cache directory structure. Further clenaups still required. Other than that, I modified a bit the way and which storege callback are called. Also, I would like to thank the patience of my mentor, Paul Querna. -- Davi Arnaut