git-annex/Assistant/Threads
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
..
Committer.hs convert KeySource to RawFilePath 2020-02-21 10:04:44 -04:00
ConfigMonitor.hs auto-init autoenable=yes 2020-05-27 12:40:35 -04:00
Cronner.hs add missing space 2019-10-03 09:46:06 -04:00
DaemonStatus.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Exporter.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Glacier.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Merger.hs disable journal read optimisation when alwayscommit=false 2020-04-15 13:24:33 -04:00
MountWatcher.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
NetWatcher.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
PairListener.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
ProblemFixer.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Pusher.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
RemoteControl.hs convert to withCreateProcess for async exception safety 2020-06-04 12:44:09 -04:00
SanityChecker.hs annex.skipunknown with transition plan 2020-05-28 15:55:17 -04:00
TransferPoller.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Transferrer.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
TransferScanner.hs annex.skipunknown with transition plan 2020-05-28 15:55:17 -04:00
TransferWatcher.hs completed the createDirectoryIfMissing conversion 2020-03-06 12:55:03 -04:00
Upgrader.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
UpgradeWatcher.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Watcher.hs annex.skipunknown with transition plan 2020-05-28 15:55:17 -04:00
WebApp.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00