summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
* Update license header.Joe Orton2006-08-0316-96/+96
* Identify several mutex-unprotected flushesWilliam A. Rowe Jr2006-03-103-0/+3
* * file_io/unix/seek.c (setptr): Tidy up error handling a little; useJoe Orton2005-10-191-11/+9
* * file_io/unix/seek.c (setptr): Don't ignore errors fromJoe Orton2005-10-191-1/+4
* buffer.c, where the new variable file buffer functions are stored. Colm MacCarthaigh2005-10-181-0/+72
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and Colm MacCarthaigh2005-10-183-8/+13
* Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening ofColm MacCarthaigh2005-10-151-9/+30
* * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R toJoe Orton2005-09-271-3/+3
* * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursionJoe Orton2005-09-241-0/+5
* * file_io/unix/dir.c (apr_dir_read): Avoid an unnecessaryJoe Orton2005-09-081-6/+10
* * file_io/unix/dir.c (apr_dir_read): Clarify handling ofJoe Orton2005-09-051-4/+4
* * file_io/unix/dir.c (apr_dir_open): Fix error handling; don't assumeJoe Orton2005-09-011-9/+9
* * file_io/unix/dir.c (apr_dir_read): Fix non-readdir64_r build.Joe Orton2005-09-011-1/+3
* Add some workarounds for cases where readdir_r fails due to largeJoe Orton2005-08-312-5/+44
* * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle theJoe Orton2005-08-221-2/+19
* * file_io/unix/readwrite.c (apr_file_flush): Use apr_ssize_t to storeJoe Orton2005-08-201-4/+4
* * file_io/unix/readwrite.c (apr_file_write): Catch apr_file_flush()Joe Orton2005-08-201-1/+1
* * file_io/unix/fullrw.c (apr_file_writev_full): Fix signed-vs-unsignedJoe Orton2005-08-181-1/+1
* fixed a type mismatchBrian Pane2005-07-201-1/+1
* Added lazy evaluation of the pollset that's used within apr_file_tBrian Pane2005-07-093-17/+30
* rewrite apr_file_writev_full.Paul Querna2005-03-121-20/+9
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0415-15/+30
* 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
* * file_io/unix/readwrite.c (file_printf_flush): NewJoe Orton2004-11-181-10/+37
* Remove .cvsignore files.Joe Orton2004-11-181-4/+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
* 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-311-2/+2
* * file_io/unix/copy.c (apr_file_transfer_contents): Remove redundantJoe Orton2004-05-241-1/+1
* Fix sign error in apr_file_seek().Jeff Trawick2004-05-041-1/+1
* * 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
* Add LFS support:Joe Orton2004-03-275-20/+12
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-1315-735/+150
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-29/+0
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...Bradley Nicholes2003-12-152-2/+18
* * 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
* * 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-173-0/+19
* Suggested by: Joe OrtonSander Striker2003-11-031-24/+13