summaryrefslogtreecommitdiff
path: root/poll/os2
Commit message (Expand)AuthorAgeFilesLines
* Fix further strict C99 compliance issue. (fixes #37)Joe Orton2023-01-111-1/+1
* poll: Round up milliseconds timeouts.Yann Ylavic2022-06-242-2/+3
* Follow up to r1895106: Use less expensive atomics for wakeup.Yann Ylavic2021-11-191-13/+13
* apr_pollset_poll(): OS/2: follow up to r1755740.Yann Ylavic2016-08-101-3/+0
* apr_pollset_poll(): OS/2: follow up to r923311.Yann Ylavic2016-08-101-4/+14
* OS/2: Implement pollcb API. As we don't have any advanced features like kqueueBrian Havard2010-03-151-0/+96
* OS/2: Protect against NULL dereference if apr_pollset_wakeup() is called for aBrian Havard2010-03-151-2/+6
* OS/2: Implement apr_pollset_wakeup() using a unix domain socket.Brian Havard2010-03-151-6/+86
* Remove stray semicolon in OS/2 version of apr_pollset_create_ex() that breaks...Brian Havard2009-08-141-1/+1
* Implement providers for apr_pollset and apr_pollcbMladen Turk2009-02-131-1/+8
* Fix the typo.Joe Orton2006-08-032-2/+2
* Update license header.Joe Orton2006-08-032-12/+12
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-042-2/+4
* property cleanupAndré Malo2004-11-241-0/+0
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* OS/2: In apr_pollset_poll(), allow descriptors to be NULL.Brian Havard2004-02-281-1/+4
* unix/pollacc.c no longer exists, don't try to include it in the OS/2 build.Brian Havard2004-02-281-1/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-132-98/+20
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-17/+0
* Resurrect poll.c for apr_poll() rather than having it in pollset.c.Brian Havard2003-11-223-87/+144
* Add back apr_poll as it shouldn't have been removed.David Reid2003-11-211-0/+87
* Remove the old/deprecated apr_poll interface.Greg Stein2003-11-172-144/+0
* Namespace protection for include/arch/ header filesThom May2003-01-062-2/+2
* OS/2: In apr_pollset_poll(), set the num value to 0 on error or time out.Brian Havard2003-01-041-1/+1
* Update copyright notices to 2003.Thom May2003-01-012-2/+2
* OS/2: Implement apr_pollset_*()Brian Havard2002-09-261-5/+159
* OS/2: Add APR_ENOTIMPL stubs for apr_pollset_*() functions so that we canBrian Havard2002-08-092-0/+105
* Fix socket counts after a socket has been removed from the poll set.Brian Havard2002-07-131-3/+5
* OS/2: rewrite apr_poll() with the new interface.Brian Havard2002-07-112-104/+71
* Split the apr_poll() implementation from the accessor functions. ThisRyan Bloom2002-07-112-1/+3
* An attempt at the OS/2 implementation. I have no OS/2 box, so thisRyan Bloom2002-07-112-0/+193