summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for a releaseportage-2.3.5Brian Dolbec2017-03-163-1/+26
* depgraph: fix missed atom_not_selected initialization (bug 612846)Zac Medico2017-03-161-3/+14
* depgraph: fix slot operator rebuild for llvm:0 to llvm:4 upgrade (bug 612772)Zac Medico2017-03-152-13/+155
* movefile: support in-kernel file copying on Linux (bug 607868)Zac Medico2017-03-157-2/+504
* repoman: Change how the tmp file for the commit msg is made (bug 571546)Doug Goldstein2017-03-152-29/+31
* Fix wrong cast of valid_hashes to frozensetIlya Tumaykin2017-03-141-3/+2
* portage.checksum: Store supported hash types in a frozensetMichał Górny2017-03-131-11/+14
* travis: Install additional (pure Python) crypto providers if necessaryMichał Górny2017-03-131-1/+8
* portage.checksum: Support pygost as fallback Streebog providerMichał Górny2017-03-131-0/+15
* Support STREEBOG{256,512} hash function (from pygcrypt), #597736Michał Górny2017-03-133-2/+24
* portage.checksum: Support pygcrypt as optimized fallbackMichał Górny2017-03-131-0/+38
* portage.checksum: Reorder to avoid loading redundant implsMichał Górny2017-03-131-58/+87
* portage.checksum: Stop exposing global hash variablesMichał Górny2017-03-131-22/+20
* portage.checksum: Remove exception handling for missing hashlibMichał Górny2017-03-131-30/+25
* portage.checksum: Remove fallbacks for algorithms guaranteed since py2.7Michał Górny2017-03-131-13/+5
* portage.checksum: Fix BLAKE2* fallbacks from pycryptodomeMichał Górny2017-03-131-2/+4
* tests: Add minimal safety checks for checksumsMichał Górny2017-03-131-0/+88
* portage.checksum: Support getting byte string checksumsMichał Górny2017-03-131-0/+29
* portage.checksum: create explicit checksum_file() methodMichał Górny2017-03-131-6/+9
* portage.checksum: Remove python-fchksum supportMichał Górny2017-03-131-10/+1
* Use public API: hashfunc_map -> get_valid_checksum_keys()Michał Górny2017-03-135-11/+11
* portage.checksum: Support pysha3 fallback for SHA3Michał Górny2017-03-131-2/+12
* portage.checksum: Update fallback doc for SHA3/BLAKE2*Michał Górny2017-03-131-4/+4
* repoman: flag URIs using http:// when https:// is availableMike Frysinger2017-03-103-1/+31
* config.setcpv: fix handling of IUSE changes (bug 611896)Zac Medico2017-03-091-2/+5
* depgraph: fix runtime package mask interaction with slot operator rebuilds (b...Zac Medico2017-03-092-12/+152
* depgraph: fix backtracking for slot operator rebuilds (bug 612042)Zac Medico2017-03-084-11/+36
* use_reduce: reserve missing_white_space_check for invalid tokens (bug 611838)Zac Medico2017-03-081-2/+2
* emerge: auto-enable --with-bdeps if --usepkg is not enabled (bug 598444)Zac Medico2017-03-086-5/+266
* Portage: Updates for a releaseportage-2.3.4Brian Dolbec2017-03-012-1/+36
* repoman: Updates for a releaserepoman-2.3.2Brian Dolbec2017-03-012-1/+19
* repoman/MANIFEST.in: include .repoman_not_installedZac Medico2017-03-011-0/+1
* repoman: Fix regular expressions matching the copyright lineUlrich Müller2017-03-011-2/+2
* repoman: Don't update years in non-Gentoo copyright lines bug 611296Ulrich Müller2017-03-011-4/+6
* checksum: Add pycryptodome fallbacks for SHA3 and BLAKE2Michał Górny2017-03-011-0/+22
* checksum: Fix overriding fallbacks on broken pycryptoMichał Górny2017-03-011-6/+6
* repoman: Warn about stale CVS keywords in ebuild header bug 610954Ulrich Müller2017-03-012-6/+11
* checksum: Add blake2* and sha3 hashes from hashlib 3.6+Michał Górny2017-02-282-5/+15
* checksum: Remove redundant internal fallbacksMichał Górny2017-02-281-17/+2
* checksum: Add summary on top to help following the logicMichał Górny2017-02-281-1/+14
* vartree: Replace uses of internal portage.checksum._new_md5 varMichał Górny2017-02-281-4/+2
* vartree: Use hashlib lazy-import, kill py<2.5 compatMichał Górny2017-02-281-6/+3
* man/emerge.1: use repo names or aliases with --syncAlexandru Elisei2017-02-281-3/+5
* sync.py: recognize repo aliases when updating repositories (bug 610852)Alexandru Elisei2017-02-281-8/+20
* emaint: declare handler name consistently across modulesGilles Dartiguelongue2017-02-266-10/+12
* emaint logs: remove excessive kwargs testsGilles Dartiguelongue2017-02-261-14/+12
* sync.py: validate repos in _get_repos() (bug 567478, 576282, 601054)Alexandru Elisei2017-02-241-62/+58
* GitSync: fix spurious "sync-depth is deprecated" messages (bug 610708)Zac Medico2017-02-242-6/+7
* grabfile_package: support -* in profile "packages" files (bug 610670)Zac Medico2017-02-231-1/+8
* etc-update: fix hang when using_editor is set, bug #544440Fabian Groffen2017-02-221-4/+15