summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle completion-based read-to-EOF case.wrowe2007-09-011-0/+3
* Solve win32 inherited pipe leaks by leveraging OS2 port's solution.wrowe2007-08-281-1/+9
* In Mac OS X's VFS API file names are, by definition, canonicallyjim2007-08-131-0/+4
* Register a cleanup only if APR_FILE_NOCLEANUP was not flagged.wrowe2007-06-012-6/+11
* Bring back deprecated but required apr_file_unset_inherit() function.bojan2007-05-211-0/+5
* Backport r538045 from the trunk.bojan2007-05-214-12/+45
* Backport 538266 from the trunk.bojan2007-05-151-0/+23
* Backport r538262 from 1.2.x branch.bojan2007-05-151-1/+1
* Backport r538009 and r538019 from the trunk.bojan2007-05-155-37/+69
* Backport r537393, r537402 and r537405 from the trunk.bojan2007-05-134-38/+36
* Backport r537066 from the trunk.bojan2007-05-111-0/+19
* Merge r468055 from trunk.rooneg2006-10-261-1/+1
* Solve svn issue 1869, only one symptom on the Unix platform; when wrowe2006-09-211-3/+4
* Update license header.jorton2006-09-2042-252/+252
* This is a companion to the get permissions patch, from trunk, whichwrowe2006-07-271-0/+2
* With this patch, the finfo.protection includes the rights for the currentwrowe2006-07-261-6/+6
* wrowe2006-07-241-12/+22
* Small backport discrepancy, no pollset created back in the 0.9 flavors.wrowe2006-04-091-1/+0
* Backport implementations for apr_os_pipe_put[_ex]wrowe2006-04-091-0/+48
* Fix with additional notes for older PSDK winbase.h headers.wrowe2006-03-241-3/+4
* The original value before seek() certainly could be at the upper boundswrowe2006-03-231-2/+8
* Fix another backport nit due to massaging the 1.x code into 0.9.wrowe2006-03-151-1/+1
* Refactor the win32 apr_file_gets logic to close a newly wrowe2006-03-131-8/+7
* Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism.wrowe2006-03-131-5/+4
* Similar to the patches for unix/netware/os - percolate thewrowe2006-03-134-2/+12
* Backport a basic optimization to address if a basepath wrowe2006-03-011-8/+8
* Several readwrite file fixes require this code to become legible,wrowe2006-03-011-14/+19
* OS/2: Add proper error handling when internal calls to apr_file_flush() failbjh2006-02-232-2/+17
* Backport: 378053wrowe2006-02-151-3/+5
* Windows 9x file locks will *never* block. Emulate this behaviorwrowe2006-02-111-2/+20
* Backport: 376423wrowe2006-02-091-3/+0
* Merge r373453 into 0.9.x, with necessary changes to tests to account forrooneg2006-01-301-2/+2
* Merge r357641 to the 0.9.x branch, as it's needed to make r355812 compile.rooneg2006-01-301-2/+2
* Merge r355812 to 0.9.x.rooneg2006-01-261-2/+14
* Merge r355790 to 0.9.x.rooneg2006-01-261-0/+2
* Merge r314856 to 0.9.x.rooneg2006-01-261-16/+31
* Merge r291339 from trunk:jorton2005-09-241-0/+5
* Merge r234013, r239221 from trunk:jorton2005-09-021-2/+10
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDbjh2005-07-041-6/+4
* OS/2: Using apr_file_rename() to replace one file with another doesn't workbjh2005-06-291-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0442-42/+84
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-202-8/+0
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...clar2004-10-081-1/+1
* fix apr_file_dup and apr_file_dup2 win32 implementationsstas2004-09-241-0/+14
* Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt...stoddard2004-07-191-1/+4
* Simplify excessive copies when the string isn't transformed to upper.wrowe2004-06-281-6/+7
* * configure.in: Check for fstat64.jorton2004-05-241-2/+12
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tbjh2004-05-221-1/+1
* OS/2: In apr_file_info_get(), flush any unwritten buffered data before queryingbjh2004-05-221-1/+10
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedbjh2004-05-221-1/+1