aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "EbuildBuildDir: cancel current tasks for CancelledError"Zac Medico2020-04-071-30/+16
* Revert "Support PORTAGE_LOG_FILTER_FILE (bug 709746)"Zac Medico2020-04-077-213/+20
* Revert "_BinpkgFetcherProcess: fix async_lock event loop recursion (bug 711178)"Zac Medico2020-04-071-17/+15
* Revert "SpawnProcess: cancel _main_task in _unregister (bug 711174)"Zac Medico2020-04-071-2/+0
* Revert "Rename PORTAGE_LOG_FILTER_FILE_CMD from PORTAGE_LOG_FILTER_FILE"Zac Medico2020-04-075-6/+6
* process: Unshare UTS namespace, and set hostname to 'localhost'Michał Górny2020-03-281-1/+10
* repoman: Update for a repoman-2.3.22 releaserepoman-2.3.22Zac Medico2020-03-252-1/+6
* repoman.modules.vcs.git.changes: reindex only for commit mode (bug 712106)Zac Medico2020-03-251-1/+6
* _lockfile_was_removed: always return tupleZac Medico2020-03-251-1/+1
* Updates for portage-2.3.96 releaseportage-2.3.96Zac Medico2020-03-252-1/+6
* lockfile: raise TryAgain if inode is already locked (bug 714480)Zac Medico2020-03-252-3/+25
* _lockfile_iteration: index locked files by inode (bug 714480)Zac Medico2020-03-251-12/+23
* _lockfile_was_removed: return fstat result (bug 714480)Zac Medico2020-03-251-8/+8
* repoman: fetch_metadata_xsd: use fetch functionZac Medico2020-03-231-41/+10
* Updates for portage-2.3.95 releaseportage-2.3.95Zac Medico2020-03-222-1/+8
* emerge --info: Filter variables for credentialsSam James (sam_c)2020-03-221-0/+4
* _hide_url_passwd: replace all occurrences (bug 713726)Zac Medico2020-03-221-1/+1
* _post_phase_userpriv_perms: handle $HOME (bug 713100)Zac Medico2020-03-221-3/+4
* AsynchronousTask: in _async_wait, call self.wait() immediatelyZac Medico2020-03-221-6/+6
* AsynchronousTask: include self in InvalidStateError messageZac Medico2020-03-222-2/+2
* DoebuildSpawnTestCase: add $HOME variableZac Medico2020-03-211-1/+3
* eqawarn: output to build log regardless of --quiet (bug 713818)Zac Medico2020-03-211-2/+2
* repoman: Update for a repoman-2.3.21 releaserepoman-2.3.21Zac Medico2020-03-142-1/+7
* repoman.modules.vcs.git.changes: reindex (bug 712106)Zac Medico2020-03-141-3/+14
* Updates for portage-2.3.94 releaseportage-2.3.94Zac Medico2020-03-142-1/+8
* _prepare_workdir: apply PORTAGE_WORKDIR_MODE to PORTAGE_BUILDDIR (bug 692492)Zac Medico2020-03-141-7/+14
* compression_probe: omit zstd --long=31 on 32-bit arch (bug 710444)Zac Medico2020-03-141-2/+8
* depgraph: respect --deep=<depth> with --update (bug 712298)Zac Medico2020-03-142-4/+22
* man/emerge.1: fix logrotate directory containing elog-save-summaryChris Mayo2020-03-141-1/+1
* SimpleEmergeTestCase: test binhost supportZac Medico2020-03-081-3/+45
* SimpleEmergeTestCase: run tests in coroutine methodZac Medico2020-03-071-7/+18
* Updates for portage-2.3.93 releaseportage-2.3.93Zac Medico2020-03-072-1/+7
* SequentialTaskQueue: cancel unstarted tasks when appropriate (bug 711322)Zac Medico2020-03-072-0/+7
* AsynchronousTask: handle addStartListener after exit (bug 711322)Zac Medico2020-03-072-0/+12
* AsynchronousTask: simplify isAlive (bug 711688)Zac Medico2020-03-074-14/+1
* AsynchronousTask: handle addExistListener after exitZac Medico2020-03-062-0/+42
* Scheduler: replace add_done_callback with addExitListenerZac Medico2020-03-051-16/+11
* AsynchronousTask: schedule exit listeners via call_soon (bug 711322)Zac Medico2020-03-051-32/+21
* repoman: remove check for addpredictMike Gilbert2020-03-054-15/+0
* AsynchronousTask: schedule start listeners via call_soon (bug 711322)Zac Medico2020-03-051-1/+1
* Scheduler: use add_done_callback (bug 711322)Zac Medico2020-03-051-14/+22
* Updates for portage-2.3.92 releaseportage-2.3.92Zac Medico2020-03-042-1/+14
* SequentialTaskQueue: update bool(self) sooner (bug 711322)Zac Medico2020-03-041-7/+9
* Rename PORTAGE_LOG_FILTER_FILE_CMD from PORTAGE_LOG_FILTER_FILEZac Medico2020-03-027-8/+8
* dep_zapdeps: skip want_update_pkg if parent is None (bug 711400)Zac Medico2020-03-021-1/+1
* EbuildMetadataPhase: make _unregister idempotent (bug 711362)Zac Medico2020-03-021-1/+2
* doebuild: avoid emerge --pretend --fetchonly event loop recursionZac Medico2020-03-021-2/+10
* bin/socks5-server.py: PEP 492 coroutines with async and await syntaxZac Medico2020-03-011-19/+17
* Updates for portage-2.3.91 releaseportage-2.3.91Zac Medico2020-03-012-1/+8
* AsyncioEventLoop: always die with SIGTERM in exception handler (bug 705910)Zac Medico2020-03-011-22/+9