summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backport r538045 from the trunk.bojan2007-05-214-12/+45
* Add the missing file locking APIs and macros to the NetWare buildbnicholes2007-05-151-0/+22
* Remove a C++ style declarationbnicholes2007-05-151-1/+1
* Backport r538009 and r538019 from the trunk.bojan2007-05-155-28/+59
* Backport r537402 from the trunk.bojan2007-05-121-1/+1
* Backport r537393 from the trunk.bojan2007-05-124-49/+36
* Backport r537066 from the trunkbojan2007-05-111-0/+19
* Backport r524823, r524822, r524821, r524355 from the trunkbojan2007-04-181-54/+58
* 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 the license, sans typo this time.jorton2006-08-0343-258/+258
* With this patch, the finfo.protection includes the rights for the currentwrowe2006-07-261-6/+6
* wrowe2006-07-241-12/+22
* Fix cut-n-paste mismatches in adding these fn's - compiles clean on win32wrowe2006-04-091-2/+2
* Implement apr_os_pipe_put and apr_os_pipe_put_ex on Win32, andwrowe2006-04-091-0/+48
* Undo error in commit 381936, missed one case of *nbytes assignment.wrowe2006-04-061-0/+1
* 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/+9
* We bucket the bytecount results from ReadFile and GetOverlappedResultwrowe2006-03-221-5/+10
* 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-6/+5
* Similar to the patches for unix/netware/os - percolate thewrowe2006-03-134-2/+12
* Revert 239927 and simplify a much more basic optimizationwrowe2006-03-011-12/+11
* Close bug 38801; add optimization but test the slash delimit forwrowe2006-03-011-9/+10
* Undo potentially lethal casts; backports 381874wrowe2006-03-011-3/+3
* Several readwrite fixes require this code to become legible,wrowe2006-02-281-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 1.2.x.rooneg2006-01-301-2/+2
* Merge r357641 to the 1.2.x branch, as it's required to make r355812 compile.rooneg2006-01-301-2/+2
* Merge r355812 to 1.2.x.rooneg2006-01-261-2/+14
* Merge r355790 to 1.2.x.rooneg2006-01-261-0/+2
* Merge r314856 to 1.2.x.rooneg2006-01-261-16/+31
* Already on apr-trunk, backport the only warning emit from thewrowe2005-12-021-1/+1
* Merge r326593, r326597 from trunk:jorton2005-10-191-9/+10
* Merge r291339 from trunk:jorton2005-09-241-0/+5
* Merge r265684 from trunk:jorton2005-09-091-9/+9
* Backport rev 265757wrowe2005-09-081-1/+5
* Merge r234013, r239221 from trunk:jorton2005-09-041-3/+20
* Don't bother checking empty strings when we already know that the string leng...bnicholes2005-08-251-5/+5
* OS/2: Implement apr_file_mtime_set().bjh2005-07-161-1/+12
* Added lazy evaluation of the pollset that's used within apr_file_tbrianp2005-07-093-17/+30
* OS/2: Using apr_file_rename() to replace one file with another doesn't workbjh2005-06-291-1/+1
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDbjh2005-06-041-6/+4
* Internal flaws, don't null out QWORD and DWORD values in the same pass,wrowe2005-05-161-3/+5