summaryrefslogtreecommitdiff
path: root/file_io/os2/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* OS/2: Implement apr_file_mtime_set().bjh2005-07-161-1/+12
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* OS/2: In apr_file_info_get(), flush any unwritten buffered data before queryingbjh2004-05-221-1/+10
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tbjh2003-11-191-1/+1
* remove these interfaces:trawick2003-09-031-8/+0
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-081-0/+9
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-241-1/+16
* OS/2: apr_stat() fixesbjh2003-03-311-5/+9
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* OS/2: Fill in finfo->fname, was being left uninitialized.bjh2003-01-021-0/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Brian, for your review. Start catching those scenarios which are UNKFILEwrowe2002-12-171-0/+7
* Prepare to eliminate a platform specificwrowe2002-10-131-3/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* apr_file_attrs_set takes a new parameter, attr_mask, that defines whichbrane2002-02-111-4/+8
* OS/2: Implement apr_file_attrs_set() & other minor build fixes for thebjh2002-02-021-0/+26
* FS3_to_finfo already assigns the initial valid bits.wrowe2001-12-281-4/+3
* OS/2: Fix value of protection field so that it matches the definitionsbjh2001-09-191-1/+1
* OS/2: in apr_stat(), fill in finfo->name if it's asked for.bjh2001-08-311-0/+16
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-7/+7
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-1/+0
* Get OS/2 dir & stat code working with current API.bjh2001-01-251-5/+5
* Fix a couple of typos in wrowe's last commit.bjh2001-01-211-2/+2
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-4/+13
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* OS/2: Pass apr_lstat through to apr_stat as we don't have symlinks.bjh2000-10-081-0/+7
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-4/+7
* prefix libapr functions and types with apr_dougm2000-08-021-6/+6
* add ap_finfo_t.devicegstein2000-07-031-0/+5
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-3/+3
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-1/+1
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-031-1/+1
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Rework ap_finfo_t to split the file type out of the protection field.bjh2000-01-101-20/+82
* OS/2: Some cleaning up for file_io.bjh1999-10-131-12/+0
* Initial revisionrbb1999-08-171-0/+112