You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/07/20 18:09:24 UTC

svn commit: r219933 [15/18] - in /httpd/site/trunk: docs/apreq/docs/libapreq2/ xdocs/apreq/docs/libapreq2/

Modified: httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__util_8h-source.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__util_8h-source.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__util_8h-source.html (original)
+++ httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__util_8h-source.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: include/apreq_util.h Source File</title> 
+  <title>libapreq2-2.06-dev: libapreq2: include/apreq_util.h Source File</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,173 +10,179 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="nav">
 <a class="el" href="dir_000000.html">include</a></div>
-<h1>apreq_util.h</h1><a href="apreq__util_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
-00002 <span class="comment">**  Copyright 2003-2005  The Apache Software Foundation</span>
-00003 <span class="comment">**</span>
-00004 <span class="comment">**  Licensed under the Apache License, Version 2.0 (the "License");</span>
-00005 <span class="comment">**  you may not use this file except in compliance with the License.</span>
-00006 <span class="comment">**  You may obtain a copy of the License at</span>
-00007 <span class="comment">**</span>
-00008 <span class="comment">**      http://www.apache.org/licenses/LICENSE-2.0</span>
-00009 <span class="comment">**</span>
-00010 <span class="comment">**  Unless required by applicable law or agreed to in writing, software</span>
-00011 <span class="comment">**  distributed under the License is distributed on an "AS IS" BASIS,</span>
-00012 <span class="comment">**  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
-00013 <span class="comment">**  See the License for the specific language governing permissions and</span>
-00014 <span class="comment">**  limitations under the License.</span>
-00015 <span class="comment">*/</span>
-00016 
-00017 <span class="preprocessor">#ifndef APREQ_UTIL_H</span>
-00018 <span class="preprocessor"></span><span class="preprocessor">#define APREQ_UTIL_H</span>
-00019 <span class="preprocessor"></span>
-00020 <span class="preprocessor">#include "<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/apr__file__io_8h.html">apr_file_io.h</a>"</span>
-00021 <span class="preprocessor">#include "<a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/apr__buckets_8h.html">apr_buckets.h</a>"</span>
-00022 <span class="preprocessor">#include "<a class="code" href="apreq_8h.html">apreq.h</a>"</span>
-00023 
-00024 <span class="preprocessor">#ifdef  __cplusplus</span>
-00025 <span class="preprocessor"></span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-00026 <span class="preprocessor">#endif </span>
-00027 <span class="preprocessor"></span>
-00052 APREQ_DECLARE(<span class="keywordtype">char</span> *) <a class="code" href="apreq__util_8h.html#a0">apreq_join</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga0">apr_pool_t</a> *p, 
-00053                                  const <span class="keywordtype">char</span> *sep, 
-00054                                  const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/structapr__array__header__t.html">apr_array_header_t</a> *arr, 
-00055                                  <a class="code" href="apreq_8h.html#a38">apreq_join_t</a> mode);
-00056 
-00069 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga8">apr_ssize_t</a>) <a class="code" href="apreq__util_8h.html#a1">apreq_index</a>(const <span class="keywordtype">char</span>* hay, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> hlen, 
-00070                                        const <span class="keywordtype">char</span>* ndl, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> nlen, 
-00071                                        const <a class="code" href="apreq_8h.html#a39">apreq_match_t</a> type);
-00072 
-00085 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a>) <a class="code" href="apreq__util_8h.html#a2">apreq_quote</a>(<span class="keywordtype">char</span> *dest, const <span class="keywordtype">char</span> *src, 
-00086                                       const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
-00087 
-00101 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a>) <a class="code" href="apreq__util_8h.html#a3">apreq_quote_once</a>(<span class="keywordtype">char</span> *dest, const <span class="keywordtype">char</span> *src, 
-00102                                            const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
-00103 
-00114 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a>) <a class="code" href="apreq__util_8h.html#a4">apreq_encode</a>(<span class="keywordtype">char</span> *dest, const <span class="keywordtype">char</span> *src, 
-00115                                        const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
-00116 
-00128 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a>) <a class="code" href="apreq__util_8h.html#aFrom cvs-return-22409-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Wed Jul 20 16:11:41 2005
Return-Path: <cv...@httpd.apache.org>
Delivered-To: apmail-httpd-cvs-archive@www.apache.org
Received: (qmail 11542 invoked from network); 20 Jul 2005 16:11:40 -0000
Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199)
  by minotaur.apache.org with SMTP; 20 Jul 2005 16:11:40 -0000
Received: (qmail 44999 invoked by uid 500); 20 Jul 2005 16:10:54 -0000
Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org
Received: (qmail 44102 invoked by uid 500); 20 Jul 2005 16:10:46 -0000
Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm
Precedence: bulk
Reply-To: dev@httpd.apache.org
list-help: <ma...@httpd.apache.org>
list-unsubscribe: <ma...@httpd.apache.org>
List-Post: <ma...@httpd.apache.org>
List-Id: <cvs.httpd.apache.org>
Delivered-To: mailing list cvs@httpd.apache.org
Received: (qmail 42752 invok5">apreq_cp1252_to_utf8</a>(<span class="keywordtype">char</span> *dest,
-00129                                                const <span class="keywordtype">char</span> *src, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
-00130 
-00151 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a6">apreq_decode</a>(<span class="keywordtype">char</span> *dest, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> *dlen,
-00152                                          const <span class="keywordtype">char</span> *src, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_sed by uid 99); 20 Jul 2005 16:10:26 -0000
X-ASF-Spam-Status: No, hits=-9.8 required=10.0
	tests=ALL_TRUSTED,NO_REAL_NAME
X-Spam-Check-By: apache.org
Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194)
    by apache.org (qpsmtpd/0.29) with SMTP; Wed, 20 Jul 2005 09:09:56 -0700
Received: (qmail 5803 invoked by uid 65534); 20 Jul 2005 16:09:53 -0000
Message-ID: <20...@minotaur.apache.org>
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: svn commit: r219933 [7/18] - in /httpd/site/trunk:
 docs/apreq/docs/libapreq2/ xdocs/apreq/docs/libapreq2/
Date: Wed, 20 Jul 2005 16:09:24 -0000
To: cvs@httpd.apache.org
From: joes@apache.org
X-Mailer: svnmailer-1.0.2
X-Virus-Checked: Checked by ClamAV on apache.org
X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__version_8h.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__version_8ize_t</a> slen);
-00153 
-00174 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a7">apreq_decodev</a>(<span class="keywordtype">char</span> *dest, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> *dlen,
-00175                                           struct iovec *v, <span class="keywordtype">int</span> nelts);
-00176 
-00189 static <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a>
+<h1>apreq_util.h</h1><a href="apreq__util_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment">**  Copyright 2003-2005  Th.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__version_8h.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__version_8h.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: include/apreq_version.h File Reference</title> 
+  <title>libapreq2-2.06-dev: libapreq2: include/apreq_version.h File Reference</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,14 +10,15 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <ahe Apache Software Foundation</span>
+<a name="l00003"></a>00003 <span class="comment">**</span>
+<a name="l00004"></a>00004 <span class="comment">**  Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment">**  you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment">**  You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment">**</span>
+<a name="l00008"></a>00008 <span class="comment">**      http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment">**</span>
+<a name="l00010"></a>00010 <span class="comment">**  Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment">**  distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment">**  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment">**  See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment">**  limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment">*/</span>
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 <span class="preprocessor">#ifndef APREQ_UTIL_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define APREQ_UTIL_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span>
+<a name="l00020"></a>00020 <span class="preprocessor">#include "<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/apr__file__io_8h.html">apr_file_io.h</a>"</span>
+<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/apr__bu class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="nav">
 <a class="el" href="dir_000000.html">include</a></div>
-<h1>apreq_version.h File Reference</h1>Versioning API for libapreq. <a href="#_details">More...</a>
+<h1>apreq_version.h File Reference</h1>Versioning API for libapreq<p>
+There are several different mechanisms for accessing the version. There is a string form, and a set of numbers; in addition, there are constants which can be compiled into your application, and you can query the library being used for its actual version. <a href="#_details">More...</a>
 <p>
-<code>#include "<a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/apr__verckets_8h.html">apr_buckets.h</a>"</span>
+<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="apreq_8h.html">apreq.h</a>"</span>
+<a name="l00023"></a>00023 
+<a name="l00024"></a>00024 <span class="preprocessor">#ifdef  __cplusplus</span>
+<a name="l00025"></a>00025 <span class="preprocessor"></span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+<a name="l00026"></a>00026 <span class="preprocessor">#endif </span>
+<a name="l00027"></a>00027 <span class="preprocessor"></span>
+<a name="l00052"></a>00052 APREQ_DECLARE(<span class="keywordtype">char</span> *) <a class="code" href="apreq__util_8h.html#a0">apreq_join</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga0">apr_pool_t</a> *p, 
+<a name="l00053"></a>00053                                  const <span class="keywordtype">char</span> *sep, 
+<a name="l00054"></a>00054                                  const sion_8h.html">apr_version.h</a>"</code><br>
-<code>#include "<a class="el" href="apreq_8h-source.html">apreq.h</a>"</code><br>
+<code>#include &quot;<a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/apr__version_8h.html">apr_version.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="apreq_8h-source.html">apreq.h</a>&quot;</code><br>
 
 <p>
 <a href="apreq__version_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
@@ -27,13 +28,13 @@
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html#a1">APREQ_MINOR_VERSION</a>&nbsp;&nbsp;&nbsp;1</td></tr>
 
-<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html#a2">APREQ_PATCH_VERSION</a>&nbsp;&nbsp;&nbsp;0</td></tr>
+<tr><td class=<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/structapr__array__header__t.html">apr_array_header_t</a> *arr, 
+<a name="l00055"></a>00055                                  <a class="code" href="apreq_8h.html#a38">apreq_join_t</a> mode);
+<a name="l00056"></a>00056 
+<a name="l00069"></a>00069 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga8">apr_ssize_t</a>) <a class="code" href="apreq__util_8h.html#a1">apreq_index</a>(const <span class="keywordtype">char</span>* hay, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> hlen, 
+<a name="l00070"></a>00070                                        const <span class="keywordtype">char</span>* ndl, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__ap"memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html#a2">APREQ_PATCH_VERSION</a>&nbsp;&nbsp;&nbsp;3</td></tr>
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html#a3">APREQ_IS_DEV_VERSION</a></td></tr>
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html#a4">APREQ_VERSION_STRING</a></td></tr>
 
-<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html#a5">APREQ_IS_DEV_STRING</a>&nbsp;&nbsp;&nbsp;"-dev"</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html#a5">APREQ_Ir__platform.html#ga7">apr_size_t</a> nlen, 
+<a name="l00071"></a>00071                                        const <a class="code" href="apreq_8h.html#a39">apreq_match_t</a> type);
+<a name="l00072"></a>00072 
+<a name="l00085"></a>00085 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a>) <a class="code" href="apreq__util_8h.html#a2">apreq_quote</a>(<span class="keywordtype">char</span> *dest, const <span class="keywordtype">char</span> *src, 
+<a name="l00086"></a>00086                                       const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
+<a name="l00087"></a>00087 
+<a name="l00101"></a>00101 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a>) <a cS_DEV_STRING</a>&nbsp;&nbsp;&nbsp;&quot;-dev&quot;</td></tr>
 
 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html#a6">apreq_version</a> (<a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/structapr__version__t.html">apr_version_t</a> *pvsn)</td></tr>
@@ -42,19 +43,19 @@
 
 </table>
 <hr><a name="_details"></a><h2>Detailed Description</h2>
-Versioning API for libapreq. 
+Versioning API for libapreq<p>
+There are several different mechanisms for accessing the version. There is a string form, and a set of numbers; in addition, there are constants which can be compiled into your application, and you can query the library being used for its actual version. 
 <p>
-There are several different mechanisms for accessing the version. There is a string form, and a set of numbers; in addition, there are conslass="code" href="apreq__util_8h.html#a3">apreq_quote_once</a>(<span class="keywordtype">char</span> *dest, const <span class="keywordtype">char</span> *src, 
+<a name="l00102"></a>00102                                            const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
+<a name="l00103"></a>00103 
+<a name="l00114"></a>00114 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a>) <a class="code" href="apreq__util_8h.html#a4">apreq_encode</a>(<span class="keywordtype">char</span> *dest, const <span class="keywordtype">char</span> *src, 
+<a name="l00115"></a>00115                                        const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
+<a name="l001tants which can be compiled into your application, and you can query the library being used for its actual version.<p>
 Note that it is possible for an application to detect that it has been compiled against a different version of libapreq by use of the compile-time constants and the use of the run-time query function.<p>
 libapreq version numbering follows the guidelines specified in:<p>
-<a href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a> <hr><h2>Define Documentation</h2>
-<a class="anchor" name="a5" doxytag="apreq_version.h::APREQ_IS_DEV_STRING"></a><p>
+<a href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a><hr><h2>Define Documentation</h2>
+<a class="anchor" name="a5"></a><!-- doxytag: member="apreq_version.h::APREQ_IS_DEV_STRING" ref="a5" args="" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class=16"></a>00116 
+<a name="l00128"></a>00128 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a>) <a class="code" href="apreq__util_8h.html#a5">apreq_cp1252_to_utf8</a>(<span class="keywordtype">char</span> *dest,
+<a name="l00129"></a>00129                                                const <span class="keywordtype">char</span> *src, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
+<a name="l00130"></a>00130 
+<a name="l00151"></a>00151 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a6">apreq_decode</a>(<span class="keywordtype">char</span> *dest, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> *dlen,
+<a name="l00152"></a>00152                                          const <span class="keywordtype">char</span> *src, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen);
+<a name="l00153"></a>00153 
+<a name="l00174"></a>00174 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a7">apreq_decodev</a>(<span class="keywordtype">char</span> *dest, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> *dlen,
+<a name="l00175"></a>00175                                           struct iovec *v, <span class="keywordtype">int</span> nelts);
+<a name="l00176"></a>00176 
+<a name="l00189"></a>00189 static <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a>
 <a name="l00190"></a><a class="code" href="apreq__util_8h.html#a8">00190</a> <span class="keywordtype">char</span> *<a class="code" href="apreq__util_8h.html#a8">apreq_escape</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga0">apr_pool_t</a> *p, const <span class="keywordtype">char</span> *src, const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> slen)
