From 0e19c1c9fae0f1d9c4e0bccbf2c3e9fdede62e37 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Jun 2024 17:14:18 -0400 Subject: [PATCH] todo --- doc/todo/git-annex_proxies.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn index 8d803ec893..50eb5aeef3 100644 --- a/doc/todo/git-annex_proxies.mdwn +++ b/doc/todo/git-annex_proxies.mdwn @@ -45,6 +45,13 @@ For June's work on [[design/passthrough_proxy]], remaining todos: rather than PUT-FROM or ALREADY-HAVE. Verify that the client processes that ok and displays it to the user. +* If a special remote outputs to stdout, or reads from stdin, that will + mess up the P2P protocol. Move the special remote proxying into a + separate process perhaps, which can be run with stdout and stdin + redirected? Or, fix any special remotes that might do that. Are + there any left? External special remotes certainly don't since that would + mess up their own protocol. Hook special remotes can though. + * Streaming download from proxied special remotes. See design. * Check annex.diskreserve when proxying for special remotes.