git-annex/debian
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
..
tests
cabal-wrapper Add temporary workaround for bug #763078 which broke building on armel and armhf. 2014-09-27 14:22:04 -04:00
changelog add getFileSize, which can get the real size of a large file on Windows 2015-01-20 17:09:24 -04:00
compat
control touchups 2014-12-31 15:27:20 -04:00
copyright add copyright of code copied from yesod 2014-10-09 15:17:07 -04:00
doc-base
menu
NEWS prep release 2013-10-02 16:13:45 -04:00
rules remove PatchedAWS flag 2014-12-03 15:09:18 -04:00