-00191 {
-00192     <span class="keywordtype">char</span> *rv;
-00193 
-00194     <span class="keywordflow">if</span> (src == NULL)
-00195         <span class="keywordflow">return</span> NULL;
-00196 
-00197     rv = <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga12">apr_palloc</a>(p, 3 * slen + 1);
-00198     <a class="code" href="apreq__util_8h.html#a4">apreq_encode</a>(rv, src, slen);
-00199     <span class="keywordflow">return</span> rv;
-00200 }
-00201 
+<a name="l00191"></a>00191 {
+<a name="l00192"></a>00192     <span class="keywordtype">char</span> *rv;
+<a name="l00193"></a>00193 
+<a name="l00194"></a>00194     <span class="keywordflow">if</span> (src == NULL)
+<a name="l00195"></a>00195         <span class="keywordflow">return</span> NULL;
+<a name="l00196"></a>00196 
+<a name="l00197"></a>00197     rv = <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga12">apr_palloc</a>(p, 3 * slen + 1);
+<a name="l00198"></a>00198     <a class="code" href="apreq__util_8h.html#a4">apreq_encode</a>(rv, src, slen);
+<a name="l00199"></a>00199     <span class="keywordflow">return</span> rv;
+<a name="l00200"></a>00200 }
+<a name="l00201"></a>00201 
 <a name="l00209"></a><a class="code" href="apreq__util_8h.html#a9">00209</a> <span class="keyword">static</span> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga8">apr_ssize_t</a> <a class="code" href="apreq__util_8h.html#a9">apreq_unescape</a>(<span class="keywordtype">char</span> *str)
-00210 {
-00211     <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> len;
-00212     <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a> rv = <a class="code" href="apreq__util_8h.html#a6">apreq_decode</a>(str, &amp;len, str, strlen(str));
-00213     <span class="keywordflow">if</span> (rv == <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>)
-00214         <span class="keywordflow">return</span> (<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga8">apr_ssize_t</a>)len;
-00215     <span class="keywordflow">else</span>
-00216         <span class="keywordflow">return</span> -1;
-00217 }
-00218 
-00230 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga5">apr_int64_t</a>) <a class="code" href="apreq__util_8h.html#a10">apreq_atoi64f</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *s);
-00231 
-00243 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga5">apr_int64_t</a>) <a class="code" href="apreq__util_8h.h"md" nowrap valign="top">#define APREQ_IS_DEV_STRING&nbsp;&nbsp;&nbsp;"-dev"          </td>
+          <td class="md" nowrap valign="top">#define APREQ_IS_DEV_STRING&nbsp;&nbsp;&nbsp;&quot;-dev&quot;          </td>
         </tr>
       </table>
     </td>
@@ -71,7 +72,7 @@
 Internal: string form of the "is dev" flag     </td>
   </tr>
 </table>
-<a class="anchor" name="a3" doxytag="apreq_version.h::APREQ_IS_DEV_VERSION"></a><p>
+<a class="anchor" name="a3"></a><!-- doxytag: member="apreq_version.h::APREQ_IS_DEV_VERSION" ref="a3" args="" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -91,10 +92,10 @@
     <td>
 
 <p>
-This symbol is defined for internal, "development" copies of libapreq. This symbol will be #undef'd for releases.     </td>
+This symbol is defined for internal, "development" copies of libapreq. This symbol will be undef'd for releases.    </td>
   </tr>
 </table>
-<a class="anchor" name="a0" doxytag="apreq_version.h::APREQ_MAJOR_VERSION"></a>tml#a11">apreq_atoi64t</a>(const <span class="keywordtype">char</span> *s);
-00244 
-00262 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a12">apreq_brigade_fwrite</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#ga2">apr_file_t</a> *f,
-00263                                                  <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga9">apr_off_t</a> *wlen,
-00264                                                  <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *bb);
-00281 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" h<p>
+<a class="anchor" name="a0"></a><!-- doxytag: member="apreq_version.h::APREQ_MAJOR_VERSION" ref="a0" args="" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -114,10 +115,10 @@
     <td>
 
 <p>
-major version Major API changes that could cause compatibility problems for older programs such as structure size changes. No binary compatibility is possible across a change in the major version.     </td>
+major version Major API changes that could cause compatibility problems for older programs such as structure size changes. No binary compatibility is possible across a change in the major version.    </td>
   </tr>
 </table>
-<a class="anchor" name="a1" doxytag="apreq_version.h::APREQ_MINOR_VERSION"></a><p>
+<a class="anchor" name="a1"></a><!-- doxytag: member="apreq_version.h::APREQ_MINOR_VERSION" ref="a1" args="" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -137,16 +138,16 @@
     <td>
 
 <p>
