git-annex/Assistant/Threads
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
..
Committer.hs fix some mixed space+tab indentation 2014-10-09 15:09:11 -04:00
ConfigMonitor.hs Added required content configuration. 2014-03-29 16:03:33 -04:00
Cronner.hs fix some mixed space+tab indentation 2014-10-09 15:09:11 -04:00
DaemonStatus.hs webapp: Fix a race that sometimes caused alerts or other notifications to be missed if they occurred while a page was loading. 2013-03-27 14:56:20 -04:00
Glacier.hs hlint 2013-10-02 22:59:07 -04:00
Merger.hs Really fix bug that caused the assistant to make many unncessary empty merge commits. 2014-07-09 15:18:00 -04:00
MountWatcher.hs avoid build warning from new dbus 2014-04-26 18:57:51 -04:00
NetWatcher.hs fixed all remaining build warnings on Windows 2014-12-29 17:30:20 -04:00
PairListener.hs Improve local pairing behavior when two computers both try to start the pairing process separately. 2013-11-02 15:10:29 -04:00
ProblemFixer.hs webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
Pusher.hs automatically launch git repository repair 2013-10-27 16:42:13 -04:00
RemoteControl.hs export CreateProcess fields from Utility.Process 2014-06-10 19:20:14 -04:00
SanityChecker.hs add getFileSize, which can get the real size of a large file on Windows 2015-01-20 17:09:24 -04:00
TransferPoller.hs add getFileSize, which can get the real size of a large file on Windows 2015-01-20 17:09:24 -04:00
Transferrer.hs avoid repeatedly searching path to make batch command when running transferkeys 2013-12-01 15:37:51 -04:00
TransferScanner.hs remove webUUID special case 2014-12-17 13:52:08 -04:00
TransferWatcher.hs annex.startupscan can be set to false to disable the assistant's startup scan. 2014-03-05 17:44:14 -04:00
Upgrader.hs fix some mixed space+tab indentation 2014-10-09 15:09:11 -04:00
UpgradeWatcher.hs revert parentDir change 2015-01-09 13:11:56 -04:00
Watcher.hs indent with tabs not spaces 2014-10-09 15:09:26 -04:00
WebApp.hs fix LANGUAGE pragma 2014-10-09 17:07:35 -04:00
XMPPClient.hs fix some mixed space+tab indentation 2014-10-09 15:09:11 -04:00
XMPPPusher.hs fix some mixed space+tab indentation 2014-10-09 15:09:11 -04:00