summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* * file_io/unix/copy.c (apr_file_transfer_contents, apr_file_copy,jorton2004-05-131-3/+6
* backport this from 1.0-dev:trawick2004-05-051-0/+16
* Fix sign error in apr_file_seek().trawick2004-05-043-3/+3
* backport apr_temp_dir_get() fix from apr-1.0trawick2004-04-281-1/+1
* Remove the stat caching from the default NetWare buildbnicholes2004-03-291-1/+1
* * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning.jorton2004-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.jerenkrantz2004-02-1341-1962/+413
* Backport from HEAD:jorton2004-01-251-0/+4
* Unix propagates the fname from the apr_file_t to apr_file_info_twrowe2003-11-191-0/+6
* Add apr_os_pipe_put_ex(), which allows the caller to tell APRstriker2003-10-243-11/+56
* fix apr_file_dup() and apr_file_dup2() to dup the ungetchar memberstas2003-09-191-0/+2
* Preserve leading '../' segments as when merging to an empty andwrowe2003-09-171-12/+17
* Include apr_temp_dir_get() in OS/2 build.bjh2003-08-292-1/+3
* Add the path to the NetWare TMP directory to the list of test directories.bnicholes2003-08-251-0/+8
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-232-1/+168
* Implemented apr_file_mtime_set() for NetWarebnicholes2003-07-141-2/+41
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-083-7/+43
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-073-1/+64
* Change a declaration that wouldn't compile under Borland C++brianp2003-06-251-1/+4
* When writing to pipes with a timeout set, handle the situationtrawick2003-06-051-2/+13