summaryrefslogtreecommitdiff
path: root/file_io/unix/readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-18/+18
* Follow up to r1790200: fall back to fsync() if F_FULLFSYNC is not supportedBranko Čibej2020-11-121-3/+9
* * file_io/unix/readwrite.c (apr_file_write, apr_file_writev): FixJoe Orton2020-06-011-6/+10
* Do not try to use fdatasync() on macOS.Branko Čibej2017-04-051-0/+2
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-1/+1
* fix a bit of 'if FOO'/'ifdef FOO' confusionJeff Trawick2011-03-291-1/+1
* apr_file_flush_locked(): Handle short writesStefan Fritsch2011-02-211-4/+8
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-121-0/+7
* OS/2: Share the unix implementation of apr_file_printf() which passes theBrian Havard2010-04-041-47/+0
* * Reverse order of manual and check to conform to naming styleRuediger Pluem2010-02-041-1/+1
* Add two new features to APR Files:Paul Querna2010-02-031-0/+89
* Link again on OS X, where fdatasync() does not seem to exist.Sander Striker2009-07-111-0/+4
* Add apr_file_sync() and apr_file_datasync() calls.Bojan Smojver2009-06-141-0/+48
* Revert nested mutexes in Unix file_ioBojan Smojver2007-05-141-21/+30
* Avoid compiler warning (rv only used if HAVE_WRITEV).Bojan Smojver2007-05-121-2/+3
* Improve thread safety of assorted file_io functions.Bojan Smojver2007-05-121-48/+27
* The file pointer position must be recalculated and set when writev()ing to aBojan Smojver2007-05-111-0/+9
* * file_io/unix/readwrite.c: Minor style fixes, no functional change:Joe Orton2007-04-021-3/+4
* Fix locking bug with apr_file_read()/apr_file_gets()Bojan Smojver2007-03-311-55/+58
* Only try to flush when the file is in buffered mode, inside apr_file_writev.Paul Querna2007-03-011-5/+8
* Fix apr_file_writev when buffering is enabled by forcing a flush, rather than...Paul Querna2007-02-281-0/+6
* * file_io/unix/readwrite.c (apr_file_writev): Fix variable type andJoe Orton2007-01-071-3/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and Colm MacCarthaigh2005-10-181-4/+5
* * 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
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* 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 style nits. No fucntional changes.Paul Querna2004-12-051-2/+2
* * 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-051-0/+2
* * 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
* * 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
* Add LFS support:Joe Orton2004-03-271-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...Bradley Nicholes2003-12-151-0/+4
* When writing to pipes with a timeout set, handle the situationJeff Trawick2003-06-051-2/+13
* apr_file_gets(): Return APR_SUCCESS if any characters areJeff Trawick2003-05-011-1/+8
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-111-39/+3
* use the time conversion macros rather than dividing by APR_USEC_PER_SECBrian Pane2002-07-041-2/+2
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andWilliam A. Rowe Jr2002-06-281-1/+2