summaryrefslogtreecommitdiff
path: root/tempfile.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-27tempfile.c: introduce 'create_tempfile_mode'Libravatar Taylor Blau1-1/+9
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-2/+2
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-13/+13
2018-09-24Merge branch 'jk/reopen-tempfile-truncate'Libravatar Junio C Hamano1-2/+2
2018-09-05reopen_tempfile(): truncate opened fileLibravatar Jeff King1-2/+2
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-02-22tempfile: rename 'template' variablesLibravatar Brandon Williams1-17/+17
2017-10-06tempfile: fix documentation on `delete_tempfile()`Libravatar Martin Ă…gren1-4/+4
2017-09-06tempfile: auto-allocate tempfiles on heapLibravatar Jeff King1-47/+38
2017-09-06tempfile: remove deactivated list entriesLibravatar Jeff King1-10/+5
2017-09-06tempfile: use list.h for linked listLibravatar Jeff King1-1/+3
2017-09-06tempfile: handle NULL tempfile pointers gracefullyLibravatar Jeff King1-1/+1
2017-09-06tempfile: do not delete tempfile on failed closeLibravatar Jeff King1-12/+13
2016-08-23mingw: ensure temporary file handles are not inherited by child processesLibravatar Ben Wijen1-0/+4
2015-08-10register_tempfile(): new function to handle an existing temporary fileLibravatar Michael Haggerty1-0/+8
2015-08-10tempfile: add several functions for creating temporary filesLibravatar Michael Haggerty1-0/+96
2015-08-10tempfile: a new module for handling temporary filesLibravatar Michael Haggerty1-0/+167