]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
[PATCH] Various transport programs
authorDaniel Barkalow <barkalow@iabervon.org>
Sun, 24 Apr 2005 01:47:23 +0000 (18:47 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 01:47:23 +0000 (18:47 -0700)
commit6eb7ed5403b7d57d5ed7e30d0cd0b312888ee95c
tree3b4a5bb703599458ce8fe504f37f8e28b77bd6ca
parentb6b15db3f464b18180eee79927cb324fd63e15ff
[PATCH] Various transport programs

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: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
http-pull.c [new file with mode: 0644]
rpull.c [new file with mode: 0644]
rpush.c [new file with mode: 0644]
rsh.c [new file with mode: 0644]
rsh.h [new file with mode: 0644]