summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove key:null from git-annex add --json output.Gravatar Joey Hess2016-09-09
|
* make maybeShowJSON also add to the bufferGravatar Joey Hess2016-09-09
|
* buffer json output until done when in concurrent modeGravatar Joey Hess2016-09-09
|
* disentangle concurrency and message typeGravatar Joey Hess2016-09-09
| | | | | | | | This makes -Jn work with --json and --quiet, where before setting -Jn disabled those options. Concurrent json output is currently a mess though since threads output chunks over top of one-another.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-09-08
|\
* | still update othermeter when not displaying progress at consoleGravatar Joey Hess2016-09-08
| | | | | | | | | | See no reason not to do this; the othermeter will be updating a transfer info file or the like.
* | Rate limit console progress display updates to 10 per second. Was updating ↵Gravatar Joey Hess2016-09-08
| | | | | | | | as frequently as changes were reported, up to hundreds of times per second, which used unncessary bandwidth when running git-annex over ssh etc.
* | commentGravatar Joey Hess2016-09-08
| |
| * Added a comment: also CPU (on git and git-annex processes) doesn't go to 100%Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-09-08
|/
* commentGravatar Joey Hess2016-09-08
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-09-08
|\
* | updateGravatar Joey Hess2016-09-08
| |
| * Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-09-08
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-09-08
|\
* | designsGravatar Joey Hess2016-09-08
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a2016-09-08
| |
| * Added a commentGravatar pigmonkey2016-09-07
| |
| * Added a comment: This seems relevant to the comment directly previous this one.Gravatar dave@2ab82f485adf7e2ce787066e35f5f9789bff430b2016-09-07
| |
| * Added a comment: Build failureGravatar dave@2ab82f485adf7e2ce787066e35f5f9789bff430b2016-09-07
| |
* | avoid deprecation warning from parseUrlGravatar Joey Hess2016-09-07
|/
* add news item for git-annex 6.20160907Gravatar Joey Hess2016-09-07
|
* 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
|/