summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-02recursiveloader: Split get_file_entry_dict() per directoryMichał Górny
2017-12-02recursiveloader: Do not alter entry_dict in load_unregistered...()Michał Górny
2017-12-02Call Pool.terminate() to ensure that all resources are releasedMichał Górny
2017-12-02Fix pickling exceptionsMichał Górny
2017-12-02recursiveloader: Use multiprocessing to load Manifests in parallelMichał Górny
2017-12-02recursiveloader: Split Manifest verification and loading outMichał Górny
2017-12-02recursiveloader: Ignore Manifest mismatches when updatingMichał Górny
2017-12-02tests: Add tests for mismatched Manifest fileMichał Górny
2017-11-27openpgp: Cache the correct GnuPG executableMichał Górny
2017-11-27openpgp: Support executable named 'gpg2' (Debian)Michał Górny
2017-11-27openpgp: Make missing gpgconf non-fatalMichał Górny
2017-11-27openpgp: Terminate gpg-agent only if gpg was actually calledMichał Górny
2017-11-27openpgp: Refactor to pass environment instance to _spawn_gpg()Michał Górny
2017-11-27Bump to v8Michał Górny
2017-11-27openpgp: Fix race condition error handling on cleanupMichał Górny
2017-11-26openpgp: Make sure to kill the GPG daemons in isolated envMichał Górny
2017-11-26openpgp: Use GNUPGHOME for better process isolationMichał Górny
2017-11-26setup.py: Add description and license for pypiMichał Górny
2017-11-26Bump to v7Michał Górny
2017-11-26Switch to setuptools and specify the depsMichał Górny
2017-11-26Update version to match git tagMichał Górny
2017-11-25gen_fast_manifest: Fix GzipFile() use with empty filenameMichał Górny
2017-11-25Reduce Gentoo compression watermark to 128 bytesMichał Górny
2017-11-25compression: Do not store filename in gzip filesMichał Górny
2017-11-25gen_fast_metamanifest: Support signingMichał Górny
2017-11-25gen_fast_*: Split top-level Manifests to save bandwidthMichał Górny
2017-11-25Revert "gen_fast_metamanifest: Use context manager for Pool"Michał Górny
2017-11-25compression: Zero out mtime in gzip files for deterministic resultsMichał Górny
2017-11-24gen_fast_metamanifest: Use context manager for PoolMichał Górny
2017-11-24Fix wrong timestamp name for metadata/*Michał Górny
2017-11-24gen_fast_metamanifest: Fix IGNORE for timestamp.chkMichał Górny
2017-11-24gen_fast_metamanifest: Fix writing timestamps to sub-ManifestsMichał Górny
2017-11-24Create sub-Manifests for dtd & xml-schemaMichał Górny
2017-11-24Ignore timestamps in metadata subreposMichał Górny
2017-11-24gen_fast_manifest: Simplify 'had_manifest' logicMichał Górny
2017-11-24Ignore lost+found in case repo was mounted on separate ext* filesystemMichał Górny
2017-11-24Bump to version 1Michał Górny
2017-11-23manifest: Encode all C0/C1 control characters + DELMichał Górny
2017-11-22test_recursiveloader: Add tests for filenames needing escapingMichał Górny
2017-11-22manifest: Fix encoding support with Python 2Michał Górny
2017-11-22manifest: Support decoding filename escape sequencesMichał Górny
2017-11-22manifest: Support encoding special characters in filenamesMichał Górny
2017-11-22manifest: Forbid backslash in paths tooMichał Górny
2017-11-21cli: Handle missing action correctlyMichał Górny
2017-11-21setup.py: Bump status to BetaMichał Górny
2017-11-20Check entry filenames for disallowed charactersMichał Górny
2017-11-20test_profile: Include verification passMichał Górny
2017-11-20recursiveloader: Fix adding dupe entries for ignored-but-present pathsMichał Górny
2017-11-20recursiveloader: Fix adding top-level ignore entries to sub-ManifestsMichał Górny
2017-11-20Revert "recursiveloader: Fix adding top-level Manifest ignores to all Manifests"Michał Górny