git-annex/Logs
Joey Hess cf07a2c412 webapp: Progess bar fixes for many types of special remotes.
There was confusion in different parts of the progress bar code about
whether an update contained the total number of bytes transferred, or the
number of bytes transferred since the last update. One way this bug
showed up was progress bars that seemed to stick at zero for a long time.
In order to fix it comprehensively, I add a new BytesProcessed data type,
that is explicitly a total quantity of bytes, not a delta.

Note that this doesn't necessarily fix every problem with progress bars.
Particularly, buffering can now cause progress bars to seem to run ahead
of transfers, reaching 100% when data is still being uploaded.
2013-03-28 17:04:37 -04:00
..
Group.hs where indenting 2012-11-11 00:51:07 -04:00
Location.hs direct mode committing 2012-12-12 19:20:38 -04:00
PreferredContent.hs whitespace fixes 2012-12-13 00:45:27 -04:00
Presence.hs improve imports 2013-02-27 21:48:46 -04:00
Remote.hs another quickcheck 2012-12-20 00:02:33 -04:00
Transfer.hs webapp: Progess bar fixes for many types of special remotes. 2013-03-28 17:04:37 -04:00
Trust.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
Unused.hs show an error message if garbage is provided to dropunused 2013-03-03 20:04:24 -04:00
UUID.hs where indenting 2012-11-11 00:51:07 -04:00
UUIDBased.hs where indenting 2012-11-11 00:51:07 -04:00
Web.hs dropping from web 2012-11-29 17:01:07 -04:00