summaryrefslogtreecommitdiff
path: root/Annex/Content.hs
Commit message (Expand)AuthorAge
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* New annex.hardlink setting. Closes: #758593Gravatar Joey Hess2014-09-05
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* more lock file refactoringGravatar Joey Hess2014-08-20
* avoid trying to create a content file in order to lock itGravatar Joey Hess2014-08-20
* more lock file refactoringGravatar Joey Hess2014-08-20
* reorganize and refactor lock codeGravatar Joey Hess2014-08-20
* Ensure that all lock fds are close-on-exec, fixing various problems with them...Gravatar Joey Hess2014-08-20
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* better type for RetrieverGravatar Joey Hess2014-07-29
* allow Retriever action to update the progress meterGravatar Joey Hess2014-07-29
* import metadata from feedsGravatar Joey Hess2014-07-03
* fixed getting files from bare repos on windowsGravatar Joey Hess2014-06-05
* wipGravatar Joey Hess2014-06-05
* Fix direct mode getKeysPresent false positive & also sped up direct mode unus...Gravatar Joey Hess2014-03-07
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* add UrlOptions sum typeGravatar Joey Hess2014-02-24
* Make annex.web-options be used in several places that call curl.Gravatar Joey Hess2014-02-24
* 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