]> mj.ucw.cz Git - libucw.git/commit
Libucw: Be able to use public tmp directory.
authorMartin Mares <mj@ucw.cz>
Sat, 19 Jul 2008 21:53:27 +0000 (23:53 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 19 Jul 2008 21:53:27 +0000 (23:53 +0200)
commit0aa0feda15b70ddcd717ee1421b2c39ba196e581
tree71a4017b1d5e149db63a698c8f945444281e88d6
parentbcc82bcf6f70d8de01afdc4084df993d21bf2ddb
Libucw: Be able to use public tmp directory.

If Tempfiles.Prefix is not set, temp_file_name() now uses the public tmp directory
pointed to by $TMPDIR. The new Tempfiles.PublicDir switch controls the naming

Added open_tmp() which creates a temporary file in a race-free way.

The changes were picked from Michal's dev-vorner branch, mine are only renames
of function parameters and coding-style cleanups, and also the doc.
ucw/fastbuf.h
ucw/fb-temp.c