aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Do not use shlex.split for CONFIG_PROTECTMike Gilbert2024-05-215-14/+12
* 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
* sync: git: add safe.directory for get head commitAlex Xu (Hello71)2024-05-121-0/+1
* actions: handle pkgmoves for autoconf, automake, libtoolSam James2024-05-041-3/+3
* sync/zipfile: Add testcase for etagZac Medico2024-04-282-0/+100
* sync/zipfile: Recycle files that have not changedAlexey Gladkov2024-04-281-1/+31
* sync/zipfile: Add retrieve_head to return archive checksumAlexey Gladkov2024-04-282-1/+11
* sync/zipfile: Handle ETag headerAlexey Gladkov2024-04-281-7/+29
* sync: Add method to download zip archivesAlexey Gladkov2024-04-282-0/+115
* lib: adhere to python package version conventionsAlfred Wingate2024-04-261-1/+1
* lib: use more pure git-describe output for --versionSam James2024-04-261-31/+4
* BinpkgPrefetcher: Emit eerror message for binarytree inject failureZac Medico2024-03-281-5/+30
* Reapply "config: Don't directly modify FEATURES"Raul E Rangel2024-03-241-1/+3
* Improve testCopyFileSparseMike Gilbert2024-03-151-11/+24
* Replace linux_reflink extension moduleMike Gilbert2024-03-154-44/+138
* _setup_repo_revisions: Skip async_aux_get for INHERITEDZac Medico2024-03-091-10/+3
* EbuildPhase/EbuildBinpkg: Ensure PKGDIR subdirectory permissionsZac Medico2024-03-093-6/+18
* __dyn_install: Record REPO_REVISIONS in build-infoZac Medico2024-03-092-0/+47
* util: set a timeout for urlopen callsMike Gilbert2024-03-061-3/+3
* SpawnProcess: Optimize away null input for create_pipe=FalseZac Medico2024-03-032-30/+28
* socks5: Use run_coroutine_exitfuncs()Zac Medico2024-03-033-49/+7
* _validate_deps: Discard configdict["pkg"]["USE"]Zac Medico2024-03-033-1/+31
* elog/mod_custom: Spawn processes in backgroundZac Medico2024-03-023-5/+105
* binarytree._populate_remote: Fix UnboundLocalError for binpkg-request-signatureZac Medico2024-03-021-1/+1
* doebuild: Call _setup_localeZac Medico2024-03-012-33/+52
* Improve whitespace handling when parsing /proc/self/mountinfoMike Gilbert2024-03-011-3/+4
* Drop portage.util.libc extension moduleMike Gilbert2024-02-291-6/+3
* Delete compat_coroutine moduleZac Medico2024-02-285-368/+1
* gpkg: placate blackSam James2024-02-281-1/+3
* gpkg: add missing new lines to error messagesSam James2024-02-281-9/+9
* binpkg: add another missing newline to error messageSam James2024-02-281-1/+1
* UnshareNetTestCase: Initialize ABILITY_TO_UNSHARE in setUpZac Medico2024-02-271-5/+13
* BinarytreeTestCase: Use temporary TMPDIRZac Medico2024-02-261-1/+21
* Scheduler: Support parallel-install with merge-waitZac Medico2024-02-262-13/+35
* cnf: sets: Migrate @golang-rebuild to dev-lang/goZac Medico2024-02-262-3/+15
* SpawnProcess: Wait for async set_term_sizeZac Medico2024-02-255-16/+46
* Add workaround for loading libc on muslMike Gilbert2024-02-255-28/+28
* 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
* 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-234-4/+160
* socks5: Use real asyncio.runZac Medico2024-02-212-29/+46
* _get_running_loop: Support real asyncio.runZac Medico2024-02-211-2/+26