summaryrefslogtreecommitdiff
path: root/poll/os2
Commit message (Expand)AuthorAgeFilesLines
* Backport all poll changes from r734707 up to nowjim2009-10-021-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