]> arthur.barton.de Git - bup.git/history - lib/bup/vfs.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / vfs.py
2020-02-02 Rob Browningvfs: accommodate python 3
2020-01-11 Rob Browningcompat.hexstr: add and use
2019-11-03 Rob Browningvfs: rely on FakeLink's target in readlink
2019-09-29 Rob Browningvfs: accommodate py3 exception module removal
2019-03-03 Rob Browningrepo: add VFS resolve(); test resolve() via local and...
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...
2019-01-12 Rob Browningvfs: use a type prefix for all cache keys
2018-12-08 Rob BrowningDon't return invalid data for offset reads (observed...
2018-12-08 Rob Browningvfs: short circuit read when at EOF
2018-12-08 Rob Browningvfs: import EINVAL for FileReader seek and include...
2018-09-03 Rob Browningvfs: flatten resolution cache key
2018-09-03 Julien Goodwinvfs: remove unused izip import
2018-08-18 Rob Browningvfs: include unique repo id in resolution cache key
2018-07-07 Rob Browningvfs.contents: remove unreachable code to handle commit...
2018-07-01 Rob Browningvfs: cache resolve() calls to improve (fuse) performance
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-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-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-12-27 Rob BrowningRemove vfs (replaced by vfs2)
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 BrowningSwitch to py2/3 compatible octal notation
2016-01-17 Rob BrowningDon't import * from helpers
2015-09-05 Rob Browningdemangle_name: handle .bupm files
2015-08-01 Rob Browningvfs: remove support for /foo/TAG (keep /.tag/TAG)
2015-06-14 Rob BrowningTagDir._mksubs: remove duplicate FakeSymlink arg
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2015-03-01 Holger Dellvfs.py: remove redundant assignment
2014-10-17 Rob BrowningAllow the specification of a repo_dir to some VFS and...
2014-05-23 Rob BrowningDon't call _mksubs() in VFS Node nlink()
2014-05-21 Rob BrowningMove VFS cp() to git.py; handle repodir changes
2014-05-08 Rob BrowningRetrieve the dates for all branches with one bulk git...
2014-04-24 Rob BrowningAdd VFS Node release() and release nodes during restore...
2014-04-10 Rob Browningsave-cmd.py: hashsplit .bupm metadata files.
2014-04-04 Rob Browningvfs.py: don't redundantly _populate_metadata for Dir()s.
2014-03-23 Rob BrowningPass any VFS Dir() constructor keywords on to Node().
2014-01-29 Rob Browningvfs.py: replace "X" placeholder with the instance id...
2013-10-22 Rob Browningmetadata_file(): don't load metadata objects for all...
2013-02-02 Rob BrowningOverhaul restore destination handling, and stripping...
2012-12-31 Martin ZimmermannCheck for a Node's parent before trying to print its...
2012-12-30 Rob BrowningAdd a metadata() method to Node, File, Symlink, and...
2012-12-22 Rob BrowningRestore any metadata during "bup restore"; add "bup...
2012-12-22 Rob BrowningSave metadata during "bup save".
2012-11-23 Rob BrowningSince 'latest' is computed by revs[0], it must exist...
2012-11-23 Rob BrowningUse branch tip, not newest date to choose 'latest'...
2012-08-17 Gabriele SantilliAdjust Node.__cmp__() to compare full paths.
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery PennarunReplace 040000 and 0100644 constants with GIT_MODE_...
2011-02-20 Avery Pennarungit.py: rename treeparse to tree_decode() and add tree_...
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Gabriel Filiontag-cmd: Some fixups
2010-12-01 Gabriel Filionadd a tag command
2010-12-01 Gabriel FilionMove commit directories in /.commit/??/
2010-11-09 Gabriel FilionRevert new-style classes
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-10-04 Avery Pennaruncmd/save: oops, missing a mangle_name() call.
2010-09-08 Avery Pennaruncmd/restore: embarrassingly slow implementation of... bup-0.19
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-08-22 Gabriel Filionlib/bup/vfs: bring back Python 2.4 support
2010-08-11 Gabriel Filionlib/bup/vfs: Add docstrings
2010-07-26 Avery Pennarunvfs: resolve absolute symlinks inside their particular...
2010-07-26 Avery Pennarunvfs: try_lresolve() was a bad idea. Create try_resolve...
2010-07-23 Avery Pennaruncmd/web: don't die if lresolve() fails.
2010-07-12 Joe BedaAdd new 'bup web' command.
2010-07-09 Avery Pennarunvfs: File.open() needs to do a seek(0) on the cached...
2010-06-25 Avery Pennarunvfs: correctly handle reading small files.
2010-04-23 Avery Pennarunvfs: take advantage of bup chunking to make file seekin... bup-0.14
2010-04-23 Avery Pennarunvfs: cache file sizes in the Node object.
2010-04-23 Avery Pennaruncmd/save: when a file is chunked, mangle its name from...
2010-02-28 Avery Pennarunvfs: supply ctime/mtime for the root of each commit.
2010-02-28 Avery PennarunMove python library files to lib/bup/