| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the stat caching from the default NetWare build | bnicholes | 2004-03-29 | 1 | -1/+1 |
* | Add LFS support: | jorton | 2004-03-27 | 5 | -20/+12 |
* | Implement apr_file_mktemp() for NetWare to avoid problems with exclusive file... | bnicholes | 2004-03-17 | 1 | -0/+49 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 41 | -1962/+413 |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 2 | -60/+0 |
* | Clean up some 32 bit/64 bit type incompatibilities that cause problems when l... | bnicholes | 2003-12-15 | 2 | -2/+18 |
* | Need to create the pollsets for both ends of the pipe | bnicholes | 2003-11-25 | 1 | -0/+2 |
* | * file_io/unix/open.c (apr_os_file_put): Create the pollset. | jorton | 2003-11-25 | 1 | -0/+6 |
* | on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2) | trawick | 2003-11-24 | 3 | -9/+12 |
* | OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn't | bjh | 2003-11-19 | 1 | -1/+1 |
* | OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polled | bjh | 2003-11-19 | 3 | -19/+0 |
* | Unix propagates the fname from the apr_file_t to apr_file_info_t | wrowe | 2003-11-19 | 1 | -0/+6 |
* | There were no 'cont'-named pool objects, simple copy-n-paste bug. | wrowe | 2003-11-17 | 1 | -1/+1 |
* | * file_io/unix/filedup.c (file_dup): Renamed from _file_dup - the C | jorton | 2003-11-17 | 1 | -5/+5 |
* | With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function | gstein | 2003-11-17 | 9 | -0/+59 |
* | Suggested by: Joe Orton | striker | 2003-11-03 | 1 | -24/+13 |
* | * file_io/unix/tempdir.c | striker | 2003-11-02 | 1 | -0/+4 |
* | * file_io/unix/tempdir.c | striker | 2003-11-02 | 1 | -2/+3 |
* | Bah. *BSD's mkstemp doesn't check how many (or whether you have any) Xs you | thommay | 2003-11-02 | 1 | -1/+1 |