summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* backport fix for writev_full from trunk.pquerna2005-03-151-20/+9
* Clean up a compiler emit.wrowe2005-01-051-2/+1
* typo in commentfielding2004-12-111-1/+1
* * file_io/unix/readwrite.c: Revert to the original code for apr_file writev()...pquerna2004-12-111-15/+16
* Fix a check.dreid2004-12-101-2/+2
* Fix style nits. No fucntional changes.pquerna2004-12-052-4/+4
* * file_io/unix/readwrite.c: Revert back to using apr_file_write, but also leavepquerna2004-12-051-2/+4
* * file_io/unix/readwrite.c: use apr_file_write_full() to write all of the dat...pquerna2004-12-051-4/+4
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-052-0/+36
* * test/testfile.c: Add a test for apr_file_writev().pquerna2004-12-041-2/+11
* property cleanupnd2004-11-241-85/+85
* OS/2: Add implementation of apr_dir_make_recursive().bjh2004-11-242-8/+85
* * file_io/unix/readwrite.c (file_printf_flush): Newjorton2004-11-181-10/+37
* Remove .cvsignore files.jorton2004-11-182-8/+0
* Avoid casting away "const". No functional change.jorton2004-11-171-2/+2
* * file_io/unix/readwrite.c (apr_file_puts): Use apr_file_write_full.jorton2004-11-171-3/+1
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...clar2004-10-061-1/+1
* replaced define for DWORD_MAX with APR_DWORD_MAXclar2004-09-281-2/+2
* fix apr_file_dup and apr_file_dup2 win32 implementationsstas2004-09-241-0/+14
* Fix obtaining security info on files for NT+. The current implementation worksmturk2004-09-231-0/+2
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesake2004-09-223-18/+41
* 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