index
:
apr
trunk
apache apr mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file_io
/
os2
/
open.c
Commit message (
Expand
)
Author
Age
*
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
*
APR_FOPEN_NONBLOCK is expected to be critical for an app
Jeff Trawick
2013-11-02
*
Fix various issues found by cppcheck
Stefan Fritsch
2010-07-27
*
OS/2: Fix invalid parameter error in apr_file_inherit_set/unset().
Brian Havard
2010-04-06
*
OS/2: Remove comment warnings about apr_file_flush() not being mutex protected
Brian Havard
2010-04-04
*
OS/2: Do a proper implementation of apr_file_ungetc().
Brian Havard
2010-04-04
*
OS/2: In apr_file_close(), only try to destroy the mutex if there is one.
Brian Havard
2010-04-03
*
OS/2: Only mutex protect buffer access if APR_FOPEN_XTHREAD is specified.
Brian Havard
2010-03-30
*
Use the APR_FOPEN_* constants instead of the deprecated APR_* constants
Graham Leggett
2010-03-01
*
OS/2: Make opened files non-inheritable.
Brian Havard
2007-10-30
*
Fix the typo.
Joe Orton
2006-08-03
*
Update license header.
Joe Orton
2006-08-03
*
Identify - one 2Xtransformed error result, several missing mutex sections
William A. Rowe Jr
2006-03-10
*
Initial implementation of the variable file-io buffer sizes functions on the
Colm MacCarthaigh
2005-10-18
*
Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening of
Colm MacCarthaigh
2005-10-15
*
OS/2: Using apr_file_rename() to replace one file with another doesn't work
Brian Havard
2005-06-29
*
Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPEND
Brian Havard
2005-06-04
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
*
OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polled
Brian Havard
2003-11-19
*
With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function
Greg Stein
2003-11-17
*
OS/2: Don't return the apr_file_t if the open failed.
Brian Havard
2003-03-02
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
Thom May
2003-01-07
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
*
Update copyright notices to 2003.
Thom May
2003-01-01
*
OS/2: Fix file open flag manipulation so that APR_EXCL actually works. This
Brian Havard
2002-12-26
*
Prepare to eliminate a platform specific
William A. Rowe Jr
2002-10-13
*
Add APR_BUFFERED support to apr_file_os_put() calls.
Justin Erenkrantz
2002-07-16
*
Last for today (compiles clean on Win32, hope the same for the rest of
William A. Rowe Jr
2002-06-08
*
Rename the "cntxt" members of the fileio structures to "pool".
Sander Striker
2002-03-20
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
*
Add the APR_FILE_NOCLEANUP flag to apr_file_open().
Bill Stoddard
2002-03-06
*
Add the ability to pass flags to both apr_file_open and apr_mktemp.
Ryan Bloom
2002-01-08
*
OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead of
Brian Havard
2001-12-30
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
Jeff Trawick
2001-12-29
*
Wrap all APR functions in APR_DECLARE macro.
Ryan Bloom
2001-08-10
*
OS/2: Fix inherit stuff
Brian Havard
2001-07-24
*
Set up the inherit mechanics to drop the APR_INHERIT flag.
William A. Rowe Jr
2001-07-18
*
axe APR_ENOFILE
Jeff Trawick
2001-06-07
*
Add apr_file_open_stdin - which allows the stdin file handle to be
Justin Erenkrantz
2001-05-31
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
*
Yeah, it was right, but this gets rid of some compiler warnings too as OS/2's
Brian Havard
2001-01-28
*
Add apr_open_stdout. This mirrors apr_open_stderr, except it works
Ryan Bloom
2001-01-27
*
apr_put_os_file() expected the caller to have an existing file or init to
Greg Stein
2001-01-26
*
Use a typesafe function for access objects' pools.
Greg Stein
2001-01-24
*
Fix OS/2 build after the move of private APR headers to the include/arch/
Brian Havard
2000-11-14
*
Move all of the file private header files to an arch directory under
Ryan Bloom
2000-11-09
*
Include apr_strings.h in a bunch more places that need it.
Brian Havard
2000-08-06
*
OS/2: Avoid unnecessary calls to set pipe blocking state.
Brian Havard
2000-08-06
[next]