summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* fix a bit of 'if FOO'/'ifdef FOO' confusiontrawick2011-03-291-1/+1
* fix compile failure with MinGW toolchaintrawick2011-03-181-1/+1
* Hide apr_wait_for_io_or_timeout() from public view and add insteadbjh2010-04-121-39/+2
* OS/2: Add an implementation of apr_wait_for_io_or_timeout().bjh2010-04-031-0/+71
* OS/2: Disable building apr_wait_for_io_or_timeout() on OS/2 as it doesn'tbjh2010-03-161-1/+1
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Added lazy evaluation of the pollset that's used within apr_file_tbrianp2005-07-091-1/+8
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-15/+0
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-241-0/+36
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-15/+31
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* include the proper header file to get prototypestrawick2002-07-111-0/+1
* get the new poll code to build on AIX, which for 32-bit builds has sometrawick2002-07-111-2/+2
* ignore generated filestrawick2002-07-111-0/+4
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-112-0/+116