summaryrefslogtreecommitdiff
path: root/file_io/os2/readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-6/+6
* Axed C++ comments.Guenter Knauf2011-02-091-1/+1
* OS/2: Fix incorrect value in nbytes parameter to apr_file_read() after use ofBrian Havard2010-06-221-2/+2
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-121-0/+25
* OS/2: Add support for writing to a non-blocking pipe with time out.Brian Havard2010-04-061-0/+19
* OS/2: Fix incorrect error code conversion in apr_file_write() for bufferedBrian Havard2010-04-041-5/+7
* OS/2: Change implementation of apr_file_writev() to just call apr_file_write()Brian Havard2010-04-041-20/+12
* OS/2: Do a proper implementation of apr_file_ungetc().Brian Havard2010-04-041-2/+9
* OS/2: Share the unix implementation of apr_file_printf() which passes theBrian Havard2010-04-041-22/+0
* OS/2: Fix incorrect returning of APR_EOF when a 0 length read is requested.Brian Havard2010-04-041-1/+2
* OS/2: Add ENOTIMPL stubs for apr_file_rotating_*(). Can't reasonably implementBrian Havard2010-03-301-0/+14
* OS/2: Implement apr_file_sync().Brian Havard2010-03-301-2/+12
* OS/2: fix apr_file_putc() to use the buffer if there is one.Brian Havard2010-03-301-13/+2
* OS/2: Only mutex protect buffer access if APR_FOPEN_XTHREAD is specified.Brian Havard2010-03-301-5/+27
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-011-1/+1
* Right now OS/2 file sync functions are not implemented.Bojan Smojver2009-06-151-2/+2
* Add apr_file_sync() and apr_file_datasync() calls.Bojan Smojver2009-06-141-0/+9
* Only try to flush when the file is in buffered mode, inside apr_file_writev.Paul Querna2007-03-011-4/+6
* Fix apr_file_writev when buffering is enabled by forcing a flush, rather than...Paul Querna2007-02-281-0/+6
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Identify - one 2Xtransformed error result, several missing mutex sectionsWilliam A. Rowe Jr2006-03-101-0/+1
* OS/2: Add proper error handling when internal calls to apr_file_flush() failBrian Havard2006-02-221-1/+11
* Initial implementation of the variable file-io buffer sizes functions on theColm MacCarthaigh2005-10-181-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedBrian Havard2004-05-221-1/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* apr_file_gets(): Return APR_SUCCESS if any characters areJeff Trawick2003-05-011-0/+6
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerWilliam A. Rowe Jr2003-03-041-3/+1
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* OS/2: Return APR_TIMEUP from apr_file_read() when a pipe times out.Brian Havard2003-01-021-1/+6
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Prepare to eliminate a platform specificWilliam A. Rowe Jr2002-10-131-7/+7
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andWilliam A. Rowe Jr2002-06-281-1/+2
* OS/2: Check more return codes when locking the file for appending.Brian Havard2002-05-231-4/+11
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofBrian Havard2001-12-301-4/+4
* OS/2: Fix bug in buffered read where buffer control variables were left inBrian Havard2001-08-281-2/+7
* OS/2: change apr_file_gets() to leave the trailing \n on the string, matchingBrian Havard2001-08-231-1/+3
* OS/2: When a file is opened in append mode, make sure all writes go at theBrian Havard2001-08-181-1/+10
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-12/+9
* OS/2: Return APR_EOF where appropriate from apr_file_read().Brian Havard2001-04-231-0/+6
* Stop warning about implicit declaration of apr_vsnprintf.Brian Havard2001-02-191-0/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-131-2/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-21/+21
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-1/+0
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-141-1/+1