summaryrefslogtreecommitdiff
path: root/Annex/Content.hs
Commit message (Expand)AuthorAge
* Fix bug that prevented enumerating locally present objects in repos tuned wit...Gravatar Joey Hess2015-06-11
* get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
* fix windows buildGravatar Joey Hess2015-05-22
* better memoize core.sharedrepository handlingGravatar Joey Hess2015-05-19
* honor core.sharedRepository settings in lockContentGravatar Joey Hess2015-05-19
* fix inAnnexSafe result for direct file that is being droppedGravatar Joey Hess2015-05-19
* convert lockContent to use new LockPoolsGravatar Joey Hess2015-05-19
* use lock pools throughout git-annexGravatar Joey Hess2015-05-19
* Take space that will be used by running downloads into account when checking ...Gravatar Joey Hess2015-05-12
* fix build warning with ghc 7.10Gravatar Joey Hess2015-05-10
* When a key's size is unknown, still check the annex.diskreserve, and avoid ge...Gravatar Joey Hess2015-04-17
* a few hlintsGravatar Joey Hess2015-04-11
* contentlocationn: New plumbing command.Gravatar Joey Hess2015-04-09
* well along the way to fully quiet --quietGravatar Joey Hess2015-04-04
* avoid progress bar for url download with --quietGravatar Joey Hess2015-04-03
* import Data.Default in CommonGravatar Joey Hess2015-01-28
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* 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