| Commit message (Expand) | Author | Age | Files | Lines |
* | tempfile: rename 'template' variables | Brandon Williams | 2018-02-22 | 1 | -6/+6 |
* | tempfile: auto-allocate tempfiles on heap | Jeff King | 2017-09-06 | 1 | -29/+37 |
* | tempfile: remove deactivated list entries | Jeff King | 2017-09-06 | 1 | -26/+20 |
* | tempfile: use list.h for linked list | Jeff King | 2017-09-06 | 1 | -6/+7 |
* | tempfile: release deactivated strbufs instead of resetting | Jeff King | 2017-09-06 | 1 | -1/+1 |
* | tempfile: robustify cleanup handler | Jeff King | 2017-09-06 | 1 | -9/+15 |
* | tempfile: factor out deactivation | Jeff King | 2017-09-06 | 1 | -7/+11 |
* | tempfile: factor out activation | Jeff King | 2017-09-06 | 1 | -8/+10 |
* | tempfile: replace die("BUG") with BUG() | Jeff King | 2017-09-06 | 1 | -10/+10 |
* | tempfile: handle NULL tempfile pointers gracefully | Jeff King | 2017-09-06 | 1 | -5/+7 |
* | tempfile: prefer is_tempfile_active to bare access | Jeff King | 2017-09-06 | 1 | -8/+8 |
* | tempfile: do not delete tempfile on failed close | Jeff King | 2017-09-06 | 1 | -19/+12 |
* | tempfile: set errno to a known value before calling ferror()jk/tempfile-ferror-fclose-confusion | Jeff King | 2017-02-17 | 1 | -2/+7 |
* | tempfile: avoid "ferror | fclose" trick | Jeff King | 2017-02-16 | 1 | -6/+2 |
* | mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfile | Ben Wijen | 2016-08-23 | 1 | -1/+6 |
* | register_tempfile(): new function to handle an existing temporary file | Michael Haggerty | 2015-08-10 | 1 | -0/+8 |
* | tempfile: add several functions for creating temporary files | Michael Haggerty | 2015-08-10 | 1 | -0/+53 |
* | prepare_tempfile_object(): new function, extracted from create_tempfile() | Michael Haggerty | 2015-08-10 | 1 | -7/+13 |
* | tempfile: a new module for handling temporary files | Michael Haggerty | 2015-08-10 | 1 | -0/+238 |