index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Annex
/
Content.hs
Commit message (
Expand
)
Author
Age
*
use InodeCache when dropping a key to see if a pointer file can be safely reset
Joey Hess
2015-12-09
*
add inode cache to the db
Joey Hess
2015-12-09
*
move InodeSentinal from direct mode code to its own module
Joey Hess
2015-12-09
*
link/copy pointer files to object content when it's added
Joey Hess
2015-12-09
*
clean filter should update location log when adding new content to annex
Joey Hess
2015-12-04
*
basic clean filter working
Joey Hess
2015-12-04
*
annex object file mode for core.sharedRepository
Joey Hess
2015-11-18
*
avoid spawning file size polling thread when not in -J mode
Joey Hess
2015-11-16
*
Display progress meter in -J mode when downloading from the web.
Joey Hess
2015-11-16
*
convert from Utility.LockPool to Annex.LockPool everywhere
Joey Hess
2015-11-12
*
add: Fix error recovery rollback to not move the injested file content out of...
Joey Hess
2015-11-06
*
fix windows build
Joey Hess
2015-10-12
*
implement lockContent for ssh remotes
Joey Hess
2015-10-09
*
fix local dropping to not require extra locking of copies, but only that the ...
Joey Hess
2015-10-09
*
rename constructor
Joey Hess
2015-10-09
*
refactor
Joey Hess
2015-10-09
*
support invalidating existing VerifiedCopys
Joey Hess
2015-10-08
*
add VerifiedCopy data type
Joey Hess
2015-10-08
*
I think this comment is stale/confusing; remove
Joey Hess
2015-10-08
*
add lockContentShared
Joey Hess
2015-10-08
*
other 80% of avoding verification when hard linking to objects in shared repo
Joey Hess
2015-10-02
*
disabling verification also disables size verification
Joey Hess
2015-10-02
*
avoid verification when hard linking to objects in shared repository
Joey Hess
2015-10-02
*
Do verification of checksums of annex objects downloaded from remotes.
Joey Hess
2015-10-01
*
rename function
Joey Hess
2015-10-01
*
refactor
Joey Hess
2015-10-01
*
windows build warning fixes
Joey Hess
2015-08-03
*
avoid calling copy when file DNE
Joey Hess
2015-07-30
*
Fix bug that prevented enumerating locally present objects in repos tuned wit...
Joey Hess
2015-06-11
*
get --incomplete: New option to resume any interrupted downloads.
Joey Hess
2015-06-02
*
fix windows build
Joey Hess
2015-05-22
*
better memoize core.sharedrepository handling
Joey Hess
2015-05-19
*
honor core.sharedRepository settings in lockContent
Joey Hess
2015-05-19
*
fix inAnnexSafe result for direct file that is being dropped
Joey Hess
2015-05-19
*
convert lockContent to use new LockPools
Joey Hess
2015-05-19
*
use lock pools throughout git-annex
Joey Hess
2015-05-19
*
Take space that will be used by running downloads into account when checking ...
Joey Hess
2015-05-12
*
fix build warning with ghc 7.10
Joey Hess
2015-05-10
*
When a key's size is unknown, still check the annex.diskreserve, and avoid ge...
Joey Hess
2015-04-17
*
a few hlints
Joey Hess
2015-04-11
*
contentlocationn: New plumbing command.
Joey Hess
2015-04-09
*
well along the way to fully quiet --quiet
Joey Hess
2015-04-04
*
avoid progress bar for url download with --quiet
Joey Hess
2015-04-03
*
import Data.Default in Common
Joey Hess
2015-01-28
*
Repository tuning parameters can now be passed when initializing a repository...
Joey Hess
2015-01-27
*
update my email address and homepage url
Joey Hess
2015-01-21
*
add getFileSize, which can get the real size of a large file on Windows
Joey Hess
2015-01-20
*
revert parentDir change
Joey Hess
2015-01-09
*
made parentDir return a Maybe FilePath; removed most uses of it
Joey Hess
2015-01-06
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
[next]