<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/apache/apr.git/include, branch pollcb-dev</title>
<subtitle>github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/'/>
<entry>
<title>Add a first revision of the Pollset Callback API.</title>
<updated>2006-03-31T05:07:04+00:00</updated>
<author>
<name>Paul Querna</name>
<email>pquerna@apache.org</email>
</author>
<published>2006-03-31T05:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=2b1bc884d6045eecd6959e554ee6c71881374e70'/>
<id>2b1bc884d6045eecd6959e554ee6c71881374e70</id>
<content type='text'>
Currently it only has an EPoll implementation, and the most basic test case possible.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/pollcb-dev@390326 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently it only has an EPoll implementation, and the most basic test case possible.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/pollcb-dev@390326 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>  After a bit of discussion on list, it seems this flag's behavior</title>
<updated>2006-03-02T22:46:47+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2006-03-02T22:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=ee4bdbbb93eec90ab58d196b1fcad9ecadf4abea'/>
<id>ee4bdbbb93eec90ab58d196b1fcad9ecadf4abea</id>
<content type='text'>
  should be documented, not changed, until APR 2.0 is released.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@382540 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  should be documented, not changed, until APR 2.0 is released.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@382540 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve some documentation comments.</title>
<updated>2006-02-13T23:04:18+00:00</updated>
<author>
<name>Garrett Rooney</name>
<email>rooneg@apache.org</email>
</author>
<published>2006-02-13T23:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=bd5f0d31829c893ed95787130ec62babb80a41c3'/>
<id>bd5f0d31829c893ed95787130ec62babb80a41c3</id>
<content type='text'>
Based on a patch from: Julian Foad &lt;julianfoad btopenworld.com&gt;

* include/apr_getopt.h
  (apr_getopt_err_fn_t): Clarify, mention what the arg parameter is.
  (apr_getopt_init): Clarify how the error function is used.

* include/apr_poll.h
  (apr_poll): Note that nsds is an output parameter.

* include/apr_support.h
  (apr_wait_for_io_or_timeout): Document the arguments.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@377527 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on a patch from: Julian Foad &lt;julianfoad btopenworld.com&gt;

* include/apr_getopt.h
  (apr_getopt_err_fn_t): Clarify, mention what the arg parameter is.
  (apr_getopt_init): Clarify how the error function is used.

* include/apr_poll.h
  (apr_poll): Note that nsds is an output parameter.

* include/apr_support.h
  (apr_wait_for_io_or_timeout): Document the arguments.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@377527 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>* include/apr_support.h</title>
<updated>2006-02-13T22:39:43+00:00</updated>
<author>
<name>Garrett Rooney</name>
<email>rooneg@apache.org</email>
</author>
<published>2006-02-13T22:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=0175f3fb70290c48c8edc6e70311b0ad724fac36'/>
<id>0175f3fb70290c48c8edc6e70311b0ad724fac36</id>
<content type='text'>
  (apr_wait_for_io_or_timeout): Stop talking about a pool argument, we don't
   actually have one.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@377519 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (apr_wait_for_io_or_timeout): Stop talking about a pool argument, we don't
   actually have one.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@377519 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>  A simple typo that's come up more than once, VC accepts while</title>
<updated>2006-02-11T19:45:49+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2006-02-11T19:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=bb8e60f2a5eb5b2d35774efbd21247c19d798013'/>
<id>bb8e60f2a5eb5b2d35774efbd21247c19d798013</id>
<content type='text'>
  sane compilers reject this.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@377025 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  sane compilers reject this.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@377025 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Make apr_file_t::filePtr an apr_off_t on unix so that we avoid truncating</title>
<updated>2006-02-08T06:16:48+00:00</updated>
<author>
<name>Garrett Rooney</name>
<email>rooneg@apache.org</email>
</author>
<published>2006-02-08T06:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=c378513c9a7856bf21da27d1bd647944d17a985c'/>
<id>c378513c9a7856bf21da27d1bd647944d17a985c</id>
<content type='text'>
the offset into the file when working with files over 2 gigabytes in size.

* include/arch/unix/apr_arch_file_io.h
  (apr_file_t::filePtr): Make this an apr_off_t, since we really need the
   full 64 bits in many cases.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@375869 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the offset into the file when working with files over 2 gigabytes in size.

* include/arch/unix/apr_arch_file_io.h
  (apr_file_t::filePtr): Make this an apr_off_t, since we really need the
   full 64 bits in many cases.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@375869 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert note about unused pool parameter.</title>
<updated>2006-01-14T08:04:18+00:00</updated>
<author>
<name>Mladen Turk</name>
<email>mturk@apache.org</email>
</author>
<published>2006-01-14T08:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=ad258dd64e793e4a050a5123b652a2afd2b96328'/>
<id>ad258dd64e793e4a050a5123b652a2afd2b96328</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@368999 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@368999 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark pool param for apr_file_remove and apr_file_rename</title>
<updated>2006-01-13T16:17:06+00:00</updated>
<author>
<name>Mladen Turk</name>
<email>mturk@apache.org</email>
</author>
<published>2006-01-13T16:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=1e7d2ca4681af093ac287735bf1a94b1ad52e6b8'/>
<id>1e7d2ca4681af093ac287735bf1a94b1ad52e6b8</id>
<content type='text'>
as unused (because it is).
Perhaps some day it will be removed from the API.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@368769 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as unused (because it is).
Perhaps some day it will be removed from the API.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@368769 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>  Fix various MS VC 14 (Studio 2005) 'bugs', e.g. MS's choice</title>
<updated>2005-12-19T05:14:30+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2005-12-19T05:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=10a167a694a988c7ab53ebc1ccb4db4ab1b0102b'/>
<id>10a167a694a988c7ab53ebc1ccb4db4ab1b0102b</id>
<content type='text'>
  of dumping the POSIX standard.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@357636 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  of dumping the POSIX standard.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@357636 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the documentation surrounding the APR_INCOMPLETE status code,</title>
<updated>2005-12-13T21:00:34+00:00</updated>
<author>
<name>Garrett Rooney</name>
<email>rooneg@apache.org</email>
</author>
<published>2005-12-13T21:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=90ae5305f7f5321526f5765e08f55f7cec4a08ac'/>
<id>90ae5305f7f5321526f5765e08f55f7cec4a08ac</id>
<content type='text'>
* include/apr_file_info.h
  (apr_stat, apr_dir_read): Note that APR_INCOMPLETE can be returned, and
   that if it is you can use the finfo-&gt;valid bitfield to determine which
   parts of the finfo are filled in.  Also break some overly long lines.

* include/apr_errno.h
  (APR_STATUS_IS_INCOMPLETE): Update docs since this is no longer specific
   to the xlate code.

* CHANGES: Note change.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@356615 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* include/apr_file_info.h
  (apr_stat, apr_dir_read): Note that APR_INCOMPLETE can be returned, and
   that if it is you can use the finfo-&gt;valid bitfield to determine which
   parts of the finfo are filled in.  Also break some overly long lines.

* include/apr_errno.h
  (APR_STATUS_IS_INCOMPLETE): Update docs since this is no longer specific
   to the xlate code.

* CHANGES: Note change.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@356615 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
