🌐 AI搜索 & 代理 主页
Git 2.29.3
  1. bef0413 tempfile.c: introduce 'create_tempfile_mode' by Taylor Blau · 6 years ago
  2. 6c003d6 reopen_tempfile(): truncate opened file by Jeff King · 7 years ago
  3. ea8ace4 tempfile: rename 'template' variables by Brandon Williams · 8 years ago
  4. 076aa2c tempfile: auto-allocate tempfiles on heap by Jeff King · 8 years ago
  5. 422a21c tempfile: remove deactivated list entries by Jeff King · 8 years ago
  6. 24d8218 tempfile: use list.h for linked list by Jeff King · 8 years ago
  7. 102cf7a tempfile: release deactivated strbufs instead of resetting by Jeff King · 8 years ago
  8. 6b93506 tempfile: robustify cleanup handler by Jeff King · 8 years ago
  9. b5f4dcb tempfile: factor out deactivation by Jeff King · 8 years ago
  10. 2933ebb tempfile: factor out activation by Jeff King · 8 years ago
  11. 9b028aa tempfile: replace die("BUG") with BUG() by Jeff King · 8 years ago
  12. f5b4dc7 tempfile: handle NULL tempfile pointers gracefully by Jeff King · 8 years ago
  13. e6fc267 tempfile: prefer is_tempfile_active to bare access by Jeff King · 8 years ago
  14. 49bd0fc tempfile: do not delete tempfile on failed close by Jeff King · 8 years ago
  15. 7e8c935 tempfile: set errno to a known value before calling ferror() by Jeff King · 9 years ago
  16. 0838cbc tempfile: avoid "ferror | fclose" trick by Jeff King · 9 years ago
  17. 05d1ed6 mingw: ensure temporary file handles are not inherited by child processes by Ben Wijen · 9 years ago
  18. 9939715 register_tempfile(): new function to handle an existing temporary file by Michael Haggerty · 10 years ago
  19. 354ab11 tempfile: add several functions for creating temporary files by Michael Haggerty · 10 years ago
  20. 7eba6ce prepare_tempfile_object(): new function, extracted from create_tempfile() by Michael Haggerty · 10 years ago
  21. 1a9d15d tempfile: a new module for handling temporary files by Michael Haggerty · 10 years ago