<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/apache/apr.git/test, 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 test for a timeout, but with a socket recently read from inside the pollcb.</title>
<updated>2006-03-31T05:35:52+00:00</updated>
<author>
<name>Paul Querna</name>
<email>pquerna@apache.org</email>
</author>
<published>2006-03-31T05:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=3d60604163bc884b845a383c43061c598bf7ff71'/>
<id>3d60604163bc884b845a383c43061c598bf7ff71</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/pollcb-dev@390332 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/branches/pollcb-dev@390332 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new timeout testcase, which makes sure that with no sockets inside the pollset, we should trigger a timeout.</title>
<updated>2006-03-31T05:26:50+00:00</updated>
<author>
<name>Paul Querna</name>
<email>pquerna@apache.org</email>
</author>
<published>2006-03-31T05:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=bbd26472ea42298c081e43623a0dcfbd7dfbe03d'/>
<id>bbd26472ea42298c081e43623a0dcfbd7dfbe03d</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/pollcb-dev@390330 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/branches/pollcb-dev@390330 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a simple Callback testcase, to make sure it kind-of-works. YMMV :)</title>
<updated>2006-03-31T05:21:32+00:00</updated>
<author>
<name>Paul Querna</name>
<email>pquerna@apache.org</email>
</author>
<published>2006-03-31T05:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=9d93859c2d9a2b013c564ce59c3f093a3b5b13a7'/>
<id>9d93859c2d9a2b013c564ce59c3f093a3b5b13a7</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/pollcb-dev@390328 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/branches/pollcb-dev@390328 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<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>* test/testsockets.c</title>
<updated>2006-03-22T21:22:49+00:00</updated>
<author>
<name>Garrett Rooney</name>
<email>rooneg@apache.org</email>
</author>
<published>2006-03-22T21:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=57eff68cf7b004aa07f99a271b5c90d519ad8958'/>
<id>57eff68cf7b004aa07f99a271b5c90d519ad8958</id>
<content type='text'>
  (sendto_receivefrom): Bail out if apr_socket_bind fails, as has been
   known to happen on solaris if you turn on ipv6.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@387950 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (sendto_receivefrom): Bail out if apr_socket_bind fails, as has been
   known to happen on solaris if you turn on ipv6.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@387950 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a longstanding missunderstanding in our kqueue pollset code.  It turns</title>
<updated>2006-03-15T19:59:51+00:00</updated>
<author>
<name>Garrett Rooney</name>
<email>rooneg@apache.org</email>
</author>
<published>2006-03-15T19:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=847ad001f97d06aef7700fc53dacec01d77ac6b6'/>
<id>847ad001f97d06aef7700fc53dacec01d77ac6b6</id>
<content type='text'>
out that the kqueue filter types are not bitfields, so checking for them
via &amp; EVFILT_READ or &amp; EVFILT_WRITE is inappropriate.

Test Fixes By: Joe Orton

* poll/unix/kqueue.c
  (get_kqueue_revent): Use == instead of &amp; when testing for filter types.

* test/testpoll.c
  (multi_event_pollset): Handle the fact that we can sometimes get multiple
   events for a single socket.

* CHANGES: Note fix.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@386154 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
out that the kqueue filter types are not bitfields, so checking for them
via &amp; EVFILT_READ or &amp; EVFILT_WRITE is inappropriate.

Test Fixes By: Joe Orton

* poll/unix/kqueue.c
  (get_kqueue_revent): Use == instead of &amp; when testing for filter types.

* test/testpoll.c
  (multi_event_pollset): Handle the fact that we can sometimes get multiple
   events for a single socket.

* CHANGES: Note fix.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@386154 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>  There are -so- many reasons this code -could- fail, and any</title>
<updated>2006-03-13T16:46:18+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2006-03-13T16:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=fc8da4f2946b8cc27524a83ba0e5083ba23d3d46'/>
<id>fc8da4f2946b8cc27524a83ba0e5083ba23d3d46</id>
<content type='text'>
  of them will hang the remainder of the test.  Better to simply
  fail them all, with an extra notice when the error is unusual.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@385594 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  of them will hang the remainder of the test.  Better to simply
  fail them all, with an extra notice when the error is unusual.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@385594 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>* configure.in: Set LT_NO_INSTALL to -no-install on all platforms but</title>
<updated>2006-03-10T10:09:36+00:00</updated>
<author>
<name>Joe Orton</name>
<email>jorton@apache.org</email>
</author>
<published>2006-03-10T10:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=4418278803c972d939a498598fce717d4493a3c2'/>
<id>4418278803c972d939a498598fce717d4493a3c2</id>
<content type='text'>
Darwin.

* test/Makefile.in: Revert r384715 and use LT_NO_INSTALL instead of
hard-coding -no-install.


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

* test/Makefile.in: Revert r384715 and use LT_NO_INSTALL instead of
hard-coding -no-install.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@384750 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>  Throw away a horrible change; each time we layer on more garbage to libtool</title>
<updated>2006-03-10T06:40:52+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2006-03-10T06:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=f09ee4748baccb959bcb70238f3a9ea928fbabaf'/>
<id>f09ee4748baccb959bcb70238f3a9ea928fbabaf</id>
<content type='text'>
  et al we've caused apr to fail in more peculiar ways on more platforms.

  In this case, let libtool do exactly what we want, which is to resolve the
  build-path flavor of libapr-1.la and test exactly what we've most recently
  changed (and, for that matter, to have make check function whatsoever before
  the library has been installed.)


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@384715 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  et al we've caused apr to fail in more peculiar ways on more platforms.

  In this case, let libtool do exactly what we want, which is to resolve the
  build-path flavor of libapr-1.la and test exactly what we've most recently
  changed (and, for that matter, to have make check function whatsoever before
  the library has been installed.)


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@384715 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>* test/testnames.c (root_from_cwd_and_back): Fix segfault on</title>
<updated>2006-03-01T14:33:03+00:00</updated>
<author>
<name>Joe Orton</name>
<email>jorton@apache.org</email>
</author>
<published>2006-03-01T14:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=f40c2705b0eb4d0707aec5d847a63edb03bad80d'/>
<id>f40c2705b0eb4d0707aec5d847a63edb03bad80d</id>
<content type='text'>
non-Win32.


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


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