summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Clean up a compiler emit.William A. Rowe Jr2005-01-051-2/+1
* typo in commentRoy T. Fielding2004-12-111-1/+1
* * file_io/unix/readwrite.c: Revert to the original code for apr_file writev()...Paul Querna2004-12-111-15/+16
* Fix a check.David Reid2004-12-101-2/+2
* Fix style nits. No fucntional changes.Paul Querna2004-12-052-4/+4
* * file_io/unix/readwrite.c: Revert back to using apr_file_write, but also leavePaul Querna2004-12-051-2/+4
* * file_io/unix/readwrite.c: use apr_file_write_full() to write all of the dat...Paul Querna2004-12-051-4/+4
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is Paul Querna2004-12-052-0/+36
* * test/testfile.c: Add a test for apr_file_writev().Paul Querna2004-12-041-2/+11
* property cleanupAndré Malo2004-11-241-85/+85
* OS/2: Add implementation of apr_dir_make_recursive().Brian Havard2004-11-242-8/+85
* * file_io/unix/readwrite.c (file_printf_flush): NewJoe Orton2004-11-181-10/+37
* Remove .cvsignore files.Joe Orton2004-11-182-8/+0
* Avoid casting away "const". No functional change.Joe Orton2004-11-171-2/+2
* * file_io/unix/readwrite.c (apr_file_puts): Use apr_file_write_full.Joe Orton2004-11-171-3/+1
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...Jean-Jacques Clar2004-10-061-1/+1
* replaced define for DWORD_MAX with APR_DWORD_MAXJean-Jacques Clar2004-09-281-2/+2
* fix apr_file_dup and apr_file_dup2 win32 implementationsStas Bekman2004-09-241-0/+14
* Fix obtaining security info on files for NT+. The current implementation worksMladen Turk2004-09-231-0/+2
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesAllan K. Edwards2004-09-223-18/+41
* Improve apr_file_gets() performance on buffered files by not callingJustin Erenkrantz2004-08-021-11/+55
* Eliminate APR_STATUS_IS_SUCCESS macro.Justin Erenkrantz2004-07-312-4/+4
* Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt...Bill Stoddard2004-07-191-2/+5
* Simplify excessive copies when the string isn't transformed to upper.William A. Rowe Jr2004-06-281-6/+7
* * file_io/unix/copy.c (apr_file_transfer_contents): Remove redundantJoe Orton2004-05-241-1/+1
* OS/2: In apr_file_info_get(), flush any unwritten buffered data before queryingBrian Havard2004-05-221-1/+10
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedBrian Havard2004-05-221-1/+1
* Fix sign error in apr_file_seek().Jeff Trawick2004-05-043-3/+3
* * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms,Joe Orton2004-04-211-0/+16
* * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning.Joe Orton2004-03-301-0/+4
* Remove the stat caching from the default NetWare buildBradley Nicholes2004-03-291-1/+1
* Add LFS support:Joe Orton2004-03-275-20/+12
* Implement apr_file_mktemp() for NetWare to avoid problems with exclusive file...Bradley Nicholes2004-03-171-0/+49
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-1341-1962/+413
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-052-60/+0
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...Bradley Nicholes2003-12-152-2/+18
* Need to create the pollsets for both ends of the pipeBradley Nicholes2003-11-251-0/+2
* * file_io/unix/open.c (apr_os_file_put): Create the pollset.Joe Orton2003-11-251-0/+6
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)Jeff Trawick2003-11-243-9/+12
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tBrian Havard2003-11-191-1/+1
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledBrian Havard2003-11-193-19/+0
* Unix propagates the fname from the apr_file_t to apr_file_info_tWilliam A. Rowe Jr2003-11-191-0/+6
* There were no 'cont'-named pool objects, simple copy-n-paste bug.William A. Rowe Jr2003-11-171-1/+1
* * file_io/unix/filedup.c (file_dup): Renamed from _file_dup - the CJoe Orton2003-11-171-5/+5
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-179-0/+59
* Suggested by: Joe OrtonSander Striker2003-11-031-24/+13
* * file_io/unix/tempdir.cSander Striker2003-11-021-0/+4
* * file_io/unix/tempdir.cSander Striker2003-11-021-2/+3
* Bah. *BSD's mkstemp doesn't check how many (or whether you have any) Xs youThom May2003-11-021-1/+1
* Forward port from APR_0_9_BRANCH:Sander Striker2003-10-263-11/+56