-Minor API cref="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a13">apreq_file_mktemp</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#ga2">apr_file_t</a> **fp, 
-00282                                               <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga0">apr_pool_t</a> *pool,
-00283                                               const <span class="keywordtype">char</span> *path);
-00284 
-00294 static <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a>
+<a name="l00210"></a>00210 {
+<a name="l00211"></a>00211     <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> len;
+<a name="l00212"></a>00212     <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a> rv = <a class="code" href="apreq__util_8h.html#a6">apreq_decode</a>(str, &amp;len, str, strlen(str));
+<a name="l00213"></a>00213     <span class="keywordflow">if</span> (rv == <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>)
+<a name="l00214"></a>00214         <span class="keywordflow">return</span> (<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga8">apr_ssize_t</a>)len;
+<a name="l00215"></a>00215     <span class="keywordflow">else</span>
+<a name="l00216"></a>00216         <span class="keywordflow">return</span> -1;
+<a name="l00217"></a>00217 }
+<a name="l00218"></a>00218 
+<a name="l00230"></a>00230 APREQ_DECLARE(<a class="codeRef" doxygen="apr.hanges that do not cause binary compatibility problems. Should be reset to 0 when upgrading APREQ_MAJOR_VERSION     </td>
+Minor API changes that do not cause binary compatibility problems. Should be reset to 0 when upgrading APREQ_MAJOR_VERSION    </td>
   </tr>
 </table>
-<a class="anchor" name="a2" doxytag="apreq_version.h::APREQ_PATCH_VERSION"></a><p>
+<a class="anchor" name="a2"></a><!-- doxytag: member="apreq_version.h::APREQ_PATCH_VERSION" ref="a2" args="" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top">#define APREQ_PATCH_VERSION&nbsp;&nbsp;&nbsp;0          </td>
+          <td class="md" nowrap valign="top">#define APREQ_PATCH_VERSION&nbsp;&nbsp;&nbsp;3          </td>
         </tr>
       </table>
     </td>
@@ -163,7 +164,7 @@
 patch level     </td>
   </tr>
 </table>
-<a class="anchor" name="a4" doxytag="apreq_version.h::APREQ_VERSIONtag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga5">apr_int64_t</a>) <a class="code" href="apreq__util_8h.html#a10">apreq_atoi64f</a>(const <span class="keywordtype">char</span> *s);
+<a name="l00231"></a>00231 
+<a name="l00243"></a>00243 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga5">apr_int64_t</a>) <a class="code" href="apreq__util_8h.html#a11">apreq_atoi64t</a>(const <span class="keywordtype">char</span> *s);
+<a name="l00244"></a>00244 
+<a name="l00262"></a>00262 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a12">apreq_brigade_fwrite</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#ga2">apr_file_t</a> *f_STRING"></a><p>
+<a class="anchor" name="a4"></a><!-- doxytag: member="apreq_version.h::APREQ_VERSION_STRING" ref="a4" args="" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -191,7 +192,7 @@
   </tr>
 </table>
 <hr><h2>Function Documentation</h2>
-<a class="anchor" name="a6" doxytag="apreq_version.h::apreq_version"></a><p>
+<a class="anchor" name="a6"></a><!-- doxytag: member="apreq_version.h::apreq_version" ref="a6" args="(apr_version_t *pvsn)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -219,13 +220,13 @@
 Return libapreq's version information information in a numeric form.<p>
 <dl compact><dt><b>Parameters:</b></dt><dd>
   <table border="0" cellspacing="2" cellpadding="0">
-    <tr><td valign="top"></td><td valign="top"><em>pvsn</em>&nbsp;</td><td>Pointer to a version structure for returning the version information. </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>pvsn</em>&nbsp;</td><td>Pointer to a version structure for returning the version information.</td></tr>
   </table>
 </dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a7" doxytag="apreq_version.h::apreq_version_string"></a><p>
+<a class="anchor" name="a7"></a><!-- doxytag: member="apreq_version.h::apreq_version_string" ref="a7" args="(void)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -259,7 +260,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_changes.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_changes.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- http,
+<a name="l00263"></a>00263                                                  <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga9">apr_off_t</a> *wlen,
+<a name="l00264"></a>00264                                                  <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *bb);
+<a name="l00281"></a>00281 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a13">apreq_file_mktemp</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#ga2">apr_file_t</a> **fp, 
+<a name="l00282"></a>00282                                               <a class="codeRef" doxygen="apr.tag:d/site/trunk/docs/apreq/docs/libapreq2/apreq_changes.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_changes.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: CHANGES</title> 
+  <title>libapreq2-2.06-dev: libapreq2: CHANGES</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,11 +10,37 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="nav">
-<b>CHANGES</b></div>
-<h1><a class="anchor" name="apreq_changes">CHANGES</a></h1><h2><a class="anchor" name="v2_05_dev">
+<h1><a class="anchor" name="apreq_changes">CHANGES</a></h1>! brief List of major changes.<h2><a class="anchor" name="v2_06">
+Changes with libapreq2-2.06 (released July 20, 2005)</a></h2>
+<ul>
+<li>C API [Marc GrĂ cia, joes] Fix apreq_decode(v) when iso-latin-1 chars appear at the end of an encoded string.</li></ul>
+<p>
+<ul>
+<li>Perl API [Philip M. Gollucci] Fix "Attempt to free temp prematurely" error in apreq_xs_croak().</li></ul>
+<p>
+<ul>
+<li>C API [Philip M. Gollucci] Add mod_apreq2 to httpd's server tokens.</li></ul>
+<p>
+<ul>
+<li>Perl API [joes] Drop support for $req-&gt;env(), which also died with 2.05-dev.</li></ul>
+<p>
+<ul>
+<li>Perl API [joes] Support for table set/add/delete methods is formally withdrawn. Technically this feature died with the module API refactoring in 2.05-dev.</li></ul>
+<p>
+<ul>
+<li>C API [max] Right-hand limit of <a class="el" href="apreq__util_8h.html#a16">apreq_brigade_move()</a> is declared as "excluding", but <a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__ring.html#ga20">APR_RING_UNSPLICE()</a> wants an "including" right-hand limit. Fixed this by passing the previous bucket.</li></ul>
+<p>
+<ul>
+<li>Perl API [joes] Drop support for Apache2::Request::new's HOOK_DATA. UPLOAD_HOOK now takes only two arguments: ($upload, $data).</li></ul>
+<p>
+<ul>
+<li>Perl API [joes] Drop support for Apache2::Cookie::Jar::new's VALUE_CLASS. 2.05-dev broke that API, and it's not worth trying to fix. People who need that should use APR::Request::Cookie::Table's cookie_class() API instead.</li></ul>
+<p>
+<ul>
+<li>Perl API [joes] Fix cookie domain/path munging in Apache2::Cookie::new().</li></ul>
+<h2><a class="anchor" name="v2_0http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga0">apr_pool_t</a> *pool,
+<a name="l00283"></a>00283                                               const <span class="keywordtype">char</span> *path);
+<a name="l00284"></a>00284 
+<a name="l00294"></a>00294 static <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a>
 <a name="l00295"></a><a class="code" href="apreq__util_8h.html#a14">00295</a> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a> <a class="code" href="apreq__util_8h.html#a14">apreq_brigade_setaside</a>(<a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *bb, <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga0">apr_pool_t</a> *p)
-00296 {
-00297     <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *e;
-00298     <span class="keywordflow">for</span> (e = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga82">APR_BRIGADE_FIRST</a>(bb); e != <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga80">APR_BRIGADE_SENTINEL</a>(bb);
-00299          e = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga90">APR_BUCKET_NEXT</a>(e))
-00300     {
-00301         <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http:/5_dev">
 Changes with libapreq2-2.05-dev (released May 5, 2005)</a></h2>
 <ul>
 <li>Win32 build [Randy Kobes] Have top-level 'nmake', 'nmake test', and 'nmake install' targets, respectively, also include building, testing, and installing the corresponding perl glue targets.</li></ul>
@@ -41,7 +67,7 @@
 <li>Perl API [joes] Move bake, bake2 to Apache2::Cookie, now requiring an extra $r argument. Also ""-operator is mapped to as_string() for Apache2::Cookie; but APR::Request::Cookie maps it to value().</li></ul>
 <p>
 <ul>
-<li>C API [joes] Remove header_in &amp; header_out from <a class="el" href="structapreq__module__t.html">apreq_module_t</a>. Remove <a class="el" href="apreq__module_8h.html#a24">apreq_ua_cookie_version()</a> and apreq_cookie_bake*(). Remove cookie2 argument to <a class="el" href="apreq__module_8h.html#a21">apreq_handle_custom()</a>.</li></ul>
+<li>C API [joes] Remove header_in &amp; header_out from <a class="el" href="structapreq__module__t.html">apreq_module_t</a>. Remove apreq_ua_cookie_ve/apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a> rv = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga109">apr_bucket_setaside</a>(e, p);
-00302         <span class="keywordflow">if</span> (rv != <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>)
-00303             <span class="keywordflow">return</span> rv;
-00304     }
-00305     <span class="keywordflow">return</span> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>;
-00306 }
-00307 
-00308 
-00321 <span class="keyword">static</span> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a>
+<a name="l00296"></a>00296 {
+<a name=rsion() and apreq_cookie_bake*(). Remove cookie2 argument to <a class="el" href="apreq__module_8h.html#a21">apreq_handle_custom()</a>.</li></ul>
 <p>
 <ul>
 <li>C API [joes] s/APREQ/APREQ2/g in webserver configuration directives.</li></ul>
@@ -134,10 +160,10 @@
 <li>Build system [joes] Add --with-apache2-httpd option so users can override apxs's notion of where the httpd executable is. XSBuilder's header parser runs from buildconf now instead of configure, so we will include those tables in the release tarball. buildconf gets an additional --with-perl option for running the xsbuilder.pl parsing script. The XS generation code in xsbuilder.pl has moved to glue/perl/Makefile.PL.</li></ul>
 <p>
 <ul>
-<li>Perl API [joes] Allow ctors for Apache::Cookie, Apache::Cookie::Jar and <a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/namespace_apache.html">Apache</a>:::Request to accept Apache::Request objects (instead of requiring an Apache::RequestRec objec"l00297"></a>00297     <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *e;
+<a name="l00298"></a>00298     <span class="keywordflow">for</span> (e = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga82">APR_BRIGADE_FIRST</a>(bb); e != <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga80">APR_BRIGADE_SENTINEL</a>(bb);
+<a name="l00299"></a>00299          e = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga90">APR_BUCKET_NEXT</a>(e))
+<a name="l00300"></a>00300     {
+<a name="l00301"></a>00301         <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/t). This thread details the bug <a href="http://thread.gmane.org/gmane.comp.apache.mod-perl/15727">http://thread.gmane.org/gmane.comp.apache.mod-perl/15727</a></li></ul>
+<li>Perl API [joes] Allow ctors for Apache::Cookie, Apache::Cookie::Jar and <a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/namespace_apache.html">Apache</a>:Request to accept Apache::Request objects (instead of requiring an Apache::RequestRec object). This thread details the bug <a href="http://thread.gmane.org/gmane.comp.apache.mod-perl/15727">http://thread.gmane.org/gmane.comp.apache.mod-perl/15727</a></li></ul>
 <p>
 <ul>
-<li>C API [Bojan Smojver] Bake cookies with err_headers_out so they are sent on non-2xx server responses (ie. a 304 redirect). Also ensure that headers are copied with apr_table_add instead of apr_table_addn. Since <a class="el" href="apreq__module_8h.html#a22">apreq_cookie_bake()</a> allocates from the stack, the Set-Cookie headers would occasionally ge" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a> rv = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga109">apr_bucket_setaside</a>(e, p);
+<a name="l00302"></a>00302         <span class="keywordflow">if</span> (rv != <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>)
+<a name="l00303"></a>00303             <span class="keywordflow">return</span> rv;
+<a name="l00304"></a>00304     }
+<a name="l00305"></a>00305     <span class="keywordflow">return</span> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>;
+<a name="l00306"></a>00306 }
+<a name="l00307"></a>00307 
+<a name="l00308"></a>00308 
+<a name="l00321"></a>00321 <span class="keyword">static</span> <a class="t mangled without this patch.</li></ul>
+<li>C API [Bojan Smojver] Bake cookies with err_headers_out so they are sent on non-2xx server responses (ie. a 304 redirect). Also ensure that headers are copied with apr_table_add instead of apr_table_addn. Since apreq_cookie_bake() allocates from the stack, the Set-Cookie headers would occasionally get mangled without this patch.</li></ul>
 <p>
 <ul>
 <li>C API [joes] Add <a class="el" href="apreq__parser_8h.html#a19">apreq_register_parser()</a>, which allows users to add their own parsers to <a class="el" href="apreq__parser_8h.html#a18">apreq_parser()</a>'s recognized MIME types.</li></ul>
@@ -192,8 +218,9 @@
 <li>Perl API [joes] Added $jar-&gt;status, $req-&gt;args_status and $req-&gt;body_status to report parsing errors. Also add $upload-&gt;tempname per user request.</li></ul>
 <p>
 <ul>
-<li>C API [joes] Dropped status attribute of <a class="el" href="structapreq__value__t.html">apreq_value_t</a>. Added status field to apreq_jar_t and added args_status field tcodeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a>
 <a name="l00322"></a><a class="code" href="apreq__util_8h.html#a15">00322</a> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a> <a class="code" href="apreq__util_8h.html#a15">apreq_brigade_copy</a>(<a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *d, <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *s) {
-00323     <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *e;
-00324     <span class="keywordflow">for</span> (e = <a co apreq_request_t. Parsers also must return their public status code when a NULL brigade is passed. apreq_hook_disable_uploads() is also added. This is an ABI change affecting all versions of libapreq2 prior to 2.0.12.</li></ul>
+<li>C API [joes] Dropped status attribute of <a class="el" href="structapreq__value__t.html">apreq_value_t</a>. Added status field to apreq_jar_t and added args_status field to apreq_request_t. Parsers also must return their public status code when a NULL brigade is passed. apreq_hook_disable_uploads() is also added.</li></ul>
 <p>
+This is an ABI change affecting all versions of libapreq2 prior to 2.0.12.<p>
 <ul>
 <li>Perl API [joes] $upload-&gt;info returns a proper APR::Table object now. Also implemented $upload-&gt;size, $upload-&gt;fh, and $upload-&gt;type.</li></ul>
 <p>
@@ -334,7 +361,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 onlass="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga82">APR_BRIGADE_FIRST</a>(s); e != <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga80">APR_BRIGADE_SENTINEL</a>(s);
-00325          e = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga90">APR_BUCKET_NEXT</a>(e))
-00326     {
-00327         <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *c;
-00328         <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a> rv = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_faq.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_faq.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_faq.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_faq.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: FAQ</title> 
+  <title>libapreq2-2.06-dev: libapreq2: FAQ</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,70 +10,152 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by D/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga111">apr_bucket_copy</a>(e, &amp;c);
-00329         <span class="keywordflow">if</span> (rv != <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>)
-00330             <span class="keywordflow">return</span> rv;
-00331 
-00332         <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga85">APR_BRIGADE_INSERT_TAIL</a>(d, c);
-00333     }
-00334     <span class="keywordflow">return</span> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>;
-00335 }
-00336 
-00348 <span class="keyword">static</span> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a>
+<a name="l00323"></a>00323     <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *e;
+<a name="l00324"></a>00324     <span class="keywordflow">for</span> (e = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga82">APR_BRIGADE_FIRST</a>(s); e != <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga80">APR_BRIGADE_SENTINEL</a>(s);
+<a name="l00325"></a>00325          e = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga90">APR_BUCKET_NEXT</a>(e))
+<a name="l00326"></a>00326     {
+<a name="l00327"></a>00327         <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *c;
+<a name="l00328"></a>00328         <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a> rv = <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga111">apr_bucket_copy</a>(e, &amp;c);
+<a name="l00329"></a>00329         <span class="keywordflow">if</span> (rv != <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>)
+<a name="l00330"></a>00330             <span class="keywordflow">return</span> rv;
+<a name="l00331"></a>00331 
+<a name="l00332"></a>00332         <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga85">APR_BRIGADE_INSERT_TAIL</a>(d, c);
+<a name="l00333"></a>00333     }
+<a name="l00334"></a>00334     <span class="keywordflow">return</span> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga18">APR_SUCCESS</a>;
+<a name="l00335"></a>00335 }
+<a name="l00336"></a>00336 
+<a name="l00348"></a>00348 <span class="keyword">static</span> <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga11">APR_INLINE</a>
 <a name="l00349"></a><a class="code" href="apreq__util_8h.html#a16">00349</a> <span class="keywordtype">void</span> <a class="code" href="apreq__util_8h.html#a16">apreq_brigade_move</a>(<a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *d, <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *s,
-00350                         <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *e)
-00351 {
-00352     <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *f;     
-00353 
-00354     <span class="keywordflow">if</span> (e != <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga80">APR_BRIGADE_SENTINEL</a>(s)) {
-00355         f = <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__ring.html#ga3">APR_RING_FIRST</a>(&amp;s-&gt;list);
-00356         <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__ring.html#ga20">APR_RING_UNSPLICE</a>(f, e, link);
-00357         <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__ring.html#ga14">APR_RING_SPLICE_HEAD</a>(&amp;d-&gt;list, f, e, <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a>, link);
-00358     }
-00359     <span class="keywordflow">else</span> {
-00360         <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga86">APR_BRIGADE_CONCAT</a>(d, s);
-00361     }
-00362 }
-00363 
-00364 
-00378 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a17">apreq_header_attribute</a>(const <span class="keywordtype">char</span> *hdr,
-00379                                                    const <span class="keywordtype">char</span> *name,
-00380                                                    const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> nlen,
-00381                                                    const <span class="keywordtype">char</span> **val,
-00382                                                    <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> *vlen);
-00383 
-00384 
-00402 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a18">apreq_brigade_concat</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga0">apr_pool_t</a> *pool,
-00403                                                  const <span class="keywordtype">char</span> *temp_dir,
-00404                                                  <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> brigade_limit,
-00405                                                  <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *out, 
-00406                                                  <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *in);
-00407 
-00416 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#ga2">apr_file_t</a> *)<a class="code" href="apreq__util_8h.html#a19">apreq_brigade_spoolfile</a>(<a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *bb);
-00417 
-00418 #ifdef __cplusplus
-00419  }
-00420 #endif
-00421 
-00422 #endif <span class="comment">/* APREQ_UTIL_H */</span>
+<a name="l00350"></a>00350                         <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *e)
+<a name="l00351"></a>00351 {
+<a name="l00352"></a>00352     <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a> *f;     
+<a name="l00353"></a>00353 
+<a name="l00354"></a>00354     <span class="keywordflow">if</span> (e != <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga80">APR_BRIGADE_SENTINEL</a>(s)) {
+<a name="l00355"></a>00355         f = <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__ring.html#ga3">APR_RING_FIRST</a>(&amp;s-&gt;list);
+<a name="l00356"></a>00356         <span class="keywordflow">if</span> (f == e) <span class="comment">/* zero buckets to be moved */</span>
+<a name="l00357"></a>00357             <span class="keywordflow">return</span>;
+<a name="l00358"></a>00358 
+<a name="l00359"></a>00359         <span class="comment">/* obtain the last bucket to be moved */</span>
+<a name="l00360"></a>00360         e = <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__ring.html#ga6">APR_RING_PREV</a>(e, link);
+<a name="l00361"></a>00361 
+<a name="l00362"></a>00362         <a classoxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="nav">
-<b>groups.dox</b></div>
 <h1><a class="anchor" name="apreq_faq">FAQ</a></h1>
 
+
 <p><a name="__index__"></a></p>
+
 <!-- INDEX BEGIN -->
 
+
 <ul>
 
 	<li><a href="#issues_during_installation_">Issues during installation.</a></li>
-	<li><a href="#using_libapreq2_with_apache_2_and_mod_perl_2_">Using libapreq2 with Apache 2 and mod_perl 2.</a></li>
+	<li><a href="#using_libapreq2_with_apache2_and_mod_perl2_">Using libapreq2 with Apache2 and mod_perl2.</a></li>
 	<ul>
 
-		<li><a href="#w="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__ring.html#ga20">APR_RING_UNSPLICE</a>(f, e, link);
+<a name="l00363"></a>00363         <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__ring.html#ga14">APR_RING_SPLICE_HEAD</a>(&amp;d-&gt;list, f, e, <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket.html">apr_bucket</a>, link);
+<a name="l00364"></a>00364     }
+<a name="l00365"></a>00365     <span class="keywordflow">else</span> {
+<a name="l00366"></a>00366         <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga86">APR_BRIGADE_CONCAT</a>(d, s);
+<a name="l00367"></a>00367     }
+<a name="l00368"></a>00368 }
+<a name="l00369"></a>00369 
+<a name="l00370"></a>00370 
+<a name="l00384"></hen_i_use_apache__request_in_my_output_filter__it_seems_to_lose_the_incoming_post_variables_">When I use Apache::Request in my output filter, it seems to lose the incoming POST variables.</a></li>
-		<li><a href="#when_i_try_to_upload_a_file__why_do_i_get_this_error__error__can_t_locate_____apache_request_upload_al_in__inc">When I try to upload a file, why do I get this error ``[error] Can't locate .../Apache/Request/upload.al in @INC''?</a></li>
+		<li><a href="#i_keep_getting_undefined_symbol_errors_whenever">I keep getting ``undefined symbol'' errors whenever </a></li>
+		<li><a href="#when_i_use_apache2__request_in_my_output_filter__it_seems_to_lose">When I use Apache2::Request in my output filter, it seems to lose</a></li>
+		<li><a href="#when_i_try_to_upload_a_file__why_do_i_get_this_error">When I try to upload a file, why do I get this error </a></li>
 	</ul>
 
 	<li><a href="#using_libapreq2_outside_of_apache_">Using libapreq2 outside of Apache.</a></li>
