summaryrefslogtreecommitdiffstats
path: root/tempfile.h
AgeCommit message (Expand)AuthorLines
2017-10-06tempfile: fix documentation on `delete_tempfile()`Martin Ă…gren-4/+4
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King-47/+38
2017-09-06tempfile: remove deactivated list entriesJeff King-10/+5
2017-09-06tempfile: use list.h for linked listJeff King-1/+3
2017-09-06tempfile: handle NULL tempfile pointers gracefullyJeff King-1/+1
2017-09-06tempfile: do not delete tempfile on failed closeJeff King-12/+13
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen-0/+4
2015-08-10register_tempfile(): new function to handle an existing temporary fileMichael Haggerty-0/+8
2015-08-10tempfile: add several functions for creating temporary filesMichael Haggerty-0/+96
2015-08-10tempfile: a new module for handling temporary filesMichael Haggerty-0/+167