cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-11-17 Thread gregames
gregames00/11/17 08:16:03 Modified:src/lib/apr/include apr_network_io.h Log: Make it clear that the len parm on apr_sendfile only applies to data from the file, not header/trailer bytes. Revision ChangesPath 1.73 +1 -1 apache-2.0/src/lib/apr/include/apr_networ

cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-11-15 Thread trawick
trawick 00/11/15 10:11:34 Modified:src/lib/apr/include apr_network_io.h Log: add a warning about the use of inet_network() when inet_addr() isn't available; fix a typo (I don't think that spelling is valid even in the UK :) ) Revision ChangesPath 1.69 +3 -1

cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-11-10 Thread dreid
dreid 00/11/10 11:21:31 Modified:src/lib/apr/include apr_network_io.h Log: A few minor tweaks and some clarification of the purpose of a field. Submitted by: Jeff Trawick <[EMAIL PROTECTED]> Revision ChangesPath 1.68 +4 -4 apache-2.0/src/lib/apr/include/a

Re: cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-11-10 Thread rbb
On Fri, 10 Nov 2000, Ben Laurie wrote: > BTW, wtf is this going to httpd-docs-2.0-cvs??? Because the API docs are a part of the header files, whenever a header is changed the doc group needs to be notified. Ryan ___ Rya

Re: cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-11-10 Thread Ben Laurie
BTW, wtf is this going to httpd-docs-2.0-cvs??? Cheers, Ben. [EMAIL PROTECTED] wrote: > > dreid 00/11/10 08:16:06 > > Modified:src/lib/apr/include apr_network_io.h > Log: > Add the apr_sockaddr_t type. I've added a single pointer that should be > used > to point at the addr

Re: cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-11-10 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > dreid 00/11/10 08:16:06 > > Modified:src/lib/apr/include apr_network_io.h > Log: > Add the apr_sockaddr_t type. I've added a single pointer that should be > used > to point at the address structure. The port and family are in the same > place in

cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-11-10 Thread dreid
dreid 00/11/10 08:16:06 Modified:src/lib/apr/include apr_network_io.h Log: Add the apr_sockaddr_t type. I've added a single pointer that should be used to point at the address structure. The port and family are in the same place in either a v4 or v6 sockaddr so we don't need

cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-11-03 Thread trawick
trawick 00/11/03 07:36:33 Modified:src/lib/apr/include apr_network_io.h Log: Fix a coupl of misspellings; make some doc more consistent. Revision ChangesPath 1.58 +5 -5 apache-2.0/src/lib/apr/include/apr_network_io.h Index: apr_network_io.h ==

cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

2000-10-25 Thread trawick
trawick 00/10/25 11:21:14 Modified:src/lib/apr/include apr_network_io.h Log: Fix some typos in the comments. Revision ChangesPath 1.56 +2 -2 apache-2.0/src/lib/apr/include/apr_network_io.h Index: apr_network_io.h ==