+	<li><a href="#contributing_to_apreq_developma>00384 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a17">apreq_header_attribute</a>(const <span class="keywordtype">char</span> *hdr,
+<a name="l00385"></a>00385                                                    const <span class="keywordtype">char</span> *name,
+<a name="l00386"></a>00386                                                    const <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> nlen,
+<a name="l00387"></a>00387                                                    const <span class="keywordtype">char</span> **val,
+<a name="l00388"></a>00388                                                    <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_sizent_">Contributing to apreq development.</a></li>
+	<ul>
+
+		<li><a href="#how_is_the_subversion_repository_managed">How is the subversion repository managed?</a></li>
+	</ul>
+
 </ul>
+
 <!-- INDEX END -->
 
+
 <hr />
+
 <p>
+
 </p>
+
 <h1><a name="issues_during_installation_">Issues during installation.</a></h1>
+
 <p>[...]</p>
+
 <p>
+
 </p>
 <hr />
-<h1><a name="using_libapreq2_with_apache_2_and_mod_perl_2_">Using libapreq2 with Apache 2 and mod_perl 2.</a></h1>
+
+<h1><a name="using_libapreq2_with_apache2_and_mod_perl2_">Using libapreq2 with Apache2 and mod_perl2.</a></h1>
+
+<p>
+
+</p>
+
+<h2><a name="i_keep_getting_undefined_symbol_errors_whenever_i_use_apache2__request_or_apr__request__apache2_">I keep getting ``undefined symbol'' errors whenever 
+       I use Apache2::Request or APR::Request::Apache2.</a></h2>
+
+<p>You need to load mod_apreq2.so at server startup, which grabs
+all the required symbols at server startup.  Be sure your server
+config contains a line like</p>
+
+<pre>
+        LoadMe_t</a> *vlen);
+<a name="l00389"></a>00389 
+<a name="l00390"></a>00390 
+<a name="l00408"></a>00408 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__errno.html#ga0">apr_status_t</a>) <a class="code" href="apreq__util_8h.html#a18">apreq_brigade_concat</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__pools.html#ga0">apr_pool_t</a> *pool,
+<a name="l00409"></a>00409                                                  const <span class="keywordtype">char</span> *temp_dir,
+<a name="l00410"></a>00410                                                  <a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__platform.html#ga7">apr_size_t</a> brigade_limit,
+<a name="l00411"></a>00411                                                  <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" hodule apreq_module   modules/mod_apreq2.so</pre>
+
 <p>
+
 </p>
-<h2><a name="when_i_use_apache__request_in_my_output_filter__it_seems_to_lose_the_incoming_post_variables_">When I use Apache::Request in my output filter, it seems to lose the incoming POST variables.</a></h2>
-<p>The problem is likely that the mod_apreq filter has not been 
+
+<h2><a name="when_i_use_apache2__request_in_my_output_filter__it_seems_to_lose_the_incoming_post_variables_">When I use Apache2::Request in my output filter, it seems to lose
+       the incoming POST variables.</a></h2>
+
+<p>The problem is likely that the mod_apreq2 filter has not been 
 added to the input filter chain in time to read the POST data.</p>
+
 <p>There are two solutions to this problem:</p>
+
 <pre>
- 1) Write a filter init handler for you filter that instantiates an Apache::Request object.</pre>
+ 1) Write a filter init handler for you filter that instantiates an
+    Apache2::Request object.</pre>
+
 <pre>
-    <a href="http://perl.apache.org/docs/2.0/apref="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *out, 
+<a name="l00412"></a>00412                                                  <a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *in);
+<a name="l00413"></a>00413 
+<a name="l00422"></a>00422 APREQ_DECLARE(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#ga2">apr_file_t</a> *)<a class="code" href="apreq__util_8h.html#a19">apreq_brigade_spoolfile</a>(<a class="codeRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/structapr__bucket__brigade.html">apr_bucket_brigade</a> *bb);
+<a name="l00423"></a>00423 
+<a name="l00424"></a>00424 #ifdef __cplusplus
+<a name="l00425"></a>00425  }
+<a name="l00426"></a>00426 #endif
+<a name="l00427"></a>00427 
+<a name="l00428"></a>00428 #endif <span class="comment">/* APREQ_UTIL_H */</span>
 </pre></div><div id="footer">
 <p class="apache">
 Copyright &copy; 2003-2005 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__util_8h.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__util_8h.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__util_8h.html (original)
+++ httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__util_8h.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" typei/Apache/Filter.html#C_FilterInitHandler_">http://perl.apache.org/docs/2.0/api/Apache/Filter.html#C_FilterInitHandler_</a></pre>
+    <a href="http://perl.apache.org/docs/2.0/api/Apache2/Filter.html#C_FilterInitHandler_">http://perl.apache.org/docs/2.0/api/Apache2/Filter.html#C_FilterInitHandler_</a></pre>
+
 <pre>
  2) Use .htaccess or your server config to ensure the apreq input filter
     is active for this request with &quot;AddInputFilter APREQ&quot; or somesuch.</pre>
+
 <p>We recommend using (1), and falling back to (2) until you get (1) working.</p>
+
 <p>
+
 </p>
-<h2><a name="when_i_try_to_upload_a_file__why_do_i_get_this_error__error__can_t_locate_____apache_request_upload_al_in__inc">When I try to upload a file, why do I get this error ``[error] Can't locate .../Apache/Request/upload.al in @INC''?</a></h2>
-<p><em>Apache::Upload</em> is now a separate module in apreq2, so you need to 
-<code>use Apache::Upload</code> to load the <code>Apache::Request::upload</code> function.</p>
+
+<h2><a name="w="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: include/apreq_util.h File Reference</title> 
+  <title>libapreq2-2.06-dev: libapreq2: include/apreq_util.h File Reference</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,15 +10,15 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="nav">
 <a class="el" href="dir_000000.html">include</a></div>
 <h1>apreq_util.h File Reference</h1>Utility functions for apreq. <a href="#_details">More...</a>
 <p>
-<code>#include "<a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/apr__file__io_8h.html">apr_file_io.h</a>"</code><br>
-<code>#include "<a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/apr__buckets_8h.html">apr_buckets.h</a>"</code><br>
-<code>#include "<a class="el" href="apreq_8h-source.html">apreq.h</a>"</code><br>
+<code>#include &quot;<a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/apr__file__io_8h.html">apr_file_io.h</a>&quot;</code><br>
+<code>#include &quot;<a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/apr__buckets_8h.html">apr_buckets.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="apreq_8h-source.html">apreq.h</a>&quot;</code><br>
 
 <p>
 <a href="apreq__util_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
@@ -70,9 +70,9 @@
 <p>
 This header contains useful functions for creating new parsers, hooks or modules. It includes<p>
 <ul>
-<li>string &lt;-&gt; array converters</li><li>substring search functions</li><li>simple encoders &amp; decoders for urlencoded strings</li><li>simple time, date, &amp; file-size converters </li></ul>
+<li>string &lt;-&gt; array converters</li><li>substring search functions</li><li>simple encoders &amp; decoders for urlencoded strings</li><li>simple time, date, &amp; file-size converters</li></ul>
 <hr><h2>Function Documentation</h2>
-<a class="anchor" name="a10" doxytag="apreq_util.h::apreq_atoi64f"></a><p>
+<a class="anchor" name="a10"></a><!-- doxytag: member="apreq_util.h::apreq_atoi64f" ref="a10" args="(const char *s)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -108,7 +108,7 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="a11" doxytag="apreq_util.h::apreq_atoi64t"></a><p>
+<a class="anchor" name="a11"></a><!-- doxytag: member="apreq_util.h::apreq_atoi64t" ref="a11" args="(const char *s)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -144,7 +144,7 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="a18" doxytag="apreq_util.h::apreq_brigade_concat"></a><p>
+<a class="anchor" name="a18"></a><!-- doxytag: member="apreq_util.h::apreq_brigade_concat" ref="a18" args="(apr_pool_t *pool, const char *temp_dir, apr_size_t brigade_limit, apr_bucket_brigade *out, apr_bucket_brigade *in)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -212,7 +212,7 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="a15" doxytag="apreq_util.h::apreq_brigade_copy"></a><p>
+<a class="anchor" name="a15"></a><!-- doxytag: member="apreq_util.h::apreq_brigade_copy" ref="a15" args="(apr_bucket_brigade *d, apr_bucket_brigade *s)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -255,11 +255,11 @@
 </dl>
 <dl compact><dt><b>Returns:</b></dt><dd>APR_SUCCESS. <p>
 Error status code from an unsuccessful <a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga111">apr_bucket_copy()</a>.</dd></dl>
-<dl compact><dt><b>Remarks:</b></dt><dd>s == d produces Undefined Behavior. </dd></dl>
+<dl compact><dt><b>Remarks:</b></dt><dd>s == d produces Undefined Behavior.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a12" doxytag="apreq_util.h::apreq_brigade_fwrite"></a><p>
+<a class="anchor" name="a12"></a><!-- doxytag: member="apreq_util.h::apreq_brigade_fwrite" ref="a12" args="(apr_file_t *f, apr_off_t *wlen, apr_bucket_brigade *bb)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -309,11 +309,11 @@
 </dl>
 <dl compact><dt><b>Returns:</b></dt><dd>APR_SUCCESS. <p>
 Error status code from either an unsuccessful <a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga108">apr_bucket_read()</a>, or a failed <a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#gga15">apr_file_writev()</a>.</dd></dl>
-<dl compact><dt><b>Remarks:</b></dt><dd>In the future, this function may do something intelligent with file buckets. </dd></dl>
+<dl compact><dt><b>Remarks:</b></dt><dd>In the future, this function may do something intelligent with file buckets.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a16" doxytag="apreq_util.h::apreq_brigade_move"></a><p>
+<a class="anchor" name="a16"></a><!-- doxytag: member="apreq_util.h::apreq_brigade_move" ref="a16" args="(apr_bucket_brigade *d, apr_bucket_brigade *s, apr_bucket *e)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -361,11 +361,11 @@
     <tr><td valign="top"></td><td valign="top"><em>e</em>&nbsp;</td><td>First bucket of s after the move. All buckets before e are appended to d.</td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Remarks:</b></dt><dd>This moves all buckets when e == <a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga80">APR_BRIGADE_SENTINEL(s)</a>. </dd></dl>
+<dl compact><dt><b>Remarks:</b></dt><dd>This moves all buckets when e == <a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga80">APR_BRIGADE_SENTINEL(s)</a>.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a14" doxytag="apreq_util.h::apreq_brigade_setaside"></a><p>
+<a class="anchor" name="a14"></a><!-- doxytag: member="apreq_util.h::apreq_brigade_setaside" ref="a14" args="(apr_bucket_brigade *bb, apr_pool_t *p)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -407,11 +407,11 @@
   </table>
 </dl>
 <dl compact><dt><b>Returns:</b></dt><dd>APR_SUCCESS. <p>
-Error status code from an unsuccessful <a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga109">apr_bucket_setaside()</a>. </dd></dl>
+Error status code from an unsuccessful <a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/" href="http://apr.apache.org/docs/apr-util/group___a_p_r___util___bucket___brigades.html#ga109">apr_bucket_setaside()</a>.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a19" doxytag="apreq_util.h::apreq_brigade_spoolfile"></a><p>
+<a class="anchor" name="a19"></a><!-- doxytag: member="apreq_util.h::apreq_brigade_spoolfile" ref="a19" args="(apr_bucket_brigade *bb)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -442,11 +442,11 @@
     <tr><td valign="top"></td><td valign="top"><em>bb</em>&nbsp;</td><td>the bucket brigade </td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Returns:</b></dt><dd>the spool file, or NULL. </dd></dl>
