summaryrefslogtreecommitdiff
path: root/file_io/netware
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-204-31/+31
* pipe: factorize apr_file_pipe_create*() in terms of static helperylavic2017-09-261-30/+18
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofminfrin2016-03-131-20/+48
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-182-13/+13
* Removed file which was left over by commit r1090884.fuankg2011-04-101-0/+0
* Prepare NetWare build system for other compilers.fuankg2011-04-101-4/+0
* The Tab Police removed 24 tabs.fuankg2010-08-031-15/+15
* Fix various issues found by cppchecksf2010-07-271-3/+0
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-012-5/+5
* Unroll APR_SET_FD_CLOEXEC macro.bojan2009-02-271-1/+9
* Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag andbojan2009-02-261-0/+2
* Fill in apr_fileinfo_t member st_csize on Netware and Unixwrowe2007-10-171-6/+11
* * Return APR_SUCCESS by default.rpluem2007-10-141-0/+2
* Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...wrowe2007-10-141-3/+1
* Had inverted read/write.wrowe2007-10-141-3/+3
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),wrowe2007-10-141-0/+27
* Register a cleanup only if APR_FILE_NOCLEANUP was not flagged.wrowe2007-06-011-3/+6
* Add the missing file locking APIs and macros to the NetWare buildbnicholes2007-05-151-0/+22
* Discard file buffers when running cleanups for exec.bojan2007-05-151-1/+2
* Fix the typo.jorton2006-08-035-5/+5
* Update license header.jorton2006-08-035-30/+30
* 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-045-5/+10
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...clar2004-10-061-1/+1
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-311-2/+2
* Remove the stat caching from the default NetWare buildbnicholes2004-03-291-1/+1
* Implement apr_file_mktemp() for NetWare to avoid problems with exclusive file...bnicholes2004-03-171-0/+49
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-134-196/+40
* Need to create the pollsets for both ends of the pipebnicholes2003-11-251-0/+2
* Forward port from APR_0_9_BRANCH:striker2003-10-261-4/+19
* 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
* 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