index
:
gemato
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Collapse
)
Author
2017-10-27
openpgp: Support signing keys
Michał Górny
2017-10-27
recursiveloader: Support saving Manifests
Michał Górny
2017-10-27
test_verify: Use io.open() instead of open()
Michał Górny
2017-10-27
recursiveloader: Iterate over Manifests from most specific first
Michał Górny
Ensure that when iterating over Manifests, the more specific paths will come before the less specific. It is important for updates since changes to deeper Manifests will affect their checksums in higher Manifests.
2017-10-27
verify: Support updating entry data from path
Michał Górny
2017-10-27
verify: Introduce universal get_file_metadata() function
Michał Górny
2017-10-27
test_openpgp: Fix passing key to the CLI test
Michał Górny
2017-10-27
test_openpgp: Fix recursiveloader tests for missing OpenPGP
Michał Górny
2017-10-27
Use sys.hexversion instead of .version_info
Michał Górny
2017-10-27
testutil: Fix logger warnings for py2
Michał Górny
2017-10-27
Add tests for CLI routines
Michał Górny
2017-10-27
testutil: Handle silencing logging for tests
Michał Górny
2017-10-27
find_top_level: Do not verify Manifests during search
Michał Górny
2017-10-26
recursiveloader: Support verifying Manifest signatures explicitly
Michał Górny
2017-10-26
compression: Fix opening files in text mode without encoding
Michał Górny
2017-10-26
test_compression: Fix mismatched suffixes
Michał Górny
2017-10-26
manifest: Support implicit OpenPGP verification
Michał Górny
2017-10-26
manifest: Test for incomplete OpenPGP message
Michał Górny
2017-10-26
recursiveloader: warn_handler defaults to fail_handler
Michał Górny
2017-10-26
recursiveloader: Use handler callbacks to report failures/warnings
Michał Górny
2017-10-26
verify: Remove assert_path_verifies()
Michał Górny
Now all callsites are inlined.
2017-10-26
find_top_level: Support compressed Manifests
Michał Górny
2017-10-26
recursiveloader: Support compressed Manifests
Michał Górny
2017-10-26
compression: Workaround missing gzip.GzipFile.read1() in py<3.3
Michał Górny
2017-10-25
gemato.compression: Support getting potential compressed names
Michał Górny
2017-10-25
test_compression: Check if .fileno() is passed through correctly
Michał Górny
2017-10-25
compression: Support passing text-mode kwargs to open
Michał Górny
2017-10-25
test_compression: Add tests for opening uncompressed files
Michał Górny
2017-10-25
compression: Introduce a generic opener for files
Michał Górny
2017-10-25
compression: Enforce correct format for lzma/xz files
Michał Górny
2017-10-25
compression: Support passing mode to the compressor
Michał Górny
2017-10-25
Provide compression abstraction
Michał Górny
2017-10-25
test_openpgp: Improve test coverage
Michał Górny
2017-10-25
openpgp: Improve closed manager handling
Michał Górny
2017-10-25
openpgp: Fix and test the context manager API
Michał Górny
2017-10-25
openpgp: Explicitly detect the lack of supported implementation
Michał Górny
2017-10-25
Support verifying OpenPGP signatures
Michał Górny
2017-10-25
manifest: Support reading files containing OpenPGP signatures
Michał Górny
2017-10-25
Support finding top-level Manifest
Michał Górny
2017-10-25
manifest: Wipe old entries when loading next file
Michał Górny
2017-10-25
tests: Split TempDirTestCase into common module
Michał Górny
2017-10-25
test_recursiveloader: Add a test for os.walk() failure
Michał Górny
2017-10-25
test_manifest: Add a test for no timestamp
Michał Górny
2017-10-25
test_recursiveloader: Add more tests
Michał Górny
2017-10-25
test_recursiveloader: Add more tests for cross-device cases
Michał Górny
2017-10-25
recursiveloader: Detect cross-device Manifest entries
Michał Górny
2017-10-25
verify: Support checking for cross-filesystem files
Michał Górny
2017-10-25
Move exceptions to a separate module
Michał Górny
2017-10-24
recursiveloader: Support running verification in non-strict mode
Michał Górny
2017-10-24
recursiveloader: Support verifying a whole directory
Michał Górny
[prev]
[next]