Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 19469 invoked from network); 20 Feb 2009 06:10:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2009 06:10:02 -0000 Received: (qmail 74100 invoked by uid 500); 20 Feb 2009 06:10:02 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 74057 invoked by uid 500); 20 Feb 2009 06:10:02 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 74048 invoked by uid 99); 20 Feb 2009 06:10:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 22:10:02 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 06:09:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 967C52388D66; Fri, 20 Feb 2009 06:08:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r746159 [15/23] - in /apr/site/trunk/docs/docs: apr-util/trunk/ apr/trunk/ Date: Fri, 20 Feb 2009 06:08:31 -0000 To: commits@apr.apache.org From: bojan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090220060850.967C52388D66@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h.html?rev=746159&r1=746158&r2=746159&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h.html (original) +++ apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h.html Fri Feb 20 06:08:22 2009 @@ -4,7 +4,7 @@ - +
-

apr_network_io.h File Reference

APR Network library. More... +

apr_network_io.h File Reference

APR Network library. +More...

#include "apr.h"
#include "apr_pools.h"
#include "apr_file_io.h"
#include "apr_errno.h"
#include "apr_inherit.h"
+#include "apr_perms_set.h"
#include <netinet/in.h>
+#include <sys/un.h>

Go to the source code of this file. @@ -192,6 +201,8 @@ + + @@ -207,8 +218,8 @@ APR Network library.

-


Generated on Sat Aug 16 21:30:11 2008 for Apache Portable Runtime by  +
Generated on Fri Feb 20 16:49:31 2009 for Apache Portable Runtime by  -doxygen 1.5.6
+doxygen 1.5.7.1
Added: apr/site/trunk/docs/docs/apr/trunk/apr__perms__set_8h-source.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__perms__set_8h-source.html?rev=746159&view=auto ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/apr__perms__set_8h-source.html (added) +++ apr/site/trunk/docs/docs/apr/trunk/apr__perms__set_8h-source.html Fri Feb 20 06:08:22 2009 @@ -0,0 +1,95 @@ + + +Apache Portable Runtime: apr_perms_set.h Source File + + + + + +
Generated on Fri Feb 20 16:49:31 2009 for Apache Portable Runtime by  + +doxygen 1.5.7.1
+ + Added: apr/site/trunk/docs/docs/apr/trunk/apr__perms__set_8h.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__perms__set_8h.html?rev=746159&view=auto ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/apr__perms__set_8h.html (added) +++ apr/site/trunk/docs/docs/apr/trunk/apr__perms__set_8h.html Fri Feb 20 06:08:22 2009 @@ -0,0 +1,59 @@ + + +Apache Portable Runtime: apr_perms_set.h File Reference + + + + + +
+

apr_perms_set.h File Reference

APR Process Locking Routines. +More... +

+#include "apr.h"
+#include "apr_pools.h"
+#include "apr_errno.h"
+#include "apr_user.h"
+#include "apr_file_info.h"
+ +

+Go to the source code of this file.

apr_status_t apr_socket_inherit_unset (apr_socket_t *thesocket)
 APR_PERMS_SET_IMPLEMENT (socket)
apr_status_t apr_mcast_join (apr_socket_t *sock, apr_sockaddr_t *join, apr_sockaddr_t *iface, apr_sockaddr_t *source)
apr_status_t apr_mcast_leave (apr_socket_t *sock, apr_sockaddr_t *addr, apr_sockaddr_t *iface, apr_sockaddr_t *source)
+ + + + + + + + + + + +

Defines

#define APR_PERMS_SET_IMPLEMENT(type)
#define APR_PERMS_SET_ENOTIMPL(type)
+#define APR_PERMS_SET_FN(type)   apr_##type##_perms_set

Typedefs

typedef apr_status_tapr_perms_setfn_t )(void *object, apr_fileperms_t perms, apr_uid_t uid, apr_gid_t gid)
+


Detailed Description

+APR Process Locking Routines. +

+

+
Generated on Fri Feb 20 16:49:31 2009 for Apache Portable Runtime by  + +doxygen 1.5.7.1
+ + Modified: apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h-source.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h-source.html (original) +++ apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h-source.html Fri Feb 20 06:08:22 2009 @@ -4,7 +4,7 @@ - + -
Generated on Sat Aug 16 21:30:11 2008 for Apache Portable Runtime by  +
Generated on Fri Feb 20 16:49:31 2009 for Apache Portable Runtime by  -doxygen 1.5.6
+doxygen 1.5.7.1