summaryrefslogtreecommitdiff
path: root/tempfile.h
Commit message (Expand)AuthorAgeFilesLines
* tempfile: drop active flagJeff King2022-08-301-2/+1
* tempfile: avoid directory cleanup raceRené Scharfe2022-08-271-1/+1
* tempfile: add mks_tempfile_dt()René Scharfe2022-04-201-0/+13
* tempfile.c: introduce 'create_tempfile_mode'Taylor Blau2020-04-271-1/+9
* *.[ch]: manually align parameter listsDenton Liu2019-05-051-2/+2
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-13/+13
* Merge branch 'jk/reopen-tempfile-truncate'Junio C Hamano2018-09-241-2/+2
|\
| * reopen_tempfile(): truncate opened fileJeff King2018-09-051-2/+2
* | Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
|/
* tempfile: rename 'template' variablesBrandon Williams2018-02-221-17/+17
* tempfile: fix documentation on `delete_tempfile()`Martin Ågren2017-10-061-4/+4
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-47/+38
* tempfile: remove deactivated list entriesJeff King2017-09-061-10/+5
* tempfile: use list.h for linked listJeff King2017-09-061-1/+3
* tempfile: handle NULL tempfile pointers gracefullyJeff King2017-09-061-1/+1
* tempfile: do not delete tempfile on failed closeJeff King2017-09-061-12/+13
* mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfileBen Wijen2016-08-231-0/+4
* register_tempfile(): new function to handle an existing temporary fileMichael Haggerty2015-08-101-0/+8
* tempfile: add several functions for creating temporary filesMichael Haggerty2015-08-101-0/+96
* tempfile: a new module for handling temporary filesMichael Haggerty2015-08-101-0/+167