summaryrefslogtreecommitdiff
path: root/Annex/Content.hs
Commit message (Expand)AuthorAge
* unused: Fix to actually detect unused keys when in direct mode.Gravatar Joey Hess2014-02-20
* random hlint (to give the autobuilder something new to build)Gravatar Joey Hess2014-02-11
* remove workaround for old bugGravatar Joey Hess2014-02-06
* work around absNormPath not working on WindowsGravatar Joey Hess2014-02-06
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* rework annexed object locking in direct mode & support WindowsGravatar Joey Hess2014-01-28
* added annex.secure-erase-command config option.Gravatar Joey Hess2014-01-24
* also check diskreserve for quvi downloadsGravatar Joey Hess2014-01-04
* addurl, importfeed: Honor annex.diskreserve as long as the size of the url ca...Gravatar Joey Hess2014-01-04
* fsck distribution keyGravatar Joey Hess2013-11-23
* fix windows buildGravatar Joey Hess2013-11-18
* Direct mode .git/annex/objects directories are no longer left writableGravatar Joey Hess2013-11-15
* queue downloads of keys that fsck finds with bad contentGravatar Joey Hess2013-10-10
* Send a git-annex user-agent when downloading urls.Gravatar Joey Hess2013-09-28
* hlintGravatar Joey Hess2013-09-25
* Honor core.sharedrepository when receiving and adding files in direct mode.Gravatar Joey Hess2013-09-03
* avoid more build warnings on WindowsGravatar Joey Hess2013-08-04
* squash compiler warnings on WindowsGravatar Joey Hess2013-08-04
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* fix uninit to delete content from annex when it ended up hard linked back to ...Gravatar Joey Hess2013-07-18
* remove debug printGravatar Joey Hess2013-05-27
* improve robustness of fromDirect and replaceFileGravatar Joey Hess2013-05-25
* improve handling of receiving object in direct mode when associated files are...Gravatar Joey Hess2013-05-17
* test suite passes in direct modeGravatar Joey Hess2013-05-17
* fix the day's Windows permissions damageGravatar Joey Hess2013-05-14
* fix importsGravatar Joey Hess2013-05-14
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* stub out POSIX stuffGravatar Joey Hess2013-05-10
* git-annex-shell: Ensure that received files can be read. Files transferred fr...Gravatar Joey Hess2013-05-06
* thaw content directory in direct mode tooGravatar Joey Hess2013-04-30
* refactorGravatar Joey Hess2013-04-30
* implement massReplaceGravatar Joey Hess2013-04-08
* Added annex.web-download-command setting.Gravatar Joey Hess2013-04-08
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* cleanupGravatar Joey Hess2013-04-02
* Update working tree files fully atomicallyGravatar Joey Hess2013-04-02
* cleanup debug printGravatar Joey Hess2013-03-28
* comment typoGravatar Joey Hess2013-03-18
* move comment to right placeGravatar Joey Hess2013-03-18
* Bugfix: Fix bug in inode cache sentinal check, which broke copying to local r...Gravatar Joey Hess2013-03-12
* Direct mode: Support filesystems like FAT which can change their inodes each ...Gravatar Joey Hess2013-02-19
* hlintGravatar Joey Hess2013-02-18
* proper fix for dropunusedGravatar Joey Hess2013-02-15
* Revert "Clean up direct mode cache and mapping info when dropping keys."Gravatar Joey Hess2013-02-15
* start to support core.symlinks=falseGravatar Joey Hess2013-02-15
* split out Utility.InodeCacheGravatar Joey Hess2013-02-14
* crippled filesystem support, probing and initial supportGravatar Joey Hess2013-02-14
* Clean up direct mode cache and mapping info when dropping keys.Gravatar Joey Hess2013-02-07
* Deal with stale mappings for deleted file in direct mode.Gravatar Joey Hess2013-02-05