summaryrefslogtreecommitdiffstats
path: root/tempfile.c (follow)
Commit message (Expand)AuthorAgeLines
* tempfile.c: introduce 'create_tempfile_mode'Taylor Blau2020-04-27-3/+3
* reopen_tempfile(): truncate opened fileJeff King2018-09-05-1/+1
* tempfile: rename 'template' variablesBrandon Williams2018-02-22-6/+6
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-06-29/+37
* tempfile: remove deactivated list entriesJeff King2017-09-06-26/+20
* tempfile: use list.h for linked listJeff King2017-09-06-6/+7
* tempfile: release deactivated strbufs instead of resettingJeff King2017-09-06-1/+1
* tempfile: robustify cleanup handlerJeff King2017-09-06-9/+15
* tempfile: factor out deactivationJeff King2017-09-06-7/+11
* tempfile: factor out activationJeff King2017-09-06-8/+10
* tempfile: replace die("BUG") with BUG()Jeff King2017-09-06-10/+10
* tempfile: handle NULL tempfile pointers gracefullyJeff King2017-09-06-5/+7
* tempfile: prefer is_tempfile_active to bare accessJeff King2017-09-06-8/+8
* tempfile: do not delete tempfile on failed closeJeff King2017-09-06-19/+12
* tempfile: set errno to a known value before calling ferror()Jeff King2017-02-17-2/+7
* tempfile: avoid "ferror | fclose" trickJeff King2017-02-16-6/+2
* mingw: ensure temporary file handles are not inherited by child processesBen Wijen2016-08-23-1/+6
* register_tempfile(): new function to handle an existing temporary fileMichael Haggerty2015-08-10-0/+8
* tempfile: add several functions for creating temporary filesMichael Haggerty2015-08-10-0/+53
* prepare_tempfile_object(): new function, extracted from create_tempfile()Michael Haggerty2015-08-10-7/+13
* tempfile: a new module for handling temporary filesMichael Haggerty2015-08-10-0/+238