summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
Commit message (Expand)AuthorAgeFilesLines
* Re-order the fields of 'struct apr_finfo_t' to avoid a hole and some padding.Christophe Jaillet2023-02-191-2/+2
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-37/+37
* Revert r1862435, r1862071 per veto from ivanJoe Orton2019-08-281-28/+0
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andJoe Orton2019-07-021-3/+9
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersJoe Orton2019-06-251-0/+22
* Slightly improve doxygen generated documentation.Christophe Jaillet2018-08-261-2/+2
* minor API doc improvementsJeff Trawick2014-04-151-1/+1
* Fix doc errors in APR header files.Jeff Trawick2013-06-251-3/+3
* Clarify the return code for apr_dir_read.Graham Leggett2009-09-091-1/+2
* Define apr_ino_t in such a way that it doesn't change definitionWilliam A. Rowe Jr2007-10-241-6/+0
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* After a bit of discussion on list, it seems this flag's behaviorWilliam A. Rowe Jr2006-03-021-1/+5
* Clean up the documentation surrounding the APR_INCOMPLETE status code,Garrett Rooney2005-12-131-2/+12
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* rename the apr_file_permissions defines (APR_UREAD,Stas Bekman2004-12-101-15/+31
* This must hit 1.0 - note the ambiguity of ctime.William A. Rowe Jr2004-08-121-2/+2
* * include/apr_file_info.h: Move new APR_USETID, APR_GSETID andJoe Orton2004-06-251-3/+3
* * include/apr_file_io.h, include/apr_file_info.h: cont->poolJoe Orton2004-05-171-4/+4
* * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms,Joe Orton2004-04-211-0/+3
* * include/apr_file_info.h: Remove misleading @remark about dot/dot-dotJoe Orton2004-02-191-1/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Unix propagates the fname from the apr_file_t to apr_file_info_tWilliam A. Rowe Jr2003-11-191-1/+1
* remove these interfaces:Jeff Trawick2003-09-031-14/+0
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-37/+15
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,Branko Čibej2003-02-121-0/+31
* Added a new function, apr_filepath_encoding, to determine the characterBranko Čibej2003-01-031-0/+26
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Grudgingly accept that folks may want to merge paths containing wildcardWilliam A. Rowe Jr2002-12-281-0/+5
* Ryan correctly reminds me I didn't get this straight...William A. Rowe Jr2002-12-171-4/+21
* Introduce an APR_UNKFILE distinct from APR_NOFILE (which was misleading).William A. Rowe Jr2002-12-141-1/+2
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-18/+19
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-201-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Added NetWare to the WIN32 definition of types used in the apr_stat andBradley Nicholes2002-03-051-1/+1
* some more Doxygen goodnessIan Holsman2002-02-151-5/+5
* document ino_t & dev_t for DoxygenIan Holsman2002-02-041-1/+4
* I mangled the APR_U* permission bits the other day, when I folded inGreg Stein2002-02-011-4/+4
* change APR_OS_DEFAULT to coincide with recent changes to the permissionJeff Trawick2002-02-011-1/+1
* Add apr_file_copy() and apr_file_append() functions. These are writtenGreg Stein2002-02-011-10/+15
* Fix the apr_proc_create for win32. In order to do so, this patchWilliam A. Rowe Jr2001-09-091-2/+5
* Changes to make Doxygen workIan Holsman2001-08-181-3/+0
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-1/+1
* Begin to move the APR documentation to Doxygen.Ryan Bloom2001-08-111-47/+70
* fix some apr_filepath_root() docJeff Trawick2001-07-031-1/+1
* Add the flags argument to apr_filepath_root, to allow finer control ofWilliam A. Rowe Jr2001-06-271-7/+17
* (apr_finfo_t): revert comment. my bad, I misunderstood the 'valid' field.Ben Collins-Sussman2001-05-231-1/+1
* (apr_finfo_t): note that this field doesn't work.Ben Collins-Sussman2001-05-231-1/+1
* APR_FILEPATH_CANONICAL is senseless, so it's gone.William A. Rowe Jr2001-04-101-3/+3
* First draft implementation of unix apr_filepath_ get, set, merge, andWilliam A. Rowe Jr2001-03-311-4/+41