aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* portage/dep/depcheck.py: Whitespace, add indentation level after newlineSergei Trofimovich2017-07-021-3/+3
* const: Change the MANIFEST2_REQUIRED_HASH to SHA512Michał Górny2017-06-151-1/+1
* const: Remove unused MANIFEST1_REQUIRED_HASHMichał Górny2017-06-151-1/+0
* GitSync: Support setting environment variables for gitManuel Rüger2017-06-052-3/+26
* depgraph: prune unnecessary rebuilds for --autounmask-continue (bug 619626)Zac Medico2017-06-012-18/+142
* depgraph: account for binpkg-multi-instance in unused warning (bug 619620)Zac Medico2017-05-301-0/+9
* emerge: warn for --autounmask-continue with --autounmask=n (bug 619612)Zac Medico2017-05-292-1/+10
* emerge: add --onlydeps-with-rdeps=<y|n> option (bug 294719)William Throwe2017-05-143-0/+58
* emerge: default --backtrack=10 (bug 540562)Zac Medico2017-05-141-1/+1
* emerge: terminate backtracking early for autounmask changes (bug 615680)Zac Medico2017-05-145-16/+228
* Eventloop: fix deadlock involving idle_add/call_soon (bug 617550)Zac Medico2017-05-051-2/+16
* depgraph._in_blocker_conflict: call _validate_blockers if needed (bug 615982)Zac Medico2017-04-201-4/+11
* depgraph: fix _validate_blockers to revert state from previous callsZac Medico2017-04-201-0/+6
* digraph: add update and clear methodsZac Medico2017-04-202-3/+27
* Prevent crash if os.nice() failsPeter Foley2017-04-121-1/+1
* EbuildBuild: async spawn_nofetch in _fetchonly_exit (bug 614116)Zac Medico2017-04-032-39/+85
* EbuildBuild: eliminate call to digestgen (bug 614116)Zac Medico2017-04-032-8/+0
* AsynchronousLock: add async_unlock method (bug 614108)Zac Medico2017-04-032-12/+92
* emerge: fix --autounmask-continue to work with --getbinpkg (bug 614474)Zac Medico2017-04-032-4/+30
* depgraph: trigger slot operator rebuilds via _complete_graph (bug 614390)Zac Medico2017-03-312-0/+156
* pkg_use_display: show masked/forced state of USE_EXPAND flags (bug 490562)Zac Medico2017-03-311-6/+13
* SpawnProcess: fix event loop recursion in _pipe_logger_exit (bug 613990)Zac Medico2017-03-272-3/+23
* emerge: use asyncio interfaces for spinner during owner lookup (bug 591760)Zac Medico2017-03-262-18/+17
* _EventLoopFuture: reduce indent of class body (whitespace only)Zac Medico2017-03-261-139/+139
* Future: implement add_done_callback for asyncio compat (bug 591760)Zac Medico2017-03-268-11/+132
* tests: add missing files in util/eventloop directoryZac Medico2017-03-262-0/+0
* FetchIterator: add terminate methodZac Medico2017-03-242-1/+26
* MirrorDistTask: terminate via call_soon for asyncio compatZac Medico2017-03-241-12/+27
* PollScheduler: terminate via call_soon for asyncio compatZac Medico2017-03-243-26/+54
* EventLoop: implement call_soon for asyncio compat (bug 591760)Zac Medico2017-03-243-3/+99
* portage.package.ebuild: Use a fake FILESDIR to catch invalid accessesMichał Górny2017-03-244-5/+19
* Display network-sandbox* FEATURES before setup phaseDaniel M. Weeks2017-03-231-4/+4
* emerge: fix --usepkg when ebuild is not available (bug 613360)Zac Medico2017-03-222-1/+28
* emerge: fix --use-ebuild-visibility to reject binary packages (bug 612960)Zac Medico2017-03-182-3/+149
* depgraph: avoid missed update with slot operator and circ dep (bug 612874)Zac Medico2017-03-174-8/+73
* 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-155-2/+110
* 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
* 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