summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
Commit message (Expand)AuthorAgeFilesLines
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-1/+5
* Better docswrowe2002-10-141-3/+4
* I really disliked this identifier, found a better one.wrowe2002-10-141-22/+22
* Allow sendfile semantics to be requested for a given file. While thiswrowe2002-10-141-2/+5
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-5/+5
* Added apr_file_setaside() function to move an apr_file_t frombrianp2002-07-021-0/+15
* Fixed some comments to reference the right parameter namesbrianp2002-06-291-2/+2
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andwrowe2002-06-281-1/+2
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-3/+9
* Needed a function in Subversion to behave like 'mkdir -p', and thisfitz2002-05-311-0/+10
* That cut-and-paste job was a bit too literal.jerenkrantz2002-05-251-2/+2
* The doc doesn't match implementation. Make it consistent with write_full.jerenkrantz2002-05-251-2/+3
* template is a reserved word in C++, so don't use ittrawick2002-04-191-2/+2
* Match the declaration in the .c file and the doc, which is "template".aaron2002-04-161-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().stoddard2002-03-061-0/+6
* apr_file_attrs_set takes a new parameter, attr_mask, that defines whichbrane2002-02-111-1/+3
* Add apr_file_copy() and apr_file_append() functions. These are writtengstein2002-02-011-0/+66
* (apr_file_write_full): Clarify documentation.kfogel2002-01-251-1/+3
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-241-2/+2
* docco updatejerenkrantz2002-01-181-1/+1
* Add apr_file_dup2.dreid2002-01-111-0/+12
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-1/+4
* added a remark to apr_file_mktemp,ianh2001-09-271-0/+7
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-241-0/+10
* Accidentally remove the pool accessor.rbb2001-08-121-0/+7
* Ian reports that I missed this line. :-)rbb2001-08-121-0/+1
* Add the rest of the doxygen changes for APR.rbb2001-08-121-88/+71
* Solve the make exports problems with these accessor wrappers by simplywrowe2001-07-261-2/+2
* Set up the inherit mechanics to drop the APR_INHERIT flag.wrowe2001-07-181-14/+0
* This should introduce the APR_INHERIT flag for Unix.wrowe2001-07-161-1/+30
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-271-0/+13
* Add apr_file_open_stdin - which allows the stdin file handle to bejerenkrantz2001-05-311-0/+9
* Add a function to truncate a file without having to close and re-openrbb2001-05-231-0/+8
* fix a comment regarding APR_EOF and file I/O;trawick2001-05-071-2/+2
* shared sdbm file locking patch, writes/deletes require an excl lock,wrowe2001-04-301-1/+4
* Remove long since defunct function apr_file_error() (marked for death nearly abjh2001-03-291-8/+0
* More doxygenation.ben2001-03-171-0/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* Fix a bad rename: apr_file_read_file should be apr_file_read_fullgstein2001-02-121-2/+2
* renaming various functions for consistency sakedougm2001-02-081-78/+78
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksrbb2001-01-271-0/+9
* Use a typesafe function for access objects' pools.gstein2001-01-241-2/+7
* Backout apr_get_filename_case.rbb2001-01-211-4/+0
* Get APR building on Unix again. This just updates APR for the newrbb2001-01-201-0/+4
* The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo.wrowe2001-01-201-2/+6
* initial cut at a feature-based include system (rather than file-based)gstein2001-01-201-7/+3
* This have become to danged harry, time for a split.wrowe2001-01-191-228/+42
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-207/+123
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.rbb2001-01-051-1/+1