| Commit message (Expand) | Author | Age | Files | Lines |
* | * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursion | jorton | 2005-09-24 | 1 | -0/+5 |
* | * file_io/unix/dir.c (apr_dir_read): Avoid an unnecessary | jorton | 2005-09-08 | 1 | -6/+10 |
* | * file_io/unix/dir.c (apr_dir_read): Clarify handling of | jorton | 2005-09-05 | 1 | -4/+4 |
* | Fix an extranious emit, the file is huge (off_t) but the | wrowe | 2005-09-01 | 1 | -1/+5 |
* | * file_io/unix/dir.c (apr_dir_open): Fix error handling; don't assume | jorton | 2005-09-01 | 1 | -9/+9 |
* | * file_io/unix/dir.c (apr_dir_read): Fix non-readdir64_r build. | jorton | 2005-09-01 | 1 | -1/+3 |
* | Add some workarounds for cases where readdir_r fails due to large | jorton | 2005-08-31 | 2 | -5/+44 |
* | Don't bother checking empty strings when we already know that the string leng... | bnicholes | 2005-08-24 | 1 | -5/+5 |
* | * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle the | jorton | 2005-08-22 | 1 | -2/+19 |
* | * file_io/unix/readwrite.c (apr_file_flush): Use apr_ssize_t to store | jorton | 2005-08-20 | 1 | -4/+4 |
* | * file_io/unix/readwrite.c (apr_file_write): Catch apr_file_flush() | jorton | 2005-08-20 | 1 | -1/+1 |
* | * file_io/unix/fullrw.c (apr_file_writev_full): Fix signed-vs-unsigned | jorton | 2005-08-18 | 1 | -1/+1 |
* | fixed a type mismatch | brianp | 2005-07-20 | 1 | -1/+1 |
* | OS/2: Implement apr_file_mtime_set(). | bjh | 2005-07-16 | 1 | -1/+12 |
* | Added lazy evaluation of the pollset that's used within apr_file_t | brianp | 2005-07-09 | 3 | -17/+30 |
* | OS/2: Using apr_file_rename() to replace one file with another doesn't work | bjh | 2005-06-29 | 1 | -1/+1 |
* | Bug #33844: OS/2: file opened with APR_CREATE would be truncated if APR_APPEND | bjh | 2005-06-04 | 1 | -6/+4 |
* | Internal flaws, don't null out QWORD and DWORD values in the same pass, | wrowe | 2005-05-16 | 1 | -3/+5 |
* | rewrite apr_file_writev_full. | pquerna | 2005-03-12 | 1 | -20/+9 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 43 | -43/+86 |
* | Clean up a compiler emit. | wrowe | 2005-01-05 | 1 | -2/+1 |
* | typo in comment | fielding | 2004-12-11 | 1 | -1/+1 |
* | * file_io/unix/readwrite.c: Revert to the original code for apr_file writev()... | pquerna | 2004-12-11 | 1 | -15/+16 |
* | Fix a check. | dreid | 2004-12-10 | 1 | -2/+2 |
* | Fix style nits. No fucntional changes. | pquerna | 2004-12-05 | 2 | -4/+4 |
* | * file_io/unix/readwrite.c: Revert back to using apr_file_write, but also leave | pquerna | 2004-12-05 | 1 | -2/+4 |
* | * file_io/unix/readwrite.c: use apr_file_write_full() to write all of the dat... | pquerna | 2004-12-05 | 1 | -4/+4 |
* | * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is | pquerna | 2004-12-05 | 2 | -0/+36 |
* | * test/testfile.c: Add a test for apr_file_writev(). | pquerna | 2004-12-04 | 1 | -2/+11 |
* | property cleanup | nd | 2004-11-24 | 1 | -85/+85 |
* | OS/2: Add implementation of apr_dir_make_recursive(). | bjh | 2004-11-24 | 2 | -8/+85 |
* | * file_io/unix/readwrite.c (file_printf_flush): New | jorton | 2004-11-18 | 1 | -10/+37 |
* | Remove .cvsignore files. | jorton | 2004-11-18 | 2 | -8/+0 |
* | Avoid casting away "const". No functional change. | jorton | 2004-11-17 | 1 | -2/+2 |
* | * file_io/unix/readwrite.c (apr_file_puts): Use apr_file_write_full. | jorton | 2004-11-17 | 1 | -3/+1 |
* | removed the O_EXCL bit from the passed-in flag to allow create then open on t... | clar | 2004-10-06 | 1 | -1/+1 |
* | replaced define for DWORD_MAX with APR_DWORD_MAX | clar | 2004-09-28 | 1 | -2/+2 |
* | fix apr_file_dup and apr_file_dup2 win32 implementations | stas | 2004-09-24 | 1 | -0/+14 |
* | Fix obtaining security info on files for NT+. The current implementation works | mturk | 2004-09-23 | 1 | -0/+2 |
* | WIN64: first in a series to get Windows IA64 builds clean, this serves pages | ake | 2004-09-22 | 3 | -18/+41 |
* | Improve apr_file_gets() performance on buffered files by not calling | jerenkrantz | 2004-08-02 | 1 | -11/+55 |
* | Eliminate APR_STATUS_IS_SUCCESS macro. | jerenkrantz | 2004-07-31 | 2 | -4/+4 |
* | Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt... | stoddard | 2004-07-19 | 1 | -2/+5 |
* | Simplify excessive copies when the string isn't transformed to upper. | wrowe | 2004-06-28 | 1 | -6/+7 |
* | * file_io/unix/copy.c (apr_file_transfer_contents): Remove redundant | jorton | 2004-05-24 | 1 | -1/+1 |
* | OS/2: In apr_file_info_get(), flush any unwritten buffered data before querying | bjh | 2004-05-22 | 1 | -1/+10 |
* | OS/2: Fix incorrect return of APR_EOF when a 0 length read is requested | bjh | 2004-05-22 | 1 | -1/+1 |
* | Fix sign error in apr_file_seek(). | trawick | 2004-05-04 | 3 | -3/+3 |
* | * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms, | jorton | 2004-04-21 | 1 | -0/+16 |
* | * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning. | jorton | 2004-03-30 | 1 | -0/+4 |