aboutsummaryrefslogtreecommitdiff
path: root/file_io/os2/open.c
Commit message (Expand)AuthorAge
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-20
* APR_FOPEN_NONBLOCK is expected to be critical for an appJeff Trawick2013-11-02
* Fix various issues found by cppcheckStefan Fritsch2010-07-27
* OS/2: Fix invalid parameter error in apr_file_inherit_set/unset().Brian Havard2010-04-06
* OS/2: Remove comment warnings about apr_file_flush() not being mutex protectedBrian Havard2010-04-04
* OS/2: Do a proper implementation of apr_file_ungetc().Brian Havard2010-04-04
* OS/2: In apr_file_close(), only try to destroy the mutex if there is one.Brian Havard2010-04-03
* OS/2: Only mutex protect buffer access if APR_FOPEN_XTHREAD is specified.Brian Havard2010-03-30
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-01
* OS/2: Make opened files non-inheritable.Brian Havard2007-10-30
* Fix the typo.Joe Orton2006-08-03
* Update license header.Joe Orton2006-08-03
* Identify - one 2Xtransformed error result, several missing mutex sectionsWilliam A. Rowe Jr2006-03-10
* Initial implementation of the variable file-io buffer sizes functions on theColm MacCarthaigh2005-10-18
* Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening ofColm MacCarthaigh2005-10-15
* OS/2: Using apr_file_rename() to replace one file with another doesn't workBrian Havard2005-06-29
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDBrian Havard2005-06-04
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledBrian Havard2003-11-19
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-17
* OS/2: Don't return the apr_file_t if the open failed.Brian Havard2003-03-02
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-07
* Namespace protection for include/arch/ header filesThom May2003-01-06
* Update copyright notices to 2003.Thom May2003-01-01
* OS/2: Fix file open flag manipulation so that APR_EXCL actually works. ThisBrian Havard2002-12-26
* Prepare to eliminate a platform specificWilliam A. Rowe Jr2002-10-13
* Add APR_BUFFERED support to apr_file_os_put() calls.Justin Erenkrantz2002-07-16
* Last for today (compiles clean on Win32, hope the same for the rest ofWilliam A. Rowe Jr2002-06-08
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-20
* Update our copyright for this year.Roy T. Fielding2002-03-13
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().Bill Stoddard2002-03-06
* Add the ability to pass flags to both apr_file_open and apr_mktemp.Ryan Bloom2002-01-08
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofBrian Havard2001-12-30
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-29
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-10
* OS/2: Fix inherit stuffBrian Havard2001-07-24
* Set up the inherit mechanics to drop the APR_INHERIT flag.William A. Rowe Jr2001-07-18
* axe APR_ENOFILEJeff Trawick2001-06-07
* Add apr_file_open_stdin - which allows the stdin file handle to beJustin Erenkrantz2001-05-31
* Update copyright to 2001Roy T. Fielding2001-02-16
* renaming various functions for consistency sakeDoug MacEachern2001-02-08
* Yeah, it was right, but this gets rid of some compiler warnings too as OS/2'sBrian Havard2001-01-28
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksRyan Bloom2001-01-27
* apr_put_os_file() expected the caller to have an existing file or init toGreg Stein2001-01-26
* Use a typesafe function for access objects' pools.Greg Stein2001-01-24
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-14
* Move all of the file private header files to an arch directory underRyan Bloom2000-11-09
* Include apr_strings.h in a bunch more places that need it.Brian Havard2000-08-06
* OS/2: Avoid unnecessary calls to set pipe blocking state.Brian Havard2000-08-06