summaryrefslogtreecommitdiff
path: root/file_io/netware
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-204-31/+31
* pipe: factorize apr_file_pipe_create*() in terms of static helperYann Ylavic2017-09-261-30/+18
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofGraham Leggett2016-03-131-20/+48
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-182-13/+13
* Removed file which was left over by commit r1090884.Guenter Knauf2011-04-101-0/+0
* Prepare NetWare build system for other compilers.Guenter Knauf2011-04-101-4/+0
* The Tab Police removed 24 tabs.Guenter Knauf2010-08-031-15/+15
* Fix various issues found by cppcheckStefan Fritsch2010-07-271-3/+0
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-012-5/+5
* Unroll APR_SET_FD_CLOEXEC macro.Bojan Smojver2009-02-271-1/+9
* Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag andBojan Smojver2009-02-261-0/+2
* Fill in apr_fileinfo_t member st_csize on Netware and UnixWilliam A. Rowe Jr2007-10-171-6/+11
* * Return APR_SUCCESS by default.Ruediger Pluem2007-10-141-0/+2
* Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even co...William A. Rowe Jr2007-10-141-3/+1
* Had inverted read/write.William A. Rowe Jr2007-10-141-3/+3
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-141-0/+27
* Register a cleanup only if APR_FILE_NOCLEANUP was not flagged.William A. Rowe Jr2007-06-011-3/+6
* Add the missing file locking APIs and macros to the NetWare buildBradley Nicholes2007-05-151-0/+22
* Discard file buffers when running cleanups for exec.Bojan Smojver2007-05-151-1/+2
* Fix the typo.Joe Orton2006-08-035-5/+5
* Update license header.Joe Orton2006-08-035-30/+30
* Identify a mutex unprotected flush on netwareWilliam A. Rowe Jr2006-03-101-0/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-045-5/+10
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...Jean-Jacques Clar2004-10-061-1/+1
* Eliminate APR_STATUS_IS_SUCCESS macro.Justin Erenkrantz2004-07-311-2/+2
* Remove the stat caching from the default NetWare buildBradley Nicholes2004-03-291-1/+1
* Implement apr_file_mktemp() for NetWare to avoid problems with exclusive file...Bradley Nicholes2004-03-171-0/+49
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-134-196/+40
* Need to create the pollsets for both ends of the pipeBradley Nicholes2003-11-251-0/+2
* Forward port from APR_0_9_BRANCH:Sander Striker2003-10-261-4/+19
* remove these interfaces:Jeff Trawick2003-09-031-9/+0
* Implemented apr_file_mtime_set() for NetWareBradley Nicholes2003-07-141-2/+41
* Finish the new timestamp-setting API, thanks to helpful tips fromBen Collins-Sussman2003-07-081-0/+8
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" fileBranko Čibej2003-05-241-0/+5
* Make sure that the current directory that is represented by the context is st...Bradley Nicholes2003-05-081-2/+18
* Call apr_file_flush() on a buffered file before getting the file info.Bradley Nicholes2003-04-031-0/+6
* Need to resolve the #define APR_INHERIT that is being used as a flagBradley Nicholes2003-03-201-0/+1
* Same fixes for netware as unix in pipe.cWilliam A. Rowe Jr2003-03-191-1/+3
* Implemented the functionality for the APR_FILEPATH_NATIVE flag inBradley Nicholes2003-03-041-0/+6
* Performance enhancement by trying to create and cache path contexts soBradley Nicholes2003-02-071-2/+111
* Remove the stat info caching for NetWareBradley Nicholes2003-01-141-180/+4
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-074-4/+4
* Namespace protection for include/arch/ header filesThom May2003-01-064-4/+4
* NETWARE: Only use the path context from the stat cache if the requestBradley Nicholes2003-01-061-9/+17
* Update copyright notices to 2003.Thom May2003-01-014-4/+4
* Use getcwdpath() rather than getcwd() in apr_filepath_get() to make sure thatBradley Nicholes2002-12-201-3/+13
* Brad, please review. Adopt the alternate 'UNKFILE' if we failedWilliam A. Rowe Jr2002-12-171-6/+8
* Store and use the path context to each directory and file rather than relyingBradley Nicholes2002-11-061-137/+0
* Getting ready for an API change in the NetWare LIBC library that will speed upBradley Nicholes2002-10-231-7/+173
* Implemented the apr_os_pipe_put() API on NetWareBradley Nicholes2002-10-091-0/+23