aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-024-5/+5
* 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
* AsyncioEventLoop: always die with SIGTERM in exception handler (bug 705910)Zac Medico2020-03-011-22/+9
* _check_build_log: convert zlib EOFError to eerror message (bug 711174)Zac Medico2020-03-011-1/+1
* Subprocess: delay unregister in _async_wait (bug 711174)Zac Medico2020-03-011-1/+10
* _GeneratorTask: throw CancelledError in cancelled coroutine (bug 711174)Zac Medico2020-03-013-11/+49
* SpawnProcess: cancel _main_task in _unregister (bug 711174)Zac Medico2020-03-011-0/+2
* _BinpkgFetcherProcess: fix async_lock event loop recursion (bug 711178)Zac Medico2020-03-011-15/+17
* fetch: drop privileges early for NFS root_squash (bug 601252)Zac Medico2020-02-293-6/+59
* Support PORTAGE_LOG_FILTER_FILE (bug 709746)Zac Medico2020-02-296-19/+207
* _PostPhaseCommands: avoid CancelledError in _soname_deps_qa done callbackZac Medico2020-02-291-1/+1
* EbuildBuildDir: cancel current tasks for CancelledErrorZac Medico2020-02-291-16/+30
* AsyncScheduler: cancel task after _task_coroutine CancelledErrorZac Medico2020-02-291-0/+1
* CompositeTask: call self.cancel() for _start_task CancelledErrorZac Medico2020-02-291-1/+1
* SpawnProcess: cancel pipe_logger after async_start CancelledErrorZac Medico2020-02-291-1/+6
* SpawnProcess: make _main cancel pipe_logger when appropriateZac Medico2020-02-291-2/+7
* SpawnProcess: only cancel self._main_task if it's not doneZac Medico2020-02-291-1/+1
* SpawnProcess: add _main coroutineZac Medico2020-02-291-11/+22
* FileDigester: eliminate _pipe_logger_exit with _async_waitpidZac Medico2020-02-281-2/+3
* AsyncFunction: eliminate _pipe_logger_exit with _async_waitpidZac Medico2020-02-281-2/+3
* asyncio: improve _AsyncioEventLoop isinstance logicZac Medico2020-02-281-4/+4
* PipeLogger: non-blocking write to pipe (bug 709746)Zac Medico2020-02-242-14/+94
* SpawnProcess: use async_start method (bug 709746)Zac Medico2020-02-2310-19/+61
* ForkExecutor: use async_start methodZac Medico2020-02-232-5/+31
* EbuildBuildDir: use async_start methodZac Medico2020-02-231-78/+44
* action_sync: display error message with --quietZac Medico2020-02-211-0/+3
* async_fetch_map: handle _parse_uri_map exception (bug 710130)Zac Medico2020-02-201-3/+6
* AsyncScheduler: use async_start methodZac Medico2020-02-204-15/+53
* AsynchronousTask: Call _start_hook after _start_asyncZac Medico2020-02-171-2/+2
* EbuildPhase: add _async_start coroutineZac Medico2020-02-172-14/+27
* AbstractEbuildProcess: add _async_start coroutineZac Medico2020-02-172-27/+14
* AsynchronousTask: add coroutine async_start methodZac Medico2020-02-1715-48/+87
* fetch: remove secpass import (bug 601252)Zac Medico2020-02-151-3/+3
* fetch: split out _ensure_distdir function (bug 601252)Zac Medico2020-02-151-47/+55
* _expand_set_args: un-reverse nested set traversalZac Medico2020-02-142-6/+4
* depclean: ensure consistency with update actions (bug 649622)Zac Medico2020-02-144-47/+96
* depgraph: sort nested package set names for consistent resultsZac Medico2020-02-111-2/+4
* depgraph: sort package set atoms for consistent resultsZac Medico2020-02-091-3/+3
* ResolverPlayground: set PORTAGE_DEBUG=1 for debug modeZac Medico2020-02-091-0/+3
* test_virtual_w3m: add realistic case, deps copied from real ebuildsZac Medico2020-02-091-0/+142
* test_virtual_w3m: test without www-client/w3m installedZac Medico2020-02-091-5/+34
* test_virtual_w3m: test with www-client/w3m in @worldZac Medico2020-02-091-0/+29