summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* lazy initialization of the pollset within apr_file_t (backport from 1.2)brianp2005-07-233-22/+38
* 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
* drop .cvsignore filesnd2004-11-242-8/+0
* Merge in changes from trunk to 1.0.x.jerenkrantz2004-11-177-36/+120
* This commit was manufactured by cvs2svn to create tag 'APR_1_0_0'.APR_1_0_0(no author)2004-08-242-62/+17
* Improve apr_file_gets() performance on buffered files by not callingjerenkrantz2004-08-021-11/+55
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-312-4/+4
* Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt...stoddard2004-07-191-2/+5
* Simplify excessive copies when the string isn't transformed to upper.wrowe2004-06-281-6/+7
* * file_io/unix/copy.c (apr_file_transfer_contents): Remove redundantjorton2004-05-241-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
* Fix sign error in apr_file_seek().trawick2004-05-043-3/+3
* * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms,jorton2004-04-211-0/+16
* * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning.jorton2004-03-301-0/+4
* Remove the stat caching from the default NetWare buildbnicholes2004-03-291-1/+1
* Add LFS support:jorton2004-03-275-20/+12
* Implement apr_file_mktemp() for NetWare to avoid problems with exclusive file...bnicholes2004-03-171-0/+49
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1341-1962/+413
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-052-60/+0
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...bnicholes2003-12-152-2/+18
* Need to create the pollsets for both ends of the pipebnicholes2003-11-251-0/+2
* * file_io/unix/open.c (apr_os_file_put): Create the pollset.jorton2003-11-251-0/+6
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-243-9/+12
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tbjh2003-11-191-1/+1
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledbjh2003-11-193-19/+0
* Unix propagates the fname from the apr_file_t to apr_file_info_twrowe2003-11-191-0/+6
* There were no 'cont'-named pool objects, simple copy-n-paste bug.wrowe2003-11-171-1/+1
* * file_io/unix/filedup.c (file_dup): Renamed from _file_dup - the Cjorton2003-11-171-5/+5
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-179-0/+59
* Suggested by: Joe Ortonstriker2003-11-031-24/+13
* * file_io/unix/tempdir.cstriker2003-11-021-0/+4
* * file_io/unix/tempdir.cstriker2003-11-021-2/+3
* Bah. *BSD's mkstemp doesn't check how many (or whether you have any) Xs youthommay2003-11-021-1/+1
* Forward port from APR_0_9_BRANCH:striker2003-10-263-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
* Add a needed header file when we're using utime.dreid2003-09-101-0/+4
* remove these interfaces:trawick2003-09-036-33/+3
* style policejwoolley2003-09-031-1/+2
* 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