git-annex/Remote/Helper
Joey Hess c784ef4586 unify exception handling into Utility.Exception
Removed old extensible-exceptions, only needed for very old ghc.

Made webdav use Utility.Exception, to work after some changes in DAV's
exception handling.

Removed Annex.Exception. Mostly this was trivial, but note that
tryAnnex is replaced with tryNonAsync and catchAnnex replaced with
catchNonAsync. In theory that could be a behavior change, since the former
caught all exceptions, and the latter don't catch async exceptions.

However, in practice, nothing in the Annex monad uses async exceptions.
Grepping for throwTo and killThread only find stuff in the assistant,
which does not seem related.

Command.Add.undo is changed to accept a SomeException, and things
that use it for rollback now catch non-async exceptions, rather than
only IOExceptions.
2014-08-07 22:03:29 -04:00
..
Chunked better exception display 2014-07-26 23:01:44 -04:00
AWS.hs plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
Chunked.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Encryptable.hs convert WebDAV to new special remote interface, adding new-style chunking support 2014-08-06 16:57:06 -04:00
Git.hs add GETAVAILABILITY to external special remote protocol 2014-01-13 14:41:10 -04:00
Hooks.hs pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
Http.hs WebDAV: Avoid buffering whole file in memory when uploading. 2014-08-07 19:32:23 -04:00
Messages.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
ReadOnly.hs Remotes can now be made read-only, by setting remote.<name>.annex-readonly 2014-01-02 13:12:32 -04:00
Special.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Ssh.hs pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00