]> arthur.barton.de Git - bup.git/shortlog
bup.git
2018-08-11 Mateusz KoniecznyREADME: replace du code example's tab prefix with spaces
2018-08-11 Rob Browningtest-xdev: use different filesystem images for each...
2018-08-11 Rob Browningtest-index-check-device: use separate files for loopbac...
2018-07-29 Artem LeshchevFix attributes misspelling in bup-index.md
2018-07-29 Rob BrowningREADME: fix outdated comments about LWN and about relia...
2018-07-29 Rob BrowningREADME: update minimum git version to 1.5.6
2018-07-07 Rob Browningvfs.contents: remove unreachable code to handle commit...
2018-07-07 Rob Browningsplit: use // not / for division
2018-07-07 Rob Browninghelpers: use compat.range everywhere for py3
2018-07-07 Rob Browninghelpers: use // not / for division
2018-07-07 Rob Browningtimespec_to_nsecs(): don't destructure arguments
2018-07-07 Rob Browningsplit: switch to print_function
2018-07-07 Rob Browningsplit: don't require a repo unless we need it
2018-07-01 Rob Browningvfs: cache resolve() calls to improve (fuse) performance
2018-06-24 Rob Browningbup-split.md: indicate --noop doesn't require -t and -n
2018-06-24 Rob Browningtest-split-join: test that split --noop produces no...
2018-06-24 Robert EvansAdd bup split --noop <--blobs|--tree>
2018-05-06 Rob Browningvfs.copy_item: don't try to copy an integer mode
2018-05-06 Rob Browningcache_notice: import randrange; use del not pop();...
2018-05-06 Rob Browningprint_clean_line: don't print final sep when None
2018-04-28 Patrick Rouleaufix t/root-status for CygWin
2018-04-28 Robert Evans... Add missing space in bup split --bench output.
2018-04-07 Rob Browningis_superuser: test for group 544 or 0 on cygwin
2018-04-01 Rob BrowningCatPipe.get: fix error message construction (wrong...
2018-03-31 Rob Browningrepo: make repository classes closeable and close clien...
2018-03-31 Rob BrowningMake PackWriter a "with" context manager
2018-03-31 Rob BrowningPackWriter: allow specification of a repo_dir
2018-03-31 Rob Browningbuptest: base testing subproc funcs ex() and exo()...
2018-03-31 Rob Browningtclient: invoke bup via absolute path
2018-03-31 Rob Browningbuptest: don't depend on helpers.mkdirp
2018-03-31 Rob Browningcompat: add range and use it in the vfs
2018-03-31 Rob Browningvfs: limit root_items branches to refs/heads
2018-03-28 Rob BrowningSIGNED-OFF-BY: defer to ./LICENSE
2018-03-28 Rob BrowningAdd "AND CONTRIBUTORS" to options.py license
2018-03-28 Rob BrowningAdd "AND CONTRIBUTORS" to bupsplit.h and bupsplit.c...
2018-03-27 Rob Browningtest-sparse-files: check sparse file size more carefully
2018-03-25 Rob Browning_cmp_sha: Replace manual sha comparison with memcmp
2018-03-13 Rob BrowningREADME.md: recommend the stable release when building...
2018-03-13 Rob BrowningRevert "lib/__init__.py: remove, since lib is not a...
2018-03-10 Rob Browninglib/__init__.py: remove, since lib is not a package
2018-02-25 Rob BrowningSwitch mincore to Py_buffer for py3
2018-02-10 Rob BrowningMakefile: Don't use printf '\c'; not needed, and not...
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
next