Commit History

Author SHA1 Message Date
  Thomas Waldmann e86bae79c2 key: add derive_key to derive new keys from existing key material. 5 months ago
  TW fb527051cb Merge pull request #8902 from ThomasWaldmann/separate-chunkers 5 months ago
  Thomas Waldmann 25ec20410c chunkers: add fixed chunker tests to selftest 5 months ago
  Thomas Waldmann 3c459f0ae7 chunkers: rename test modules 5 months ago
  Thomas Waldmann 0754138a89 Split remaining chunker/reader tests into separate modules 5 months ago
  Thomas Waldmann ae93e67254 Rename `chunker_slow_test.py` to `buzhash_pytest_test.py` 5 months ago
  Thomas Waldmann cd6360a894 Split `chunker_test` into `fixed_test` and `buzhash_test` modules 5 months ago
  Thomas Waldmann e7c9db9506 tests: move chunker tests to own package 5 months ago
  Thomas Waldmann 90fe56e20a make mypy happy 5 months ago
  Thomas Waldmann 4f6605b115 chunker_test: fix import issue 5 months ago
  Thomas Waldmann f44b1742f5 Extract `ChunkerFixed` into a dedicated module under `chunkers`. 5 months ago
  Thomas Waldmann 3f4d7ef910 Extract `ChunkerFailing` into a dedicated module under `chunkers` 5 months ago
  Thomas Waldmann 31494f200d Extract `buzhash` logic into a dedicated module under `chunkers` 5 months ago
  Thomas Waldmann 322e2018ec Move `get_chunker` to `__init__.py` and update `Chunker` signature 5 months ago
  Thomas Waldmann a78c310b72 Split `reader` functionality into a separate module under `chunkers` package 5 months ago
  Thomas Waldmann bc86bd4bb0 Move chunker module to chunkers package 5 months ago
  TW ae80be7f43 Merge pull request #8901 from ThomasWaldmann/chunker-refactor3 5 months ago
  Thomas Waldmann f58d26671d ChunkerFixed: do not assert on short header read 5 months ago
  Thomas Waldmann 66f10712b4 chunker: use safe_fadvise 5 months ago
  TW 2295c83c7e Merge pull request #8900 from ThomasWaldmann/gitignore-update 5 months ago
  Thomas Waldmann b26f222ca4 .gitignore: update entries 5 months ago
  TW 6e2b550a0e Merge pull request #8897 from ThomasWaldmann/update-changes 5 months ago
  Thomas Waldmann 5ca22e9c10 update CHANGES 5 months ago
  TW 7ec02dce46 Merge pull request #8895 from ThomasWaldmann/exclude-based-on-xattrs 5 months ago
  Thomas Waldmann 2129d81fdb create: auto-exclude items based on xattrs or NODUMP, see #4972 5 months ago
  TW 1c07087e00 Merge pull request #8883 from ThomasWaldmann/chunker-refactor2 5 months ago
  TW 0fa548beac Merge pull request #8894 from ThomasWaldmann/bandit 5 months ago
  Thomas Waldmann 3b94130b1c suppress some bandit warnings 5 months ago
  Thomas Waldmann 338f9b1db9 add bandit, a security-oriented static analysis tool 5 months ago
  TW dda9c445e1 Merge pull request #8893 from ThomasWaldmann/borg-serve-permissions 5 months ago