]> arthur.barton.de Git - bup.git/history - cmd
vfs: limit root_items branches to refs/heads
[bup.git] / cmd /
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
2016-03-13 Rob Browningfuse: add --verbose argument and use it
2016-03-12 Rob Browningweb: retrieve paths exactly as presented
2016-03-12 Rob BrowningMerge web GET fix and SIGTERM and unix:// support
2016-03-12 Rob Browningweb: fix broken GETs and test
2016-03-12 Rob Browningweb: add missing chunkyreader import
2016-03-12 Rob Browningweb: for unix://path, listen on filesystem socket
2016-03-12 Rob Browningweb: attempt orderly shut down on SIGTERM
2016-03-05 Rob Browningweb: remove unneeded __name__ == '__main__' guard
2016-03-05 Rob BrowningNever omit explicitly named mounts during index -x
2016-02-14 Rob BrowningMerge initial bup gc command
2016-02-14 Rob BrowningMerge initial bup rm command
2016-02-14 Paul Kronenwettergc-cmd: add the bup-python #! preamble
2016-02-14 Paul Kronenwetterrm-cmd: add the bup-python #! preamble
2016-02-14 Rob BrowningAdd probabilistic "bup gc", but require --unsafe
2016-02-14 Rob BrowningAdd "bup rm", but require --unsafe invocation
2016-02-13 Rob BrowningAdd author and committer arguments to new_commit()
2016-02-13 Rob BrowningAdd imports missed during helpers import * removal
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-09 Rob Browninghelpers: rename realpath to resolve_parent
2016-01-01 Rob BrowningUse BytesIO instead of StringIO
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2016-01-01 Rob BrowningUse Python 3 compatible octal notation
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2015-07-04 Gabriel Filionimport-rsnapshot: exit with 1, not -1
2015-06-07 Ben Kellybup midx: fix --output when used with --auto or --force
2015-06-06 Rob Browningdo_midx_group: don't rely on global path variable
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2015-03-09 Rob BrowningMerge the "bup import-duplicity" command
2015-03-09 Rob Browningimport-duplicity: document as EXPERIMENTAL
2015-03-09 Rob BrowningPort import-duplicity to python
2015-03-09 Rob Browningimport-duplicity: fix typos
2015-03-09 Rob BrowningQuote command arguments in import-duplicity-cmd.sh.
2015-03-09 Zoran ZaricCatch ^C in import-duplicity
2015-03-09 Zoran ZaricMake import-duplicity's output more verbose
2015-03-09 Zoran ZaricImplement an import-duplicity command
2015-02-16 Rob Browningweb: URL escape link components 0.27-rc1
2015-02-01 Rob Browningon: handle remote stdout and stderr via mux
2015-02-01 Rob Browningmux: give stdin exclusively to subcommand
2015-01-31 Rob Browningsave: make save tree collisions a deferred error
2015-01-31 Rob Browningsave: always push parents when entering a subtree
2015-01-31 Rob Browningsave-cmd.py: remove redundant _push()
2015-01-14 Rob Browningon: always catch our exceptions
2015-01-14 Rob Browningon: only wait for a process if it might exist
2014-11-19 Gabriel Filionindex: Correct inconsitency in documentation of modes
2014-11-17 Gabriel Filiontag: remove docstring about unexistant feature
2014-11-16 Gabriel Filiontag-cmd.py: fix -f placement in delete synopsis
2014-11-16 Gabriel Filiontag-cmd.py: rephrase -f summary in optspec
2014-11-16 Gabriel Filiontag-cmd.py: use git update-ref to delete tags
2014-11-13 Rob Browningmux: support wrapping arbitrary commands
2014-10-13 Rob BrowningAdd support for "restore --sparse"
2014-09-11 Gabriel Filionsave: catch and log SSH errors
2014-08-05 Rob BrowningMerge work on atomic writes
2014-08-05 Nathan BirdAdd atomically_replaced_file for safer output
2014-07-20 NixJust log when skipping a large file during save
2014-07-17 Will RouesnelFix HEAD request handling in bup-web
2014-06-28 Rob Browningsave-cmd.py: don't test for meta index via access()
2014-06-06 Rob Browningweb-cmd.py: open browser from ioloop callback
2014-06-06 Holger Dellweb-cmd.py: add --browser option to open the site
2014-06-05 Rob Browningfuse-cmd.py: given --meta, report original metadata
2014-06-02 Rob Browningimport-rdiff-backup-cmd: invoke mktemp more portably
2014-05-28 Rob BrowningMerge fixes for orphaned midx files on Cygwin
2014-05-28 Rob BrowningKeep PackMidx pointers until finished with mmap
next