git-annex/Assistant
Joey Hess 7478872a09 fix crash when just one remote needs to be scanned
The TMVar is supposed to be left empty once the map is empty, but the code
neglected to do that, so the next time takeMVar got an empty map, which
is not handled since that was supposed to never happen..

Also, avoid any possibility of this crash. If an empty map somehow creeps
in, just retry.
2012-08-05 15:18:56 -04:00
..
Threads avoid head 2012-08-05 15:10:26 -04:00
WebApp adding removable drive repos now basically works 2012-08-05 14:49:47 -04:00
Alert.hs add alert when committing 2012-08-02 14:02:35 -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 fix kqueue build 2012-07-30 16:32:32 -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 wire up scan and transfer to newly added removable drive 2012-08-04 21:18:57 -04:00