index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tempfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-05
reopen_tempfile(): truncate opened file
Jeff King
1
-1
/
+1
2018-02-22
tempfile: rename 'template' variables
Brandon Williams
1
-6
/
+6
2017-09-06
tempfile: auto-allocate tempfiles on heap
Jeff King
1
-29
/
+37
2017-09-06
tempfile: remove deactivated list entries
Jeff King
1
-26
/
+20
2017-09-06
tempfile: use list.h for linked list
Jeff King
1
-6
/
+7
2017-09-06
tempfile: release deactivated strbufs instead of resetting
Jeff King
1
-1
/
+1
2017-09-06
tempfile: robustify cleanup handler
Jeff King
1
-9
/
+15
2017-09-06
tempfile: factor out deactivation
Jeff King
1
-7
/
+11
2017-09-06
tempfile: factor out activation
Jeff King
1
-8
/
+10
2017-09-06
tempfile: replace die("BUG") with BUG()
Jeff King
1
-10
/
+10
2017-09-06
tempfile: handle NULL tempfile pointers gracefully
Jeff King
1
-5
/
+7
2017-09-06
tempfile: prefer is_tempfile_active to bare access
Jeff King
1
-8
/
+8
2017-09-06
tempfile: do not delete tempfile on failed close
Jeff King
1
-19
/
+12
2017-02-17
tempfile: set errno to a known value before calling ferror()
Jeff King
1
-2
/
+7
2017-02-16
tempfile: avoid "ferror | fclose" trick
Jeff King
1
-6
/
+2
2016-08-23
mingw: ensure temporary file handles are not inherited by child processes
Ben Wijen
1
-1
/
+6
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
/
+53
2015-08-10
prepare_tempfile_object(): new function, extracted from create_tempfile()
Michael Haggerty
1
-7
/
+13
2015-08-10
tempfile: a new module for handling temporary files
Michael Haggerty
1
-0
/
+238