]> arthur.barton.de Git - bup.git/shortlog
bup.git
2018-02-10 Alexander BartonFix build error on macOS: "printf: missing format chara... fix-macos-printf-format-character
2018-02-01 Rob Browningmain: don't set stdio to nonblocking
2018-02-01 Rob Browninggit.repo: don't unintentionally set global repodir
2018-01-31 Rob BrowningLocalRepo.__init__: use correct dir everywhere
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2018-01-27 Rob BrowningRemove circular dep between git and midx
2018-01-27 Rob Browning_helpers: fix module init, and get it at least building...
2018-01-27 Rob BrowningAdd compat.items() and use it
2018-01-27 Rob BrowningDon't use cmp()
2018-01-21 Rob Browningcolumnate: use // not / for division
2018-01-20 Rob Browningpath_components: adjust exception raise for py3
2018-01-20 Rob Browningversion: switch to print_function
2018-01-20 Rob Browningoptions: use items() instead of iteritems()
2018-01-20 Rob Browningroot-status: use print_function
2018-01-15 Rob BrowningIgnore mincore when it returns ENOSYS
2018-01-15 Rob BrowningClean subprocess output without newliner
2017-12-31 Rob Browningwvtest: set a very large timeout to disable test time...
2017-12-31 Rob BrowningCODINGSTYLE: add python exception handling guidelines
2017-12-31 Rob Browningchain_ex: don't opportunistically add tracebacks to...
2017-12-31 Rob Browningadd_ex_tb: return the exception
2017-12-31 Rob BrowningCODINGSTYLE: convert to restructured text
2017-12-28 bedhangerDESIGN: remove surplus ``relevant''
2017-12-28 bedhangerDESIGN: resolve duplicates: ``to to'' & ``and and''
2017-12-28 Fabian xx4h... split: 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 Browningexc: support input arg; return SubprocInfo from exc...
2017-12-24 Rob BrowningMove exc, exo, and logcmd to buptest.py
2017-12-24 Rob BrowningPort tmetadata to vfs2
2017-12-24 Rob BrowningPort rm and prune-older to vfs2
2017-12-24 Rob Browningvfs2: add trivial random eviction commit cache
2017-12-24 Rob BrowningPort cat-file to vfs2
2017-12-23 Rob Browningvfs2: add tree_data_reader for use by cat-file
2017-12-18 Rob BrowningSupport remote listings: bup ls -r ...
2017-12-18 Rob Browningls: retrieve all of the available metadata when requested
2017-12-17 Rob Browningvfs2: add try_resolve() and use it in ls
2017-12-17 Rob Browningls: add --commit-hash and drop vfs nominal_oid
2017-12-16 Rob Browningvfs2._resolve_path: improve handling ENOTDIR, absolute...
2017-12-16 Rob Browningvfs2: drop custom Loop error; just use ELOOP IOError
2017-12-16 Rob Browningvfs2: report tree metadata for commits
2017-12-16 Rob Browningvfs2: add fill_in_metadata_if_dir and ensure_item_has_m...
2017-12-16 Rob BrowningPort ls to vfs2
2017-12-16 Rob Browningvfs2: distinguish commits with a Commit type
2017-12-16 Rob Browningvfs2._tree_data_and_bupm: make public
2017-12-16 Rob Browningvfs2.resolve: verify result is not a symlink
2017-12-16 Rob Browningvfs2._resolve_path: require parent to be a path sequence
2017-12-16 Rob Browningvfs2._resolve_path: replace + with append() for result...
2017-12-16 Rob Browningvfs2: suffix duplicate save names (e.g. 1970-01-01...
2017-12-16 Rob Browningtest-ls: strip the test tempdir from the test save
2017-12-02 Rob Browning_git_wait: pass cmd to GitError through shstr
2017-12-02 Rob Browningvfs2: contents - remove superfluous commit blob fetch
2017-12-02 Rob Browningvfs2: tree-items - fix incorrect sort-order based short...
2017-12-02 Rob Browningvfs2: remove redundant tuple() from tree_items arg
2017-11-11 Rob Browningtest-rm: fix regexes to handle newer *and* older git
2017-11-05 Rob Browningftp: fix trivial typo
2017-11-05 Rob Browning_resolve_path: ensure vfs content() iterator is exhausted
2017-11-05 Rob Browningtest-rm: accommodate packed-refs creation by newer git
2017-10-21 Rob Browningtest-rm: ensure entire string matches in wv_matches_rx
2017-10-13 Rob Browningimport-duplicity: remove unused vfs reference
2017-10-13 Rob Browningrevlist_items: fix ordering in early exit detection
2017-10-13 Rob Browningclient.rev_list: strip() returned commit
2017-10-10 Rob Browningbup-restore.md: document -r
2017-10-10 Rob BrowningPrint the metadata mode in octal, not hex
2017-10-10 Rob BrowningAdd trivial t/perf-glance for sanity checking
2017-10-10 Rob Browning_compute_size: add missing self argument
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: allow multiple refs
2017-09-24 Rob Browningrev_list: support custom formats
2017-09-24 Rob Browningclient: ensure server provides requested command
2017-09-21 Rob BrowningChange WalkItem hex id to binary oid
2017-09-21 Rob BrowningChange walk_object id arg to oidx
2017-09-21 Rob BrowningChange name of MissingObject id to oid
2017-09-21 Rob BrowningCatPipe.get: always return (oidx, type, size) for obj...
2017-09-21 Rob BrowningCatPipe.get: don't throw MissingObject; return None
2017-09-21 Rob Browningrev_list: check count type more carefully
2017-09-21 Rob BrowningSkip unset values in metadata repr
2017-09-10 Rob BrowningUse next(it), not it.next() and drop the helpers fallback
2017-07-11 Rob Browningtest-meta: don't try to chattr +T a file
2017-06-18 Rob Browninggit.list_refs: change arg from refnames to patterns
2017-06-18 Rob BrowningActually run test__git_date_str()
2017-06-18 Rob BrowningSupport catpipe get(...,size=True); require git >=...
2017-06-18 Rob BrowningMove test.sh save/restore tests to test-save-restore
2017-06-18 Rob Browningmetadata: set size when loading symlink info
2017-06-18 Rob Browningtest-prune-older: report cmd, not argv in exception
2017-06-18 Rob BrowningSwitch to py2/3 compatible octal notation
2017-06-17 Rob Browningbup-restore.md: improve --quiet doc
2017-05-20 Rob BrowningSupport exception chaining and tracebacks
2017-05-20 Rob BrowningHonor git config pack.packSizeLimit when set
2017-05-20 Rob BrowningRemove max_pack_size and max_pack_objects globals
2017-05-16 Rob BrowningMove _git_wait and _git_capture before use
2017-05-16 Rob BrowningPackWriter_Remote: don't ignore compression_level
2017-04-23 Rob Browningprune-older(1): doc keeping newest save in period groups
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-06 Rob Browningtty_width: only import fcntl and termios once
next