aboutsummaryrefslogtreecommitdiff
path: root/Utility/InodeCache.hs
Commit message (Expand)AuthorAge
* Fix build with QuickCheck 2.10.Gravatar Joey Hess2017-06-17
* automatic conflict resolution for v6 unlocked filesGravatar Joey Hess2015-12-29
* use InodeCache when dropping a key to see if a pointer file can be safely resetGravatar Joey Hess2015-12-09
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* on second thought, InodeCache should use getFileSizeGravatar Joey Hess2015-01-20
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* fix build on windows with unix-compat-0.4.1.3Gravatar Joey Hess2014-08-11
* finish fixing windows timezone madnessGravatar Joey Hess2014-06-12
* fix for Windows file timestamp timezone madnessGravatar Joey Hess2014-06-12
* minimal exportsGravatar Joey Hess2014-06-11
* deal with FAT on Linux timestamp issueGravatar Joey Hess2014-06-11
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
* add, import, assistant: Better preserve the mtime of symlinks, when when addi...Gravatar Joey Hess2013-09-25
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* detect renames during commit, and .. um, do nothing special because it's lunc...Gravatar Joey Hess2013-03-11
* remove Eq instance for InodeCacheGravatar Joey Hess2013-03-11
* improve importsGravatar Joey Hess2013-02-27
* move Arbitrary instances out of Test and into modules that define the typesGravatar Joey Hess2013-02-27
* Direct mode: Support filesystems like FAT which can change their inodes each ...Gravatar Joey Hess2013-02-19
* split out Utility.InodeCacheGravatar Joey Hess2013-02-14