summaryrefslogtreecommitdiff
path: root/tempfile.c
AgeCommit message (Expand)Author
2018-09-05reopen_tempfile(): truncate opened fileJeff King
2018-02-22tempfile: rename 'template' variablesBrandon Williams
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06tempfile: remove deactivated list entriesJeff King
2017-09-06tempfile: use list.h for linked listJeff King
2017-09-06tempfile: release deactivated strbufs instead of resettingJeff King
2017-09-06tempfile: robustify cleanup handlerJeff King
2017-09-06tempfile: factor out deactivationJeff King
2017-09-06tempfile: factor out activationJeff King
2017-09-06tempfile: replace die("BUG") with BUG()Jeff King
2017-09-06tempfile: handle NULL tempfile pointers gracefullyJeff King
2017-09-06tempfile: prefer is_tempfile_active to bare accessJeff King
2017-09-06tempfile: do not delete tempfile on failed closeJeff King
2017-02-17tempfile: set errno to a known value before calling ferror()Jeff King
2017-02-16tempfile: avoid "ferror | fclose" trickJeff King
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen
2015-08-10register_tempfile(): new function to handle an existing temporary fileMichael Haggerty
2015-08-10tempfile: add several functions for creating temporary filesMichael Haggerty
2015-08-10prepare_tempfile_object(): new function, extracted from create_tempfile()Michael Haggerty
2015-08-10tempfile: a new module for handling temporary filesMichael Haggerty