]> arthur.barton.de Git - bup.git/history - lib/bup/client.py
Use the new qprogress() function in more places.
[bup.git] / lib / bup / client.py
2011-02-17 Avery PennarunUse the new qprogress() function in more places.
2011-02-04 Avery Pennarunclient.py: replace a never-used GitError with a ClientE...
2011-02-03 Avery Pennarunclient.py: avoid an exception when no new remote packs...
2011-02-01 Avery PennarunMerge branch 'mux'
2011-02-01 Avery PennarunIf you specified the port number on the command line...
2011-02-01 Brandon LowAdd DemuxConn and `bup mux` for client-server
2011-01-26 Brandon LowMinorly fix outbytes calculation in client
2011-01-18 Brandon Lowsave: handle backup write errors properly
2011-01-10 Brandon Lowmove auto_midx calls to callers of sync_index
2011-01-10 Brandon Lowclient/server:Handle multiple suggestions and misc
2011-01-10 Brandon LowDumb server doesn't need objcache
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-06 Avery PennarunMerge branch 'bl/dumbserver' into next
2011-01-06 Brandon LowTeach bup about URLs and non-ssh remotes
2011-01-06 Brandon LowAdd optional dumb-server mode
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Avery PennarunRename receive-objects command to receive-objects-v2.
2011-01-03 Brandon LowWrite idxs directly rather than using git-index-pack.
2011-01-03 Brandon LowSend SHAs from the client to reduce server load
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-09-07 Avery Pennarunclient.py,git.py: run 'bup midx -a' automatically somet...
2010-08-22 Gabriel Filionimport cleanup
2010-07-14 Avery Pennarunclient.py: raising a particular rare exception caused...
2010-06-07 Avery Pennaruncmd/{save,split}: add a --bwlimit option. bup-0.15
2010-03-21 Avery Pennarunrbackup-cmd: we can now backup a *remote* machine to...
2010-03-21 Avery Pennarunclient: Extract 'bup server' connection code into its...
2010-03-14 Avery Pennarunbup.client: fix freeze when suggest-index after finishi...
2010-03-14 Avery Pennarunclient/server: correctly handle case where receive...
2010-03-13 Avery PennarunCorrectly pass along SIGINT to child processes.
2010-03-03 Avery Pennarun'make stupid' stopped working when I moved subcommands...
2010-03-01 Avery PennarunRename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
2010-02-28 Avery PennarunMove python library files to lib/bup/