summaryrefslogtreecommitdiff
path: root/file_io/netware
Commit message (Expand)AuthorAgeFilesLines
* Register a cleanup only if APR_FILE_NOCLEANUP was not flagged.wrowe2007-06-011-3/+6
* Backport r538045 from the trunk.bojan2007-05-211-1/+2
* Backport 538266 from the trunk.bojan2007-05-151-0/+23
* Update license header.jorton2006-09-205-30/+30
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-045-5/+10
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...clar2004-10-081-1/+1
* Remove the stat caching from the default NetWare buildbnicholes2004-03-291-1/+1
* This commit was manufactured by cvs2svn to create branch(no author)2004-03-171-0/+49
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-134-196/+40
* Add apr_os_pipe_put_ex(), which allows the caller to tell APRstriker2003-10-241-4/+19
* 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
* Need to resolve the #define APR_INHERIT that is being used as a flagbnicholes2003-03-201-0/+1
* Same fixes for netware as unix in pipe.cwrowe2003-03-191-1/+3
* Implemented the functionality for the APR_FILEPATH_NATIVE flag inbnicholes2003-03-041-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-074-4/+4
* Namespace protection for include/arch/ header filesthommay2003-01-064-4/+4
* NETWARE: Only use the path context from the stat cache if the requestbnicholes2003-01-061-9/+17
* Update copyright notices to 2003.thommay2003-01-014-4/+4
* Use getcwdpath() rather than getcwd() in apr_filepath_get() to make sure thatbnicholes2002-12-201-3/+13
* 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
* Implemented the apr_os_pipe_put() API on NetWarebnicholes2002-10-091-0/+23
* Remove the #ifdef so that the new (realname() ) file info API will be used.bnicholes2002-10-031-10/+0
* Rollback the API change to NXFileRangeLock() and NXFileRangeUnlock()bnicholes2002-08-051-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
* Getting ready for an API change in the NetWare librariesbnicholes2002-07-171-0/+10
* 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
* Updated to match the header changebnicholes2002-06-031-4/+4
* Implemented code that discovers the proper casing of the filename as it existsbnicholes2002-05-311-2/+0
* Switching the blocking and nonblocking functions since they were backwardsbnicholes2002-05-311-2/+4
* Reimplemented apr_file_pipe_create() on NetWare using the standardbnicholes2002-05-291-55/+25
* 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
* Still working on the spawning process and wiring up the pipes. Changedbnicholes2002-04-111-1/+9
* Fixed a precedence problembnicholes2002-04-041-2/+2
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-202-19/+19
* Updated to match the changes that occured in the stat structurebnicholes2002-03-141-5/+15
* Update our copyright for this year.fielding2002-03-134-4/+4
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-061-3/+3