+<dl compact><dt><b>Returns:</b></dt><dd>the spool file, or NULL.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a5" doxytag="apreq_util.h::apreq_cp1252_to_utf8"></a><p>
+<a class="anchor" name="a5"></a><!-- doxytag: member="apreq_util.h::apreq_cp1252_to_utf8" ref="a5" args="(char *dest, const char *src, apr_size_t slen)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -494,11 +494,11 @@
     <tr><td valign="top"></td><td valign="top"><em>slen</em>&nbsp;</td><td>Length of original string.</td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Returns:</b></dt><dd>length of utf8-encoded string in dest; does not exceed 3 * slen. </dd></dl>
+<dl compact><dt><b>Returns:</b></dt><dd>length of utf8-encoded string in dest; does not exceed 3 * slen.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a6" doxytag="apreq_util.h::apreq_decode"></a><p>
+<a class="anchor" name="a6"></a><!-- doxytag: member="apreq_util.h::apreq_decode" ref="a6" args="(char *dest, apr_size_t *dlen, const char *src, apr_size_t slen)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -556,11 +556,11 @@
 <dl compact><dt><b>Returns:</b></dt><dd>APR_SUCCESS + apreq_charset_t (&lt;=APREQ_CHARSET_UTF8) on success. <p>
 APR_INCOMPLETE + apreq_charset_t (&lt;=APREQ_CHARSET_UTF8) if the string ends in the middle of an escape sequence. <p>
 <a class="el" href="apreq__error_8h.html#a6">APREQ_ERROR_BADSEQ</a> or <a class="el" href="apreq__error_8h.html#a5">APREQ_ERROR_BADCHAR</a> on malformed input.</dd></dl>
-<dl compact><dt><b>Remarks:</b></dt><dd>In the non-success case, dlen will be set to include the last succesfully decoded value. This function decodes %uXXXX into a utf8 (wide) character, following ECMA-262 (the Javascript spec) Section B.2.1. </dd></dl>
+<dl compact><dt><b>Remarks:</b></dt><dd>In the non-success case, dlen will be set to include the last succesfully decoded value. This function decodes %uXXXX into a utf8 (wide) character, following ECMA-262 (the Javascript spec) Section B.2.1.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a7" doxytag="apreq_util.h::apreq_decodev"></a><p>
+<a class="anchor" name="a7"></a><!-- doxytag: member="apreq_util.h::apreq_decodev" ref="a7" args="(char *dest, apr_size_t *dlen, struct iovec *v, int nelts)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -618,11 +618,11 @@
 <dl compact><dt><b>Returns:</b></dt><dd>APR_SUCCESS + apreq_charset_t (&lt;=APREQ_CHARSET_UTF8) on success. <p>
 APR_INCOMPLETE + apreq_charset_t (&lt;=APREQ_CHARSET_UTF8) if the iovec ends in the middle of an escape sequence. <p>
 <a class="el" href="apreq__error_8h.html#a6">APREQ_ERROR_BADSEQ</a> or <a class="el" href="apreq__error_8h.html#a5">APREQ_ERROR_BADCHAR</a> on malformed input.</dd></dl>
-<dl compact><dt><b>Remarks:</b></dt><dd>In the non-APR_SUCCESS case, dlen will be set to include the last succesfully decoded value. This function decodes %uXXXX into a utf8 (wide) character, following ECMA-262 (the Javascript spec) Section B.2.1. </dd></dl>
+<dl compact><dt><b>Remarks:</b></dt><dd>In the non-APR_SUCCESS case, dlen will be set to include the last succesfully decoded value. This function decodes %uXXXX into a utf8 (wide) character, following ECMA-262 (the Javascript spec) Section B.2.1.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a4" doxytag="apreq_util.h::apreq_encode"></a><p>
+<a class="anchor" name="a4"></a><!-- doxytag: member="apreq_util.h::apreq_encode" ref="a4" args="(char *dest, const char *src, const apr_size_t slen)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -670,11 +670,11 @@
     <tr><td valign="top"></td><td valign="top"><em>slen</em>&nbsp;</td><td>Length of original string.</td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Returns:</b></dt><dd>length of url-encoded string in dest; does not exceed 3 * slen. </dd></dl>
+<dl compact><dt><b>Returns:</b></dt><dd>length of url-encoded string in dest; does not exceed 3 * slen.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a8" doxytag="apreq_util.h::apreq_escape"></a><p>
+<a class="anchor" name="a8"></a><!-- doxytag: member="apreq_util.h::apreq_escape" ref="a8" args="(apr_pool_t *p, const char *src, const apr_size_t slen)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -723,11 +723,11 @@
   </table>
 </dl>
 <dl compact><dt><b>Returns:</b></dt><dd>The url-encoded string.</dd></dl>
-<dl compact><dt><b>Remarks:</b></dt><dd>Use this function insead of apreq_encode if its caller might otherwise overflow dest. </dd></dl>
+<dl compact><dt><b>Remarks:</b></dt><dd>Use this function insead of apreq_encode if its caller might otherwise overflow dest.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a13" doxytag="apreq_util.h::apreq_file_mktemp"></a><p>
+<a class="anchor" name="a13"></a><!-- doxytag: member="apreq_util.h::apreq_file_mktemp" ref="a13" args="(apr_file_t **fp, apr_pool_t *pool, const char *path)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -776,11 +776,11 @@
   </table>
 </dl>
 <dl compact><dt><b>Returns:</b></dt><dd>APR_SUCCESS. <p>
-Error status code from unsuccessful <a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__filepath.html#gga1">apr_filepath_merge()</a>, or a failed <a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#gga51">apr_file_mktemp()</a>. </dd></dl>
+Error status code from unsuccessful <a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__filepath.html#gga1">apr_filepath_merge()</a>, or a failed <a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/group__apr__file__io.html#gga51">apr_file_mktemp()</a>.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a17" doxytag="apreq_util.h::apreq_header_attribute"></a><p>
+<a class="anchor" name="a17"></a><!-- doxytag: member="apreq_util.h::apreq_header_attribute" ref="a17" args="(const char *hdr, const char *name, const apr_size_t nlen, const char **val, apr_size_t *vlen)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -844,11 +844,11 @@
 </dl>
 <dl compact><dt><b>Returns:</b></dt><dd>APR_SUCCESS. <p>
 <a class="el" href="apreq__error_8h.html#a12">APREQ_ERROR_NOATTR</a> if the attribute is not found. <p>
-<a class="el" href="apreq__error_8h.html#a6">APREQ_ERROR_BADSEQ</a> if an unpaired quote mark was detected. </dd></dl>
+<a class="el" href="apreq__error_8h.html#a6">APREQ_ERROR_BADSEQ</a> if an unpaired quote mark was detected.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a1" doxytag="apreq_util.h::apreq_index"></a><p>
+<a class="anchor" name="a1"></a><!-- doxytag: member="apreq_util.h::apreq_index" ref="a1" args="(const char *hay, apr_size_t hlen, const char *ndl, apr_size_t nlen, const apreq_match_t type)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -910,11 +910,11 @@
     <tr><td valign="top"></td><td valign="top"><em>type</em>&nbsp;</td><td>Match type.</td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Returns:</b></dt><dd>Offset of match string, or -1 if no match is found. </dd></dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Offset of match string, or -1 if no match is found.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a0" doxytag="apreq_util.h::apreq_join"></a><p>
+<a class="anchor" name="a0"></a><!-- doxytag: member="apreq_util.h::apreq_join" ref="a0" args="(apr_pool_t *p, const char *sep, const apr_array_header_t *arr, apreq_join_t mode)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -969,11 +969,11 @@
     <tr><td valign="top"></td><td valign="top"><em>mode</em>&nbsp;</td><td>Join type- see apreq_join_t.</td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Returns:</b></dt><dd>Joined string, or NULL on error </dd></dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Joined string, or NULL on error</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a2" doxytag="apreq_util.h::apreq_quote"></a><p>
+<a class="anchor" name="a2"></a><!-- doxytag: member="apreq_util.h::apreq_quote" ref="a2" args="(char *dest, const char *src, const apr_size_t slen)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -1022,11 +1022,11 @@
     <tr><td valign="top"></td><td valign="top"><em>dest</em>&nbsp;</td><td>Destination string.</td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Returns:</b></dt><dd>length of quoted copy in dest. </dd></dl>
+<dl compact><dt><b>Returns:</b></dt><dd>length of quoted copy in dest.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a3" doxytag="apreq_util.h::apreq_quote_once"></a><p>
+<a class="anchor" name="a3"></a><!-- doxytag: member="apreq_util.h::apreq_quote_once" ref="a3" args="(char *dest, const char *src, const apr_size_t slen)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -1075,11 +1075,11 @@
     <tr><td valign="top"></td><td valign="top"><em>dest</em>&nbsp;</td><td>Destination string.</td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Returns:</b></dt><dd>length of quoted copy in dest. </dd></dl>
+<dl compact><dt><b>Returns:</b></dt><dd>length of quoted copy in dest.</dd></dl>
     </td>
   </tr>
 </table>
-<a class="anchor" name="a9" doxytag="apreq_util.h::apreq_unescape"></a><p>
+<a class="anchor" name="a9"></a><!-- doxytag: member="apreq_util.h::apreq_unescape" ref="a9" args="(char *str)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -1110,7 +1110,7 @@
     <tr><td valign="top"></td><td valign="top"><em>str</em>&nbsp;</td><td>The string to decode</td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Returns:</b></dt><dd>Length of decoded string, or &lt; 0 on error. </dd></dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Length of decoded string, or &lt; 0 on error.</dd></dl>
     </td>
   </tr>
 </table>
@@ -1120,7 +1120,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__version_8h-source.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/apreq/hen_i_try_to_upload_a_file__why_do_i_get_this_error__error__can_t_locate_____apache2_request_upload_al_in__inc">When I try to upload a file, why do I get this error 
+       ``[error] Can't locate .../Apache2/Request/upload.al in @INC''?</a></h2>
+
+<p><em>Apache2::Upload</em> is now a separate module in apreq2, so you need to 
+<code>use Apache2::Upload</code> to load the <code>Apache2::Request::upload</code> function.</p>
+
 <p>
+
 </p>
 <hr />
+
 <h1><a name="using_libapreq2_outside_of_apache_">Using libapreq2 outside of Apache.</a></h1>
+
 <p>[...]</p>
 
+<p>
+
+</p>
+<hr />
+
+<h1><a name="contributing_to_apreq_development_">Contributing to apreq development.</a></h1>
+
+<p>
+
+</p>
+
+<h2><a name="how_is_the_subversion_repository_managed">How is the subversion repository managed?</a></h2>
+
+<p>apreq's repository is broken into three subdirectories:</p>
+
+<pre>
+    /trunk    - the current codebase for active development.
+    /tags     - release snapshots.
+    /branches - where older releases and expdocs/libapreq2/apreq__version_8h-source.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__version_8h-source.html (original)
+++ httpd/site/trunk/xdocs/apreq/docs/libapreq2/apreq__version_8h-source.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: include/apreq_version.h Source File</title> 
+  <title>libapreq2-2.06-dev: libapreq2: include/apreq_version.h Source File</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,79 +10,79 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="nav">
 <a class="el" href="dir_000000.html">include</a></div>
-<h1>apreq_version.h</h1><a href="apreq__version_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
-00002 <span class="comment">**  Copyright 2003-2005  The Apache Software Foundation</span>
-00003 <span class="comment">**</span>
-00004 <span class="comment">**  Licensed under the Apache License, Version 2.0 (the "License");</span>
-00005 <span class="comment">**  you may not use this file except in compliance with the License.</span>
-00006 <span class="commeerimental development lines live.</pre>
+
+<p>apreq follows a Commit-then-Review policy for its entire repository,
+but being a shared library places certain restrictions on the admissible
+changes for stable trees.   Basically the header files cannot be modified;
+only new functions and structures may be added to them.  Any time that 
+happens, the minor-version needs to be bumped, and the patch-level gets
+reset to zero.  Changes that only modify the library's implementation (.c)
+files require a bump to the patch-level.  On stable trees, this version 
+tracking should happen on each commit, to make auditing easy for other 
+developers without resorting to a draconian Review-then-Commit policy.</p>
+
+
  <div id="footer">
 <p class="apache">
 Copyright &copy; 2003-2005 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></nt">**  You may obtain a copy of the License at</span>
