aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support cross-root package movesHEADmasterZac Medico47 hours3-7/+7
* Fix deprecated datetime.datetime.utcnow() usageZac Medico2024-11-031-1/+1
* Handle python3.14 ChildWatcher changesZac Medico2024-10-281-3/+4
* depgraph: Ignore blockers when computing virtual deps visibilityRaul E Rangel2024-10-221-1/+7
* Support coroutine exitfuncs for non-main loopsZac Medico2024-08-111-10/+28
* run_exitfuncs: Support loop close via hookZac Medico2024-08-082-6/+79
* _EbuildFetcherProcess: Handle SIGTERMZac Medico2024-08-032-7/+109
* convert f-strings to normal stringsMarkus Meier2024-07-192-3/+3
* emerge: Make --root-deps install build deps to ROOT plus / for all EAPIsJames Le Cuirot2024-06-111-1/+5
* Add binpkgs info to mtimedb resume dataZac Medico2024-06-021-5/+25
* atomic_ofstream: fix follow_symlinks fallback and default file modeZac Medico2024-05-272-0/+86
* process: make has_ipv6 a public functionPavel Balaev2024-05-271-1/+1
* test_tar_merge_order.py: Fix unused pytest unused-importZac Medico2024-05-261-1/+0
* Revert "find_smallest_cycle: Optimize to traverse fewer nodes"Zac Medico2024-05-263-7/+6
* tests: add testcase for app-arch/tar merge order with binpkgsSam James2024-05-262-0/+496
* bintree: Add REPO_REVISIONS to package index headerZac Medico2024-05-251-12/+59
* Add get_repo_revision_history function and repo_revisions fileZac Medico2024-05-251-4/+71
* Drop portage.util.shlex_splitMike Gilbert2024-05-213-7/+10
* sync/zipfile: Add testcase for etagZac Medico2024-04-282-0/+100
* Improve testCopyFileSparseMike Gilbert2024-03-151-11/+24
* socks5: Use run_coroutine_exitfuncs()Zac Medico2024-03-031-3/+2
* _validate_deps: Discard configdict["pkg"]["USE"]Zac Medico2024-03-032-1/+19
* doebuild: Call _setup_localeZac Medico2024-03-011-33/+44
* Delete compat_coroutine moduleZac Medico2024-02-282-211/+0
* UnshareNetTestCase: Initialize ABILITY_TO_UNSHARE in setUpZac Medico2024-02-271-5/+13
* BinarytreeTestCase: Use temporary TMPDIRZac Medico2024-02-261-1/+21
* cnf: sets: Migrate @golang-rebuild to dev-lang/goZac Medico2024-02-262-3/+15
* test_baseline: Improve robustness with cleanupGábor Oszkár Dénes2024-02-251-1/+1
* testSpawnReturnProcTerminate: Fix integer in spawn command argumentZac Medico2024-02-241-1/+1
* SchedulerInterface/PollScheduler: Add _loop propertyZac Medico2024-02-232-2/+4
* Fix python 3.9 CI jobs since 92ff02b9189fZac Medico2024-02-231-1/+1
* AsyncioEventLoop: Call process.run_exitfuncs() before closeZac Medico2024-02-221-1/+50
* emerge: Skip installed packages with emptytree in depgraph selectionGábor Oszkár Dénes2024-02-233-4/+147
* socks5: Use real asyncio.runZac Medico2024-02-211-21/+24
* async_aux_get: Use EbuildMetadataPhase deallocate_config futureZac Medico2024-02-211-0/+3
* ResolverPlayground: Use egencache to create manifestsZac Medico2024-02-212-19/+23
* anydbm: Pickle support for multiprocessing spawnZac Medico2024-02-211-3/+1
* actions: Fix interaction between start-method and pytest-xdistZac Medico2024-02-127-7/+22
* _overlap_dnf: deduplicate any-of blocksZac Medico2024-02-101-6/+25
* test_gpkg_metadata_url_case: fix string format for pyupgradeZac Medico2024-02-101-2/+2
* DuplicateOverlapDNFTestCase: Add test for bug 891137Zac Medico2024-02-101-1/+29
* test_gpkg_metadata_url_case: fix pylint W0611: Unused import random (unused-i...Zac Medico2024-02-101-1/+0
* test_gpkg_metadata_url_case: optimize httpd port allocationZac Medico2024-02-101-20/+8
* test_gpkg_metadata_url_case: shutdown http server daemon threadsZac Medico2024-02-101-3/+12
* GPG: Proactively stop to avoid "GPG keepalive failed" error in pypy ci jobsZac Medico2024-02-092-2/+26
* test_gpkg_path_case: Add missing playground cleanupZac Medico2024-02-091-1/+2
* ManifestTestCase: Fix tempdir removalZac Medico2024-02-091-2/+3
* SecuritySetTestCase: Disable playground debug so tempdir is cleaned upZac Medico2024-02-091-2/+2
* EAPITestCase: Disable playground debug so tempdir is cleaned upZac Medico2024-02-091-2/+2
* ManifestTestCase: Remove tempdirZac Medico2024-02-091-1/+3