aboutsummaryrefslogtreecommitdiff
path: root/tempfile.c
Commit message (Expand)AuthorAge
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-06
* tempfile: remove deactivated list entriesJeff King2017-09-06
* tempfile: use list.h for linked listJeff King2017-09-06
* tempfile: release deactivated strbufs instead of resettingJeff King2017-09-06
* tempfile: robustify cleanup handlerJeff King2017-09-06
* tempfile: factor out deactivationJeff King2017-09-06
* tempfile: factor out activationJeff King2017-09-06
* tempfile: replace die("BUG") with BUG()Jeff King2017-09-06
* tempfile: handle NULL tempfile pointers gracefullyJeff King2017-09-06
* tempfile: prefer is_tempfile_active to bare accessJeff King2017-09-06
* tempfile: do not delete tempfile on failed closeJeff King2017-09-06
* tempfile: set errno to a known value before calling ferror()Jeff King2017-02-17
* tempfile: avoid "ferror | fclose" trickJeff King2017-02-16
* mingw: ensure temporary file handles are not inherited by child processesBen Wijen2016-08-23
* register_tempfile(): new function to handle an existing temporary fileMichael Haggerty2015-08-10
* tempfile: add several functions for creating temporary filesMichael Haggerty2015-08-10
* prepare_tempfile_object(): new function, extracted from create_tempfile()Michael Haggerty2015-08-10
* tempfile: a new module for handling temporary filesMichael Haggerty2015-08-10