-00007 <span class="comment">**</span>
-00008 <span class="comment">**      http://www.apache.org/licenses/LICENSE-2.0</span>
-00009 <span class="comment">**</span>
-00010 <span class="comment">**  Unless required by applicable law or agreed to in writing, software</span>
-00011 <span class="comment">**  distributed under the License is distributed on an "AS IS" BASIS,</span>
-00012 <span class="comment">**  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
-00013 <span class="comment">**  See the License for the specific language governing permissions and</span>
-00014 <span class="comment">**  limitations under the License.</span>
-00015 <span class="comment">*/</span>
-00016 
-00017 <span class="preprocessor">#ifndef APREQ_VERSION_H</span>
-00018 <span class="preprocessor"></span><span class="preprocessor">#define APREQ_VERSION_H</span>
-00019 <span class="preprocessor"></span>
-00020 <span class="preprocessor">#ifdef __cplusplus</span>
-00021 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-00022 <span class="preprocessor">#endif</span>
-00023 <span class="preprocessor"></span>
-00024 <span class="preprocessor">#include "<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/apr__version_8h.html">apr_version.h</a>"</span>
-00025 <span class="preprocessor">#include "<a class="code" href="apreq_8h.html">apreq.h</a>"</span>
-00026 
-00046 <span class="comment">/* The numeric compile-time version constants. These constants are the</span>
-00047 <span class="comment"> * authoritative version numbers for libapreq. </span>
-00048 <span class="comment"> */</span>
-00049 
+<h1>apreq_version.h</h1><a href="apreq__version_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment">**  Copyright 2003-2005  The Apache Software Foundation</span>
+<a name="l00003"></a>00003 <span class="comment">**</span>
+<a name="l00004"></a>00004 <span class="comment">**  Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment">**  you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment">**  You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment">**</span>
+<a name="l00008"></a>00008 <span class="comment">**      http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment">**</span>
+<a name="l00010"></a>00010 <span class="comment">**  Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment">**  distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment">**  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment">**  See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment">**  limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment">*/</span>
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 <span class="preprocessor">#ifndef APREQ_VERSION_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define APREQ_VERSION_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span>
+<a name="l00020"></a>00020 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+<a name="l00022"></a>00022 <span class="preprocessor">#endif</span>
+<a name="l00023"></a>00023 <span class="preprocessor"></span>
+<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/apr__version_8h.html">apr_version.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apreq_8h.html">apreq.h</a>"</span>
+<a name="l00026"></a>00026 
+<a name="l00046"></a>00046 <span class="comment">/* The numeric compile-time version constants. These constants are the</span>
+<a name="l00047"></a>00047 <span class="comment"> * authoritative version numbers for libapreq. </span>
+<a name="l00048"></a>00048 <span class="comment"> */</span>
+<a name="l00049"></a>00049 
 <a name="l00055"></a><a class="code" href="apreq__version_8h.html#a0">00055</a> <span class="preprocessor">#define APREQ_MAJOR_VERSION       2</span>
-00056 <span class="preprocessor"></span>
+<a name="l00056"></a>00056 <span class="preprocessor"></span>
 <a name="l00061"></a><a class="code" href="apreq__version_8h.html#a1">00061</a> <span class="preprocessor">#define APREQ_MINOR_VERSION       1</span>
-00062 <span class="preprocessor"></span>
-<a name="l00064"></a><a class="code" href="apreq__version_8h.html#a2">00064</a> <span class="preprocessor">#define APREQ_PATCH_VERSION       0</span>
-00065 <span class="preprocessor"></span>
+<a name="l00062"></a>00062 <span class="preprocessor"></span>
+<a name="l00064"></a><a class="code" href="apreq__version_8h.html#a2">00064</a> <span class="preprocessor">#define APREQ_PATCH_VERSION       3</span>
+<a name="l00065"></a>00065 <span class="preprocessor"></span>
 <a name="l00070"></a><a class="code" href="apreq__version_8h.html#a3">00070</a> <span class="preprocessor">#define APREQ_IS_DEV_VERSION</span>
-00071 <span class="preprocessor"></span>
-00072 
+<a name="l00071"></a>00071 <span class="preprocessor"></span>
+<a name="l00072"></a>00072 
 <a name="l00074"></a><a class="code" href="apreq__version_8h.html#a4">00074</a> <span class="preprocessor">#define APREQ_VERSION_STRING \</span>
-00075 <span class="preprocessor">     APR_STRINGIFY(APREQ_MAJOR_VERSION) "." \</span>
-00076 <span class="preprocessor">     APR_STRINGIFY(APREQ_MINOR_VERSION) "." \</span>
-00077 <span class="preprocessor">     APR_STRINGIFY(APREQ_PATCH_VERSION) \</span>
-00078 <span class="preprocessor">     APREQ_IS_DEV_STRING</span>
-00079 <span class="preprocessor"></span>
-00086 APREQ_DECLARE(<span class="keywordtype">void</span>) <a class="code" href="apreq__version_8h.html#a6">apreq_version</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/structapr__version__t.html">apr_version_t</a> *pvsn);
-00087 
-00089 APREQ_DECLARE(const <span class="keywordtype">char</span> *) <a class="code" href="apreq__version_8h.html#a7">apreq_version_string</a>(<span class="keywordtype">void</span>);
-00090 
-00091 
-00093 #ifdef <a class="code" href="apreq__version_8h.html#a3">APREQ_IS_DEV_VERSION</a>
+<a name="l00075"></a>00075 <span class="preprocessor">     APR_STRINGIFY(APREQ_MAJOR_VERSION) "." \</span>
+<a name="l00076"></a>00076 <span class="preprocessor">     APR_STRINGIFY(APREQ_MINOR_VERSION) "." \</span>
+<a name="l00077"></a>00077 <span class="preprocessor">     APR_STRINGIFY(APREQ_PATCH_VERSION) \</span>
+<a name="l00078"></a>00078 <span class="preprocessor">     APREQ_IS_DEV_STRING</span>
+<a name="l00079"></a>00079 <span class="preprocessor"></span>
+<a name="l00086"></a>00086 APREQ_DECLARE(<span class="keywordtype">void</span>) <a class="code" href="apreq__version_8h.html#a6">apreq_version</a>(<a class="codeRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/" href="http://apr.apache.org/docs/apr/structapr__version__t.html">apr_version_t</a> *pvsn);
+<a name="l00087"></a>00087 
+<a name="l00089"></a>00089 APREQ_DECLARE(const <span class="keywordtype">char</span> *) <a class="code" href="apreq__version_8h.html#a7">apreq_version_string</a>(<span class="keywordtype">void</span>);
+<a name="l00090"></a>00090 
+<a name="l00091"></a>00091 
+<a name="l00093"></a>00093 #ifdef <a class="code" href="apreq__version_8h.html#a3">APREQ_IS_DEV_VERSION</a>
 <a name="l00094"></a><a class="code" href="apreq__version_8h.html#a5">00094</a> #define <a class="code" href="apreq__version_8h.html#a5">APREQ_IS_DEV_STRING</a> "-dev"
-00095 #else
-00096 #define <a class="code" href="apreq__version_8h.html#a5">APREQ_IS_DEV_STRING</a> ""
-00097 #endif
-00098 
-00099 
-00100 #ifdef __cplusplus
-00101 }
-00102 #endif
-00103 
-00104 #endif <span class="comment">/* APREQ_VERSION_H */</span>
+<a name="l00095"></a>00095 #else
+<a name="l00096"></a>00096 #define <a class="code" href="apreq__version_8h.html#a5">APREQ_IS_DEV_STRING</a> ""
+<a name="l00097"></a>00097 #endif
+<a name="l00098"></a>00098 
+<a name="l00099"></a>00099 
+<a name="l00100"></a>00100 #ifdef __cplusplus
+<a name="l00101"></a>00101 }
+<a name="l00102"></a>00102 #endif
+<a name="l00103"></a>00103 
+<a name="l00104"></a>00104 #endif <span class="comment">/* APREQ_VERSION_H */</span>
 </pre></div><div id="footer">
 <p class="apache">
 Copyright &copy; 2003-2005 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>



a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_install.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_install.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_install.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_install.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: INSTALL</title> 
+  <title>libapreq2-2.06-dev: libapreq2: INSTALL</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,10 +10,8 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="nav">
-<b>groups.dox</b></div>
 <h1><a class="anchor" name="apreq_install">INSTALL</a></h1><div class="fragment"><pre class="fragment">PREREQUISITES:
 
 Please see the PREREQUISITES file.  If you are building httpd-apreq-2 
@@ -34,8 +32,8 @@
             % make install
 
 
-Or using the CPAN/perlish way (which includes the Apache::Request and
-Apache::Cookie modules):
+Or using the CPAN/perlish way (which includes the Apache2::Request and
+Apache2::Cookie modules):
 
             % perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs
             % make
@@ -108,7 +106,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_license.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_license.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_license.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_license.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: LICENSE</title> 
+  <title>libapreq2-2.06-dev: libapreq2: LICENSE</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,10 +10,8 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="nav">
-<b>groups.dox</b></div>
 <h1><a class="anchor" name="apreq_license">LICENSE</a></h1><div class="fragment"><pre class="fragment">
                                  Apache License
                            Version 2.0, January 2004
@@ -222,7 +220,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_notice.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_notice.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_notice.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_notice.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: NOTICE</title> 
+  <title>libapreq2-2.06-dev: libapreq2: NOTICE</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,10 +10,8 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="nav">
-<b>groups.dox</b></div>
 <h1><a class="anchor" name="apreq_notice">NOTICE</a></h1><div class="fragment"><pre class="fragment">This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 </pre></div> <div id="footer">
@@ -22,7 +20,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_status.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_status.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_status.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq_status.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: STATUS</title> 
+  <title>libapreq2-2.06-dev: libapreq2: STATUS</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,24 +10,17 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="nav">
-<b>STATUS</b></div>
-<h1><a class="anchor" name="apreq_status">STATUS</a></h1>2.05-dev released on May 5, 2005.<p>
+<h1><a class="anchor" name="apreq_status">STATUS</a></h1>2.06-dev released on July 20, 2005<p>
 Contributors looking for a mission:<p>
 <ul>
 <li>just do an egrep on "TODO" or "XXX" and see what's there</li></ul>
 <p>
 CURRENT RELEASE NOTES:<p>
-<ul>
-<li>This is a developer release, indicated by the "-dev" suffix on the version string. We believe the core interfaces to be stable, but some portions of the API may still need significant modification. Thus, binary/source compatibility may be broken from one developer release to the next. In particular the version numbering rules specified at</li></ul>
-<p>
-<a href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a><p>
-do not apply to developer releases.<p>
 RELEASE SHOWSTOPPERS:<p>
 <ul>
-<li>The api docs are currently incorrect.</li></ul>
+<li>The api docs are currently incorrect.</li><li>The perl docs are missing Test::Inline tests.</li></ul>
 <p>
 CURRENT VOTES:<p>
 <ul>
@@ -36,82 +29,14 @@
 +1: joes 0: -1:<p>
 TODO:<p>
 <ul>
-<li>Dump automake, preferably replacing that with more stuff from httpd/apr's build system.</li></ul>
-<p>
-<ul>
-<li>Introduce APR::Request::Parser and APR::Request::Hook. Implement Apache2::Request::new's UPLOAD_HOOK using them.</li></ul>
-<p>
-<ul>
-<li>Move module/t to module/apache2/t.</li></ul>
-<p>
-<ul>
-<li>Figure out how and where the apreq_xs_ headers, and typemap file, should be installed.</li></ul>
-<p>
-<ul>
-<li>Write tests for the apache 1.3.x module.</li></ul>
-<p>
-<ul>
-<li>Fix the broken make dependencies, especially in the module and glue subdirs. The libtool workaround (for OSX IIRC) that copies module/.libs to module/t is especially bogus.</li></ul>
-<p>
-<ul>
-<li>Drop ExtUtils::XSBuilder as the C API is fairly stable now. The header parsing + xs generation stuff may be too difficult for the community to maintain over ordinary .xs files.</li></ul>
-<p>
-<ul>
-<li>Round out the unit tests in library/t. Ideally each API function should have its own tests, and each possible error status should be both tested &amp; documented. Also upgrade these tests to use the Apache::Test framework.</li></ul>
-<p>
-<ul>
-<li>Add a "memory_limit" setting to <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> and <a class="el" href="structapreq__module__t.html">apreq_module_t</a>, which will control how much pool allocation the parser may use.</li></ul>
-<p>
-<ul>
-<li>Add a "header_limit" setting to control outgoing header size (mainly for baking cookies) instead of using a compiled-in limit.</li></ul>
-<p>
-<ul>
-<li>in glue/perl/t/apreq/cgi.t on Win32, printing to the error log hangs if the strings involved are about 10000 in size. This doesn't occur in the env/cgi tests - why?</li></ul>
-<p>
-<ul>
-<li>Why must fprintf(stderr, ...), rather than apr_file_printf(err, ...), be used on Win32 in cgi_log() of src/apreq_env.c?</li></ul>
-<p>
-<ul>
-<li>Get env/ (Apache::Test) tests to work for --with-apache2-src option. Also add a test to configure that prevents simultaneous use of --with-apache2-src and --with-apache2-apxs.</li></ul>
-<p>
-<ul>
-<li>symbol exports files:<ol type=a>
-<li>aix needs .exp files</li></ol>
-</li></ul>
-<p>
-<ul>
-<li>Install the html dox during "make install". Should we do this for the doxy manpages also?</li></ul>
-<p>
-<ul>
-<li>Rework glue/perl build system to use apreq2-config instead of relying on paths like "../../src".</li></ul>
-<p>
-OPEN ISSUES:<p>
-<ul>
-<li>Should we bundle an apr-based "application/xml" parser? If so, how should we parse the xml data into an apr_table?</li></ul>
-<p>
-<ul>
-<li>Determine whether or not it's good for the perl glue to ever set the SvUTF8 flag on a param. The current code ties this action to the apreq_param_is_tainted flag.</li></ul>
-<p>
-<ul>
-<li>Should we let hooks interrupt parsers via APREQ_ERROR_INTERRUPT? That'd need a delete_hook method to make interrupts a useful way of tuning parser behavior.</li></ul>
-<p>
-BUGS:<p>
-<ul>
-<li>Fix build automake/libtool/autoconf build system so it works properly on OSX &amp; AIX.</li></ul>
-<p>
-WISH LIST:<p>
-<ul>
-<li>I [joes] wish folks would contribute some glue code for one of these:</li></ul>
-<p>
-<ul>
-<li>php,</li><li>Rivet,</li><li>mod_dtcl,</li><li>mod_python,</li><li>mod_jk,</li><li>tomcat,</li><li>mod_ruby,</li><li>mod_parrot. </li></ul>
+<li>Sadly, the PAUSE indexer still doesn't speak META.yml. We need to find a way to get the APR::Request* packages indexed (with proper version numbers), and prevent the indexer from inspecting the supporting modules in </li></ul>
 <div id="footer">
 <p class="apache">
 Copyright &copy; 2003-2005 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000000.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000000.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000000.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000000.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: include/ Directory Reference</title> 
