aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Typo & wordingGravatar Richard Hartmann2014-03-15
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo2014-03-14
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo2014-03-14
|/
* wordingGravatar Joey Hess2014-03-14
|
* layoutGravatar Joey Hess2014-03-14
|
* layoutGravatar Joey Hess2014-03-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-14
|\
* | "standard" can now be used as a first-class keyword in preferred content ↵Gravatar Joey Hess2014-03-14
| | | | | | | | | | | | | | | | | | | | | | expressions. For example "standard or (include=otherdir/*)" or even "not standard" Note that the implementation avoids any potential for loops (if a standard preferred content expression itself mentioned standard). This commit was sponsored by Jochen Bartl.
| * Added a commentGravatar http://alan.petitepomme.net/2014-03-14
|/
* fixGravatar Joey Hess2014-03-14
|
* Added a commentGravatar http://joeyh.name/2014-03-14
|
* Better workaround for problem umasks when eg, setting up ssh keys.Gravatar Joey Hess2014-03-14
|
* Added a comment: Shared google drive on multiple hostsGravatar https://www.google.com/accounts/o8/id?id=AItOawmlnEK_po7A0xMC9Xdp0FdcBgYllsCORXM2014-03-14
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmOdGR-S4e3-3A9o6JQdZW1mfILaUNUzwA2014-03-14
|
* devblogGravatar Joey Hess2014-03-13
|
* implemntation planGravatar Joey Hess2014-03-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-13
|\
* | Fix ssh connection caching stop method to work with openssh 6.5p1, which ↵Gravatar Joey Hess2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | broke the old method. Old ssh did not check the hostname passed to -O stop, so I had used "any". But now ssh does check it! I think this happened as part of the client-side hostname canonicalization changes in 6.5p1, but have not verified that introduced the problem. The symptom was that it would try to dns lookup "any", which often caused a bit of a delay at shutdown. And the old ssh connection kept running, so it would do it over and over again. Fixed by using localhost, which hopefully reliably resolves to some address that ssh will accept.. Also nukeFile the socket after ssh has been asked to shutdown, just in case.
* | 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.
| * Added a commentGravatar http://alan.petitepomme.net/2014-03-13
|/
* 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
| |