]> arthur.barton.de Git - bup.git/history - lib
Update base_version to 0.34~ for 0.34 development
[bup.git] / lib /
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-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-09 Greg Troxelcmd/lib/bup.c: Don't use sysctl kern.proc.pathname...
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 Johannes Bergfuse: detect fusepy module
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 Muh Muhtenpwdgrp.Group: allow gr_passwd to be None
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 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 Berggit: PackIdxList: close extra packs when refreshing
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 Johannes Berggit: close PackIdxList on init failures
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
2021-11-22 Rob Browningcompat.mmap: add py2 context management and use everywhere
2021-11-22 Bas Stottelaargit/packwriter: open(..) prohibited in __del__
2021-11-22 Rob Browninggit.packwriter: explicitly manage lifetimes
2021-11-22 Rob BrowningAdd any pending exception to context in all __exit__...
2021-11-22 Rob BrowningRemove Client __del__ in favor of context management
2021-11-22 Rob Browningcompat.pending_raise: allow/ignore None ex; make rethro...
2021-11-22 Rob Browningsave: separate opt handling and work; isolate resource...
2021-11-22 Rob Browningsplit: separate opt handling and work; isolate packfile...
2021-11-13 Rob Browningsplit: handle --noop/copy via do nothing packwriter
2021-10-30 Rob Browningbitmatch: avoid signed/unsigned comparison
2021-10-16 Rob Browningbup_gethostname: always null terminate
2021-10-16 Rob Browningweb list-directory: replace != with is not None
2021-10-16 Johannes Bergweb: do not show size for dirs and symlinks
2021-10-16 Rob Browningbitmatch: check for overflow via intprops
2021-10-16 Rob BrowningSupport signed commits (i.e. the gpgsig header)
2021-10-10 Rob BrowningCatPipe.get: report unexpected cat-file exit status
2021-10-10 Rob Browningcstr_from_bytes: fix null termination error
2021-10-09 Rob BrowningDrop builtin_mul_overflow in favor of INT_MULTIPLY_OK
2021-10-09 Rob Browningftp: use sys.exc_info(); import traceback unconditionally
2021-09-17 Johannes Bergpylint: enable inconsistent-return-statements
2021-09-17 Johannes Bergpylint: add undefined-variable
2021-09-17 Johannes Bergpylint: enable unidiomatic-typecheck
2021-09-17 Johannes Bergpylint: enable consider-using-in
2021-09-17 Johannes Bergpylint: enable useless-return
2021-09-17 Johannes Bergpylint: enable return-in-init
2021-09-17 Johannes Bergpylint: check for trailing whitespace
2021-09-12 Johannes Bergmetadata: accept EOPNOTSUPP for lchmod()
2021-09-11 Johannes Bergtest: add pylint and test imports
2021-09-09 Rob Browningbup: remove redundant allocation doubling
2021-08-07 Rob Browningcmd/bup: add some missing safety checks
next