summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge branch 'master' into no-xmppGravatar Joey Hess2016-12-24
|\
| * todoGravatar Joey Hess2016-12-24
| |
| * commentGravatar Joey Hess2016-12-24
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-12-24
| |\
| * | updateGravatar Joey Hess2016-12-24
| | |
| * | enable-tor: When run as a regular user, test a connection back to the hidden ↵Gravatar Joey Hess2016-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service over tor. This way we know that after enable-tor, the tor hidden service is fully published and working, and so there should be no problems with it at pairing time. It has to start up its own temporary listener on the hidden service. It would be nice to have it start the remotedaemon running, so that extra step is not needed afterwards. But, there may already be a remotedaemon running, in communication with the assistant and we don't want to start another one. I thought about trying to HUP any running remotedaemon, but Windows does not make it easy to do that. In any case, having the user start the remotedaemon themselves lets them know it needs to be running to serve the hidden service. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
| * | closeGravatar Joey Hess2016-12-24
| | |
| * | Revert "close"Gravatar Joey Hess2016-12-24
| | | | | | | | | | | | | | | | | | This reverts commit 6c089cff615bc44ca94cc4ca77dc69f281dd2ab8. Commit contained incomplete work.
| * | closeGravatar Joey Hess2016-12-22
| | |
| | * Added a comment: compiled with GHC 8, but LOCPATH is still setGravatar http://svario.it/gioele2016-12-21
| | |
| * | todoGravatar Joey Hess2016-12-21
| | |
| * | commentGravatar Joey Hess2016-12-21
| |/
| * Added a comment: git annex infoGravatar marekj2016-12-21
| |
| * (no commit message)Gravatar marekj2016-12-21
| |
| * (no commit message)Gravatar tom@6463e5ce4c0e478cb7583fb37288d6954e17bfc62016-12-21
| |
| * Added a commentGravatar t.z.mates2016-12-20
| |
| * enable-tor: No longer needs to be run as root.Gravatar Joey Hess2016-12-20
| | | | | | | | | | | | When run by not root, su's to root automatically. This commit was sponsored by Brock Spratlen on Patreon.
| * anwserGravatar Joey Hess2016-12-20
| |
| * Fix build with directory-1.3.Gravatar Joey Hess2016-12-20
| | | | | | | | See https://github.com/haskell/directory/issues/66
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-12-20
| |\
| * | updateGravatar Joey Hess2016-12-20
| | |
| * | add some links to new workflow pageGravatar Joey Hess2016-12-20
| | |
| * | firm up some language and remove a bitGravatar Joey Hess2016-12-20
| | |
| * | reflowGravatar Joey Hess2016-12-20
| | |
| | * (no commit message)Gravatar ilovezfs2016-12-20
| | |
| | * Added a comment: easyGravatar veron_veron@8e19f168a8da3dabcdbf28ccd3f27edfb40941ed2016-12-20
| | |
| | * Added a commentGravatar m8r-achx62@7323980ed426b7f78c85dfefe7358672bce44e982016-12-19
| |/
| * further analysisGravatar Joey Hess2016-12-19
| |
| * Linux standalone: Improve generation of locale definition files, supporting ↵Gravatar Joey Hess2016-12-19
| | | | | | | | locales such as, en_GB.UTF-8.
| * analysisGravatar Joey Hess2016-12-19
| |
| * followupGravatar Joey Hess2016-12-19
| |
| * section on safe pairing code exchangeGravatar Joey Hess2016-12-19
| |
| * (no commit message)Gravatar m8r-achx62@7323980ed426b7f78c85dfefe7358672bce44e982016-12-19
| |
| * (no commit message)Gravatar ddenis2016-12-18
| |
| * devbogGravatar Joey Hess2016-12-18
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-12-18
| |\
| * | p2p --pair with magic wormhole (untested)Gravatar Joey Hess2016-12-18
| | | | | | | | | | | | | | | | | | It builds. I have not tried to run it yet. :) This commit was sponsored by Jake Vosloo on Patreon.
| | * Added a comment: CodaGravatar xloem2016-12-18
| |/
| * Revert "p2p --link now defaults to setting up a bi-directional link"Gravatar Joey Hess2016-12-16
| | | | | | | | | | | | | | | | This reverts commit 6aa7e136b5d246228723f4c9996bda11f66c4445. On second thought, this was an overcomplication of what should be the lowest-level primitive. Let's build bi-directional links at the pairing level with eg magic wormhole.
| * devblogGravatar Joey Hess2016-12-16
| |
| * p2p: Added --one-way option.Gravatar Joey Hess2016-12-16
| | | | | | | | This commit was sponsored by Fernando Jimenez on Patreon.
| * p2p --link now defaults to setting up a bi-directional linkGravatar Joey Hess2016-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both the local and remote git repositories get remotes added pointing at one-another. Makes pairing twice as easy! Security: The new LINK command in the protocol can be sent repeatedly, but only by a peer who has authenticated with us. So, it's entirely safe to add a link back to that peer, or to some other peer it knows about. Anything we receive over such a link, the peer could send us over the current connection. There is some risk of being flooded with LINKs, and adding too many remotes. To guard against that, there's a hard cap on the number of remotes that can be set up this way. This will only be a problem if setting up large p2p networks that have exceptional interconnectedness. A new, dedicated authtoken is created when sending LINK. This also allows, in theory, using a p2p network like tor, to learn about links on other networks, like telehash. This commit was sponsored by Bruno BEAUFILS on Patreon.
| * p2p: --link no longer takes a remote name, instead the --name option can be ↵Gravatar Joey Hess2016-12-16
| | | | | | | | used.
| * update links to wormhole issuesGravatar Joey Hess2016-12-16
| |
| * Added a commentGravatar binx2016-12-16
| |
| * Added a comment: Nexus 6pGravatar moc514@eb7af2cd9147722b29f32b6606feb2b8563dfac82016-12-16
| |
| * Link adjustmentsGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-12-15
| |
| * Add missing linkGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-12-15
| |
| * Add some markup and linksGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-12-15
| |
| * metadata --batch UTF-8 bugGravatar alpernebbi2016-12-14
| |