summaryrefslogtreecommitdiff
path: root/file_io/unix/tempdir.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-6/+6
* TMPDIR is the canonical prefered envvar to usejim2009-09-251-2/+2
* Fix documentation for apr_temp_dir_get().bojan2009-01-061-3/+2
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Avoid casting away "const". No functional change.jorton2004-11-171-2/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Suggested by: Joe Ortonstriker2003-11-031-24/+13
* * file_io/unix/tempdir.cstriker2003-11-021-0/+4
* * file_io/unix/tempdir.cstriker2003-11-021-2/+3
* Bah. *BSD's mkstemp doesn't check how many (or whether you have any) Xs youthommay2003-11-021-1/+1
* Add the path to the NetWare TMP directory to the list of test directories.bnicholes2003-08-251-0/+8
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-231-0/+166