summaryrefslogtreecommitdiff
path: root/tempfile.h
Commit message (Expand)AuthorAgeFilesLines
* tempfile: rename 'template' variablesBrandon Williams2018-02-221-17/+17
* tempfile: fix documentation on `delete_tempfile()`Martin Ă…gren2017-10-061-4/+4
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-47/+38
* tempfile: remove deactivated list entriesJeff King2017-09-061-10/+5
* tempfile: use list.h for linked listJeff King2017-09-061-1/+3
* tempfile: handle NULL tempfile pointers gracefullyJeff King2017-09-061-1/+1
* tempfile: do not delete tempfile on failed closeJeff King2017-09-061-12/+13
* mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfileBen Wijen2016-08-231-0/+4
* register_tempfile(): new function to handle an existing temporary fileMichael Haggerty2015-08-101-0/+8
* tempfile: add several functions for creating temporary filesMichael Haggerty2015-08-101-0/+96
* tempfile: a new module for handling temporary filesMichael Haggerty2015-08-101-0/+167