git-annex/Remote/Helper
Joey Hess 4f657aa14e add getFileSize, which can get the real size of a large file on Windows
Avoid using fileSize which maxes out at just 2 gb on Windows.
Instead, use hFileSize, which doesn't have a bounded size.
Fixes support for files > 2 gb on Windows.

Note that the InodeCache code only needs to compare a file size,
so it doesn't matter it the file size wraps. So it has been
left as-is. This was necessary both to avoid invalidating existing inode
caches, and because the code passed FileStatus around and would have become
more expensive if it called getFileSize.

This commit was sponsored by Christian Dietrich.
2015-01-20 17:09:24 -04:00
..
Chunked better exception display 2014-07-26 23:01:44 -04:00
AWS.hs Fix build with -f-S3. 2014-12-19 16:53:25 -04:00
Chunked.hs add getFileSize, which can get the real size of a large file on Windows 2015-01-20 17:09:24 -04:00
Encryptable.hs Don't show "(gpg)" when decrypting the remote encryption cipher, since this could be taken to read that's the only time git-annex runs gpg, which is not the case. 2014-12-02 13:50:45 -04:00
Git.hs implemented old Richih wishlist about remote/uuid info 2015-01-13 18:13:14 -04:00
Hooks.hs more lock file refactoring 2014-08-20 18:58:14 -04:00
Http.hs add getFileSize, which can get the real size of a large file on Windows 2015-01-20 17:09:24 -04:00
Messages.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
ReadOnly.hs Remotes can now be made read-only, by setting remote.<name>.annex-readonly 2014-01-02 13:12:32 -04:00
Special.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
Ssh.hs testremote: Add testing of behavior when remote is not available 2014-08-10 15:02:59 -04:00