summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* prep release6.20160907Gravatar Joey Hess2016-09-07
|
* followupGravatar Joey Hess2016-09-07
|
* close; notabugGravatar Joey Hess2016-09-07
|
* remove cruftGravatar Joey Hess2016-09-07
|
* Added a commentGravatar pigmonkey2016-09-06
|
* Added a commentGravatar onionjake2016-09-06
|
* you can create bugs with empty titlesGravatar onionjake2016-09-06
|
* devblogGravatar Joey Hess2016-09-06
|
* squelch build warning on windowsGravatar Joey Hess2016-09-06
|
* typoGravatar Joey Hess2016-09-06
|
* stop removing old builds againGravatar Joey Hess2016-09-06
|
* avoid build warnings when building w/o concurrent-outputGravatar Joey Hess2016-09-06
|
* fix build with pre-AMP ghcGravatar Joey Hess2016-09-06
|
* pin mwc-random to last known working version on windowsGravatar Joey Hess2016-09-06
|
* revert 15c054042f6582689fdac4d02dd8ba69505bb586Gravatar Joey Hess2016-09-06
| | | | This broke the windows build, the android build, the debian stable build, ...
* constrain cryptonite version to avoid windows build failGravatar Joey Hess2016-09-06
| | | | https://github.com/haskell-crypto/cryptonite/issues/99
* 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
|