summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* only run sshCleanup when the command actually used ssh connection cachingGravatar Joey Hess2014-03-13
| | | | | Optimises query commands that do not. More importantly, avoids any ssh connection cleanup delay causing problems at the end of such commands.
* clean up cleanup action enumerationGravatar Joey Hess2014-03-13
|
* theoretical optimisation of --inGravatar Joey Hess2014-03-13
| | | | | Avoids looking up the remote each time, but in practice, does not result in a measurable speedup.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-13
|\
* | Commands that allow specifying which repository to act on using the ↵Gravatar Joey Hess2014-03-13
| | | | | | | | | | | | | | | | | | repository's description will now fail when multiple repositories match, rather than picking a repository at random. So will --in= Note that since limitIn is not used by preferred content expressions, it's ok for it to throw an exception.
| * Added a comment: Please add this ;)Gravatar http://ypid.wordpress.com/2014-03-13
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-13
|\
* | copy --fast --to remote: Avoid printing anything for files that are already ↵Gravatar Joey Hess2014-03-13
| | | | | | | | believed to be present on the remote.
| * Added a commentGravatar http://joeyh.name/2014-03-13
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-13
|\
* | doubled speed with esqeletoGravatar Joey Hess2014-03-13
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawno-jcsScu4CK6k2QLZqxMros1PQHf1NQY2014-03-13
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-13
|\
* | fixed slow query on normalized table; still 10x slower than current .map filesGravatar Joey Hess2014-03-13
| |
| * Added a comment: Precision of the use caseGravatar https://www.google.com/accounts/o8/id?id=AItOawm3vKzS4eOWYpKMoYXqMIjNsIg_nYF-loU2014-03-13
| |
| * Added a comment: That does it but not totallyGravatar https://www.google.com/accounts/o8/id?id=AItOawm3vKzS4eOWYpKMoYXqMIjNsIg_nYF-loU2014-03-13
| |
* | webapp: Use securemem for constant time auth token comparisons.Gravatar Joey Hess2014-03-12
| | | | | | | | | | Debian stable does not have securemem, but neither does it have warp-tls, so just disable use of securemem when not building with https support.
* | remove the big list of haskell libraries; just use cabalGravatar Joey Hess2014-03-12
|/
* devblogGravatar Joey Hess2014-03-12
|
* addGravatar Joey Hess2014-03-12
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-12
|\
| * Added a commentGravatar http://joeyh.name/2014-03-12
| |
* | note that webapp starts the assistant if it's not already runningGravatar Joey Hess2014-03-12
| |
| * Added a commentGravatar http://joeyh.name/2014-03-12
|/
* move forum post to bug report (and close it)Gravatar Joey Hess2014-03-12
|
* fully fix fsck memory use by iterative fsckingGravatar Joey Hess2014-03-12
| | | | Not very well tested, but I'm sure it doesn't eg, loop forever.
* read stdout and stderr concurrentlyGravatar Joey Hess2014-03-12
| | | | Avoids any buffering-related blocking.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-12
|\
| * Added a commentGravatar http://joeyh.name/2014-03-12
| |
| * Added a commentGravatar http://joeyh.name/2014-03-12
| |
* | remove dangling parenGravatar Joey Hess2014-03-12
| |
| * Added a commentGravatar http://joeyh.name/2014-03-12
| |
* | close !!!Gravatar Joey Hess2014-03-12
| |
| * Added a commentGravatar http://joeyh.name/2014-03-12
| |
* | remove uninofrmative warningGravatar Joey Hess2014-03-12
|/ | | | | dateUnusedLog is only used to show a timestamp in the webapp, so not worth a warning
* another old warp-tls workaroundGravatar Joey Hess2014-03-12
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-12
|\
* | quick fix to build with old warp-tlsGravatar Joey Hess2014-03-12
| | | | | | | | | | | | | | | | Debian stable's warp-tls is too old to support the new https feature well, so only use http with that old version. Note that the webapp still depends on warp-tls, because the TLSSettings type is used.
| * Added a comment: git annex direct when not all content is in this repoGravatar https://www.google.com/accounts/o8/id?id=AItOawnDXvDvWTXmCqQ90ATTD4dV3Ii4YbnE8E02014-03-12
| |
| * Added a commentGravatar http://smcv.pseudorandom.co.uk/2014-03-12
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnPgn611P6ym5yyL0BS8rUzO0_ZKRldMt02014-03-12
| |
| * Added a comment: Seems to be working nowGravatar https://www.google.com/accounts/o8/id?id=AItOawkLdR1fuu5aEz3s9VKTBKVMize_SmeNRJM2014-03-12
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkdAwJm7kqiwoonPrxmWfMOIxIQBvk6UTI2014-03-11
| |
| * Assumes GIT is already configured. Add this as optional step.Gravatar https://www.google.com/accounts/o8/id?id=AItOawkdAwJm7kqiwoonPrxmWfMOIxIQBvk6UTI2014-03-11
| |
| * poll vote (Tahoe-LAFS)Gravatar 166.70.207.22014-03-11
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-10
|\
| * Added a commentGravatar http://joeyh.name/2014-03-11
| |
* | devblogGravatar Joey Hess2014-03-10
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-10
|\
| * Added a commentGravatar http://joeyh.name/2014-03-10
| |