aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| |
* | fixedGravatar Joey Hess2014-03-10
| |
* | make configure -Wall cleanGravatar Joey Hess2014-03-10
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-10
|\
* | patch out another file perm check that does not make sense on androidGravatar Joey Hess2014-03-10
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-10
| |\ | |/ |/|
| * better streaming when cleaning up corrupt objectsGravatar Joey Hess2014-03-10
| | | | | | | | | | A repo with a lot of objects will now stream them through, rather than buffering a list of them all in memory.
* | (no commit message)Gravatar napopa2014-03-10
| |
* | Added a commentGravatar http://joeyh.name/2014-03-10
| |
* | removedGravatar http://joeyh.name/2014-03-10
| |
* | Added a commentGravatar http://joeyh.name/2014-03-10
| |
* | Added a commentGravatar http://joeyh.name/2014-03-10
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-10
|\
* | Improve memory usage when git fsck finds a great many broken objects.Gravatar Joey Hess2014-03-10
| | | | | | | | | | | | | | | | | | From 1.7 gb to 900 mb on 300 thousand unique reported shas. When shas are not unique, this streams much better than before, so won't buffer the full list before putting them into the Set and throwing away dups. And when fsck output includes ignorable lines, especially dangling object lines, they won't be buffered in memory at all.
| * Added a commentGravatar http://joeyh.name/2014-03-10
|/
* promote forum post to bugGravatar Joey Hess2014-03-10
|
* Added a commentGravatar http://joeyh.name/2014-03-10
|