index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file_io
/
os2
/
readwrite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Axed C++ comments.
Guenter Knauf
2011-02-09
1
-1
/
+1
*
OS/2: Fix incorrect value in nbytes parameter to apr_file_read() after use of
Brian Havard
2010-06-22
1
-2
/
+2
*
Hide apr_wait_for_io_or_timeout() from public view and add instead
Brian Havard
2010-04-12
1
-0
/
+25
*
OS/2: Add support for writing to a non-blocking pipe with time out.
Brian Havard
2010-04-06
1
-0
/
+19
*
OS/2: Fix incorrect error code conversion in apr_file_write() for buffered
Brian Havard
2010-04-04
1
-5
/
+7
*
OS/2: Change implementation of apr_file_writev() to just call apr_file_write()
Brian Havard
2010-04-04
1
-20
/
+12
*
OS/2: Do a proper implementation of apr_file_ungetc().
Brian Havard
2010-04-04
1
-2
/
+9
*
OS/2: Share the unix implementation of apr_file_printf() which passes the
Brian Havard
2010-04-04
1
-22
/
+0
*
OS/2: Fix incorrect returning of APR_EOF when a 0 length read is requested.
Brian Havard
2010-04-04
1
-1
/
+2
*
OS/2: Add ENOTIMPL stubs for apr_file_rotating_*(). Can't reasonably implement
Brian Havard
2010-03-30
1
-0
/
+14
*
OS/2: Implement apr_file_sync().
Brian Havard
2010-03-30
1
-2
/
+12
*
OS/2: fix apr_file_putc() to use the buffer if there is one.
Brian Havard
2010-03-30
1
-13
/
+2
*
OS/2: Only mutex protect buffer access if APR_FOPEN_XTHREAD is specified.
Brian Havard
2010-03-30
1
-5
/
+27
*
Use the APR_FOPEN_* constants instead of the deprecated APR_* constants
Graham Leggett
2010-03-01
1
-1
/
+1
*
Right now OS/2 file sync functions are not implemented.
Bojan Smojver
2009-06-15
1
-2
/
+2
*
Add apr_file_sync() and apr_file_datasync() calls.
Bojan Smojver
2009-06-14
1
-0
/
+9
*
Only try to flush when the file is in buffered mode, inside apr_file_writev.
Paul Querna
2007-03-01
1
-4
/
+6
*
Fix apr_file_writev when buffering is enabled by forcing a flush, rather than...
Paul Querna
2007-02-28
1
-0
/
+6
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Identify - one 2Xtransformed error result, several missing mutex sections
William A. Rowe Jr
2006-03-10
1
-0
/
+1
*
OS/2: Add proper error handling when internal calls to apr_file_flush() fail
Brian Havard
2006-02-22
1
-1
/
+11
*
Initial implementation of the variable file-io buffer sizes functions on the
Colm MacCarthaigh
2005-10-18
1
-3
/
+3
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
OS/2: Fix incorrect return of APR_EOF when a 0 length read is requested
Brian Havard
2004-05-22
1
-1
/
+1
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
apr_file_gets(): Return APR_SUCCESS if any characters are
Jeff Trawick
2003-05-01
1
-0
/
+6
*
Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longer
William A. Rowe Jr
2003-03-04
1
-3
/
+1
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
Thom May
2003-01-07
1
-1
/
+1
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
1
-1
/
+1
*
OS/2: Return APR_TIMEUP from apr_file_read() when a pipe times out.
Brian Havard
2003-01-02
1
-1
/
+6
*
Update copyright notices to 2003.
Thom May
2003-01-01
1
-1
/
+1
*
Prepare to eliminate a platform specific
William A. Rowe Jr
2002-10-13
1
-7
/
+7
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
1
-1
/
+1
*
Introduce apr_table_do_callback_fn_t as a prototype declaration, and
William A. Rowe Jr
2002-06-28
1
-1
/
+2
*
OS/2: Check more return codes when locking the file for appending.
Brian Havard
2002-05-23
1
-4
/
+11
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead of
Brian Havard
2001-12-30
1
-4
/
+4
*
OS/2: Fix bug in buffered read where buffer control variables were left in
Brian Havard
2001-08-28
1
-2
/
+7
*
OS/2: change apr_file_gets() to leave the trailing \n on the string, matching
Brian Havard
2001-08-23
1
-1
/
+3
*
OS/2: When a file is opened in append mode, make sure all writes go at the
Brian Havard
2001-08-18
1
-1
/
+10
*
Wrap all APR functions in APR_DECLARE macro.
Ryan Bloom
2001-08-10
1
-12
/
+9
*
OS/2: Return APR_EOF where appropriate from apr_file_read().
Brian Havard
2001-04-23
1
-0
/
+6
*
Stop warning about implicit declaration of apr_vsnprintf.
Brian Havard
2001-02-19
1
-0
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...
Doug MacEachern
2001-02-13
1
-2
/
+2
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-21
/
+21
*
OS2 was chasing os2errno.h which we hid in a private platform directory,
William A. Rowe Jr
2001-01-28
1
-1
/
+0
*
Fix OS/2 build after the move of private APR headers to the include/arch/
Brian Havard
2000-11-14
1
-1
/
+1
*
Fix an incompatible pointer type warning.
Brian Havard
2000-11-13
1
-1
/
+1
[next]