git-annex/Types
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
..
Backend.hs handle sha*sum's leading \ in checksum with certian unsual filenames 2012-12-20 17:07:10 -04:00
BranchState.hs remove unused fields 2012-12-19 23:41:54 -04:00
Command.hs make usage less terrifying 2013-03-25 12:41:57 -04:00
Crypto.hs
GitConfig.hs split cost out into its own module 2013-03-13 16:30:34 -04:00
Group.hs
Key.hs improve imports 2013-02-27 21:48:46 -04:00
KeySource.hs add: Improved detection of files that are modified while being added. 2013-02-14 16:54:36 -04:00
Messages.hs Display a warning when a non-existing file or directory is specified. 2012-11-25 17:54:08 -04:00
Option.hs
Remote.hs webapp: Progess bar fixes for many types of special remotes. 2013-03-28 17:04:37 -04:00
StandardGroups.hs forgot to add to sum type 2013-03-16 12:09:22 -04:00
TrustLevel.hs test 2012-12-19 23:44:08 -04:00
UUID.hs