Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use P2P auth for git-remote-tor-annex | Joey Hess | 2016-11-30 |
| | | | | | | | This changes the environment variable name to the more generic GIT_ANNEX_P2P_AUTHTOKEN. This commit was sponsored by andrea rota. | ||
* | implement p2p --link | Joey Hess | 2016-11-30 |
| | | | | This commit was sponsored by Riku Voipio. | ||
* | implement p2p command | Joey Hess | 2016-11-30 |
| | |||
* | Merge branch 'master' into tor | Joey Hess | 2016-11-30 |
|\ | |||
| * | prefer xdot over dot | Joey Hess | 2016-11-30 |
| | | | | | | | | | | | | | | * map: Run xdot if it's available in PATH. On OSX, the dot command does not support graphical display, while xdot does. * Debian: xdot is a better interactive viewer than dot, so Suggest xdot, rather than graphviz. | ||
* | | Merge branch 'master' into tor | Joey Hess | 2016-11-29 |
|\| | |||
| * | devblog | Joey Hess | 2016-11-29 |
| | | |||
* | | update docs for git-annex p2p command | Joey Hess | 2016-11-29 |
| | | | | | | | | It is not yet implemented. | ||
* | | finish git-annex enable-tor | Joey Hess | 2016-11-29 |
| | | | | | | | | | | Make it stash the address away for git-annex p2p to use later, rather than outputting it. And, look up the UUID itself. | ||
* | | Merge branch 'master' into tor | Joey Hess | 2016-11-29 |
|\| | |||
| * | tighten added language | Joey Hess | 2016-11-29 |
| | | | | | | | | | | | | | | Removed part about neeing to install git-annex and git in the same location. The installer checks if the location given exists, and if not, tells the user that git is not installed there. And the default should work if the user just picks it in both installers. | ||
| * | Revert "Added link to Windows installation instructions. The page was not ↵ | Joey Hess | 2016-11-29 |
| | | | | | | | | | | | | | | | | | | | | easy to find." This reverts commit 85108e0f14a17b5eb67063ac8a35dec8309e1c69. With all due respect, the link to the instructions for each OS is in the "detailed instructions" column. Adding a second link to the same thing is unlikely to help. | ||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-11-29 |
| |\ | |||
| * | | Windows autobuilder is going to be hosted at Dartmouth now | Joey Hess | 2016-11-29 |
| | | | |||
| | * | Added more explanations of my experience with the Windows install process. | senatorzergling@c1d78877a6120a80f0f4005210eda262c1586555 | 2016-11-29 |
| | | | |||
| | * | Added link to Windows installation instructions. The page was not easy to find. | senatorzergling@c1d78877a6120a80f0f4005210eda262c1586555 | 2016-11-29 |
| | | | |||
| | * | (no commit message) | db48x | 2016-11-29 |
| | | | |||
| | * | Added a comment: Temporary workaround until the brew formula is updated | palday@91f366b5178879146d2b6e1e53bfa21389ee89a8 | 2016-11-29 |
| | | | |||
| | * | Added a comment | https://launchpad.net/~felixonmars | 2016-11-28 |
| | | | |||
| | * | removed | https://launchpad.net/~felixonmars | 2016-11-28 |
| | | | |||
| | * | Added a comment | https://launchpad.net/~felixonmars | 2016-11-28 |
| | | | |||
| | * | (no commit message) | annexuser | 2016-11-27 |
| | | | |||
| | * | Added a comment | boh | 2016-11-27 |
| | | | |||
| | * | Added a comment | CandyAngel | 2016-11-25 |
| | | | |||
| | * | (no commit message) | edaneault@c9ac084da568ceb4d4566371a2da53f847258e7e | 2016-11-25 |
| | | | |||
| | * | (no commit message) | edaneault@c9ac084da568ceb4d4566371a2da53f847258e7e | 2016-11-25 |
| | | | |||
| | * | Added a comment: Sharing rsync special remote between repository | davidriod@e75b369a4b1cced29c14354bce7493c61f00b1c7 | 2016-11-24 |
| | | | |||
| | * | Added a comment: Walkthrough of a prudent retroactive annex. | StephaneGourichon | 2016-11-24 |
| | | | |||
| | * | Added a comment: IgnoreUnknown Include considered harmful? | scottgorlin@a32946b2aad278883c1690a0753241583a9855b9 | 2016-11-23 |
| | | | |||
| | * | Added a comment: Known bug, fixed. | https://launchpad.net/~stephane-gourichon-lpad | 2016-11-23 |
| | | | |||
| | * | (no commit message) | binx | 2016-11-23 |
| | | | |||
| | * | (no commit message) | whlabratz@d10941ab2681deb87122fd8f6da51f3dcdb8dbe5 | 2016-11-23 |
| | | | |||
| | * | (no commit message) | neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd | 2016-11-22 |
| |/ | |||
* | | docs for stuff not fully implemented yet | Joey Hess | 2016-11-22 |
| | | |||
| * | cleanup | Joey Hess | 2016-11-22 |
| | | |||
| * | devblog | Joey Hess | 2016-11-21 |
| | | |||
| * | Added a comment | neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd | 2016-11-21 |
| | | |||
| * | (no commit message) | binx | 2016-11-21 |
| | | |||
* | | Added git-remote-tor-annex, which allows git pull and push to the tor hidden ↵ | Joey Hess | 2016-11-21 |
| | | | | | | | | | | | | | | | | | | | | | | service. Almost working, but there's a bug in the relaying. Also, made tor hidden service setup pick a random port, to make it harder to port scan. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon. | ||
| * | added meta field for myself | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-11-21 |
| | | |||
| * | todo | Joey Hess | 2016-11-21 |
| | | |||
| * | addurl: Fix bug in checking annex.largefiles expressions using largerthan, ↵ | Joey Hess | 2016-11-21 |
| | | | | | | | | mimetype, and smallerthan; the first two always failed to match, and the latter always matched. | ||
| * | Added a comment: Coldline | scottgorlin@a32946b2aad278883c1690a0753241583a9855b9 | 2016-11-21 |
| | | |||
* | | remotedaemon: Fork to background by default. Added --foreground switch to ↵ | Joey Hess | 2016-11-20 |
| | | | | | | | | | | | | enable old behavior. Groundwork for tor hidden services, which the remotedaemon will serve. | ||
| * | initial whining | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-11-20 |
| | | |||
| * | Added a comment | justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91 | 2016-11-20 |
| | | |||
| * | (no commit message) | ilovezfs | 2016-11-19 |
| | | |||
| * | Added a comment | t.z.mates | 2016-11-19 |
| | | |||
* | | Merge branch 'master' into tor | Joey Hess | 2016-11-18 |
|\| | |||
| * | add news item for git-annex 6.20161118 | Joey Hess | 2016-11-18 |
| | |