| Commit message (Expand) | Author | Age |
* | tempfile: auto-allocate tempfiles on heap | Jeff King | 2017-09-06 |
* | tempfile: remove deactivated list entries | Jeff King | 2017-09-06 |
* | tempfile: use list.h for linked list | Jeff King | 2017-09-06 |
* | tempfile: release deactivated strbufs instead of resetting | Jeff King | 2017-09-06 |
* | tempfile: robustify cleanup handler | Jeff King | 2017-09-06 |
* | tempfile: factor out deactivation | Jeff King | 2017-09-06 |
* | tempfile: factor out activation | Jeff King | 2017-09-06 |
* | tempfile: replace die("BUG") with BUG() | Jeff King | 2017-09-06 |
* | tempfile: handle NULL tempfile pointers gracefully | Jeff King | 2017-09-06 |
* | tempfile: prefer is_tempfile_active to bare access | Jeff King | 2017-09-06 |
* | tempfile: do not delete tempfile on failed close | Jeff King | 2017-09-06 |
* | tempfile: set errno to a known value before calling ferror() | Jeff King | 2017-02-17 |
* | tempfile: avoid "ferror | fclose" trick | Jeff King | 2017-02-16 |
* | mingw: ensure temporary file handles are not inherited by child processes | Ben Wijen | 2016-08-23 |
* | register_tempfile(): new function to handle an existing temporary file | Michael Haggerty | 2015-08-10 |
* | tempfile: add several functions for creating temporary files | Michael Haggerty | 2015-08-10 |
* | prepare_tempfile_object(): new function, extracted from create_tempfile() | Michael Haggerty | 2015-08-10 |
* | tempfile: a new module for handling temporary files | Michael Haggerty | 2015-08-10 |