]> arthur.barton.de Git - bup.git/commit
Add optional dumb-server mode
authorBrandon Low <lostlogic@lostlogicx.com>
Wed, 5 Jan 2011 17:28:23 +0000 (09:28 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 6 Jan 2011 23:23:58 +0000 (15:23 -0800)
commit394b6481819db91742bfdc25e8d5e374c87845ca
tree5de4c13fcca3559e5b5c7616ba2ab0d5fd20f715
parent9aa4a3824c3c2ae038f1b9efcc886f74e06d86da
Add optional dumb-server mode

In dumb server mode, the server tells the client to load all .idx files
up front.  Puts the burden of deciding what .idxs a client should work
from more squarely in the server side.  This mode is activated by
putting a bup-dumb-server file in the bup repodir.

Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
Documentation/bup-server.md
cmd/server-cmd.py
lib/bup/client.py
lib/bup/t/tclient.py