summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* lazy initialization of the pollset within apr_file_t (backport from 1.2)brianp2005-07-231-2/+10
* drop .cvsignore filesnd2004-11-241-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