]> arthur.barton.de Git - bup.git/history - lib/bup/vfs.py
tag-cmd: Some fixups
[bup.git] / lib / bup / vfs.py
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/