summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* poll: Round up milliseconds timeouts.Yann Ylavic2022-06-241-1/+4
* poll: don't #include sys/poll.h if poll.h is available.Yann Ylavic2021-09-091-3/+2
* fix a bit of 'if FOO'/'ifdef FOO' confusionJeff Trawick2011-03-291-1/+1
* fix compile failure with MinGW toolchainJeff Trawick2011-03-181-1/+1
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-121-39/+2
* OS/2: Add an implementation of apr_wait_for_io_or_timeout().Brian Havard2010-04-031-0/+71
* OS/2: Disable building apr_wait_for_io_or_timeout() on OS/2 as it doesn'tBrian Havard2010-03-161-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Added lazy evaluation of the pollset that's used within apr_file_tBrian Pane2005-07-091-1/+8
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-15/+0
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)Jeff Trawick2003-11-241-0/+36
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-171-15/+31
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* include the proper header file to get prototypesJeff Trawick2002-07-111-0/+1
* get the new poll code to build on AIX, which for 32-bit builds has someJeff Trawick2002-07-111-2/+2
* ignore generated filesJeff Trawick2002-07-111-0/+4
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-112-0/+116