git-annex/Assistant
Joey Hess 20203b45b9 transfer canceling
Should work (untested) for transfers being run by other processes.

Not yet by transfers being run by the assistant. killThread does not
kill processes forked off by a thread. To fix this, will probably
need to make `git annex getkey` and `git annex sendkey` commands that
operate on keys, and write their own transfer info. Then the assistant
can run them, and kill them, as needed.
2012-08-08 17:55:56 -04:00
..
Threads added an alert after a file transfer 2012-08-06 17:09:23 -04:00
WebApp transfer canceling 2012-08-08 17:55:56 -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 transfer canceling 2012-08-08 17:55:56 -04:00
TransferSlots.hs transfer canceling 2012-08-08 17:55:56 -04:00
WebApp.hs factor out onclick javascript 2012-08-08 17:07:38 -04:00