summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
...
* * file_io/unix/seek.c (setptr): Don't ignore errors fromjorton2005-10-191-1/+4
* buffer.c, where the new variable file buffer functions are stored. colm2005-10-181-0/+72
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and colm2005-10-183-8/+13
* Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening ofcolm2005-10-151-9/+30
* * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R tojorton2005-09-271-3/+3
* * 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
* * 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
* * 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
* Added lazy evaluation of the pollset that's used within apr_file_tbrianp2005-07-093-17/+30
* rewrite apr_file_writev_full.pquerna2005-03-121-20/+9
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0415-15/+30
* 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
* * file_io/unix/readwrite.c (file_printf_flush): Newjorton2004-11-181-10/+37
* Remove .cvsignore files.jorton2004-11-181-4/+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
* Improve apr_file_gets() performance on buffered files by not callingjerenkrantz2004-08-021-11/+55
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-311-2/+2
* * file_io/unix/copy.c (apr_file_transfer_contents): Remove redundantjorton2004-05-241-1/+1
* Fix sign error in apr_file_seek().trawick2004-05-041-1/+1
* * 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
* Add LFS support:jorton2004-03-275-20/+12
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1315-735/+150
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-29/+0
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...bnicholes2003-12-152-2/+18
* * file_io/unix/open.c (apr_os_file_put): Create the pollset.jorton2003-11-251-0/+6
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-243-9/+12
* * file_io/unix/filedup.c (file_dup): Renamed from _file_dup - the Cjorton2003-11-171-5/+5
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-173-0/+19
* Suggested by: Joe Ortonstriker2003-11-031-24/+13
* * file_io/unix/tempdir.cstriker2003-11-021-0/+4
* * file_io/unix/tempdir.cstriker2003-11-021-2/+3
* Bah. *BSD's mkstemp doesn't check how many (or whether you have any) Xs youthommay2003-11-021-1/+1