summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* rename the apr_file_permissions defines (APR_UREAD,stas2004-12-101-15/+31
* This must hit 1.0 - note the ambiguity of ctime.wrowe2004-08-121-2/+2
* * include/apr_file_info.h: Move new APR_USETID, APR_GSETID andjorton2004-06-251-3/+3
* * include/apr_file_io.h, include/apr_file_info.h: cont->pooljorton2004-05-171-4/+4
* * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms,jorton2004-04-211-0/+3
* * include/apr_file_info.h: Remove misleading @remark about dot/dot-dotjorton2004-02-191-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Unix propagates the fname from the apr_file_t to apr_file_info_twrowe2003-11-191-1/+1
* remove these interfaces:trawick2003-09-031-14/+0
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-37/+15
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-121-0/+31
* Added a new function, apr_filepath_encoding, to determine the characterbrane2003-01-031-0/+26
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Grudgingly accept that folks may want to merge paths containing wildcardwrowe2002-12-281-0/+5
* Ryan correctly reminds me I didn't get this straight...wrowe2002-12-171-4/+21
* Introduce an APR_UNKFILE distinct from APR_NOFILE (which was misleading).wrowe2002-12-141-1/+2
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-18/+19
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Added NetWare to the WIN32 definition of types used in the apr_stat andbnicholes2002-03-051-1/+1
* some more Doxygen goodnessianh2002-02-151-5/+5
* document ino_t & dev_t for Doxygenianh2002-02-041-1/+4
* I mangled the APR_U* permission bits the other day, when I folded ingstein2002-02-011-4/+4
* change APR_OS_DEFAULT to coincide with recent changes to the permissiontrawick2002-02-011-1/+1
* Add apr_file_copy() and apr_file_append() functions. These are writtengstein2002-02-011-10/+15
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-2/+5
* Changes to make Doxygen workianh2001-08-181-3/+0
* fix some homophonic issues in comments, as well as sometrawick2001-08-151-1/+1
* Begin to move the APR documentation to Doxygen.rbb2001-08-111-47/+70
* fix some apr_filepath_root() doctrawick2001-07-031-1/+1
* Add the flags argument to apr_filepath_root, to allow finer control ofwrowe2001-06-271-7/+17
* (apr_finfo_t): revert comment. my bad, I misunderstood the 'valid' field.sussman2001-05-231-1/+1
* (apr_finfo_t): note that this field doesn't work.sussman2001-05-231-1/+1
* APR_FILEPATH_CANONICAL is senseless, so it's gone.wrowe2001-04-101-3/+3
* First draft implementation of unix apr_filepath_ get, set, merge, andwrowe2001-03-311-4/+41
* Declarations required for the new apr_filepath_merge implementationwrowe2001-03-241-1/+46
* Update copyright to 2001fielding2001-02-161-1/+1
* Absolutely explicit that finfo.filetype APR_NOFILE is 0 (or false).wrowe2001-01-311-1/+1
* apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu...stoddard2001-01-311-1/+1
* Larger volume structures can have more than 2^16 hardlinks to a singlewrowe2001-01-291-1/+2
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in awrowe2001-01-281-5/+0
* Get the new userinfo stuff to compile cleanly.rbb2001-01-281-5/+1
* Solve a break, now that we don't do anything with INODE from a readdirwrowe2001-01-241-1/+1
* The csize solution does solve BeOS R4.5, so back that out of all unixwrowe2001-01-241-4/+1
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-231-45/+15
* Get APR building on Unix again. This just updates APR for the newrbb2001-01-201-1/+1
* Fix a simple compile break. apr_file_t was being declared in two files,rbb2001-01-201-3/+1
* The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo.wrowe2001-01-201-9/+52
* This have become to danged harry, time for a split.wrowe2001-01-191-0/+270