]> arthur.barton.de Git - bup.git/history - lib
rev_list: allow multiple refs
[bup.git] / lib /
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-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 Browningmetadata: set size when loading symlink info
2017-06-18 Rob BrowningSwitch to py2/3 compatible octal notation
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-06 Rob Browningtty_width: only import fcntl and termios once
2017-03-26 Tim RiemenschneiderSaveguard against deleting new pack-file (f.e. with...
2016-12-26 Rob Browningindex: only collect metadata for stale paths
2016-12-26 Rob Browningxstat: inline timespec_to_nsecs; guard cygwin fix
2016-12-17 Rob Browninggit.cp(): don't repeatedly recompute default repo 0.29-rc1
2016-12-17 Rob Browninggc: restart catpipe after each new pack
2016-12-17 Rob Browninggc: immediately unlink tmp bloom filter file
2016-12-17 Rob Browningcheck_repo_or_die: don't test via stat "pack/."
2016-12-07 Rob BrowningAdd bup prune-older command
2016-11-23 Ben Kellywalk_object: ignore blob content if not requested
2016-11-06 Rob BrowningPackWriter: rename write() to just_write()
2016-10-30 Rob Browninggit: allow multiple refnames in list_refs calls
2016-10-30 Rob Browninggc: move core code to bup.gc module
2016-10-30 Rob Browningbup_rm: narrow code in writer block
2016-10-30 Rob Browningbup_rm: take opts as individual arguments
2016-10-30 Rob Browningrm: move core code to bup.rm module
2016-10-22 Rob Browningwalk_object: rewrite as nonrecursive
2016-10-12 Rob BrowningINDEX_SIG: widen children_ofs to 64-bit
2016-10-10 Rob BrowningMake INDEX_SIG a bit easier to understand
2016-09-10 Rob BrowningReport unknown root status if getwindowsversion > 5
2016-09-07 Rob BrowningHandle ntfs-3g EINVAL for attr save/restore
2016-09-07 Rob BrowningCheck attr value *after* ensuring call succeeded
2016-07-16 Rob BrowningDon't use multiple with context clauses
2016-07-09 Rob Browningimport-duplicity: use readpipe, not check_output
2016-07-03 Rob Browning_encode_packobj: raise ValueError for bad level
2016-07-03 Jacob Edelman_encode_packobj: raise BaseException for bad level
2016-07-02 Rob Browninggc: explicitly handle missing objects
2016-07-01 Jonathan WrightFix fsyncing on OSX on SMB file-systems
2016-06-12 Rob BrowningCheck save/split names early via valid_save_name
2016-06-03 Rob BrowningFix release archives and add tests
2016-06-03 Karl Semichdrecurse.py: add missing resolve_parent import
2016-05-21 Rob BrowningDon't return const types from sparse find helpers
2016-05-21 Rob BrowningTreat EACCES like EPERM when removing xattrs
2016-05-20 Rob BrowningMerge restore --sparse corruption fix
2016-05-20 Rob Browningrestore: fix --sparse corruption
2016-04-03 stevelrAdd add_error imports missed in import * removal
2016-04-02 Rob BrowningCheck saved_errors before and after every test
2016-03-26 Rob Browningtest_server_split_with_indexes: close packwriter
2016-03-05 Rob BrowningNever omit explicitly named mounts during index -x
2016-03-05 Rob Browningindex: raise children_n limit to struct 'I' max
2016-02-22 Rob Browningindex: always return at least the root for filter prefixes
2016-02-14 Rob BrowningMerge initial bup gc command
2016-02-14 Rob BrowningMerge initial bup rm command
2016-02-14 Rob BrowningAdd probabilistic "bup gc", but require --unsafe
2016-02-14 Rob BrowningAdd "bup rm", but require --unsafe invocation
2016-02-14 Rob Browninggit.py: add walk_object
2016-02-13 Rob BrowningAdd author and committer arguments to new_commit()
2016-02-13 Rob BrowningAdd imports missed during helpers import * removal
2016-01-18 Rob BrowningPackWriter _end: fsync parent dir (not fdatasync)
2016-01-18 Rob BrowningSync pack data more carefully when writing
2016-01-18 Rob Browning_write_pack_idx_v2: close idx_map separately
2016-01-18 Rob BrowningPackWriter open: clean up fd if fdopen fails
2016-01-18 Rob BrowningPackWriter init: initialize file guard first
2016-01-18 Rob BrowningPackWriter _end: try to always close the file
2016-01-18 Rob BrowningPackWriter _abort: try to always close the file
2016-01-17 Rob Browningls: add missing sys and columnate imports
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-09 Rob Browninghelpers: rename realpath to resolve_parent
2016-01-01 Rob Browningfdatasync: call F_FULLFSYNC fcntl on OS X
2016-01-01 Rob BrowningUse BytesIO instead of StringIO
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2016-01-01 Rob BrowningUse Python 3 compatible octal notation
2015-12-27 Rob BrowningGuard posxi1e has_extended with HAS_EXTENDED_CHECK
2015-12-20 Rob Browningfmincore: treat mmap EINVAL as ENODEV (i.e. skip)
2015-12-18 Rob Browningconfigure-version: completely handle _version.py
2015-12-17 Rob Browninghashsplit: skip uncaching when mmap is unsupported
2015-12-12 Rob BrowningFix utc_offset_str for fractional TZs
2015-12-12 Rob BrowningCall tzset before localtime_r as required by POSIX
2015-11-29 Rob BrowningChoose 2M when SC_ARG_MAX is -1 (unspecified)
2015-09-05 Rob Browningdemangle_name: handle .bupm files
2015-08-24 Rob Browningthashsplit: don't assume MINCORE_INCORE is defined
2015-08-01 Rob Browningvfs: remove support for /foo/TAG (keep /.tag/TAG)
2015-07-26 Rob Browningindex: drop uid/gid from the index
2015-07-26 Rob BrowningMove Cygwin uid/gid fixup from index to xstat
2015-07-14 Rob BrowningHandle mincore cross-platform differences
2015-07-14 Rob BrowningHandle sysconf results more carefully
2015-06-28 Rob BrowningMove _page_size to helpers.sc_page_size
2015-06-28 Rob BrowningGet SC_ARG_MAX from os.sysconf(), not C
2015-06-27 Rob Browninghashsplit: don't import * from bup.helpers
next