summaryrefslogtreecommitdiff
path: root/poll/os2
Commit message (Expand)AuthorAgeFilesLines
* Fix further strict C99 compliance issue. (fixes #37)jorton2023-01-111-1/+1
* poll: Round up milliseconds timeouts.ylavic2022-06-242-2/+3
* Follow up to r1895106: Use less expensive atomics for wakeup.ylavic2021-11-191-13/+13
* apr_pollset_poll(): OS/2: follow up to r1755740.ylavic2016-08-101-3/+0
* apr_pollset_poll(): OS/2: follow up to r923311.ylavic2016-08-101-4/+14
* OS/2: Implement pollcb API. As we don't have any advanced features like kqueuebjh2010-03-151-0/+96
* OS/2: Protect against NULL dereference if apr_pollset_wakeup() is called for abjh2010-03-151-2/+6
* OS/2: Implement apr_pollset_wakeup() using a unix domain socket.bjh2010-03-151-6/+86
* Remove stray semicolon in OS/2 version of apr_pollset_create_ex() that breaks...bjh2009-08-141-1/+1
* Implement providers for apr_pollset and apr_pollcbmturk2009-02-131-1/+8
* Fix the typo.jorton2006-08-032-2/+2
* Update license header.jorton2006-08-032-12/+12
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-042-2/+4
* property cleanupnd2004-11-241-0/+0
* Remove .cvsignore files.jorton2004-11-181-4/+0
* OS/2: In apr_pollset_poll(), allow descriptors to be NULL.bjh2004-02-281-1/+4
* unix/pollacc.c no longer exists, don't try to include it in the OS/2 build.bjh2004-02-281-1/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-132-98/+20
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-17/+0
* Resurrect poll.c for apr_poll() rather than having it in pollset.c.bjh2003-11-223-87/+144
* Add back apr_poll as it shouldn't have been removed.dreid2003-11-211-0/+87
* Remove the old/deprecated apr_poll interface.gstein2003-11-172-144/+0
* Namespace protection for include/arch/ header filesthommay2003-01-062-2/+2
* OS/2: In apr_pollset_poll(), set the num value to 0 on error or time out.bjh2003-01-041-1/+1
* Update copyright notices to 2003.thommay2003-01-012-2/+2
* OS/2: Implement apr_pollset_*()bjh2002-09-261-5/+159
* OS/2: Add APR_ENOTIMPL stubs for apr_pollset_*() functions so that we canbjh2002-08-092-0/+105
* Fix socket counts after a socket has been removed from the poll set.bjh2002-07-131-3/+5
* OS/2: rewrite apr_poll() with the new interface.bjh2002-07-112-104/+71
* Split the apr_poll() implementation from the accessor functions. Thisrbb2002-07-112-1/+3
* An attempt at the OS/2 implementation. I have no OS/2 box, so thisrbb2002-07-112-0/+193