git-annex/Remote
Joey Hess 438dbe3b66
convert to withCreateProcess for async exception safety
This handles all sites where checkSuccessProcess/ignoreFailureProcess
is used, except for one: Git.Command.pipeReadLazy
That one will be significantly more work to convert to bracketing.

(Also skipped Command.Assistant.autoStart, but it does not need to
shut down the processes it started on exception because they are
git-annex assistant daemons..)

forceSuccessProcess is done, except for createProcessSuccess.
All call sites of createProcessSuccess will need to be converted
to bracketing.

(process pools still todo also)
2020-06-04 12:44:09 -04:00
..
Directory make storeKey throw exceptions 2020-05-13 14:03:00 -04:00
External add LISTCONFIGS to external special remote protocol 2020-01-17 16:07:17 -04:00
Helper remove workaround for old versions of process 2020-06-03 16:03:08 -04:00
List auto-init autoenable=yes 2020-05-27 12:40:35 -04:00
Rsync fix windows build 2020-01-01 14:27:03 -04:00
WebDAV more RawFilePath 2019-12-18 17:10:28 -04:00
Adb.hs convert renameExport to throw exception 2020-05-15 15:08:09 -04:00
BitTorrent.hs make removeKey throw exceptions 2020-05-14 14:11:05 -04:00
Bup.hs convert to withCreateProcess for async exception safety 2020-06-04 12:44:09 -04:00
Ddar.hs convert to withCreateProcess for async exception safety 2020-06-04 12:44:09 -04:00
Directory.hs convert renameExport to throw exception 2020-05-15 15:08:09 -04:00
External.hs convert renameExport to throw exception 2020-05-15 15:08:09 -04:00
GCrypt.hs make removeKey throw exceptions 2020-05-14 14:11:05 -04:00
Git.hs make createProcess calls async exception safe 2020-06-03 15:30:30 -04:00
GitLFS.hs make removeKey throw exceptions 2020-05-14 14:11:05 -04:00
Glacier.hs convert to withCreateProcess for async exception safety 2020-06-04 12:44:09 -04:00
Hook.hs make removeKey throw exceptions 2020-05-14 14:11:05 -04:00
List.hs auto-init autoenable=yes 2020-05-27 12:40:35 -04:00
P2P.hs make retrieveKeyFile and retrieveKeyFileCheap throw exceptions 2020-05-13 17:07:07 -04:00
Rsync.hs convert renameExport to throw exception 2020-05-15 15:08:09 -04:00
S3.hs fix embedcreds=yes reversion 2020-05-21 14:35:30 -04:00
Tahoe.hs make removeKey throw exceptions 2020-05-14 14:11:05 -04:00
Web.hs make removeKey throw exceptions 2020-05-14 14:11:05 -04:00
WebDAV.hs fix embedcreds=yes reversion 2020-05-21 14:35:30 -04:00