aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)"Zac Medico2020-06-159-237/+29
* Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)Zac Medico2020-06-149-29/+237
* repos.conf: add bool sync-openpgp-key-refresh option (bug 661518)Zac Medico2020-06-142-2/+17
* PipeLogger: fix FEATURES=compress-build-logs (bug 709746)Zac Medico2020-06-131-0/+7
* PipeLogger: non-blocking write to pipe (bug 709746)Zac Medico2020-06-122-13/+107
* xtermTitle: support alacrittyKirill Chibisov2020-06-081-1/+1
* _better_cache._scan_cat: avoid stat calls (bug 725934)Zac Medico2020-06-061-2/+7
* Escape percent-signs in portage.package.ebuild.fetch.get_mirror_url()Mike Gilbert2020-05-311-1/+6
* Revert "Escape percent-signs in filename when fetching from mirrors"Mike Gilbert2020-05-311-7/+2
* Escape percent-signs in filename when fetching from mirrorsMike Gilbert2020-05-311-2/+7
* Default BINPKG_COMPRESSION to zstd (bug 715108)Zac Medico2020-05-242-0/+41
* NeededEntry: don't use scanelf -q (bug 721336)Zac Medico2020-05-242-1/+9
* Revert "doebuild: Use ccache/distcc/icecream only in src_* phases"Michał Górny2020-05-181-8/+1
* process: Provide libc fallback for sethostname() on PyPyMichał Górny2020-05-171-1/+8
* locks: translate surrogate from uname (bug 721402)Zac Medico2020-05-071-3/+3
* doebuild: Use ccache/distcc/icecream only in src_* phasesMichał Górny2020-05-061-1/+8
* AuxdbTestCase: test eclass inheritanceZac Medico2020-05-022-10/+38
* anydbm: avoid interference between cleanse_keys and _eclasses_Zac Medico2020-05-022-1/+8
* Import portage.util.netlink.RtNetlink in global scopeMike Gilbert2020-04-201-2/+9
* special_env_vars: add ENV_UNSET to environ_whitelist (bug 700830)Zac Medico2020-04-121-1/+1
* depgraph: respect <foo-version:= for slot operator rebuild (bug 717140)Zac Medico2020-04-112-5/+10
* Add test case to reproduce bug 717140Zac Medico2020-04-111-1/+93
* _schedule_merge_wakeup: handle main loop exitZac Medico2020-04-091-1/+2
* Scheduler: wakeup for empty merge queue (bug 711322)Zac Medico2020-04-082-10/+35
* NeededEntry: infer implicit soname from file basename (bug 715162)Zac Medico2020-04-071-0/+16
* Revert "AsynchronousTask: add coroutine async_start method"Zac Medico2020-04-0716-88/+49
* Revert "AbstractEbuildProcess: add _async_start coroutine"Zac Medico2020-04-072-14/+27
* Revert "EbuildPhase: add _async_start coroutine"Zac Medico2020-04-072-22/+13
* Revert "AsynchronousTask: Call _start_hook after _start_async"Zac Medico2020-04-071-2/+2
* Revert "AsyncScheduler: use async_start method"Zac Medico2020-04-074-53/+15
* Revert "EbuildBuildDir: use async_start method"Zac Medico2020-04-071-44/+78
* Revert "ForkExecutor: use async_start method"Zac Medico2020-04-072-31/+5
* Revert "SpawnProcess: use async_start method (bug 709746)"Zac Medico2020-04-0710-61/+19
* Revert "PipeLogger: non-blocking write to pipe (bug 709746)"Zac Medico2020-04-072-94/+14
* Revert "SpawnProcess: add _main coroutine"Zac Medico2020-04-071-22/+11
* Revert "SpawnProcess: only cancel self._main_task if it's not done"Zac Medico2020-04-071-1/+1
* Revert "SpawnProcess: make _main cancel pipe_logger when appropriate"Zac Medico2020-04-071-7/+2
* 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