summaryrefslogtreecommitdiff
path: root/file_io/netware/mktemp.c
Commit message (Expand)AuthorAgeFilesLines
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-1/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-011-4/+4
* 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
* Register a cleanup only if APR_FILE_NOCLEANUP was not flagged.William A. Rowe Jr2007-06-011-3/+6
* Discard file buffers when running cleanups for exec.Bojan Smojver2007-05-151-1/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...Jean-Jacques Clar2004-10-061-1/+1
* Implement apr_file_mktemp() for NetWare to avoid problems with exclusive file...Bradley Nicholes2004-03-171-0/+49