1. 24 4月, 2005 1 次提交
    • D
      [PATCH] Various transport programs · 6eb7ed54
      Daniel Barkalow 提交于
      This patch adds three similar and related programs. http-pull downloads
      objects from an HTTP server; rpull downloads objects by using ssh and
      rpush on the other side; and rpush uploads objects by using ssh and rpull
      on the other side.
      
      The algorithm should be sufficient to make the network throughput required
      depend only on how much content is new, not at all on how much content the
      repository contains.
      
      The combination should enable people to have remote repositories by way of
      ssh login for authenticated users and HTTP for anonymous access.
      Signed-Off-By: NDaniel Barkalow <barkalow@iabervon.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6eb7ed54