git-annex/Remote/Helper
Joey Hess dca19099a9
async exception safety
Masking ensures that EndStderrHandler gets written, so the helper
threads shut down.

However, nothing currently guarantees that calls to closeP2PSshConnection
are async exception safe, so made a note about it.

At this point, I've audited all calls to async, and made them all async
exception safe, except for ones in the assistant, and a few in leaf
commands (remotedaemon, enable-tor, multicast, p2p) which don't need to
be.
2020-06-05 14:56:41 -04:00
..
Chunked make storeKey throw exceptions 2020-05-13 14:03:00 -04:00
AWS.hs include credPairRemoteFields in RemoteConfigParsers 2020-01-15 10:57:45 -04:00
Chunked.hs improve error message when download from non-chunked remote fails 2020-05-21 14:44:40 -04:00
Encryptable.hs fix encryption of content to gcrypt and git-lfs 2020-02-26 18:05:36 -04:00
ExportImport.hs convert removeExportDirectory to throw exception 2020-05-15 14:43:18 -04:00
Git.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Hooks.hs make retrieveKeyFile and retrieveKeyFileCheap throw exceptions 2020-05-13 17:07:07 -04:00
Http.hs make storeKey throw exceptions 2020-05-13 14:03:00 -04:00
Messages.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
P2P.hs make removeKey throw exceptions 2020-05-14 14:11:05 -04:00
ReadOnly.hs convert renameExport to throw exception 2020-05-15 15:08:09 -04:00
Special.hs make removeKey throw exceptions 2020-05-14 14:11:05 -04:00
Ssh.hs async exception safety 2020-06-05 14:56:41 -04:00