summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
Commit message (Expand)AuthorAgeFilesLines
* Note initial/current behavior apr_file_copy APIwrowe2017-03-301-0/+4
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofminfrin2016-03-131-1/+29
* APR_FOPEN_NONBLOCK is expected to be critical for an apptrawick2013-11-021-0/+4
* clarify docs for apr_file_getssf2011-02-261-1/+2
* Overhaul the apr_file_io.h doxygen documentation so to no longer referenceminfrin2010-10-011-88/+111
* Hide apr_wait_for_io_or_timeout() from public view and add insteadbjh2010-04-121-0/+10
* Enable platform specific support for the opening of a file orminfrin2010-03-021-1/+5
* * Reverse order of manual and check to conform to naming stylerpluem2010-02-041-1/+1
* * Fix typo in prototyperpluem2010-02-031-1/+1
* Add two new features to APR Files:pquerna2010-02-031-1/+12
* Fixes various doxygen usage warnings and minor doxygen errors.minfrin2010-01-061-1/+2
* Fix a bunch of typos in the doxygen comments for public include filesminfrin2009-09-251-6/+6
* Add apr_file_sync() and apr_file_datasync() calls.bojan2009-06-141-0/+12
* Fix documentation for apr_temp_dir_get().bojan2009-01-061-4/+1
* Add apr_file_link() function.bojan2008-07-251-0/+9
* Axe another poor illustration, apr_shm_destroy preceeds apr_shm_removewrowe2007-11-061-1/+1
* It is entirely pointless to have nonportable behaviors as exampleswrowe2007-11-061-0/+2
* Had inverted read/write.wrowe2007-10-141-4/+4
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),wrowe2007-10-141-2/+31
* With the tests committed, introduce Win32 APR_FOPEN_SPARSE handlingwrowe2007-10-141-4/+19
* Document what happens to file offset in apr_file_trunc().bojan2007-05-151-0/+1
* * includes/apr_file_io.h: Update warning about APR_FOPEN_LARGEFILEjorton2007-04-261-5/+5
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Docstring fix.jorton2006-04-051-0/+6
* Revert note about unused pool parameter.mturk2006-01-141-2/+2
* Mark pool param for apr_file_remove and apr_file_renamemturk2006-01-131-2/+2
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and colm2005-10-181-0/+21
* Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening ofcolm2005-10-151-0/+45
* * include/apr_file_io.hrooneg2005-09-101-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-051-0/+34
* add deprecated doxygen tagsstas2004-11-291-14/+14
* rename the fopen defines (APR_READ, APR_WRITE, etc.) to have prefix stas2004-11-261-21/+41
* * include/apr_file_io.h: Doxygen/formatting/whitespace cleanups.jorton2004-05-271-113/+107
* * include/apr_file_io.h, include/apr_file_info.h: cont->pooljorton2004-05-171-23/+23
* * include/apr_file_io.h: apr_file_open has not required ajorton2004-05-171-2/+1
* * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning.jorton2004-03-301-0/+14
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* make it say NUL-terminated instead of \0 terminated so both developersianh2004-01-051-1/+1
* silence 2 doxygen warningsianh2003-12-291-1/+1
* axe these deprecated functions:trawick2003-09-031-6/+0
* axe these deprecated functions:trawick2003-09-031-2/+2
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-231-0/+16
* Added a note to the apr_file_open_flags about the range of valuesbrane2003-07-081-14/+17
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-0/+12
* fix documentation for apr_file_getc()jwoolley2003-06-151-2/+2
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-241-0/+2
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-4/+1
* add some additional information to the documentation oftrawick2003-04-031-0/+4