aboutsummaryrefslogtreecommitdiff
path: root/Annex/Content.hs
Commit message (Expand)AuthorAge
...
* annex object file mode for core.sharedRepositoryGravatar Joey Hess2015-11-18
* avoid spawning file size polling thread when not in -J modeGravatar Joey Hess2015-11-16
* Display progress meter in -J mode when downloading from the web.Gravatar Joey Hess2015-11-16
* convert from Utility.LockPool to Annex.LockPool everywhereGravatar Joey Hess2015-11-12
* add: Fix error recovery rollback to not move the injested file content out of...Gravatar Joey Hess2015-11-06
* fix windows buildGravatar Joey Hess2015-10-12
* implement lockContent for ssh remotesGravatar Joey Hess2015-10-09
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* rename constructorGravatar Joey Hess2015-10-09
* refactorGravatar Joey Hess2015-10-09
* support invalidating existing VerifiedCopysGravatar Joey Hess2015-10-08
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* I think this comment is stale/confusing; removeGravatar Joey Hess2015-10-08
* add lockContentSharedGravatar Joey Hess2015-10-08
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* disabling verification also disables size verificationGravatar Joey Hess2015-10-02
* avoid verification when hard linking to objects in shared repositoryGravatar Joey Hess2015-10-02
* Do verification of checksums of annex objects downloaded from remotes.Gravatar Joey Hess2015-10-01
* rename functionGravatar Joey Hess2015-10-01
* refactorGravatar Joey Hess2015-10-01
* windows build warning fixesGravatar Joey Hess2015-08-03
* avoid calling copy when file DNEGravatar Joey Hess2015-07-30
* 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