git-annex/Assistant/WebApp/Configurators
Joey Hess 6f9a9c81f6
convert all readFile, writeFile, and appendFile to close-on-exec safe versions
Even in the Build system. This allows grepping to make sure that there
are none left un-converted:

git grep "writeFile" |grep -v F\\.| grep -v doc/|grep -v writeFileString | grep -v writeFileProtected |grep -v Utility/FileIO
git grep "readFile" |grep -v F\\.| grep -v doc/|grep -v readFileString |grep -v Utility/FileIO
git grep "appendFile" |grep -v F\\.| grep -v doc/|grep -v appendFileString |grep -v Utility/FileIO

Might be nice to automate that to prevent future mistakes...

Sponsored-by: the NIH-funded NICEMAN (ReproNim TR&D3) project
2025-09-05 15:44:32 -04:00
..
AWS.hs add searchPathContents 2021-02-02 19:06:15 -04:00
Delete.hs more OsPath conversion (749/749) 2025-02-10 14:59:20 -04:00
Edit.hs webapp: Rename "Upgrade Repository" to "Convert Repository" 2025-06-24 12:33:48 -04:00
Fsck.hs Typo: recurrance -> recurrence 2023-03-17 15:14:54 -04:00
IA.hs Added remote.name.annex-web-options config 2025-04-01 10:17:38 -04:00
Local.hs convert all readFile, writeFile, and appendFile to close-on-exec safe versions 2025-09-05 15:44:32 -04:00
Pairing.hs more OsPath conversion (749/749) 2025-02-10 14:59:20 -04:00
Preferences.hs more OsPath conversion (749/749) 2025-02-10 14:59:20 -04:00
Ssh.hs more OsPath conversion (749/749) 2025-02-10 14:59:20 -04:00
Unused.hs more OsPath conversion (749/749) 2025-02-10 14:59:20 -04:00
Upgrade.hs removed the old Android app 2018-10-13 01:41:11 -04:00
WebDAV.hs split out Utility.Url.Parse 2023-08-14 12:28:10 -04:00