]> arthur.barton.de Git - bup.git/history - lib/bup/cmd/save.py
Update base_version to 0.34~ for 0.34 development
[bup.git] / lib / bup / cmd / save.py
2022-09-11 Rob BrowningRequire python 3.7+
2022-06-25 Rob Browningchmod -x lib/bup/cmd/*.py
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 Browninggit.packwriter: explicitly manage lifetimes
2021-11-22 Rob BrowningRemove Client __del__ in favor of context management
2021-11-22 Rob Browningsave: separate opt handling and work; isolate resource...
2021-09-17 Johannes Bergpylint: enable inconsistent-return-statements
2021-06-13 Johannes Bergsave: refactor the code using helper classes
2021-05-30 Johannes BergTest symlink target changes between stat and readlink
2021-05-30 Johannes BergTest file size changes during save
2021-05-30 Johannes Bergsave: fix race in data vs. metadata size
2021-05-15 Johannes Bergsave: fix symlink target race
2021-05-15 Johannes Bergsave: skip/balk if an entry changed type since indexing
2021-04-03 Rob BrowningConvert bup to binary executable and run python subcomm...
2021-03-06 Rob Browningsave: convert to internal command
2021-03-06 Rob Browningsave-cmd: copy to bup.cmd.save