🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.29.3
/
tempfile.c
tag
14193fc92b3cdaad09c550474029c9a273bf8829
tagger
Junio C Hamano <gitster@pobox.com>
Mon Mar 08 20:08:14 2021
object
0628636d0c21324ae0f11be591611c6b1e55705f
Git 2.29.3
bef0413
tempfile.c: introduce 'create_tempfile_mode'
by Taylor Blau
· 6 years ago
6c003d6
reopen_tempfile(): truncate opened file
by Jeff King
· 7 years ago
ea8ace4
tempfile: rename 'template' variables
by Brandon Williams
· 8 years ago
076aa2c
tempfile: auto-allocate tempfiles on heap
by Jeff King
· 8 years ago
422a21c
tempfile: remove deactivated list entries
by Jeff King
· 8 years ago
24d8218
tempfile: use list.h for linked list
by Jeff King
· 8 years ago
102cf7a
tempfile: release deactivated strbufs instead of resetting
by Jeff King
· 8 years ago
6b93506
tempfile: robustify cleanup handler
by Jeff King
· 8 years ago
b5f4dcb
tempfile: factor out deactivation
by Jeff King
· 8 years ago
2933ebb
tempfile: factor out activation
by Jeff King
· 8 years ago
9b028aa
tempfile: replace die("BUG") with BUG()
by Jeff King
· 8 years ago
f5b4dc7
tempfile: handle NULL tempfile pointers gracefully
by Jeff King
· 8 years ago
e6fc267
tempfile: prefer is_tempfile_active to bare access
by Jeff King
· 8 years ago
49bd0fc
tempfile: do not delete tempfile on failed close
by Jeff King
· 8 years ago
7e8c935
tempfile: set errno to a known value before calling ferror()
by Jeff King
· 9 years ago
0838cbc
tempfile: avoid "ferror | fclose" trick
by Jeff King
· 9 years ago
05d1ed6
mingw: ensure temporary file handles are not inherited by child processes
by Ben Wijen
· 9 years ago
9939715
register_tempfile(): new function to handle an existing temporary file
by Michael Haggerty
· 10 years ago
354ab11
tempfile: add several functions for creating temporary files
by Michael Haggerty
· 10 years ago
7eba6ce
prepare_tempfile_object(): new function, extracted from create_tempfile()
by Michael Haggerty
· 10 years ago
1a9d15d
tempfile: a new module for handling temporary files
by Michael Haggerty
· 10 years ago