summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-95/+95
* Replace tabs to spaces.Ivan Zhakov2022-07-081-5/+5
* Note initial/current behavior apr_file_copy APIWilliam A. Rowe Jr2017-03-301-0/+4
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofGraham Leggett2016-03-131-1/+29
* APR_FOPEN_NONBLOCK is expected to be critical for an appJeff Trawick2013-11-021-0/+4
* clarify docs for apr_file_getsStefan Fritsch2011-02-261-1/+2
* Overhaul the apr_file_io.h doxygen documentation so to no longer referenceGraham Leggett2010-10-011-88/+111
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-121-0/+10
* Enable platform specific support for the opening of a file orGraham Leggett2010-03-021-1/+5
* * Reverse order of manual and check to conform to naming styleRuediger Pluem2010-02-041-1/+1
* * Fix typo in prototypeRuediger Pluem2010-02-031-1/+1
* Add two new features to APR Files:Paul Querna2010-02-031-1/+12
* Fixes various doxygen usage warnings and minor doxygen errors.Graham Leggett2010-01-061-1/+2
* Fix a bunch of typos in the doxygen comments for public include filesGraham Leggett2009-09-251-6/+6
* Add apr_file_sync() and apr_file_datasync() calls.Bojan Smojver2009-06-141-0/+12
* Fix documentation for apr_temp_dir_get().Bojan Smojver2009-01-061-4/+1
* Add apr_file_link() function.Bojan Smojver2008-07-251-0/+9
* Axe another poor illustration, apr_shm_destroy preceeds apr_shm_removeWilliam A. Rowe Jr2007-11-061-1/+1
* It is entirely pointless to have nonportable behaviors as examplesWilliam A. Rowe Jr2007-11-061-0/+2
* Had inverted read/write.William A. Rowe Jr2007-10-141-4/+4
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-141-2/+31
* With the tests committed, introduce Win32 APR_FOPEN_SPARSE handlingWilliam A. Rowe Jr2007-10-141-4/+19
* Document what happens to file offset in apr_file_trunc().Bojan Smojver2007-05-151-0/+1
* * includes/apr_file_io.h: Update warning about APR_FOPEN_LARGEFILEJoe Orton2007-04-261-5/+5
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Docstring fix.Joe Orton2006-04-051-0/+6
* Revert note about unused pool parameter.Mladen Turk2006-01-141-2/+2
* Mark pool param for apr_file_remove and apr_file_renameMladen Turk2006-01-131-2/+2
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and Colm MacCarthaigh2005-10-181-0/+21
* Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening ofColm MacCarthaigh2005-10-151-0/+45
* * include/apr_file_io.hGarrett Rooney2005-09-101-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is Paul Querna2004-12-051-0/+34
* add deprecated doxygen tagsStas Bekman2004-11-291-14/+14
* rename the fopen defines (APR_READ, APR_WRITE, etc.) to have prefix Stas Bekman2004-11-261-21/+41
* * include/apr_file_io.h: Doxygen/formatting/whitespace cleanups.Joe Orton2004-05-271-113/+107
* * include/apr_file_io.h, include/apr_file_info.h: cont->poolJoe Orton2004-05-171-23/+23
* * include/apr_file_io.h: apr_file_open has not required aJoe Orton2004-05-171-2/+1
* * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning.Joe Orton2004-03-301-0/+14
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* make it say NUL-terminated instead of \0 terminated so both developersIan Holsman2004-01-051-1/+1
* silence 2 doxygen warningsIan Holsman2003-12-291-1/+1
* axe these deprecated functions:Jeff Trawick2003-09-031-6/+0
* axe these deprecated functions:Jeff Trawick2003-09-031-2/+2
* Add apr_temp_dir_get(), a function to get the most suitable directory to placeThom May2003-08-231-0/+16
* Added a note to the apr_file_open_flags about the range of valuesBranko Čibej2003-07-081-14/+17
* New apr_file_mtime_set() API, implemented in unix and win32.Ben Collins-Sussman2003-07-071-0/+12
* fix documentation for apr_file_getc()Cliff Woolley2003-06-151-2/+2
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" fileBranko Čibej2003-05-241-0/+2