aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "SpawnProcess: cancel pipe_logger after async_start CancelledError"Zac Medico2020-04-071-6/+1
* Revert "CompositeTask: call self.cancel() for _start_task CancelledError"Zac Medico2020-04-071-1/+1
* Revert "AsyncScheduler: cancel task after _task_coroutine CancelledError"Zac Medico2020-04-071-1/+0
* Revert "EbuildBuildDir: cancel current tasks for CancelledError"Zac Medico2020-04-071-30/+16
* Revert "Support PORTAGE_LOG_FILTER_FILE (bug 709746)"Zac Medico2020-04-076-207/+19
* 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-074-5/+5
* process: Unshare UTS namespace, and set hostname to 'localhost'Michał Górny2020-03-281-1/+10
* _lockfile_was_removed: always return tupleZac Medico2020-03-251-1/+1
* 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
* 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
* _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
* SimpleEmergeTestCase: test binhost supportZac Medico2020-03-081-3/+45
* SimpleEmergeTestCase: run tests in coroutine methodZac Medico2020-03-071-7/+18
* 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
* 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