summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* try using cabal constraintGravatar Joey Hess2016-09-06
|
* perisstent-sqlite-2.2.1 fails to build on windowsGravatar Joey Hess2016-09-06
|
* remove old cabal install libraries to try to fix windows autobuilderGravatar Joey Hess2016-09-06
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-09-06
|\
* | get -J: Download different files from different remotes when the remotes ↵Gravatar Joey Hess2016-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have the same costs. Only done in -J mode because only if there's concurrency can downloading from two remotes be faster. Without concurrency, it's likely the case that sequential downloads from the same remote are faster than switching back and forth between two remotes. There is some hairy MVar code here, but basically it just keeps the activeremotes MVar full except when deciding which remote to assign to a thread. Also affects gets by sync --content -J This commit was sponsored by Jochen Bartl.
* | use keyLocations not loggedLocationsGravatar Joey Hess2016-09-06
| | | | | | | | Skip dead remotes.
| * Added a comment: current status?Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-09-06
| |
| * (no commit message)Gravatar leni5362016-09-06
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-09-05
|\
* | appliedGravatar Joey Hess2016-09-05
| |
* | one dep per line and add comments about workaround depsGravatar Joey Hess2016-09-05
| |
* | git-annex.cabal: persistent ==2.2.4.1Gravatar ilovezfs2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | Simplify Solver's task by requesting version 2.2.4.1 of the persistent package instead of just providing the persistent < 2.5 constraint. With only the persistent < 2.5 constraint, and with --flags=s3\ webapp and --max-backjumps=10000, CI timed out after two hours with Solver still trying to find a solution. This is a follow-up to 2415b7cb, since there's been a regression in the situation between 6.20160619 and 6.20160808, probably simply because Hackage is a moving target.
| * copy --from --toGravatar anarcat2016-09-05
|/
* devblogGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* todoGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* dup forum postGravatar Joey Hess2016-09-05
|
* Assistant, repair: Filter out git fsck lines about duplicate file entries in ↵Gravatar Joey Hess2016-09-05
| | | | tree objects.
* commentGravatar Joey Hess2016-09-05
|
* closeGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* Make --json and --quiet suppress automatic init messagesGravatar Joey Hess2016-09-05
| | | | | | | | | | | | | | And any other messages that might be output before a command starts. Fixes a reversion introduced in version 5.20150727. During the optparse-applicative conversion, I needed a place to run per-command global option setters, and I made it get run during the seek stage. But that is too late to have --json and --quiet disable output produced in the check stage. Fix is just to run those per-command global option setters at the same time as the all-command global option setters. This commit was sponsored by Thom May.
* move Arbitrary instance to new Types.Transfer moduleGravatar Joey Hess2016-09-05
| | | | Avoid orphan instance warning
* avoid warning about orphan Arbirary instanceGravatar Joey Hess2016-09-05
|
* switch away from deprecated interfaceGravatar Joey Hess2016-09-05
| | | | | Again the new stuff works back to network-2.4, so no need to adjust cabal bounds.
* commentGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* moreinfo; probably not a bugGravatar Joey Hess2016-09-05
|
* Android: Fix disabling use of cp --reflink=auto, curl, sha224, and sha384.Gravatar Joey Hess2016-09-05
| | | | | | This was originally done in c4e7c6af, but got lost in some change to the Makefile. Use CROSS_COMPILE=Android to tell configure that it's configuring for android instead of passing it a parameter.
* commentGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* close as dupGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* responseGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* remove spamGravatar Joey Hess2016-09-05
|
* commentGravatar Joey Hess2016-09-05
|
* responseGravatar Joey Hess2016-09-05
|
* responseGravatar Joey Hess2016-09-05
|
* examimekey: Allow being run in a git repo that is not initialized by ↵Gravatar Joey Hess2016-09-05
| | | | | | | git-annex yet. No reason not to; indeed there's no real reason to need a git repository at all except the implementation uses the Annex monad.
* Fix formatting of git-annex-smudge man page, and improve mdwn2man. Thanks, ↵Gravatar Joey Hess2016-09-05
| | | | Jim Paris.
* Merge remote-tracking branch 'jim/jim'Gravatar Joey Hess2016-09-05
|\
* | switch away from deprecated recvFromGravatar Joey Hess2016-09-05
| | | | | | | | | | Network.Socket.ByteString is in network since before 2.4, so no need to adjust bounds.
* | Windows: Handle shebang in external special remote program.Gravatar Joey Hess2016-09-05
| |
* | fix nameGravatar Joey Hess2016-09-05
| |