summaryrefslogtreecommitdiff
path: root/file_io/unix/open.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning.jorton2004-03-301-0/+4
* Add LFS support:jorton2004-03-271-0/+4
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * file_io/unix/open.c (apr_os_file_put): Create the pollset.jorton2003-11-251-0/+6
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-241-2/+2
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+4
* Clean up a runover line, and reflect that apr_os_file_put() does notwrowe2003-03-191-2/+3
* Eliminate a local variable in apr_unix_file_cleanup.jorton2003-03-061-3/+1
* Remove the stat info caching for NetWarebnicholes2003-01-141-25/+0
* 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
* NETWARE: Only use the path context from the stat cache if the requestbnicholes2003-01-061-3/+11
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix uninitialized variable dereference from a recent commitbrianp2002-12-301-1/+1
* Get us building on unix again.rbb2002-12-291-1/+1
* Defer allocation of the apr_file_t until the file is successfully openedwrowe2002-12-291-33/+38
* Need to default to the standard open() call for NetWare when the returnedbnicholes2002-11-141-2/+4
* Store and use the path context to each directory and file rather than relyingbnicholes2002-11-061-8/+0
* Getting ready for an API change in the NetWare LIBC library that will speed upbnicholes2002-10-231-1/+30
* Add APR_BUFFERED support to apr_file_os_put() calls.jerenkrantz2002-07-161-4/+15
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-2/+2
* don't use "pipe" as a field name; some platforms redefinetrawick2002-05-311-1/+1
* We must respect the APR_BINARY flag on the Unix implementation ofjwoolley2002-05-171-0/+5
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-21/+21
* CHANGESbrianp2002-03-151-4/+6
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().stoddard2002-03-061-2/+5
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-4/+5
* Fix some stray tabs and wrap long lines.jerenkrantz2001-12-291-11/+21
* Conversion of the file_io routines from INTRAPROCESS apr_lock_taaron2001-11-211-3/+4
* Simple is nice. :)jwoolley2001-10-021-2/+1
* Even though it's not unusual for temporary files to be unlinked as soon asjwoolley2001-10-011-3/+3
* Fix a potential segfault on Unix when apr_file_close() is called and thejwoolley2001-10-011-7/+2
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-12/+12
* Fix compiler warningjerenkrantz2001-07-231-1/+1
* Set up the inherit mechanics to drop the APR_INHERIT flag.wrowe2001-07-181-5/+1
* Fix some compile breaksrbb2001-07-161-1/+1
* er, I meant ->flagswrowe2001-07-161-3/+5
* Split public from private declaration for INHERIT stuffwrowe2001-07-161-0/+1
* This should introduce the APR_INHERIT flag for Unix.wrowe2001-07-161-1/+7
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-271-1/+1
* axe APR_ENOFILEtrawick2001-06-071-4/+0
* Add apr_file_open_stdin - which allows the stdin file handle to bejerenkrantz2001-05-311-0/+7
* flush unwritten buffered data in the file cleanup routine, not intrawick2001-03-311-13/+12
* Remove long since defunct function apr_file_error() (marked for death nearly abjh2001-03-291-8/+0
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-18/+18
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksrbb2001-01-271-0/+7
* apr_put_os_file() expected the caller to have an existing file or init togstein2001-01-261-18/+4