aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated datetime.datetime.utcnow() usageZac Medico2024-11-033-4/+12
* Skip self update logic when installation.TYPE != SYSTEMMike Gilbert2024-11-032-6/+14
* gpkg: Fix S_ISLNK usageZac Medico2024-11-021-2/+2
* gpkg: use already queried size instead of syscallEtienne Buira2024-11-021-2/+2
* gpkg: avoid os.path.islink where lstat is availableEtienne Buira2024-11-021-2/+2
* gpkg: do not consider symlinks targets for size estimationEtienne Buira2024-11-011-16/+8
* Alway import iscoroutinefunction from inspectZac Medico2024-10-282-10/+2
* Handle python3.14 ChildWatcher changesZac Medico2024-10-283-13/+15
* binarytree: Fix _inject_repo_revisions to ignore remote packagesZac Medico2024-10-271-1/+8
* Fix asyncio.iscoroutinefunction DeprecationWarning in Python 3.14.0a1Zac Medico2024-10-222-2/+11
* depgraph: Ignore blockers when computing virtual deps visibilityRaul E Rangel2024-10-222-1/+9
* SpawnProcess: Remove unused _CGROUP_CLEANUP_RETRY_MAXZac Medico2024-09-291-4/+0
* Remove obsolete pylint optionsMike Gilbert2024-09-231-2/+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
* eapi.py: Use attrs instead of hardcoding EAPIs in functionsUlrich Müller2024-09-091-6/+24
* eapi.py: Sort _eapi_attrs alphabeticallyUlrich Müller2024-09-091-2/+2
* asyncio: Avoid _wrap_loop prior to create_subprocess_execZac Medico2024-08-311-2/+1
* asyncio: Use default ensure_future implementation when possibleZac Medico2024-08-311-0/+3
* asyncio: Use default sleep implementation when possibleZac Medico2024-08-311-2/+5
* _safe_loop: Discard wrapped asyncio.run loop that was closedZac Medico2024-08-311-0/+7
* Remove unused and unimplemented asyncio.Task classZac Medico2024-08-181-11/+0
* _wrap_loop: Prevent redundant AsyncioEventLoop instancesZac Medico2024-08-181-5/+38
* Make portage.util.compression_probe work when ctypes is unavailablemid-kid2024-08-151-2/+2
* _EbuildFetcherProcess: Suppress asyncio.CancelledErrorZac Medico2024-08-141-1/+1
* run_exitfuncs: Drop hooks inherited via forkZac Medico2024-08-141-2/+7
* _EbuildFetcherProcess: Suppress CancelledErrorZac Medico2024-08-141-1/+1
* Support coroutine exitfuncs for non-main loopsZac Medico2024-08-114-29/+76
* run_exitfuncs: Support loop close via hookZac Medico2024-08-085-21/+133
* doebuild.spawn: Skip socks5 proxy for "depend" phaseZac Medico2024-08-071-1/+1
* ELF: add entries for BPFSam James2024-08-072-2/+5
* _EbuildFetcherProcess: Handle SIGTERMZac Medico2024-08-034-32/+254
* 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-195-7/+7
* ebuild: try to make maintainer mode checks a bit less prone to FPEli Schwartz2024-07-191-1/+1
* binrepos.conf: Support custom download locationZac Medico2024-07-168-11/+100
* config: Allow a repository to be configured using one of its aliasesJames Le Cuirot2024-07-101-4/+6
* vartree, movefile: Warn when rewriting a symlinkUlrich Müller2024-06-192-0/+15
* ebuild: fix typo in commentSam James2024-06-171-1/+1
* ebuild: fix maintainer mode checks to work with modern autotoolsEli Schwartz2024-06-171-3/+3
* emerge: Make --root-deps install build deps to ROOT plus / for all EAPIsJames Le Cuirot2024-06-112-9/+21
* tar_safe_extract: Use tarfile.fully_trusted_filterZac Medico2024-06-091-0/+9
* sync/zipfile: Install zipfile sync methodAlexey Gladkov2024-06-042-0/+9
* Add binpkgs info to mtimedb resume dataZac Medico2024-06-024-5/+66
* tar_stream_writer: Add missing error attributeZac Medico2024-06-021-0/+1
* MergeProcess: Pass bintree to subprocessZac Medico2024-06-011-2/+3
* atomic_ofstream: fix follow_symlinks fallback and default file modeZac Medico2024-05-273-15/+116
* atomic_ofstream: Use mkstemp rather than getpid (pid namespace safety)Zac Medico2024-05-271-19/+28
* binarytree: Rewrite remote index only on changeZac Medico2024-05-271-1/+3