aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into prefixprefixFabian Groffen2024-02-2521-187/+574
|\
| * NEWS, meson.build: prepare for portage-3.0.63portage-3.0.63Sam James2024-02-252-2/+30
| * test_baseline: Improve robustness with cleanupGábor Oszkár Dénes2024-02-251-1/+1
| * _start_proc: Prevent premature ForkProcess garbage collectionZac Medico2024-02-251-2/+39
| * dbapi: Fix TypeError when passing Exception to warnings.warnZac Medico2024-02-251-4/+7
| * bin/install-qa-check.d: 90gcc-warnings: drop GCC warnings with known (heavy) FPsSam James2024-02-252-6/+14
| * testSpawnReturnProcTerminate: Fix integer in spawn command argumentZac Medico2024-02-241-1/+1
| * process.spawn: Fix logic for missing libc.unshare on muslZac Medico2024-02-241-103/+110
| * _dynamic_deps_preload: Fix settings referenceZac Medico2024-02-241-1/+1
| * SchedulerInterface/PollScheduler: Add _loop propertyZac Medico2024-02-235-5/+21
| * Fix python 3.9 CI jobs since 92ff02b9189fZac Medico2024-02-231-1/+1
| * AsyncioEventLoop: Call process.run_exitfuncs() before closeZac Medico2024-02-223-10/+101
| * emerge: Skip installed packages with emptytree in depgraph selectionGábor Oszkár Dénes2024-02-235-4/+166
| * socks5: Use real asyncio.runZac Medico2024-02-212-29/+46
| * _get_running_loop: Support real asyncio.runZac Medico2024-02-211-2/+26
| * bin/socks5-server.py: Migrate to asyncio.run()Zac Medico2024-02-211-20/+14
* | Merge remote-tracking branch 'origin/master' into prefixFabian Groffen2024-02-22154-1252/+5024
|\|
| * NEWS, meson.build: prepare for portage-3.0.62portage-3.0.62Sam James2024-02-222-5/+11
| * NEWS: updateSam James2024-02-221-2/+46
| * EbuildPhase: async_check_localeZac Medico2024-02-215-25/+70
| * EbuildMetadataPhase: Migrate to _async_startZac Medico2024-02-211-11/+6
| * async_aux_get: Use EbuildMetadataPhase deallocate_config futureZac Medico2024-02-213-45/+97
| * asyncio: Wrap asyncio.Lock for python 3.9 compatZac Medico2024-02-211-0/+17
| * ResolverPlayground: Use egencache to create manifestsZac Medico2024-02-212-19/+23
| * MetadataRegen: Use EbuildMetadataPhase deallocate_configZac Medico2024-02-212-2/+25
| * EbuildMetadataPhase: Add deallocate_config futureZac Medico2024-02-212-1/+38
| * anydbm: Pickle support for multiprocessing spawnZac Medico2024-02-212-4/+17
| * Support PROPERTIES=test_userpriv not to drop perms for testsMichał Górny2024-02-215-1/+17
| * estrip: Support debug info deduplication with sys-devel/dwzYiFei Zhu2024-02-215-3/+45
| * gpkg: add missing newline to gpkg format errorSam James2024-02-211-1/+1
| * binpkg: add missing newline to gpkg format errorSam James2024-02-211-1/+1
| * actions: Use pytest-rerunfailures for pytest-xdist worker crashZac Medico2024-02-141-5/+4
| * BuildLogger: Fix portage.locks._open_fds memory leakZac Medico2024-02-131-1/+6
| * actions: disable pytest-xdist for spawn start-method (workers crash)Zac Medico2024-02-131-1/+4
| * actions: Fix interaction between start-method and pytest-xdistZac Medico2024-02-128-8/+23
| * Revert "EbuildPhase: async_check_locale"Zac Medico2024-02-125-87/+25
| * EbuildBuild: Execute EbuildFetchonly in subprocessZac Medico2024-02-124-47/+33
| * process._exec: Use _start_fork for os.fork() error handlingZac Medico2024-02-111-108/+151
| * spawn_wrapper: Make pre_exec function picklableZac Medico2024-02-112-17/+26
| * _overlap_dnf: deduplicate any-of blocksZac Medico2024-02-102-9/+39
| * 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: Use threading.Event for thread safetyZac Medico2024-02-091-6/+8
| * GPG: Proactively stop to avoid "GPG keepalive failed" error in pypy ci jobsZac Medico2024-02-094-10/+41
| * gpkg: Less aggressive subprocess.Popen kill in order to avoid BrokenPipeErrorZac Medico2024-02-091-5/+14
| * test_gpkg_path_case: Add missing playground cleanupZac Medico2024-02-091-1/+2
| * ManifestTestCase: Fix tempdir removalZac Medico2024-02-091-2/+3