summaryrefslogtreecommitdiff
path: root/file_io/os2/open.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDbjh2005-07-041-6/+4
* OS/2: Using apr_file_rename() to replace one file with another doesn't workbjh2005-06-291-1/+1
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledbjh2003-11-191-8/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+9
* OS/2: Don't return the apr_file_t if the open failed.bjh2003-03-021-1/+2
* 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
* OS/2: Fix file open flag manipulation so that APR_EXCL actually works. Thisbjh2002-12-261-1/+1
* Prepare to eliminate a platform specificwrowe2002-10-131-5/+5
* Add APR_BUFFERED support to apr_file_os_put() calls.jerenkrantz2002-07-161-1/+11
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-2/+2
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-20/+20
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().stoddard2002-03-061-1/+4
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-5/+5
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofbjh2001-12-301-3/+2
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-1/+2
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-13/+11
* OS/2: Fix inherit stuffbjh2001-07-241-2/+3
* Set up the inherit mechanics to drop the APR_INHERIT flag.wrowe2001-07-181-2/+6
* axe APR_ENOFILEtrawick2001-06-071-4/+0
* Add apr_file_open_stdin - which allows the stdin file handle to bejerenkrantz2001-05-311-0/+7
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-16/+16
* Yeah, it was right, but this gets rid of some compiler warnings too as OS/2'sbjh2001-01-281-2/+2
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksrbb2001-01-271-0/+10
* apr_put_os_file() expected the caller to have an existing file or init togstein2001-01-261-17/+5
* Use a typesafe function for access objects' pools.gstein2001-01-241-0/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* OS/2: Avoid unnecessary calls to set pipe blocking state.bjh2000-08-061-0/+1
* prefix libapr functions and types with apr_dougm2000-08-021-23/+23
* OS/2: Provide native implementation of ap_rename_file().bjh2000-07-071-8/+10
* add ap_rename_file()gstein2000-07-071-0/+13
* Change filename arg of ap_remove_file() from char * to const char *.trawick2000-06-151-1/+1
* OS/2: Fix return code on failure to create a file handle's mutex lock.bjh2000-05-131-1/+1
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-13/+13
* prefix TRUE,FALSE with APR_dougm2000-04-281-13/+13
* OS/2: pipe member of ap_file_t needs to be initialized whenever an ap_file_tbjh2000-04-281-0/+3
* OS/2: Switch from using critical sections to mutex semaphores for makingbjh2000-04-181-3/+11
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-4/+4
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-4/+4
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-8/+8
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-031-8/+8
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9