]> arthur.barton.de Git - bup.git/shortlog
bup.git
2019-11-29 Rob BrowningRemove inefficient (or will be) uses of buffer
2019-11-29 Rob Browninghashsplit: join buffers more efficiently
2019-11-29 Rob Browningfsck: report par2 parallel detection status
2019-11-29 Reinier MaasREADME: fix typo (missing 'e')
2019-11-29 Gernot Schulzfsck: Hide error when probing par2 capabilities
2019-11-29 Rob Browningftp: remove obsolete readline bug fix
2019-11-03 Rob Browningbup: import merge_dict
2019-11-03 Rob Browningvfs: rely on FakeLink's target in readlink
2019-10-13 Rob BrowningFix hashsplit for python 3; add compat.buffer
2019-10-13 Rob BrowningMinimize use of preexec_fn
2019-10-13 Rob Browningtgit: use print() for python 3; fix test data writes
2019-10-13 Rob Browningtxstat: fix for python 3
2019-10-13 Rob Browningthelpers: adjust for python 3
2019-10-13 Rob Browningtshquote.py: test with python 3
2019-10-13 Rob Browningtoptions.py: test with python 3
2019-10-13 Rob BrowningExplicitly list python tests; test vint with python 3
2019-10-13 Rob Browningvint: fix bytes for Python 3
2019-10-13 Rob BrowningSelectively clean commands in cmd/
2019-10-13 Rob Browningwvtest: change func_name to __name__ for Python 3
2019-10-13 Rob Browningwvtest.py: switch to print_function
2019-10-06 Rob Browningbup-rm bup-gc bup-prune-older: rm EXPERIMENTAL
2019-10-05 Rob BrowningRename chain_ex to add_ex_ctx to reflect upstream termi...
2019-10-05 Rob Browningsome_invalid_save_parts_rx: avoid nested char set
2019-09-29 Rob Browningmain: switch print_clean_line to bytes
2019-09-29 Rob Browningvfs: accommodate py3 exception module removal
2019-09-29 Rob Browningbup_stat bup_lstat: always treat path as binary
2019-09-29 Rob BrowningHave "make check" to do nothing for Python 3
2019-09-28 Rob Browningupdate-doc-branches: create t/tmp if needed 0.30
2019-09-28 Rob BrowningUpdate HACKING and README for 0.30
2019-09-28 Rob BrowningAdd release notes for 0.30
2019-09-28 Rob Browningbup-ls(1): document support for --remote host:port
2019-09-28 Rob BrowningUpdate HACKING, README, and note/ for 0.29.3
2019-09-11 Rob Browningtest-get: rm pax_global_header from git archive output
2019-08-25 Rob BrowningREADME: move test statuses to table listing all active...
2019-08-24 Rob Browningtest-duplicity-import: don't quote wc -l output
2019-08-24 Rob Browningtest-rm: extend rsync pattern flexibility to all lines
2019-08-24 Rob BrowningAdd dev/system-info and call it during the CI tests
2019-08-24 Rob Browningcirrus-ci: specify make -j3 on all platforms
2019-08-24 Rob Browningprep-for-macos-build: get brew rsync
2019-08-24 Rob Browningfsck: only specify -t1 when par2 appears to support it
2019-08-24 Rob BrowningAdd cirrus.yml to enable testing on cirrus-ci.com
2019-08-22 Rob Browningfsck: disable par2's internal concurrency
2019-08-22 Rob Browningtest-prune-older: disable background gc
2019-08-18 Rob Browningconfigure.inc: add various missing quotations
2019-08-18 Rob Browningconfigure.inc: name the tmpdir with a configure- prefix
2019-08-18 Rob Browningconfigure.inc: avoid bash-specific printf %q
2019-08-18 Jamie WyrickUse mktemp -d instead of /tmp for configure
2019-08-18 Jamie WyrickInclude <sys/time.h> for lutimes, if available.
2019-08-18 Nathaniel Filardomain: don't lose line prefixes in filter_output
2019-08-18 Rob Browningconfigure-sampledata: add a fifo
2019-08-18 Greg Troxelrestore: create fifos with mkfifo, not mknod
2019-07-02 Rob Browningtest-get: remove vestigial ls --full-time
2019-07-02 Rob Browningfix --strip-path (thanks to gevaerts)
2019-04-13 Rob Browningrev_list: handle multiple results/ref from remote for...
2019-04-12 Rob BrowningHandle commit mergetags (at all)
2019-04-12 Rob BrowningDon't use "cp -a" (round 2)
2019-03-03 Rob Browningvint: remove unneded loop guards and improve checks
2019-03-03 Rob Browningget: note writes in just_write and fsck after tests
2019-03-03 Rob BrowningAdd bup get; see the documentation for further information
2019-03-03 Rob Browningrepo: add update_ref() and new_packwriter() to support...
2019-03-03 Rob Browningrepo: add VFS resolve(); test resolve() via local and...
2019-01-13 Rob Browningrepo: avoid cyclic dependency with is_remote method
2019-01-13 Rob BrowningMove vfs resolve() tests to tresolve.py
2019-01-13 Rob Browningtest_resolve_loop: ensure exception is actually thrown
2019-01-13 Rob Browningserver: maintain current LocalRepo var
2019-01-13 Rob Browningwalk_object: accept a get function instead of catpipe
2019-01-13 Rob Browningmetadata: always add/store/retrieve size for links...
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-17 Rob BrowningMakefile: check _helpers.so uniqueness via python command
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-12-08 Rob Browningfuse: remove vestigial debugging log res: statement
2018-10-28 Rob BrowningUpdate HACKING, README, and note/ for 0.29.2
2018-10-20 Rob Browningupdate-doc-branches: add command to update man and...
2018-10-05 Rob BrowningMakefile: fix find -printf issue on FreeBSD
2018-09-03 Rob Browningvfs: flatten resolution cache key
2018-09-03 Julien Goodwinlib/xstat: use // not / for int division for py3
2018-09-03 Julien Goodwinvfs: remove unused izip import
2018-09-02 Julien GoodwinUpdate file() calls to open() for py3
2018-09-02 Julien Goodwinlib/gc: update lambda syntax for py3
2018-09-02 Rob BrowningRefuse to run by default if python version is not 2
2018-09-02 Julien Goodwinfuse-cmd: update exception raising for py3
2018-09-01 Julien Goodwintindex: add 0o to current octal literal
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-09-01 Julien GoodwinReplace remaining print statements with print function
2018-08-18 Rob Browningvfs: include unique repo id in resolution cache key
2018-08-18 Julien GoodwinHACKING: delete hyphen; actual file is CODINGSTYLE...
2018-08-18 Rob BrowningREADME: mention BUP_DIR config more clearly
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
next