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
Age
Commit message (
Expand
)
Author
2017-10-25
Add the benchmark utility that was used to test threading in hash
Michał Górny
2017-10-25
Commit the utility to generate hash tests
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
2017-10-24
tox: Skip unnecessary sdist
Michał Górny
2017-10-24
test_verify: Remove unused variable
Michał Górny
2017-10-24
Remove stale imports
Michał Górny
2017-10-24
tox: Include pyflakes run
Michał Górny
2017-10-24
test_recursiveloader: Fix duplicate test names
Michał Górny
2017-10-24
test_verify: Add tests for symlinks & unreadable (a-r) file
Michał Górny
2017-10-24
recursiveloader: Handle duplicate entries in Manifests
Michał Górny
2017-10-24
verify: Support comparing two entries for compatibility
Michał Górny
2017-10-24
test_recursiveloader: Abstract test tree writing logic out
Michał Górny
2017-10-24
recursiveloader: Support getting dict of all file entries
Michał Górny
2017-10-24
recursiveloader: Support loading sub-Manifests recursively
Michał Górny
2017-10-24
Abstract out path prefix comparisons
Michał Górny
2017-10-23
recursiveloader: Add convenience methods for file verification
Michał Górny
2017-10-23
verify: Support verifying against None (no entry)
Michał Górny
2017-10-23
hash: Support using concurrent threads
Michał Górny
2017-10-23
recursiveloader: Support finding file & dist entries
Michał Górny
2017-10-23
Support basic recursive loading of Manifests
Michał Górny
2017-10-23
verify: Add exception-based API
Michał Górny
2017-10-23
verify: Fix handling os.open() exceptions in Python 2
Michał Górny
2017-10-23
Add basic file verification routine
Michał Górny
2017-10-23
test_hash: Add tests for empty file
Michał Górny
2017-10-23
hash: Add a size-counting hash
Michał Górny
2017-10-23
manifest: Support mapping Manifest hash names to hashlib
Michał Górny
2017-10-23
manifest: Support finding Manifests for path
Michał Górny
2017-10-23
hash: Avoid nested exceptions
Michał Górny
2017-10-22
test_manifest: Fix syntax error
Michał Górny
2017-10-22
manifest: Support finding distfiles
Michał Górny
2017-10-22
manifest: Support finding the timestamp
Michał Górny
2017-10-22
manifest: Support finding a matching path entry
Michał Górny
2017-10-22
tox.ini: Combine coverage results
Michał Górny
2017-10-22
manifest: Turn tag into class property
Michał Górny
2017-10-22
tox.ini: Run coverage in parallel-friendly mode
Michał Górny
2017-10-22
test_manifest: Cover loading via constructor
Michał Górny
2017-10-22
test_manifest: Improve coverage for syntax errors
Michał Górny
2017-10-22
test_hash: Cover invalid sha3/blake2 variants for fallback code
Michał Górny
2017-10-22
manifest: Fix Python 2 unicode type compatibility
Michał Górny
2017-10-22
Support dumping Manifest file back
Michał Górny
2017-10-22
manifest: Include tag in from_list() calls
Michał Górny
[next]