git-annex/Assistant
Joey Hess 94fcd0cf59 add routes to pause/start/cancel transfers
This commit includes a paydown on technical debt incurred two years ago,
when I didn't know that it was bad to make custom Read and Show instances
for types. As the routes need Read and Show for Transfer, which includes a
Key, and deriving my own Read instance of key was not practical,
I had to finally clean that up.

So the compact Key read and show functions are now file2key and key2file,
and Read and Show are now derived instances.

Changed all code that used the old instances, compiler checked.
(There were a few places, particularly in Command.Unused, and the test
suite where the Show instance continue to be used for legitimate
comparisons; ie show key_x == show key_y (though really in a bloom filter))
2012-08-08 16:20:24 -04:00
..
Threads added an alert after a file transfer 2012-08-06 17:09:23 -04:00
WebApp add routes to pause/start/cancel transfers 2012-08-08 16:20:24 -04:00
Alert.hs fix display of icon in block alert heading 2012-08-06 17:15:27 -04:00
Changes.hs license 2012-06-23 01:20:40 -04:00
Commits.hs license 2012-06-23 01:20:40 -04:00
Common.hs debugging improvements 2012-07-20 19:29:59 -04:00
DaemonStatus.hs added an alert after a file transfer 2012-08-06 17:09:23 -04:00
Pushes.hs use a TMVar 2012-06-26 19:21:44 -04:00
ScanRemotes.hs fix crash when just one remote needs to be scanned 2012-08-05 15:18:56 -04:00
ThreadedMonad.hs run file transfers in threads, not processes 2012-07-18 19:15:34 -04:00
TransferQueue.hs fix bug in transfer initiation checking 2012-07-29 13:37:26 -04:00
TransferSlots.hs avoid spawning new transfer thread until a slot becomes available 2012-07-25 12:07:30 -04:00
WebApp.hs add routes to pause/start/cancel transfers 2012-08-08 16:20:24 -04:00