aboutsummaryrefslogtreecommitdiff
path: root/file_io/os2/readwrite.c
Commit message (Expand)AuthorAge
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-20
* Axed C++ comments.Guenter Knauf2011-02-09
* OS/2: Fix incorrect value in nbytes parameter to apr_file_read() after use ofBrian Havard2010-06-22
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-12
* OS/2: Add support for writing to a non-blocking pipe with time out.Brian Havard2010-04-06
* OS/2: Fix incorrect error code conversion in apr_file_write() for bufferedBrian Havard2010-04-04
* OS/2: Change implementation of apr_file_writev() to just call apr_file_write()Brian Havard2010-04-04
* OS/2: Do a proper implementation of apr_file_ungetc().Brian Havard2010-04-04
* OS/2: Share the unix implementation of apr_file_printf() which passes theBrian Havard2010-04-04
* OS/2: Fix incorrect returning of APR_EOF when a 0 length read is requested.Brian Havard2010-04-04
* OS/2: Add ENOTIMPL stubs for apr_file_rotating_*(). Can't reasonably implementBrian Havard2010-03-30
* OS/2: Implement apr_file_sync().Brian Havard2010-03-30
* OS/2: fix apr_file_putc() to use the buffer if there is one.Brian Havard2010-03-30
* 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
* Right now OS/2 file sync functions are not implemented.Bojan Smojver2009-06-15
* Add apr_file_sync() and apr_file_datasync() calls.Bojan Smojver2009-06-14
* Only try to flush when the file is in buffered mode, inside apr_file_writev.Paul Querna2007-03-01
* Fix apr_file_writev when buffering is enabled by forcing a flush, rather than...Paul Querna2007-02-28
* 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
* OS/2: Add proper error handling when internal calls to apr_file_flush() failBrian Havard2006-02-22
* Initial implementation of the variable file-io buffer sizes functions on theColm MacCarthaigh2005-10-18
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedBrian Havard2004-05-22
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
* apr_file_gets(): Return APR_SUCCESS if any characters areJeff Trawick2003-05-01
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerWilliam A. Rowe Jr2003-03-04
* 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
* OS/2: Return APR_TIMEUP from apr_file_read() when a pipe times out.Brian Havard2003-01-02
* Update copyright notices to 2003.Thom May2003-01-01
* Prepare to eliminate a platform specificWilliam A. Rowe Jr2002-10-13
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-10
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andWilliam A. Rowe Jr2002-06-28
* OS/2: Check more return codes when locking the file for appending.Brian Havard2002-05-23
* Update our copyright for this year.Roy T. Fielding2002-03-13
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofBrian Havard2001-12-30
* OS/2: Fix bug in buffered read where buffer control variables were left inBrian Havard2001-08-28
* OS/2: change apr_file_gets() to leave the trailing \n on the string, matchingBrian Havard2001-08-23
* OS/2: When a file is opened in append mode, make sure all writes go at theBrian Havard2001-08-18
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-10
* OS/2: Return APR_EOF where appropriate from apr_file_read().Brian Havard2001-04-23
* Stop warning about implicit declaration of apr_vsnprintf.Brian Havard2001-02-19
* Update copyright to 2001Roy T. Fielding2001-02-16
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-13
* renaming various functions for consistency sakeDoug MacEachern2001-02-08
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-28
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-14