summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-244-1/+39
* Unless we are actively looking for a symlink, don't inform the apr_finfo_twrowe2003-05-191-1/+2
* Make sure that the current directory that is represented by the context is st...bnicholes2003-05-081-2/+18
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-013-1/+20
* Call apr_file_flush() on a buffered file before getting the file info.bnicholes2003-04-031-0/+6
* OS/2: apr_stat() fixesbjh2003-03-311-5/+9
* Revert my recent change that concerns both Jeff Trawick and myself,wrowe2003-03-221-12/+6
* Given two solutions to the current mpm inheritence bugs,wrowe2003-03-221-8/+10
* dup2() is supported on NetWarebnicholes2003-03-201-8/+0
* Need to resolve the #define APR_INHERIT that is being used as a flagbnicholes2003-03-201-0/+1
* Fix "unused variable" compiler warning in apr_file_dup2 and eliminatejorton2003-03-191-6/+1
* Same fixes for netware as unix in pipe.cwrowe2003-03-191-1/+3