]> arthur.barton.de Git - bup.git/history - lib/bup/client.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / client.py
2020-02-02 Johannes Bergclient: import socket
2020-02-02 Johannes Bergclient: import atoi
2020-02-02 Johannes Bergclient: import DemuxConn
2020-02-02 Johannes Bergclient: fix index-cache location when there's no path
2020-01-20 Rob BrowningClient.read_ref: replace encode with hexlify
2020-01-19 Rob Browningbup.client: accommodate python 3
2019-04-13 Rob Browningrev_list: handle multiple results/ref from remote for...
2019-03-03 Rob Browningrepo: add VFS resolve(); test resolve() via local and...
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-10-13 Rob Browningclient.rev_list: strip() returned commit
2017-10-08 Rob BrowningAdd vfs2 and rewrite restore to use it
2017-09-24 Rob Browningclient: ensure server provides requested command
2017-05-20 Rob BrowningRemove max_pack_size and max_pack_objects globals
2017-05-16 Rob BrowningPackWriter_Remote: don't ignore compression_level
2016-02-14 Rob BrowningMerge initial bup gc command
2016-02-14 Rob BrowningAdd probabilistic "bup gc", but require --unsafe
2016-02-13 Rob BrowningAdd imports missed during helpers import * removal
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2014-08-05 Rob BrowningMerge work on atomic writes
2014-08-05 Nathan BirdAdd atomically_replaced_file for safer output
2014-02-14 Rob BrowningMove Client compression spec from constructor to new_pa...
2013-03-08 Rob BrowningFix use of Python assert() with respect to optimization.
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Zoran ZaricMake zlib compression level a parameter for Client
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery Pennarunhashsplit.py: remove PackWriter-specific knowledge.
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-18 Avery PennarunAdd git.shorten_hash(), printing only the first few...
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery PennarunUse the new qprogress() function in more places.
2011-02-17 Brandon LowBail out immediately instead of redownloading .idx
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
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/