+  <title>libapreq2-2.06-dev: libapreq2: include/ Directory Reference</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,7 +10,7 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="nav">
 <a class="el" href="dir_000000.html">include</a></div>
@@ -19,17 +19,20 @@
 <tr><td colspan="2"><br><h2>Files</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq_8h.html">apreq.h</a> <a href="apreq_8h-source.html">[code]</a></td></tr>
 
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Main header file... <br></td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Main header file...<p>
+Define the generic APREQ_ macros and common data structures. <br></td></tr>
 
 <p>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__cookie_8h.html">apreq_cookie.h</a> <a href="apreq__cookie_8h-source.html">[code]</a></td></tr>
 
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Cookies and Jars. <br></td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Cookies and Jars.<p>
+<a class="el" href="apreq__cookie_8h.html">apreq_cookie.h</a> describes a common server-side API for request (incoming) and response (outgoing) cookies. It aims towards compliance with the standard cookie specifications listed below. <br></td></tr>
 
 <p>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__error_8h.html">apreq_error.h</a> <a href="apreq__error_8h-source.html">[code]</a></td></tr>
 
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Error status codes. <br></td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Error status codes.<p>
+Define the APREQ_ error codes. <br></td></tr>
 
 <p>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__module_8h.html">apreq_module.h</a> <a href="apreq__module_8h-source.html">[code]</a></td></tr>
@@ -54,7 +57,8 @@
 <p>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apreq__version_8h.html">apreq_version.h</a> <a href="apreq__version_8h-source.html">[code]</a></td></tr>
 
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Versioning API for libapreq. <br></td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Versioning API for libapreq<p>
+There are several different mechanisms for accessing the version. There is a string form, and a set of numbers; in addition, there are constants which can be compiled into your application, and you can query the library being used for its actual version. <br></td></tr>
 
 <p>
 </table>
@@ -64,7 +68,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000001.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000001.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000001.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000001.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: module/ Directory Reference</title> 
+  <title>libapreq2-2.06-dev: libapreq2: module/ Directory Reference</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,7 +10,7 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="nav">
 <a class="el" href="dir_000001.html">module</a></div>
@@ -28,7 +28,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000002.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000002.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000002.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000002.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: module/apache/ Directory Reference</title> 
+  <title>libapreq2-2.06-dev: libapreq2: module/apache/ Directory Reference</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,10 +10,10 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="nav">
-<a class="el" href="dir_000001.html">module</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">apache</a></div>
+<a class="el" href="dir_000001.html">module</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000002.html">apache</a></div>
 <h1>apache Directory Reference</h1><table border="0" cellpadding="0" cellspacing="0">
 <tr><td></td></tr>
 <tr><td colspan="2"><br><h2>Files</h2></td></tr>
@@ -26,7 +26,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000003.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000003.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000003.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/dir_000003.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: module/apache2/ Directory Reference</title> 
+  <title>libapreq2-2.06-dev: libapreq2: module/apache2/ Directory Reference</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,10 +10,10 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="nav">
-<a class="el" href="dir_000001.html">module</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">apache2</a></div>
+<a class="el" href="dir_000001.html">module</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000003.html">apache2</a></div>
 <h1>apache2 Directory Reference</h1><table border="0" cellpadding="0" cellspacing="0">
 <tr><td></td></tr>
 <tr><td colspan="2"><br><h2>Files</h2></td></tr>
@@ -26,7 +26,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/dirs.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/dirs.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/dirs.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/dirs.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Directory Hierarchy</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Directory Hierarchy</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,7 +10,7 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindexHL" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <h1>libapreq2 Directories</h1>This directory hierarchy is sorted roughly, but not completely, alphabetically:<ul>
 <li><a class="el" href="dir_000000.html">include</a>
@@ -26,7 +26,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/files.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/files.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/files.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/files.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: File Index</title> 
+  <title>libapreq2-2.06-dev: libapreq2: File Index</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,17 +10,21 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindexHL" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <h1>libapreq2 File List</h1>Here is a list of all documented files with brief descriptions:<table>
-  <tr><td class="indexkey">include/<a class="el" href="apreq_8h.html">apreq.h</a> <a href="apreq_8h-source.html">[code]</a></td><td class="indexvalue">Main header file.. </td></tr>
-  <tr><td class="indexkey">include/<a class="el" href="apreq__cookie_8h.html">apreq_cookie.h</a> <a href="apreq__cookie_8h-source.html">[code]</a></td><td class="indexvalue">Cookies and Jars </td></tr>
-  <tr><td class="indexkey">include/<a class="el" href="apreq__error_8h.html">apreq_error.h</a> <a href="apreq__error_8h-source.html">[code]</a></td><td class="indexvalue">Error status codes </td></tr>
+  <tr><td class="indexkey">include/<a class="el" href="apreq_8h.html">apreq.h</a> <a href="apreq_8h-source.html">[code]</a></td><td class="indexvalue">Main header file...<p>
+Define the generic APREQ_ macros and common data structures </td></tr>
+  <tr><td class="indexkey">include/<a class="el" href="apreq__cookie_8h.html">apreq_cookie.h</a> <a href="apreq__cookie_8h-source.html">[code]</a></td><td class="indexvalue">Cookies and Jars.<p>
+<a class="el" href="apreq__cookie_8h.html">apreq_cookie.h</a> describes a common server-side API for request (incoming) and response (outgoing) cookies. It aims towards compliance with the standard cookie specifications listed below </td></tr>
+  <tr><td class="indexkey">include/<a class="el" href="apreq__error_8h.html">apreq_error.h</a> <a href="apreq__error_8h-source.html">[code]</a></td><td class="indexvalue">Error status codes.<p>
+Define the APREQ_ error codes </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apreq__module_8h.html">apreq_module.h</a> <a href="apreq__module_8h-source.html">[code]</a></td><td class="indexvalue">Module API </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apreq__param_8h.html">apreq_param.h</a> <a href="apreq__param_8h-source.html">[code]</a></td><td class="indexvalue">Request parsing and parameter API </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apreq__parser_8h.html">apreq_parser.h</a> <a href="apreq__parser_8h-source.html">[code]</a></td><td class="indexvalue">Request body parser API </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apreq__util_8h.html">apreq_util.h</a> <a href="apreq__util_8h-source.html">[code]</a></td><td class="indexvalue">Utility functions for apreq </td></tr>
-  <tr><td class="indexkey">include/<a class="el" href="apreq__version_8h.html">apreq_version.h</a> <a href="apreq__version_8h-source.html">[code]</a></td><td class="indexvalue">Versioning API for libapreq </td></tr>
+  <tr><td class="indexkey">include/<a class="el" href="apreq__version_8h.html">apreq_version.h</a> <a href="apreq__version_8h-source.html">[code]</a></td><td class="indexvalue">Versioning API for libapreq<p>
+There are several different mechanisms for accessing the version. There is a string form, and a set of numbers; in addition, there are constants which can be compiled into your application, and you can query the library being used for its actual version </td></tr>
   <tr><td class="indexkey">module/apache/<b>apreq_module_apache.h</b> <a href="apreq__module__apache_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
   <tr><td class="indexkey">module/apache2/<b>apreq_module_apache2.h</b> <a href="apreq__module__apache2_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
 </table>
@@ -30,7 +34,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/functions.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/functions.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/functions.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/functions.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Data Fields</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Data Fields</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,7 +10,7 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindexHL" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="qindex"><a class="qindexHL" href="functions.html">All</a> | <a class="qindex" href="functions_vars.html">Variables</a></div>
 <div class="qindex"><a class="qindex" href="#index_a">a</a> | <a class="qindex" href="#index_b">b</a> | <a class="qindex" href="#index_c">c</a> | <a class="qindex" href="#index_d">d</a> | <a class="qindex" href="#index_f">f</a> | <a class="qindex" href="#index_h">h</a> | <a class="qindex" href="#index_i">i</a> | <a class="qindex" href="#index_j">j</a> | <a class="qindex" href="#index_m">m</a> | <a class="qindex" href="#index_n">n</a> | <a class="qindex" href="#index_p">p</a> | <a class="qindex" href="#index_r">r</a> | <a class="qindex" href="#index_t">t</a> | <a class="qindex" href="#index_u">u</a> | <a class="qindex" href="#index_v">v</a></div>
@@ -94,7 +94,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/functions_vars.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/functions_vars.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/functions_vars.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/functions_vars.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Data Fields - Variables</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Data Fields - Variables</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,7 +10,7 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindexHL" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 <div class="qindex"><a class="qindex" href="functions.html">All</a> | <a class="qindexHL" href="functions_vars.html">Variables</a></div>
 <div class="qindex"><a class="qindex" href="#index_a">a</a> | <a class="qindex" href="#index_b">b</a> | <a class="qindex" href="#index_c">c</a> | <a class="qindex" href="#index_d">d</a> | <a class="qindex" href="#index_f">f</a> | <a class="qindex" href="#index_h">h</a> | <a class="qindex" href="#index_i">i</a> | <a class="qindex" href="#index_j">j</a> | <a class="qindex" href="#index_m">m</a> | <a class="qindex" href="#index_n">n</a> | <a class="qindex" href="#index_p">p</a> | <a class="qindex" href="#index_r">r</a> | <a class="qindex" href="#index_t">t</a> | <a class="qindex" href="#index_u">u</a> | <a class="qindex" href="#index_v">v</a></div>
@@ -94,7 +94,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/globals.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/globals.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/globals.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/globals.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Data Fields</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Data Fields</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,9 +10,9 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindexHL" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="qindex"><a class="qindexHL" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumeration&nbsp;values</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
+<div class="qindex"><a class="qindexHL" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumerator</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
 <div class="qindex"><a class="qindex" href="#index_a">a</a></div>
 
 <p>
@@ -36,9 +36,7 @@
 : <a class="el" href="apreq__util_8h.html#a19">apreq_util.h</a><li>apreq_charset_t
 : <a class="el" href="apreq_8h.html#a37">apreq.h</a><li>apreq_cookie
 : <a class="el" href="apreq__module_8h.html#a1">apreq_module.h</a><li>apreq_cookie_as_string()
-: <a class="el" href="apreq__cookie_8h.html#a13">apreq_cookie.h</a><li>apreq_cookie_bake()
-: <a class="el" href="apreq__module_8h.html#a22">apreq_module.h</a><li>apreq_cookie_bake2()
-: <a class="el" href="apreq__module_8h.html#a23">apreq_module.h</a><li>apreq_cookie_expires()
+: <a class="el" href="apreq__cookie_8h.html#a13">apreq_cookie.h</a><li>apreq_cookie_expires()
 : <a class="el" href="apreq__cookie_8h.html#a15">apreq_cookie.h</a><li>apreq_cookie_is_secure()
 : <a class="el" href="apreq__cookie_8h.html#a5">apreq_cookie.h</a><li>apreq_cookie_is_tainted()
 : <a class="el" href="apreq__cookie_8h.html#a8">apreq_cookie.h</a><li>apreq_cookie_make()
@@ -52,7 +50,7 @@
 : <a class="el" href="apreq__cookie_8h.html#a9">apreq_cookie.h</a><li>apreq_cookie_version()
 : <a class="el" href="apreq__cookie_8h.html#a3">apreq_cookie.h</a><li>apreq_cookie_version_set()
 : <a class="el" href="apreq__cookie_8h.html#a4">apreq_cookie.h</a><li>apreq_cookies()
-: <a class="el" href="apreq__module_8h.html#a27">apreq_module.h</a><li>apreq_cp1252_to_utf8()
+: <a class="el" href="apreq__module_8h.html#a24">apreq_module.h</a><li>apreq_cp1252_to_utf8()
 : <a class="el" href="apreq__util_8h.html#a5">apreq_util.h</a><li>APREQ_DECLARE_HOOK
 : <a class="el" href="apreq__parser_8h.html#a22">apreq_parser.h</a><li>APREQ_DECLARE_PARSER
 : <a class="el" href="apreq__parser_8h.html#a13">apreq_parser.h</a><li>apreq_decode()
