]> arthur.barton.de Git - bup.git/history - cmd
Adjust rm-cmd and bup.rm for python 3 and enable test-rm
[bup.git] / cmd /
2020-02-02 Rob BrowningAdjust rm-cmd and bup.rm for python 3 and enable test-rm
2020-02-02 Rob BrowningAdjust on-cmd on--server-cmd mux-cmd DemuxConn for...
2020-02-02 Rob BrowningAdjust restore-cmd for python 3 and then enable test...
2020-02-02 Rob BrowningAdjust split-cmd join-cmd margin-cmd for python 3;...
2020-02-02 Rob Browninglist-idx-cmd: adjust for python 3 and enable test-list-idx
2020-02-02 Rob BrowningAdjust --exclude* parsing and drecurse-cmd for python...
2020-02-02 Rob Browningcat-file-cmd: accommodate python 3
2020-02-02 Rob Browningdamage-cmd: adjust for python 3 and enable test-fsck
2020-02-02 Rob Browningtag-cmd: accommodate python 3
2020-02-02 Rob BrowningAdjust server and client to accommodate python 3
2020-02-02 Johannes Bergsave: remove unused eatslash() function
2020-01-19 Rob BrowningAdjust metadata handling for python 3
2020-01-19 Rob Browningbup-save bup.drecurse bup.hlinkdb bup.path: accommodate...
2020-01-19 Rob Browningindex-cmd: accommodate python 3
2020-01-19 Rob Browningget-cmd: accommodate python 3
2020-01-19 Rob Browningmidx-cmd: accommodate python 3
2020-01-19 Rob Browningfsck-cmd: accommodate python 3
2020-01-19 Rob Browningbloom-cmd: accommodate python 3
2020-01-17 Rob Browningcmd/bup: adapt for python 3
2020-01-17 Rob BrowningAdd "do nothing" path_msg to centralize path conversions
2020-01-17 Johannes Bergbup: use correct bup executable in on--server
2020-01-16 Johannes Bergget/init: consistently use argv_bytes() for RemoteRepo...
2020-01-12 Rob Browningbloom: fix logic controlling bloom regeneration
2020-01-12 Johannes Berggit: remove global variable ignore_midx
2020-01-12 Johannes Bergget: remove extra src_repo
2020-01-11 Rob BrowningOnly change LC_CTYPE for bup-python itself, not sh...
2020-01-11 Rob BrowningFix the handling of the configure MAKE and PYTHON vars
2020-01-11 Rob Browningbup: make sure stdout and stderr are binary for subcmds
2020-01-11 Rob Browningmux: handle python 3's change to default close_fds...
2020-01-11 Rob Browningcompat.hexstr: add and use
2020-01-11 Rob Browningprune-older: paper over python 3's integer type changes
2019-12-22 Rob BrowningFix tindex for python 3
2019-12-15 Rob BrowningDrop BUP_RESOURCE_PATH; find it via __file__
2019-12-15 Rob BrowningPrevent Python 3 from interfering with argv bytes
2019-12-15 Rob BrowningSimplify bup startup process
2019-12-15 Rob BrowningMove bup to cmd/ and symlink ./bup to cmd/bup
2019-12-01 Rob BrowningInstall bup-python and rely on it everywhere
2019-12-01 Rob BrowningMove pwd grp functions to pwdgrp module; require binary...
2019-11-29 Rob Browningfsck: report par2 parallel detection status
2019-11-29 Gernot Schulzfsck: Hide error when probing par2 capabilities
2019-11-29 Rob Browningftp: remove obsolete readline bug fix
2019-10-13 Rob BrowningMinimize use of preexec_fn
2019-08-24 Rob Browningfsck: only specify -t1 when par2 appears to support it
2019-08-22 Rob Browningfsck: disable par2's internal concurrency
2019-04-13 Rob Browningrev_list: handle multiple results/ref from remote for...
2019-03-03 Rob BrowningAdd bup get; see the documentation for further information
2019-03-03 Rob Browningrepo: add VFS resolve(); test resolve() via local and...
2019-01-13 Rob Browningserver: maintain current LocalRepo var
2019-01-13 Rob Browningmetadata: always add/store/retrieve size for links...
2019-01-12 Rob BrowningReplace lresolve with resolve(..., follow=False)
2019-01-12 Rob Browningvfs: change /save/latest back to a symlink to the lates...
2018-12-08 Rob Browningfuse: remove vestigial debugging log res: statement
2018-09-02 Julien GoodwinUpdate file() calls to open() for py3
2018-09-02 Julien Goodwinfuse-cmd: update exception raising for py3
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-09-01 Julien GoodwinReplace remaining print statements with print function
2018-07-07 Rob Browningsplit: use // not / for division
2018-07-07 Rob Browningsplit: switch to print_function
2018-07-07 Rob Browningsplit: don't require a repo unless we need it
2018-06-24 Rob Browningbup-split.md: indicate --noop doesn't require -t and -n
2018-06-24 Robert EvansAdd bup split --noop <--blobs|--tree>
2018-04-28 Robert Evans' via... Add missing space in bup split --bench output.
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2018-01-27 Rob BrowningDon't use cmp()
2018-01-20 Rob Browningversion: switch to print_function
2018-01-15 Rob BrowningClean subprocess output without newliner
2017-12-28 Fabian xx4h Melterssplit: add missing import "parse_date_or_fatal"
2017-12-27 Rob BrowningRemove vfs (replaced by vfs2)
2017-12-24 Rob BrowningPort fuse to vfs2
2017-12-24 Rob BrowningPort web to vfs2
2017-12-24 Rob BrowningPort ftp to vfs2 and add test-ftp
2017-12-24 Rob Browningls: move opt processing to opts_from_commandline
2017-12-24 Rob BrowningPort rm and prune-older to vfs2
2017-12-24 Rob BrowningPort cat-file to vfs2
2017-12-16 Rob BrowningPort ls to vfs2
2017-11-05 Rob Browningftp: fix trivial typo
2017-10-13 Rob Browningimport-duplicity: remove unused vfs reference
2017-10-08 Rob BrowningAdd restore from remote: "bup restore -r host:path...
2017-10-08 Rob BrowningAdd vfs2 and rewrite restore to use it
2017-09-24 Rob BrowningAdd repo abstraction and use it in join
2017-09-24 Rob Browningrev_list: support custom formats
2017-09-21 Rob BrowningCatPipe.get: always return (oidx, type, size) for obj...
2017-09-10 Rob BrowningUse next(it), not it.next() and drop the helpers fallback
2017-06-18 Rob Browninggit.list_refs: change arg from refnames to patterns
2017-05-20 Rob BrowningRemove max_pack_size and max_pack_objects globals
2017-04-23 Rob Browningprune-older: enhance classify_saves comments
2017-04-23 Ben Kellyprune-older: keep most recent save in each period group
2017-04-01 Ben Kellybloom: end progress message with \r, not \n
2016-12-26 Rob Browningindex: only collect metadata for stale paths
2016-12-07 Rob BrowningAdd bup prune-older command
2016-10-30 Rob Browninggc: move core code to bup.gc module
2016-10-30 Rob Browningbup_rm: take opts as individual arguments
2016-10-30 Rob Browningrm: move core code to bup.rm module
2016-07-17 Rob Browninggc: actually allow --threshold arg
2016-07-09 Rob Browningimport-duplicity: use readpipe, not check_output
2016-07-02 Rob Browninggc: explicitly handle missing objects
2016-06-12 Rob BrowningCheck save/split names early via valid_save_name
2016-06-03 Rob BrowningFix release archives and add tests
2016-04-03 stevelrAdd add_error imports missed in import * removal
2016-03-13 Rob Browningfuse: remove redundant custom Stat class
next