git-annex/Assistant/Threads
Joey Hess ebd8362d58 fix bug in transfer initiation checking
Putting the transfer on the currentTransfers atomically introduced a bug:
It checks to see if the transfer is in progress, and cancels it.

Fixed by moving that check inside the STM transaction.
2012-07-29 13:37:26 -04:00
..
Committer.hs better transfer queue management 2012-07-25 13:12:34 -04:00
Merger.hs build fixes 2012-07-25 22:04:10 -04:00
MountWatcher.hs add some alerts 2012-07-29 13:22:08 -04:00
Pusher.hs move DaemonStatus manipulation out of the Annex monad to IO 2012-07-28 18:02:11 -04:00
SanityChecker.hs move DaemonStatus manipulation out of the Annex monad to IO 2012-07-28 18:02:11 -04:00
Transferrer.hs fix bug in transfer initiation checking 2012-07-29 13:37:26 -04:00
TransferScanner.hs add some alerts 2012-07-29 13:22:08 -04:00
TransferWatcher.hs move DaemonStatus manipulation out of the Annex monad to IO 2012-07-28 18:02:11 -04:00
Watcher.hs add some alerts 2012-07-29 13:22:08 -04:00
WebApp.hs typo; was waiting on the wrong notifier for the sidebar! 2012-07-29 12:37:45 -04:00