summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
Commit message (Expand)AuthorAgeFilesLines
* 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