git-annex/Remote/Helper
Joey Hess 613455e059
convert to use hGetLineUntilExitOrEOF
It looks to me like the old code would have already dealt with the case
of ssh starting a ssh daemon that inherits stderr and keeps it open.
The ender thread closed the handle, which would unblock the other thread
and let it exit. Using hGetLineUntilExitOrEOF makes this more explicit
that it's dealt with and simplifies the code.
2020-11-19 16:13:31 -04:00
..
Chunked audit all uses of SomeException to avoid catching async exceptions 2020-06-05 15:16:57 -04:00
AWS.hs include credPairRemoteFields in RemoteConfigParsers 2020-01-15 10:57:45 -04:00
Chunked.hs convert getFileSize to RawFilePath 2020-11-05 11:32:57 -04:00
Encryptable.hs fix a further bug 2020-06-16 18:14:36 -04:00
ExportImport.hs external backends wip 2020-07-29 15:23:18 -04:00
Git.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Hooks.hs fix name of lock file 2020-10-29 10:53:01 -04:00
Http.hs convert getFileSize to RawFilePath 2020-11-05 11:32:57 -04:00
Messages.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
P2P.hs convert getFileSize to RawFilePath 2020-11-05 11:32:57 -04:00
ReadOnly.hs convert renameExport to throw exception 2020-05-15 15:08:09 -04:00
Special.hs convert getFileSize to RawFilePath 2020-11-05 11:32:57 -04:00
Ssh.hs convert to use hGetLineUntilExitOrEOF 2020-11-19 16:13:31 -04:00