summaryrefslogtreecommitdiff
path: root/file_io/netware/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-21/+21
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-12/+12
* Fill in apr_fileinfo_t member st_csize on Netware and Unixwrowe2007-10-171-6/+11
* Add the missing file locking APIs and macros to the NetWare buildbnicholes2007-05-151-0/+22
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Identify a mutex unprotected flush on netwarewrowe2006-03-101-0/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-311-2/+2
* Remove the stat caching from the default NetWare buildbnicholes2004-03-291-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* remove these interfaces:trawick2003-09-031-9/+0
* Implemented apr_file_mtime_set() for NetWarebnicholes2003-07-141-2/+41
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-081-0/+8
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-241-0/+5
* Make sure that the current directory that is represented by the context is st...bnicholes2003-05-081-2/+18
* Call apr_file_flush() on a buffered file before getting the file info.bnicholes2003-04-031-0/+6
* Performance enhancement by trying to create and cache path contexts sobnicholes2003-02-071-2/+111
* Remove the stat info caching for NetWarebnicholes2003-01-141-180/+4
* 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
* NETWARE: Only use the path context from the stat cache if the requestbnicholes2003-01-061-9/+17
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Brad, please review. Adopt the alternate 'UNKFILE' if we failedwrowe2002-12-171-6/+8
* Store and use the path context to each directory and file rather than relyingbnicholes2002-11-061-137/+0
* Getting ready for an API change in the NetWare LIBC library that will speed upbnicholes2002-10-231-7/+173
* Remove the #ifdef so that the new (realname() ) file info API will be used.bnicholes2002-10-031-10/+0
* Introducing a new API for resolving the file name to diskbnicholes2002-08-021-3/+11
* Forgot to unbind the thread on an error conditionbnicholes2002-07-311-1/+3
* Divided the cstat() memory pool into per processor memory pools to avoid havingbnicholes2002-07-241-5/+14
* Removed the ReadWrite mutex that protects the stat cache table. Instead impl...bnicholes2002-06-261-69/+12
* Switch to a Reader/Writer lock to try to avoid lock contention when accessingbnicholes2002-06-111-2/+27
* Implemented code that discovers the proper casing of the filename as it existsbnicholes2002-05-311-2/+0
* Added the properly cased file name to the cached stat information. This cutsbnicholes2002-05-081-14/+49
* Turned on the mutex locking around the hash table manipulation calls. Thisbnicholes2002-05-031-11/+12
* Implemented the case matching to disk of the file and directory names.bnicholes2002-04-221-3/+26
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-9/+9
* Updated to match the changes that occured in the stat structurebnicholes2002-03-141-5/+15
* Update our copyright for this year.fielding2002-03-131-1/+1
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-061-3/+3
* Moved the memcpy() ahead of the hash table set to avoid a race condition.bnicholes2002-03-051-2/+6
* Fixed a memory leak in the stat caching function so that it reuses the statbnicholes2002-02-251-10/+52
* NetWare version of filestat.cbnicholes2002-02-221-0/+300