summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backport r538042 from trunk.bojan2007-05-151-0/+1
* Update the license, sans typo this time.jorton2006-08-031-6/+6
* Merge r391595 from trunk:jorton2006-06-141-0/+6
* 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
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-23/+17
* No code changes. Augment documentation for apr_file_open_std*.fitz2003-01-241-0/+30
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* 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