| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 1 | -18/+18 |
* | Follow up to r1790200: fall back to fsync() if F_FULLFSYNC is not supported | Branko Čibej | 2020-11-12 | 1 | -3/+9 |
* | * file_io/unix/readwrite.c (apr_file_write, apr_file_writev): Fix | Joe Orton | 2020-06-01 | 1 | -6/+10 |
* | Do not try to use fdatasync() on macOS. | Branko Čibej | 2017-04-05 | 1 | -0/+2 |
* | stop using deprecated versions of APR_FOPEN_* and APR_FPROT_* | Jeff Trawick | 2014-01-18 | 1 | -1/+1 |
* | fix a bit of 'if FOO'/'ifdef FOO' confusion | Jeff Trawick | 2011-03-29 | 1 | -1/+1 |
* | apr_file_flush_locked(): Handle short writes | Stefan Fritsch | 2011-02-21 | 1 | -4/+8 |
* | Hide apr_wait_for_io_or_timeout() from public view and add instead | Brian Havard | 2010-04-12 | 1 | -0/+7 |
* | OS/2: Share the unix implementation of apr_file_printf() which passes the | Brian Havard | 2010-04-04 | 1 | -47/+0 |
* | * Reverse order of manual and check to conform to naming style | Ruediger Pluem | 2010-02-04 | 1 | -1/+1 |
* | Add two new features to APR Files: | Paul Querna | 2010-02-03 | 1 | -0/+89 |
* | Link again on OS X, where fdatasync() does not seem to exist. | Sander Striker | 2009-07-11 | 1 | -0/+4 |
* | Add apr_file_sync() and apr_file_datasync() calls. | Bojan Smojver | 2009-06-14 | 1 | -0/+48 |
* | Revert nested mutexes in Unix file_io | Bojan Smojver | 2007-05-14 | 1 | -21/+30 |
* | Avoid compiler warning (rv only used if HAVE_WRITEV). | Bojan Smojver | 2007-05-12 | 1 | -2/+3 |
* | Improve thread safety of assorted file_io functions. | Bojan Smojver | 2007-05-12 | 1 | -48/+27 |
* | The file pointer position must be recalculated and set when writev()ing to a | Bojan Smojver | 2007-05-11 | 1 | -0/+9 |
* | * file_io/unix/readwrite.c: Minor style fixes, no functional change: | Joe Orton | 2007-04-02 | 1 | -3/+4 |
* | Fix locking bug with apr_file_read()/apr_file_gets() | Bojan Smojver | 2007-03-31 | 1 | -55/+58 |
* | Only try to flush when the file is in buffered mode, inside apr_file_writev. | Paul Querna | 2007-03-01 | 1 | -5/+8 |
* | Fix apr_file_writev when buffering is enabled by forcing a flush, rather than... | Paul Querna | 2007-02-28 | 1 | -0/+6 |
* | * file_io/unix/readwrite.c (apr_file_writev): Fix variable type and | Joe Orton | 2007-01-07 | 1 | -3/+3 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | Add apr-wide definitions and unix implementation of apr_file_buffer_set() and | Colm MacCarthaigh | 2005-10-18 | 1 | -4/+5 |
* | * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle the | Joe Orton | 2005-08-22 | 1 | -2/+19 |
* | * file_io/unix/readwrite.c (apr_file_flush): Use apr_ssize_t to store | Joe Orton | 2005-08-20 | 1 | -4/+4 |
* | * file_io/unix/readwrite.c (apr_file_write): Catch apr_file_flush() | Joe Orton | 2005-08-20 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | typo in comment | Roy T. Fielding | 2004-12-11 | 1 | -1/+1 |
* | * file_io/unix/readwrite.c: Revert to the original code for apr_file writev()... | Paul Querna | 2004-12-11 | 1 | -15/+16 |
* | Fix style nits. No fucntional changes. | Paul Querna | 2004-12-05 | 1 | -2/+2 |
* | * file_io/unix/readwrite.c: Revert back to using apr_file_write, but also leave | Paul Querna | 2004-12-05 | 1 | -2/+4 |
* | * file_io/unix/readwrite.c: use apr_file_write_full() to write all of the dat... | Paul Querna | 2004-12-05 | 1 | -4/+4 |
* | * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is | Paul Querna | 2004-12-05 | 1 | -0/+2 |
* | * test/testfile.c: Add a test for apr_file_writev(). | Paul Querna | 2004-12-04 | 1 | -2/+11 |
* | * file_io/unix/readwrite.c (file_printf_flush): New | Joe Orton | 2004-11-18 | 1 | -10/+37 |
* | * file_io/unix/readwrite.c (apr_file_puts): Use apr_file_write_full. | Joe Orton | 2004-11-17 | 1 | -3/+1 |
* | Improve apr_file_gets() performance on buffered files by not calling | Justin Erenkrantz | 2004-08-02 | 1 | -11/+55 |
* | Add LFS support: | Joe Orton | 2004-03-27 | 1 | -4/+0 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | Clean up some 32 bit/64 bit type incompatibilities that cause problems when l... | Bradley Nicholes | 2003-12-15 | 1 | -0/+4 |
* | When writing to pipes with a timeout set, handle the situation | Jeff Trawick | 2003-06-05 | 1 | -2/+13 |
* | apr_file_gets(): Return APR_SUCCESS if any characters are | Jeff Trawick | 2003-05-01 | 1 | -1/+8 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | Thom May | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | Reimplement apr_poll() on Unix. This improves performance by giving the | Ryan Bloom | 2002-07-11 | 1 | -39/+3 |
* | use the time conversion macros rather than dividing by APR_USEC_PER_SEC | Brian Pane | 2002-07-04 | 1 | -2/+2 |
* | Introduce apr_table_do_callback_fn_t as a prototype declaration, and | William A. Rowe Jr | 2002-06-28 | 1 | -1/+2 |