Commit graph

5138 commits

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE
399c1dc89f Added a comment 2012-08-30 11:32:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
7a25655721 Added a comment 2012-08-30 10:01:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY
bb1f6eea2a 2012-08-30 09:14:18 +00:00
http://joeyh.name/
e7d728672a Added a comment 2012-08-29 22:17:01 +00:00
Joey Hess
f9e0e10c9a Merge branch 'master' of ssh://git-annex.branchable.com 2012-08-29 18:05:54 -04:00
Joey Hess
5d5b6c8be2 fix repeated pause and resume of a transfer
I had an intuition that throwTo might be blocking because an exception was
caught and the exception handler was running. This seems to be the case,
and is avoided by using try. However, I can't really find anywhere in
throwTo's documentation that justifies this behavior.
2012-08-29 18:02:52 -04:00
Joey Hess
067e7f82c7 update 2012-08-29 17:48:36 -04:00
Joey Hess
df2473a476 typoe 2012-08-29 17:32:41 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
892e2eaacd Added a comment 2012-08-29 21:24:37 +00:00
Joey Hess
0424954f25 Merge branch 'master' of ssh://git-annex.branchable.com 2012-08-29 16:34:46 -04:00
Joey Hess
ed192180f6 blog for the day 2012-08-29 16:33:33 -04:00
Joey Hess
8d32d54320 make start button work on queued transfers
When multiple downloads of a key are queued, it starts the first, but leaves the
other downloads in the queue. This ensures that we don't lose a queued
download if the one that got started failed.
2012-08-29 16:30:40 -04:00
Joey Hess
c21a9fe04a more generic 2012-08-29 15:56:47 -04:00
Joey Hess
0842e99637 forgot to update the tchan when dequeuing transfers 2012-08-29 15:46:42 -04:00
Joey Hess
a4fa31ffa1 remove debug print 2012-08-29 15:45:48 -04:00
Joey Hess
476d36ed16 stupid typo 2012-08-29 15:32:57 -04:00
Joey Hess
aeffc5fa70 pause, then resume, then pause fails
Most puzzling.
2012-08-29 15:26:12 -04:00
Joey Hess
99525f8454 when canceling a transfer, also cancel all other downloads of the same key 2012-08-29 15:24:09 -04:00
Joey Hess
9e54355e8b pausing tweaks 2012-08-29 15:13:12 -04:00
http://kevwalke.myopenid.com/
10a150beff Added a comment: building and installing with cabal 2012-08-29 18:15:08 +00:00
Joey Hess
93037580b6 fix resume button
Change alterTransferInfo to not merge in old values, including
transferPaused.
2012-08-29 14:14:57 -04:00
Joey Hess
c59ba80b5b remove debug prints 2012-08-29 14:06:45 -04:00
Joey Hess
d2a4ffe669 got alterTransferInfo and updateTransferInfo mixed up
The poller only alters, to avoid re-adding transfers that get removed.
The watcher updates, to add new transfers.
2012-08-29 14:05:56 -04:00
Joey Hess
7ebe1d4875 update 2012-08-29 13:45:14 -04:00
Joey Hess
07de26ed7b simple transfer queue display cleanup
Don't display redundant queued downloads. The only problem with this is
that it reduces the total number of queued transfers the webapp displays.
2012-08-29 13:41:47 -04:00
Joey Hess
f533f2e79b update 2012-08-29 13:14:25 -04:00
Joey Hess
cc94ff2d1d remove todo about behavior that turns out to be desired
Drives that are not mounted still have Remotes, and it makes sense to scan
them along with all the other remotes on startup, so we end up with queued
transfers for them, that will be used when they get mounted.
2012-08-29 13:05:46 -04:00
Joey Hess
3a09192631 Merge branch 'master' of ssh://git-annex.branchable.com 2012-08-29 13:01:09 -04:00
Joey Hess
dd697cbd3e avoid failure alerts for temporary transfer failures
Since a failed transfer gets retried until it succeeds, no point in
bothering the user about them.
2012-08-29 13:00:21 -04:00
http://joeyh.name/
430210dad5 Added a comment 2012-08-29 16:01:00 +00:00
Joey Hess
38e2dbb1cb remove yesod version parametisation
Seems cabal defaults to trying to satisfy both flags, which cannot works,
and does not fall back to only selecting one, as hoped. While users could
manually specify flags, I don't want to require that to build, so let's
just require the newer yesod version when building with cabal.
2012-08-29 11:59:00 -04:00
http://joeyh.name/
63d4d9c71f Added a comment 2012-08-29 15:51:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
ca43723d44 2012-08-29 08:27:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE
c9fa0627ba 2012-08-29 06:48:43 +00:00
Joey Hess
c39e190535 updates 2012-08-28 17:30:48 -04:00
Joey Hess
ac15074d6e Merge branch 'master' of ssh://git-annex.branchable.com 2012-08-28 17:26:37 -04:00
Joey Hess
d7b9f14298 blog for the day 2012-08-28 17:20:06 -04:00
Joey Hess
0dd7860393 fix a transfers display glitch
Run code that pops off the next queued transfer and adds it to the active
transfer map within an allocated transfer slot, rather than before
allocating a slot. Fixes the transfers display, which had been displaying
the next transfer as a running transfer, while the previous transfer was
still running.
2012-08-28 17:17:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
e7616efc99 Added a comment 2012-08-28 18:44:28 +00:00
Joey Hess
19e8f1ca0e don't show "unknown" as the percent complete for transferinfo with no bytesComplete value 2012-08-28 14:31:30 -04:00
Joey Hess
1296cfb09a avoid possibly re-adding a removed transfer when updating its info
Doesn't fix the bug I thought it'd fix, but is clearly correct.
2012-08-28 14:19:11 -04:00
Joey Hess
7024a973b2 add download progress polling thread 2012-08-28 14:04:28 -04:00
http://claimid.com/strager
9ea389ee2f Added a comment 2012-08-28 16:29:57 +00:00
http://kevwalke.myopenid.com/
1fbb28cc22 Added a comment: well done! 2012-08-27 22:08:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9XEh8pxrJxZxIkyK7lWaA7QG1UWt9lgU
8c08edfd6e Added a comment: OwnCloud 2012-08-27 20:43:19 +00:00
Joey Hess
4fe6299bdb typo 2012-08-27 15:56:25 -04:00
Joey Hess
5aa90da1af beta warning 2012-08-27 15:48:57 -04:00
Joey Hess
8b7df02f84 blog for the day 2012-08-27 15:46:37 -04:00
Joey Hess
b4fea35edb remove unnecessary para 2012-08-27 15:04:58 -04:00
Joey Hess
4ea8561b13 tighter crop 2012-08-27 15:03:10 -04:00