@@ -112,7 +110,7 @@
 : <a class="el" href="apreq__module_8h.html#a0">apreq_module.h</a><li>apreq_module_status_is_error()
 : <a class="el" href="apreq__module_8h.html#a4">apreq_module.h</a><li>apreq_module_t
 : <a class="el" href="apreq__module_8h.html#a3">apreq_module.h</a><li>apreq_param()
-: <a class="el" href="apreq__module_8h.html#a25">apreq_module.h</a><li>apreq_param_charset_get()
+: <a class="el" href="apreq__module_8h.html#a22">apreq_module.h</a><li>apreq_param_charset_get()
 : <a class="el" href="apreq__param_8h.html#a5">apreq_param.h</a><li>apreq_param_charset_set()
 : <a class="el" href="apreq__param_8h.html#a4">apreq_param.h</a><li>apreq_param_decode()
 : <a class="el" href="apreq__param_8h.html#a8">apreq_param.h</a><li>apreq_param_encode()
@@ -122,10 +120,9 @@
 : <a class="el" href="apreq__param_8h.html#a0">apreq_param.h</a><li>apreq_param_tainted_off()
 : <a class="el" href="apreq__param_8h.html#a3">apreq_param.h</a><li>apreq_param_tainted_on()
 : <a class="el" href="apreq__param_8h.html#a2">apreq_param.h</a><li>apreq_params()
-: <a class="el" href="apreq__module_8h.html#a26">apreq_module.h</a><li>apreq_params_as_array()
+: <a class="el" href="apreq__module_8h.html#a23">apreq_module.h</a><li>apreq_params_as_array()
 : <a class="el" href="apreq__param_8h.html#a11">apreq_param.h</a><li>apreq_params_as_string()
-: <a class="el" href="apreq__param_8h.html#a12">apreq_param.h</a><li>apreq_parse()
-: <a class="el" href="apreq__module_8h.html#a28">apreq_module.h</a><li>apreq_parse_cookie_header()
+: <a class="el" href="apreq__param_8h.html#a12">apreq_param.h</a><li>apreq_parse_cookie_header()
 : <a class="el" href="apreq__cookie_8h.html#a11">apreq_cookie.h</a><li>apreq_parse_query_string()
 : <a class="el" href="apreq__param_8h.html#a10">apreq_param.h</a><li>apreq_parser()
 : <a class="el" href="apreq__parser_8h.html#a18">apreq_parser.h</a><li>apreq_parser_add_hook()
@@ -147,24 +144,23 @@
 : <a class="el" href="apreq__parser_8h.html#a19">apreq_parser.h</a><li>apreq_strerror()
 : <a class="el" href="apreq__error_8h.html#a19">apreq_error.h</a><li>apreq_temp_dir_get()
 : <a class="el" href="apreq__module_8h.html#a19">apreq_module.h</a><li>apreq_temp_dir_set()
-: <a class="el" href="apreq__module_8h.html#a18">apreq_module.h</a><li>apreq_ua_cookie_version()
-: <a class="el" href="apreq__module_8h.html#a24">apreq_module.h</a><li>apreq_unescape()
+: <a class="el" href="apreq__module_8h.html#a18">apreq_module.h</a><li>apreq_unescape()
 : <a class="el" href="apreq__util_8h.html#a9">apreq_util.h</a><li>apreq_upload()
 : <a class="el" href="apreq__param_8h.html#a14">apreq_param.h</a><li>apreq_uploads()
 : <a class="el" href="apreq__param_8h.html#a13">apreq_param.h</a><li>apreq_value_t
 : <a class="el" href="apreq_8h.html#a20">apreq.h</a><li>apreq_value_to_cookie()
 : <a class="el" href="apreq__cookie_8h.html#a2">apreq_cookie.h</a><li>apreq_value_to_param()
 : <a class="el" href="apreq__param_8h.html#a6">apreq_param.h</a><li>apreq_version()
-: <a class="el" href="apreq__version_8h.html#a6">apreq_version.h</a><li>APREQ_VERSION_STRING
-: <a class="el" href="apreq__version_8h.html#a4">apreq_version.h</a><li>apreq_version_string()
-: <a class="el" href="apreq__version_8h.html#a7">apreq_version.h</a></ul>
+: <a class="el" href="apreq__version_8h.html#a6">apreq_version.h</a><li>apreq_version_string()
+: <a class="el" href="apreq__version_8h.html#a7">apreq_version.h</a><li>APREQ_VERSION_STRING
+: <a class="el" href="apreq__version_8h.html#a4">apreq_version.h</a></ul>
 <div id="footer">
 <p class="apache">
 Copyright &copy; 2003-2005 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/globals_defs.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/globals_defs.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/globals_defs.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/globals_defs.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Data Fields</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Data Fields</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,9 +10,9 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindexHL" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumeration&nbsp;values</a> | <a class="qindexHL" href="globals_defs.html">Defines</a></div>
+<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumerator</a> | <a class="qindexHL" href="globals_defs.html">Defines</a></div>
 <div class="qindex"><a class="qindex" href="#index_a">a</a></div>
 
 <p>
@@ -57,7 +57,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/globals_enum.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/globals_enum.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/globals_enum.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/globals_enum.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Data Fields</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Data Fields</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,9 +10,9 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindexHL" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindexHL" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumeration&nbsp;values</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
+<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindexHL" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumerator</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
 
 <p>
 <ul>
@@ -27,7 +27,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/globals_eval.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/globals_eval.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/globals_eval.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/globals_eval.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Data Fields</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Data Fields</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,9 +10,9 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindexHL" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindexHL" href="globals_eval.html">Enumeration&nbsp;values</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
+<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindexHL" href="globals_eval.html">Enumerator</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
 
 <p>
 <ul>
@@ -31,7 +31,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/globals_func.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/globals_func.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/globals_func.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/globals_func.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Data Fields</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Data Fields</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,9 +10,9 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindexHL" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindexHL" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumeration&nbsp;values</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
+<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindexHL" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumerator</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
 <div class="qindex"><a class="qindex" href="#index_a">a</a></div>
 
 <p>
@@ -34,9 +34,7 @@
 : <a class="el" href="apreq__util_8h.html#a16">apreq_util.h</a><li>apreq_brigade_setaside()
 : <a class="el" href="apreq__util_8h.html#a14">apreq_util.h</a><li>apreq_brigade_spoolfile()
 : <a class="el" href="apreq__util_8h.html#a19">apreq_util.h</a><li>apreq_cookie_as_string()
-: <a class="el" href="apreq__cookie_8h.html#a13">apreq_cookie.h</a><li>apreq_cookie_bake()
-: <a class="el" href="apreq__module_8h.html#a22">apreq_module.h</a><li>apreq_cookie_bake2()
-: <a class="el" href="apreq__module_8h.html#a23">apreq_module.h</a><li>apreq_cookie_expires()
+: <a class="el" href="apreq__cookie_8h.html#a13">apreq_cookie.h</a><li>apreq_cookie_expires()
 : <a class="el" href="apreq__cookie_8h.html#a15">apreq_cookie.h</a><li>apreq_cookie_is_secure()
 : <a class="el" href="apreq__cookie_8h.html#a5">apreq_cookie.h</a><li>apreq_cookie_is_tainted()
 : <a class="el" href="apreq__cookie_8h.html#a8">apreq_cookie.h</a><li>apreq_cookie_make()
@@ -48,7 +46,7 @@
 : <a class="el" href="apreq__cookie_8h.html#a9">apreq_cookie.h</a><li>apreq_cookie_version()
 : <a class="el" href="apreq__cookie_8h.html#a3">apreq_cookie.h</a><li>apreq_cookie_version_set()
 : <a class="el" href="apreq__cookie_8h.html#a4">apreq_cookie.h</a><li>apreq_cookies()
-: <a class="el" href="apreq__module_8h.html#a27">apreq_module.h</a><li>apreq_cp1252_to_utf8()
+: <a class="el" href="apreq__module_8h.html#a24">apreq_module.h</a><li>apreq_cp1252_to_utf8()
 : <a class="el" href="apreq__util_8h.html#a5">apreq_util.h</a><li>APREQ_DECLARE_HOOK()
 : <a class="el" href="apreq__parser_8h.html#a22">apreq_parser.h</a><li>APREQ_DECLARE_PARSER()
 : <a class="el" href="apreq__parser_8h.html#a13">apreq_parser.h</a><li>apreq_decode()
@@ -69,7 +67,7 @@
 : <a class="el" href="apreq__module_8h.html#a8">apreq_module.h</a><li>apreq_join()
 : <a class="el" href="apreq__util_8h.html#a0">apreq_util.h</a><li>apreq_module_status_is_error()
 : <a class="el" href="apreq__module_8h.html#a4">apreq_module.h</a><li>apreq_param()
-: <a class="el" href="apreq__module_8h.html#a25">apreq_module.h</a><li>apreq_param_charset_get()
+: <a class="el" href="apreq__module_8h.html#a22">apreq_module.h</a><li>apreq_param_charset_get()
 : <a class="el" href="apreq__param_8h.html#a5">apreq_param.h</a><li>apreq_param_charset_set()
 : <a class="el" href="apreq__param_8h.html#a4">apreq_param.h</a><li>apreq_param_decode()
 : <a class="el" href="apreq__param_8h.html#a8">apreq_param.h</a><li>apreq_param_encode()
@@ -78,10 +76,9 @@
 : <a class="el" href="apreq__param_8h.html#a7">apreq_param.h</a><li>apreq_param_tainted_off()
 : <a class="el" href="apreq__param_8h.html#a3">apreq_param.h</a><li>apreq_param_tainted_on()
 : <a class="el" href="apreq__param_8h.html#a2">apreq_param.h</a><li>apreq_params()
-: <a class="el" href="apreq__module_8h.html#a26">apreq_module.h</a><li>apreq_params_as_array()
+: <a class="el" href="apreq__module_8h.html#a23">apreq_module.h</a><li>apreq_params_as_array()
 : <a class="el" href="apreq__param_8h.html#a11">apreq_param.h</a><li>apreq_params_as_string()
-: <a class="el" href="apreq__param_8h.html#a12">apreq_param.h</a><li>apreq_parse()
-: <a class="el" href="apreq__module_8h.html#a28">apreq_module.h</a><li>apreq_parse_cookie_header()
+: <a class="el" href="apreq__param_8h.html#a12">apreq_param.h</a><li>apreq_parse_cookie_header()
 : <a class="el" href="apreq__cookie_8h.html#a11">apreq_cookie.h</a><li>apreq_parse_query_string()
 : <a class="el" href="apreq__param_8h.html#a10">apreq_param.h</a><li>apreq_parser()
 : <a class="el" href="apreq__parser_8h.html#a18">apreq_parser.h</a><li>apreq_parser_add_hook()
@@ -99,8 +96,7 @@
 : <a class="el" href="apreq__parser_8h.html#a19">apreq_parser.h</a><li>apreq_strerror()
 : <a class="el" href="apreq__error_8h.html#a19">apreq_error.h</a><li>apreq_temp_dir_get()
 : <a class="el" href="apreq__module_8h.html#a19">apreq_module.h</a><li>apreq_temp_dir_set()
-: <a class="el" href="apreq__module_8h.html#a18">apreq_module.h</a><li>apreq_ua_cookie_version()
-: <a class="el" href="apreq__module_8h.html#a24">apreq_module.h</a><li>apreq_unescape()
+: <a class="el" href="apreq__module_8h.html#a18">apreq_module.h</a><li>apreq_unescape()
 : <a class="el" href="apreq__util_8h.html#a9">apreq_util.h</a><li>apreq_upload()
 : <a class="el" href="apreq__param_8h.html#a14">apreq_param.h</a><li>apreq_uploads()
 : <a class="el" href="apreq__param_8h.html#a13">apreq_param.h</a><li>apreq_value_to_cookie()
@@ -114,7 +110,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>

Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/globals_type.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/globals_type.html?rev=219933&r1=219932&r2=219933&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/docs/libapreq2/globals_type.html (original)
+++ httpd/site/trunk/docs/apreq/docs/libapreq2/globals_type.html Wed Jul 20 09:09:19 2005
@@ -1,7 +1,7 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="dox.css" />
-  <title>libapreq2-2.05-dev: libapreq2: Data Fields</title> 
+  <title>libapreq2-2.06-dev: libapreq2: Data Fields</title> 
 </head>
 <body>
 <div id="page-header">
@@ -10,9 +10,9 @@
 <a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
 <p class="apache">Apache HTTP Server Request Library</p>
 <img alt="" src="feather.gif" /></div>
-<!-- Generated by Doxygen 1.4.2 -->
+<!-- Generated by Doxygen 1.4.3-20050530 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindexHL" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindexHL" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumeration&nbsp;values</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
+<div class="qindex"><a class="qindex" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindexHL" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumerator</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
 
 <p>
 <ul>
@@ -32,7 +32,7 @@
 See <a href="apreq_license.html">LICENSE</a>.</p>
 <p class="menu">
 <span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
-version 1.4.2 on 4 May 2005</span>
+version 1.4.3-20050530 on 19 Jul 2005</span>
 </p>
 </div>
 </body>