summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Merge r468055 from trunk.Garrett Rooney2006-10-261-1/+1
* Solve svn issue 1869, only one symptom on the Unix platform; when William A. Rowe Jr2006-09-211-3/+4
* Update license header.Joe Orton2006-09-2042-252/+252
* This is a companion to the get permissions patch, from trunk, whichWilliam A. Rowe Jr2006-07-271-0/+2
* With this patch, the finfo.protection includes the rights for the currentWilliam A. Rowe Jr2006-07-261-6/+6
* William A. Rowe Jr2006-07-241-12/+22
* Small backport discrepancy, no pollset created back in the 0.9 flavors.William A. Rowe Jr2006-04-091-1/+0
* Backport implementations for apr_os_pipe_put[_ex]William A. Rowe Jr2006-04-091-0/+48
* Fix with additional notes for older PSDK winbase.h headers.William A. Rowe Jr2006-03-241-3/+4
* The original value before seek() certainly could be at the upper boundsWilliam A. Rowe Jr2006-03-231-2/+8
* Fix another backport nit due to massaging the 1.x code into 0.9.William A. Rowe Jr2006-03-151-1/+1
* Refactor the win32 apr_file_gets logic to close a newly William A. Rowe Jr2006-03-131-8/+7
* Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism.William A. Rowe Jr2006-03-131-5/+4
* Similar to the patches for unix/netware/os - percolate theWilliam A. Rowe Jr2006-03-134-2/+12
* Backport a basic optimization to address if a basepath William A. Rowe Jr2006-03-011-8/+8
* Several readwrite file fixes require this code to become legible,William A. Rowe Jr2006-03-011-14/+19
* OS/2: Add proper error handling when internal calls to apr_file_flush() failBrian Havard2006-02-232-2/+17
* Backport: 378053William A. Rowe Jr2006-02-151-3/+5
* Windows 9x file locks will *never* block. Emulate this behaviorWilliam A. Rowe Jr2006-02-111-2/+20
* Backport: 376423William A. Rowe Jr2006-02-091-3/+0
* Merge r373453 into 0.9.x, with necessary changes to tests to account forGarrett Rooney2006-01-301-2/+2
* Merge r357641 to the 0.9.x branch, as it's needed to make r355812 compile.Garrett Rooney2006-01-301-2/+2
* Merge r355812 to 0.9.x.Garrett Rooney2006-01-261-2/+14
* Merge r355790 to 0.9.x.Garrett Rooney2006-01-261-0/+2
* Merge r314856 to 0.9.x.Garrett Rooney2006-01-261-16/+31
* Merge r291339 from trunk:Joe Orton2005-09-241-0/+5
* Merge r234013, r239221 from trunk:Joe Orton2005-09-021-2/+10
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDBrian Havard2005-07-041-6/+4
* OS/2: Using apr_file_rename() to replace one file with another doesn't workBrian Havard2005-06-291-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0442-42/+84
* Remove .cvsignore files.APR_0_9_BRANCHJoe Orton2004-11-202-8/+0
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...Jean-Jacques Clar2004-10-081-1/+1
* fix apr_file_dup and apr_file_dup2 win32 implementationsStas Bekman2004-09-241-0/+14
* Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt...Bill Stoddard2004-07-191-1/+4
* Simplify excessive copies when the string isn't transformed to upper.William A. Rowe Jr2004-06-281-6/+7
* * configure.in: Check for fstat64.Joe Orton2004-05-241-2/+12
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tBrian Havard2004-05-221-1/+1
* OS/2: In apr_file_info_get(), flush any unwritten buffered data before queryingBrian Havard2004-05-221-1/+10
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedBrian Havard2004-05-221-1/+1
* * file_io/unix/copy.c (apr_file_transfer_contents, apr_file_copy,Joe Orton2004-05-131-3/+6
* backport this from 1.0-dev:Jeff Trawick2004-05-051-0/+16
* Fix sign error in apr_file_seek().Jeff Trawick2004-05-043-3/+3
* backport apr_temp_dir_get() fix from apr-1.0Jeff Trawick2004-04-281-1/+1
* Remove the stat caching from the default NetWare buildBradley Nicholes2004-03-291-1/+1
* * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning.Joe Orton2004-03-241-0/+5
* This commit was manufactured by cvs2svn to create branch(no author)2004-03-171-0/+49
* Relicense APR under Apache License, Version 2.0.Justin Erenkrantz2004-02-1341-1962/+413
* Backport from HEAD:Joe Orton2004-01-251-0/+4
* Unix propagates the fname from the apr_file_t to apr_file_info_tWilliam A. Rowe Jr2003-11-191-0/+6
* Add apr_os_pipe_put_ex(), which allows the caller to tell APRSander Striker2003-10-243-11/+56