summaryrefslogtreecommitdiffstats
path: root/tempfile.h (follow)
Commit message (Expand)AuthorAgeLines
* tempfile.c: introduce 'create_tempfile_mode'Taylor Blau2020-04-27-1/+9
* *.[ch]: manually align parameter listsDenton Liu2019-05-05-2/+2
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-05-13/+13
* Merge branch 'jk/reopen-tempfile-truncate'Junio C Hamano2018-09-24-2/+2
|\
| * reopen_tempfile(): truncate opened fileJeff King2018-09-05-2/+2
* | Add missing includes and forward declarationsElijah Newren2018-08-15-0/+1
|/
* tempfile: rename 'template' variablesBrandon Williams2018-02-22-17/+17
* tempfile: fix documentation on `delete_tempfile()`Martin Ă…gren2017-10-06-4/+4
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-06-47/+38
* tempfile: remove deactivated list entriesJeff King2017-09-06-10/+5
* tempfile: use list.h for linked listJeff King2017-09-06-1/+3
* tempfile: handle NULL tempfile pointers gracefullyJeff King2017-09-06-1/+1
* tempfile: do not delete tempfile on failed closeJeff King2017-09-06-12/+13
* mingw: ensure temporary file handles are not inherited by child processesBen Wijen2016-08-23-0/+4
* 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/+96
* tempfile: a new module for handling temporary filesMichael Haggerty2015-08-10-0/+167