summaryrefslogtreecommitdiff
path: root/file_io/os2
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-2010-56/+56
* Follow up to r1893204: restore apr_file_setaside() semantics, fix file_bucket...Yann Ylavic2021-09-191-0/+1
* apr_file_setaside: don't blindly kill the old cleanup and file descriptor.Yann Ylavic2021-09-101-4/+2
* Revert r1862435, r1862071 per veto from ivanJoe Orton2019-08-281-9/+5
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andJoe Orton2019-07-021-1/+1
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersJoe Orton2019-06-251-4/+8
* pipe: factorize apr_file_pipe_create*() in terms of static helperYann Ylavic2017-09-261-23/+5
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofGraham Leggett2016-03-131-23/+53
* APR_FOPEN_NONBLOCK is expected to be critical for an appJeff Trawick2013-11-021-0/+4
* Fix race condition that could lead to EEXIST being returnedStefan Fritsch2011-10-151-4/+8
* change apr_palloc+memcpy to apr_pmemdupJeff Trawick2011-04-061-2/+1
* Axed C++ comments.Guenter Knauf2011-02-091-1/+1
* Fix various issues found by cppcheckStefan Fritsch2010-07-271-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-122-2/+27
* OS/2: Add support for writing to a non-blocking pipe with time out.Brian Havard2010-04-062-0/+38
* OS/2: Fix return value from apr_file_pipe_timeout_set() when the pipe doesn'tBrian Havard2010-04-061-1/+7
* OS/2: Fix invalid parameter error in apr_file_inherit_set/unset().Brian Havard2010-04-061-1/+3
* OS/2: Remove comment warnings about apr_file_flush() not being mutex protectedBrian Havard2010-04-042-2/+0
* OS/2: Add missing locking in apr_file_seek() for buffered files.Brian Havard2010-04-041-1/+9
* 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-044-2/+15
* OS/2: Share the unix implementation of apr_file_printf() which passes theBrian Havard2010-04-042-22/+1
* OS/2: Fix incorrect returning of APR_EOF when a 0 length read is requested.Brian Havard2010-04-041-1/+2
* OS/2: In apr_file_close(), only try to destroy the mutex if there is one.Brian Havard2010-04-031-1/+3
* 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: Fix a possible uninitialised error status in apr_file_buffer_set().Brian Havard2010-03-301-1/+1
* OS/2: Only mutex protect buffer access if APR_FOPEN_XTHREAD is specified.Brian Havard2010-03-303-21/+57
* OS/2: Clean up some comment questions.Brian Havard2010-03-301-3/+1
* OS/2: In apr_dir_open(), check that the supplied directory name is actuallyBrian Havard2010-03-161-0/+13
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-013-17/+17
* OS/2: Add "not implemented" stub for apr_file_link() as OS/2 doesn't supportBrian Havard2009-09-091-0/+23
* 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
* OS/2: Make opened files non-inheritable.Brian Havard2007-10-301-3/+30
* * Return APR_SUCCESS by default.Ruediger Pluem2007-10-141-0/+2
* Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...William A. Rowe Jr2007-10-141-3/+1
* Had inverted read/write.William A. Rowe Jr2007-10-141-3/+3
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-141-0/+29
* 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-0314-14/+14
* Update license header.Joe Orton2006-08-0314-84/+84
* Identify - one 2Xtransformed error result, several missing mutex sectionsWilliam A. Rowe Jr2006-03-104-2/+8
* OS/2: Add proper error handling when internal calls to apr_file_flush() failBrian Havard2006-02-222-2/+17
* Initial implementation of the variable file-io buffer sizes functions on theColm MacCarthaigh2005-10-184-6/+68
* Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening ofColm MacCarthaigh2005-10-151-7/+30