| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in all *.h. | ivan | 2022-11-19 | 1 | -95/+95 |
* | Replace tabs to spaces. | ivan | 2022-07-08 | 1 | -5/+5 |
* | Note initial/current behavior apr_file_copy API | wrowe | 2017-03-30 | 1 | -0/+4 |
* | apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of | minfrin | 2016-03-13 | 1 | -1/+29 |
* | APR_FOPEN_NONBLOCK is expected to be critical for an app | trawick | 2013-11-02 | 1 | -0/+4 |
* | clarify docs for apr_file_gets | sf | 2011-02-26 | 1 | -1/+2 |
* | Overhaul the apr_file_io.h doxygen documentation so to no longer reference | minfrin | 2010-10-01 | 1 | -88/+111 |
* | Hide apr_wait_for_io_or_timeout() from public view and add instead | bjh | 2010-04-12 | 1 | -0/+10 |
* | Enable platform specific support for the opening of a file or | minfrin | 2010-03-02 | 1 | -1/+5 |
* | * Reverse order of manual and check to conform to naming style | rpluem | 2010-02-04 | 1 | -1/+1 |
* | * Fix typo in prototype | rpluem | 2010-02-03 | 1 | -1/+1 |
* | Add two new features to APR Files: | pquerna | 2010-02-03 | 1 | -1/+12 |
* | Fixes various doxygen usage warnings and minor doxygen errors. | minfrin | 2010-01-06 | 1 | -1/+2 |
* | Fix a bunch of typos in the doxygen comments for public include files | minfrin | 2009-09-25 | 1 | -6/+6 |
* | Add apr_file_sync() and apr_file_datasync() calls. | bojan | 2009-06-14 | 1 | -0/+12 |
* | Fix documentation for apr_temp_dir_get(). | bojan | 2009-01-06 | 1 | -4/+1 |
* | Add apr_file_link() function. | bojan | 2008-07-25 | 1 | -0/+9 |
* | Axe another poor illustration, apr_shm_destroy preceeds apr_shm_remove | wrowe | 2007-11-06 | 1 | -1/+1 |
* | It is entirely pointless to have nonportable behaviors as examples | wrowe | 2007-11-06 | 1 | -0/+2 |
* | Had inverted read/write. | wrowe | 2007-10-14 | 1 | -4/+4 |
* | Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(), | wrowe | 2007-10-14 | 1 | -2/+31 |
* | With the tests committed, introduce Win32 APR_FOPEN_SPARSE handling | wrowe | 2007-10-14 | 1 | -4/+19 |
* | Document what happens to file offset in apr_file_trunc(). | bojan | 2007-05-15 | 1 | -0/+1 |
* | * includes/apr_file_io.h: Update warning about APR_FOPEN_LARGEFILE | jorton | 2007-04-26 | 1 | -5/+5 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | Docstring fix. | jorton | 2006-04-05 | 1 | -0/+6 |
* | Revert note about unused pool parameter. | mturk | 2006-01-14 | 1 | -2/+2 |
* | Mark pool param for apr_file_remove and apr_file_rename | mturk | 2006-01-13 | 1 | -2/+2 |
* | Add apr-wide definitions and unix implementation of apr_file_buffer_set() and | colm | 2005-10-18 | 1 | -0/+21 |
* | Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening of | colm | 2005-10-15 | 1 | -0/+45 |
* | * include/apr_file_io.h | rooneg | 2005-09-10 | 1 | -2/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is | pquerna | 2004-12-05 | 1 | -0/+34 |
* | add deprecated doxygen tags | stas | 2004-11-29 | 1 | -14/+14 |
* | rename the fopen defines (APR_READ, APR_WRITE, etc.) to have prefix | stas | 2004-11-26 | 1 | -21/+41 |
* | * include/apr_file_io.h: Doxygen/formatting/whitespace cleanups. | jorton | 2004-05-27 | 1 | -113/+107 |
* | * include/apr_file_io.h, include/apr_file_info.h: cont->pool | jorton | 2004-05-17 | 1 | -23/+23 |
* | * include/apr_file_io.h: apr_file_open has not required a | jorton | 2004-05-17 | 1 | -2/+1 |
* | * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning. | jorton | 2004-03-30 | 1 | -0/+14 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | make it say NUL-terminated instead of \0 terminated so both developers | ianh | 2004-01-05 | 1 | -1/+1 |
* | silence 2 doxygen warnings | ianh | 2003-12-29 | 1 | -1/+1 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 1 | -6/+0 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 1 | -2/+2 |
* | Add apr_temp_dir_get(), a function to get the most suitable directory to place | thommay | 2003-08-23 | 1 | -0/+16 |
* | Added a note to the apr_file_open_flags about the range of values | brane | 2003-07-08 | 1 | -14/+17 |
* | New apr_file_mtime_set() API, implemented in unix and win32. | sussman | 2003-07-07 | 1 | -0/+12 |
* | fix documentation for apr_file_getc() | jwoolley | 2003-06-15 | 1 | -2/+2 |
* | Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" file | brane | 2003-05-24 | 1 | -0/+2 |