summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursionjorton2005-09-241-0/+5
* * file_io/unix/dir.c (apr_dir_read): Avoid an unnecessaryjorton2005-09-081-6/+10
* * file_io/unix/dir.c (apr_dir_read): Clarify handling ofjorton2005-09-051-4/+4
* Fix an extranious emit, the file is huge (off_t) but thewrowe2005-09-011-1/+5
* * file_io/unix/dir.c (apr_dir_open): Fix error handling; don't assumejorton2005-09-011-9/+9
* * file_io/unix/dir.c (apr_dir_read): Fix non-readdir64_r build.jorton2005-09-011-1/+3
* Add some workarounds for cases where readdir_r fails due to largejorton2005-08-312-5/+44
* Don't bother checking empty strings when we already know that the string leng...bnicholes2005-08-241-5/+5
* * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle thejorton2005-08-221-2/+19
* * file_io/unix/readwrite.c (apr_file_flush): Use apr_ssize_t to storejorton2005-08-201-4/+4
* * file_io/unix/readwrite.c (apr_file_write): Catch apr_file_flush()jorton2005-08-201-1/+1
* * file_io/unix/fullrw.c (apr_file_writev_full): Fix signed-vs-unsignedjorton2005-08-181-1/+1
* fixed a type mismatchbrianp2005-07-201-1/+1
* OS/2: Implement apr_file_mtime_set().bjh2005-07-161-1/+12
* Added lazy evaluation of the pollset that's used within apr_file_tbrianp2005-07-093-17/+30
* OS/2: Using apr_file_rename() to replace one file with another doesn't workbjh2005-06-291-1/+1
* Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPENDbjh2005-06-041-6/+4
* Internal flaws, don't null out QWORD and DWORD values in the same pass,wrowe2005-05-161-3/+5
* rewrite apr_file_writev_full.pquerna2005-03-121-20/+9
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0443-43/+86
* 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