Age | Commit message (Expand) | Author | Files | Lines |
2020-04-27 | tempfile.c: introduce 'create_tempfile_mode' | Taylor Blau | 1 | -1/+9 |
2019-05-05 | *.[ch]: manually align parameter lists | Denton Liu | 1 | -2/+2 |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -13/+13 |
2018-09-24 | Merge branch 'jk/reopen-tempfile-truncate' | Junio C Hamano | 1 | -2/+2 |
2018-09-05 | reopen_tempfile(): truncate opened file | Jeff King | 1 | -2/+2 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+1 |
2018-02-22 | tempfile: rename 'template' variables | Brandon Williams | 1 | -17/+17 |
2017-10-06 | tempfile: fix documentation on `delete_tempfile()` | Martin Ă…gren | 1 | -4/+4 |
2017-09-06 | tempfile: auto-allocate tempfiles on heap | Jeff King | 1 | -47/+38 |
2017-09-06 | tempfile: remove deactivated list entries | Jeff King | 1 | -10/+5 |
2017-09-06 | tempfile: use list.h for linked list | Jeff King | 1 | -1/+3 |
2017-09-06 | tempfile: handle NULL tempfile pointers gracefully | Jeff King | 1 | -1/+1 |
2017-09-06 | tempfile: do not delete tempfile on failed close | Jeff King | 1 | -12/+13 |
2016-08-23 | mingw: ensure temporary file handles are not inherited by child processes | Ben Wijen | 1 | -0/+4 |
2015-08-10 | register_tempfile(): new function to handle an existing temporary file | Michael Haggerty | 1 | -0/+8 |
2015-08-10 | tempfile: add several functions for creating temporary files | Michael Haggerty | 1 | -0/+96 |
2015-08-10 | tempfile: a new module for handling temporary files | Michael Haggerty | 1 | -0/+167 |