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
*
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
*
New annex.hardlink setting. Closes: #758593
Joey Hess
2014-09-05
*
Do not preserve permissions and acls when copying files from one local git re...
Joey Hess
2014-08-26
*
use types to enforce that removeAnnex can only be called inside lockContent
Joey Hess
2014-08-20
*
more lock file refactoring
Joey Hess
2014-08-20
*
avoid trying to create a content file in order to lock it
Joey Hess
2014-08-20
*
more lock file refactoring
Joey Hess
2014-08-20
*
reorganize and refactor lock code
Joey Hess
2014-08-20
*
Ensure that all lock fds are close-on-exec, fixing various problems with them...
Joey Hess
2014-08-20
*
unify exception handling into Utility.Exception
Joey Hess
2014-08-07
*
better type for Retriever
Joey Hess
2014-07-29
*
allow Retriever action to update the progress meter
Joey Hess
2014-07-29
*
import metadata from feeds
Joey Hess
2014-07-03
*
fixed getting files from bare repos on windows
Joey Hess
2014-06-05
*
wip
Joey Hess
2014-06-05
*
Fix direct mode getKeysPresent false positive & also sped up direct mode unus...
Joey Hess
2014-03-07
*
Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...
Joey Hess
2014-02-26
*
add UrlOptions sum type
Joey Hess
2014-02-24
*
Make annex.web-options be used in several places that call curl.
Joey Hess
2014-02-24
*
unused: Fix to actually detect unused keys when in direct mode.
Joey Hess
2014-02-20
*
random hlint (to give the autobuilder something new to build)
Joey Hess
2014-02-11
*
remove workaround for old bug
Joey Hess
2014-02-06
*
work around absNormPath not working on Windows
Joey Hess
2014-02-06
*
Windows: Avoid using unix-compat's rename, which refuses to rename directories.
Joey Hess
2014-01-29
*
rework annexed object locking in direct mode & support Windows
Joey Hess
2014-01-28
*
added annex.secure-erase-command config option.
Joey Hess
2014-01-24
*
also check diskreserve for quvi downloads
Joey Hess
2014-01-04
*
addurl, importfeed: Honor annex.diskreserve as long as the size of the url ca...
Joey Hess
2014-01-04
*
fsck distribution key
Joey Hess
2013-11-23
*
fix windows build
Joey Hess
2013-11-18
*
Direct mode .git/annex/objects directories are no longer left writable
Joey Hess
2013-11-15
[next]