]> arthur.barton.de Git - bup.git/shortlog
bup.git
2022-10-16 Rob BrowningUpdate base_version to 0.34~ for 0.34 development master
2022-10-16 Rob BrowningUpdate base_version for 0.33 release
2022-10-16 Rob BrowningUpdate README, HACKING, and release notes for 0.33
2022-10-16 Rob BrowningFix typo in 0.32 release note header
2022-09-12 Rob BrowningSign off on a72b33964b0ff7b0fb6114c48fbda413871e0658
2022-09-11 Rob BrowningRequire python 3.7+
2022-09-11 Rob Browningpylint: replace multiple errno comparisons with "in"
2022-08-20 Greg Troxellib/cmd/bup.c: Accomodate historical realpath
2022-08-14 Rob Browningstat_result: specify __slots__
2022-08-14 Rob BrowningMetadata: specify __slots__
2022-08-14 Rob Browningindex: restore print format of octal mode and gitmode
2022-08-14 Rob BrowningPackWriter_remote: init remote_closed in __new__, not...
2022-08-14 Rob Browningio.mmap: init _bup_closed in __new__, not __init__
2022-07-11 Rob Browningconfigure.inc: fix LDFLAGS validation
2022-07-11 Rob BrowningCapture ./configure CPPFLAGS for future, automatic...
2022-07-11 Rob Browningtest-sparse-files: increase the test size for macos/afs
2022-07-11 Rob Browningcirrus: update freebsd python, debian to bullseye,...
2022-07-11 Rob Browningcirrus: use apt-get, not apt to install bup
2022-07-11 Greg TroxelGNUMakefile: Adjust cp invocation to what POSIX requires
2022-07-09 Greg Troxelcmd/lib/bup.c: Don't use sysctl kern.proc.pathname...
2022-07-09 Rob BrowningAdd test-comparative-split-join to test against another bup
2022-07-09 Rob BrowningAdd BUP_TEST_RANDOM_SEED
2022-07-09 Rob Browningcompare-trees: add --times --no-times
2022-07-09 Rob Browningcompare-trees: drop getopt to allow long opts and fix...
2022-07-09 Rob BrowningEnsure "bup" invocations fail for all make targets
2022-07-01 Rob BrowningPackWriter: respect umask/sgid/etc. when creating pack/idx
2022-07-01 Rob Browninghlinkdb: respect umask/sgid/etc. when creating new db
2022-07-01 Rob Browningindex.Writer: respect umask/sgid/etc. when creating...
2022-07-01 Johannes Bergftp: clean up error handling
2022-07-01 Rob Browningwvpytest: add fail_value argument to wvpass and wvpasseq
2022-07-01 Johannes Bergfuse: detect fusepy module
2022-07-01 Rob BrowningREADME: describe fuse module requirements
2022-07-01 Johannes Berggit: return guessed value from guess_repo()
2022-07-01 Johannes Berggit.PackWriter: assert on no precalculated sha
2022-07-01 Rob Browningatomically_replaced_file: respect umask/sgid/etc. via...
2022-06-25 Rob BrowningDrop @contextmanager from finalized() and buptest
2022-06-25 Rob BrowningRespect/prefer/remember user specified CPPFLAGS/CFLAGS...
2022-06-25 Rob BrowningGNUMakefile: don't manipulate user CFLAGS
2022-06-25 Muh Muhtenpwdgrp.Group: allow gr_passwd to be None
2022-06-25 Muh MuhtenCopy python-proposed instead of hardlink to python
2022-06-25 Rob Browningchmod -x lib/bup/cmd/*.py
2022-06-25 Muh Muhtenfix unfinished read on tag commits found in vfs cache
2022-05-03 Rob BrowningDisallow argc < 1 (for now just crash)
2022-05-03 Rob Browningbup.c: drop python 2
2022-05-03 Rob BrowningUpdate base_version to 0.33~ for 0.33 development
2022-05-01 Muh MuhtenReplace use of index() with strchr
2022-01-16 Rob BrowningDrop vestigial compat.items
2022-01-16 Rob BrowningDrop vestigial comapt.int_types
2022-01-16 Rob BrowningDrop vestigial compat.str_type
2022-01-16 Rob BrowningDrop vestigial compat.range
2022-01-16 Rob BrowningDrop vestigial compat.input
2022-01-16 Rob BrowningDrop vestigial compat.ModuleNotFound
2022-01-16 Rob BrowningDrop support for python 2
2022-01-16 Johannes Bergpylint: enable super-init-not-called
2022-01-16 Johannes Bergtag: use git.update_ref()
2022-01-16 Rob BrowningFix all __del__ complaints; fail tests on AssertionErrors
2022-01-09 Johannes BergFail the tests if we detect any AssertionErrors
2022-01-09 Rob BrowningDetect failures to explicitly close mmaps in py3 too
2022-01-01 Rob BrowningClient: make close durable; clean up partitial initiali...
2022-01-01 Rob Browningfmincore: fix mmap leak
2022-01-01 Rob BrowningAdd compat.mmap.close to set _bup_closed and always...
2022-01-01 Johannes BergClient.__init__: clean up at the end, even if check_ok...
2022-01-01 Johannes BergPackWriter._end: always try to release objcache and...
2022-01-01 Johannes BergContext manage connections (via BaseConn)
2022-01-01 Johannes BergPackWriter_Remote.close: call parent close
2021-12-19 Johannes BergNoOpContextManager: fix init/close/__del__ logic
2021-12-19 Rob BrowningMetaStoreReader: protect __del__ against init failures
2021-12-19 Johannes Bergtree_item_with_meta, test_long_index: add missing conte...
2021-12-19 Johannes Bergindex.Reader.filter: throw when parent's missing (don...
2021-12-19 Johannes Bergtest_index: don't create an extra writer
2021-12-19 Johannes Berggit: PackIdxList: close extra packs when refreshing
2021-12-05 Johannes Bergtest-fuse: improve/broaden applicability checks
2021-12-05 Rob BrowningTeach pytest to handle WVSKIP and use it where we can
2021-12-05 Rob Browningwvtest.sh: add a simplistic WVSKIP
2021-12-05 Johannes Bergpylint: enable syntax-error
2021-12-05 Johannes Bergrandom: use helpers.istty1
2021-12-05 Johannes Bergmain: treat BUP_FORCE_TTY as bitmap
2021-12-05 Johannes Bergmain: fix output string truncation
2021-12-05 Johannes Bergmain: always put BUP_FORCE_TTY into the environment
2021-12-05 Rob Browningtest-fuse: show errors by running fuse in the foreground
2021-12-05 Rob BrowningGNUmakefile: clean py2 .pyc files
2021-12-05 Johannes Berggit: close PackIdxList on init failures
2021-12-04 Rob BrowningGNUmakefile: clean mounts earlier to avoid later crashes
2021-12-04 Johannes Bergconfigure/cleanup: support python 3.10
2021-11-27 Rob Browningdev/validate-python: require >= 3.7 for python 3 matchi...
2021-11-24 Rob Browningbloom.do_bloom: always close filter; fix None vs 0...
2021-11-22 Rob BrowningCheck that all context managed objects are properly...
2021-11-22 Rob BrowningFully (and explicitly) close PackIdxLists
2021-11-22 Rob BrowningPackMidx.__del__: replace with context management
2021-11-22 Rob Browningcompat: add ExitStack
2021-11-22 Rob BrowningCatPipe.__del__: replace with context management
2021-11-22 Rob Browningindex.Writer.__del__: replace with context management
2021-11-22 Rob BrowningReplace LocalRepo/RemoteRepo __del__ with context manag...
2021-11-22 Rob Browningsave: detect missing metastore via ENOENT not EACCES
2021-11-22 Rob Browningindex.Reader.__del__: replace with context management
2021-11-22 Rob BrowningMetaStoreWriter.__del__: replace with context management
2021-11-22 Rob BrowningMetaStoreReader.__del__: replace with context management
2021-11-22 Rob BrowningHLinkDB.__del__: replace with context management
2021-11-22 Rob Browningdrecurse: replace OsFile (and __del__) with finalized fd
2021-11-22 Rob BrowningShaBloom.__del__: replace with context management
next