]> arthur.barton.de Git - bup.git/shortlog
bup.git
2011-01-20 Rob BrowningChange os.geteuid to os.geteuid() in tmetadata.py.
2011-01-19 Rob BrowningRemove redundant call to get_linux_file_attr() in _add_...
2011-01-19 Rob BrowningIn _add_linux_attr(), catch IOError, not EnvironmentErr...
2011-01-19 Rob BrowningImprove some metadata error messages.
2011-01-19 Rob BrowningOnly print secs for bup xstat times when ns == 0.
2011-01-19 Rob BrowningUse oct() rather than hex() when printing mode from...
2011-01-19 Rob BrowningRemove bup: prefix from metadata error messages.
2011-01-19 Rob BrowningDon't "chmod 000" paths during restore.
2011-01-19 Rob BrowningRemove MetadataError and make apply error handling...
2011-01-05 Rob BrowningRemove MetadataAcquireError and make error handling...
2011-01-05 Rob BrowningAccommodate missing owner or group name during metadata...
2010-12-05 Rob BrowningPreserve existing stack trace when throwing MetadataErrors.
2010-11-26 Rob BrowningAdd (private for now) "bup xstat" command and use it...
2010-11-26 Rob BrowningAlso check defined(_ATFILE_SOURCE) in utimensat() guard.
2010-11-26 Rob BrowningRename bup-meta.1.md to bup-meta.md.
2010-11-14 Rob BrowningSimplify FSTime() - always use an integer ns internal...
2010-11-13 Rob BrowningRename metadata exceptions and add a parent MetadataErr...
2010-11-12 Rob BrowningDon't use str(e) when instantiating Metadata exceptions.
2010-11-12 Rob BrowningFix typos in Metadata._encode_linux_xattr().
2010-11-12 Rob BrowningFix handling of conditional definitions in xstat.
2010-11-12 Rob BrowningAlways define _have_ns_fs_timestamps (True or False).
2010-11-04 Rob BrowningChange "bup meta" to use recursive_dirlist() to add...
2010-11-04 Rob BrowningFix minor bug in "bup meta -t" argument handling (if...
2010-10-25 Rob BrowningModify drecurse.py and index.py to use xstat functions.
2010-10-24 Rob BrowningMove stat-related work to bup.xstat; add xstat.stat.
2010-10-24 Rob BrowningAdd helpers.fstat and _helpers._have_ns_fs_timestamps.
2010-10-24 Rob BrowningAdd a helpers.FSTime class to handle filesystem timesta...
2010-10-23 Rob BrowningAttempt to unlink or rmdir existing paths as appropriat...
2010-10-10 Rob BrowningConditionalize build/use of get_linux_file_attr and...
2010-10-10 Rob BrowningCheck stat() after attempted restore of nonexistent...
2010-10-09 Rob BrowningDon't try to restore owner unless root; handle nonexist...
2010-10-09 Rob BrowningAdd metadata test_restore_restricted_user_group().
2010-10-09 Rob BrowningAdd helpers.detect_fakeroot() and use it in relevant...
2010-10-09 Rob BrowningDefer metadata aquisition and application errors during...
2010-10-09 Rob BrowningRename py_* functions to bup_* in lib/bup/_helpers.c.
2010-09-25 Rob BrowningDon't allow negative ns in metadata timestamps; normali...
2010-09-24 Rob BrowningAdd (sec, ns) timestamps and extended stat, lstat,...
2010-09-22 Rob BrowningAdd vint tests and signed vint support via write_vint...
2010-09-22 Rob BrowningChange user to the more accurate owner in metadata.py.
2010-09-22 Rob BrowningCorrectly respect restore_numeric_ids in Metadata _appl...
2010-09-22 Rob BrowningSend bup meta --list output to stdout, not stderr.
2010-09-22 Rob BrowningFix bup-meta.1 start-extract/finish-extract example.
2010-09-22 Rob BrowningUse Py_RETURN_TRUE in py_lutimes() and py_set_linux_fil...
2010-09-22 Avery Pennarunt/test.sh: fix whitespace problems with the 'Inode...
2010-09-22 Avery Pennarunt/test.sh: fix occasional atime-related failure in...
2010-09-22 Avery Pennarunt/test.sh: refactoring to reduce duplicated code.
2010-09-22 Rob BrowningAdd initial support for metadata archives.
2010-09-22 Avery PennarunMerge branch 'dr/web'
2010-09-22 Avery PennarunMerge branch 'maint'
2010-09-22 David RodaAdd simple styling to bup web.
2010-09-22 David RodaIf we are showing hidden files, continue to do so.
2010-09-22 David RodaEnable static resources. Move css to external file.
2010-09-09 Avery PennarunFixup ctime/mtime that are outside a 32-bit range.
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-08 David Roda--remote parameter requires a colon
2010-09-08 Avery Pennaruncmd/restore: embarrassingly slow implementation of... bup-0.19
2010-09-08 Avery Pennaruncmd/save: always print a progress() message after a...
2010-09-08 Avery Pennarunoptions.py: get the real tty width for word wrapping...
2010-09-08 Avery Pennarunoptions.py: remove extra newlines in usage string.
2010-09-08 Avery Pennarunoptions.py: handle optspecs that include inline square...
2010-09-08 Avery Pennarunoptions.py: better support for explicit no-* options.
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-09-07 Avery Pennarunclient.py,git.py: run 'bup midx -a' automatically somet...
2010-09-06 Avery PennarunRename 'bup rbackup' to 'bup on'
2010-09-06 Avery Pennarunrot13 the t/testfile* sample data files.
2010-09-06 Avery Pennaruncmd/midx: --auto mode can combine existing midx files...
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery Pennaruncmd/midx: use getrlimit() to find the max open files.
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery Pennaruncmd/margin: interpret the meaning of the margin bits.
2010-09-06 Avery Pennarunindex.py: handle uid/gid == -1 on cygwin bup-0.17b
2010-09-06 Avery Pennaruncmd/memtest: use getrusage() instead of /proc/self...
2010-09-05 David Rodacmd/index: catch exception for paths that don't exist.
2010-09-05 Avery PennarunDocumentation/*.md: add some options that we forgot...
2010-09-05 Avery PennarunRename Documentation/*.1.md to Documentation/*.md
2010-09-04 Avery PennarunDon't use $(wildcard) during 'make install'. bup-0.17a
2010-09-04 Avery PennarunDon't forget to install _helpers.dll on cygwin.
2010-09-02 Avery PennarunMerge branch 'maint'
2010-09-02 Avery PennarunMerge branch 'guesser'
2010-09-02 Avery Pennarungit.py: recover more elegantly if a MIDX file has the...
2010-09-02 Avery Pennaruncmd/midx: add a new --max-files parameter.
2010-08-27 Avery Pennarun_helpers.extract_bits(): rewrite git.extract_bits(...
2010-08-27 Avery Pennarun_helpers.firstword(): a new function to extract the...
2010-08-27 Avery Pennarungit.py: when seeking inside a midx, use statistical...
2010-08-27 Avery Pennarungit.py: keep statistics on how much sha1 searching...
2010-08-27 Avery Pennaruncmd/memtest: add a --existing option to test with exist...
2010-08-26 Avery Pennaruncmd/midx: fix SHA_PER_PAGE calculation.
2010-08-26 Avery Pennaruncmd/margin: add a new --predict option.
2010-08-26 Avery Pennaruncmd/memtest: print per-cycle and total times.
2010-08-23 Avery PennarunRename _faster.so to _helpers.so. bup-0.17
2010-08-22 Gabriel Filionlib/bup/ssh: Add docstrings
2010-08-22 Gabriel Filionlib/bup/options: Add docstrings
2010-08-22 Gabriel Filionimport cleanup
2010-08-22 Avery Pennaruncmd/ftp: don't die if we can't import the ctypes module.
2010-08-22 Gabriel Filionlib/bup/vfs: bring back Python 2.4 support
2010-08-11 Gabriel Filionlib/bup/vfs: Add docstrings
2010-08-02 Avery PennarunDESIGN: update mentions of stupidsum to reflect new...
2010-08-02 Avery PennarunREADME: typo.
2010-07-31 Avery Pennaruncmd/save: update the progress meter less often.
2010-07-31 Avery PennarunRename _hashsplit.so to _faster.so, and move bupsplit...
next