aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* depgraph: Ignore blockers when computing virtual deps visibilityRaul E Rangel5 days1-0/+2
* SpawnProcess: Remove unused _CGROUP_CLEANUP_RETRY_MAXZac Medico2024-09-291-4/+0
* JobStatusDisplay: introduce max_display_width variableFlorian Schmaus2024-09-111-3/+6
* JobStatusDisplay: fix setting the default width to 100Florian Schmaus2024-09-111-2/+2
* _EbuildFetcherProcess: Suppress asyncio.CancelledErrorZac Medico2024-08-141-1/+1
* _EbuildFetcherProcess: Suppress CancelledErrorZac Medico2024-08-141-1/+1
* _EbuildFetcherProcess: Handle SIGTERMZac Medico2024-08-031-12/+56
* JobStatusDisplay: increase the default width to 100Florian Schmaus2024-08-021-1/+1
* JobStatusDisplay: show length of merge-wait queueFlorian Schmaus2024-08-022-1/+12
* convert f-strings to normal stringsMarkus Meier2024-07-192-2/+2
* binrepos.conf: Support custom download locationZac Medico2024-07-165-7/+25
* emerge: Make --root-deps install build deps to ROOT plus / for all EAPIsJames Le Cuirot2024-06-111-8/+16
* Add binpkgs info to mtimedb resume dataZac Medico2024-06-023-0/+41
* Scheduler: convert state_change to boolean in _schedule_tasks_imp()Florian Schmaus2024-05-271-5/+5
* Scheduler: drop unreachable return statement in _schedule_tasks_imp()Florian Schmaus2024-05-271-2/+0
* Scheduler: coalesce common code in _schedule_tasks_imp()Florian Schmaus2024-05-271-10/+5
* Revert "find_smallest_cycle: Optimize to traverse fewer nodes"Zac Medico2024-05-261-33/+3
* Fix a depgraph crash with useoldpkg and subslot bumpsTatsuyuki Ishi2024-05-261-0/+1
* Drop portage.util.shlex_splitMike Gilbert2024-05-214-13/+11
* Do not use shlex.split for CONFIG_PROTECTMike Gilbert2024-05-212-4/+4
* SchedulerInterface/PollScheduler: _loadavg_latency's unit is secondsFlorian Schmaus2024-05-211-1/+1
* depgraph.py: Fix the URL for the changed-deps wiki pageBryan Gardiner2024-05-131-1/+1
* actions: handle pkgmoves for autoconf, automake, libtoolSam James2024-05-041-3/+3
* BinpkgPrefetcher: Emit eerror message for binarytree inject failureZac Medico2024-03-281-5/+30
* _setup_repo_revisions: Skip async_aux_get for INHERITEDZac Medico2024-03-091-10/+3
* EbuildPhase/EbuildBinpkg: Ensure PKGDIR subdirectory permissionsZac Medico2024-03-092-1/+5
* __dyn_install: Record REPO_REVISIONS in build-infoZac Medico2024-03-091-0/+46
* SpawnProcess: Optimize away null input for create_pipe=FalseZac Medico2024-03-031-25/+26
* Scheduler: Support parallel-install with merge-waitZac Medico2024-02-262-13/+35
* SpawnProcess: Wait for async set_term_sizeZac Medico2024-02-253-5/+21
* _dynamic_deps_preload: Fix settings referenceZac Medico2024-02-241-1/+1
* SchedulerInterface/PollScheduler: Add _loop propertyZac Medico2024-02-231-1/+8
* emerge: Skip installed packages with emptytree in depgraph selectionGábor Oszkár Dénes2024-02-231-0/+13
* EbuildPhase: async_check_localeZac Medico2024-02-212-1/+31
* EbuildMetadataPhase: Migrate to _async_startZac Medico2024-02-211-11/+6
* MetadataRegen: Use EbuildMetadataPhase deallocate_configZac Medico2024-02-212-2/+25
* EbuildMetadataPhase: Add deallocate_config futureZac Medico2024-02-212-1/+38
* estrip: Support debug info deduplication with sys-devel/dwzYiFei Zhu2024-02-211-0/+1
* Revert "EbuildPhase: async_check_locale"Zac Medico2024-02-122-48/+1
* EbuildBuild: Execute EbuildFetchonly in subprocessZac Medico2024-02-122-26/+23
* GPG: Proactively stop to avoid "GPG keepalive failed" error in pypy ci jobsZac Medico2024-02-091-3/+7
* EbuildPhase: async_check_localeZac Medico2024-02-092-1/+48
* doebuild: Add returnproc parameter and deprecate returnpidZac Medico2024-02-061-2/+2
* process.spawn: Use multiprocessing.Process for returnprocZac Medico2024-02-061-1/+3
* ForkProcess: Prevent redundant pipe and set_term_size recursionZac Medico2024-02-051-7/+24
* Revert "process.spawn: Use multiprocessing.Process for returnproc"Zac Medico2024-02-041-3/+1
* Revert "doebuild: Add returnproc parameter and deprecate returnpid"Zac Medico2024-02-041-3/+2
* doebuild: Add returnproc parameter and deprecate returnpidZac Medico2024-02-031-2/+3
* process.spawn: Use multiprocessing.Process for returnprocZac Medico2024-02-031-1/+3
* SpawnProcess: Use spawn returnproc parameterZac Medico2024-02-023-26/+19