aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "emerge-webrsync: actually honour the sync-webrsync-verify-signature a...HEADmasterSam James4 days2-10/+8
* SpawnProcess: Remove unused _CGROUP_CLEANUP_RETRY_MAXZac Medico6 days1-4/+0
* Remove obsolete pylint optionsMike Gilbert12 days2-9/+0
* NEWS, meson.build: prepare for portage-3.0.66.1portage-3.0.66.1Sam James2024-09-182-1/+10
* install-qa-check.d/90config-impl-decl: Skip pthread_get_name_np on LinuxMatt Turner2024-09-121-0/+1
* install-qa-check.d/90config-impl-decl: Skip pthread_set_name_np on LinuxMatt Turner2024-09-121-0/+1
* install-qa-check.d/90config-impl-decl: Skip pthread_threadid_np on LinuxMatt Turner2024-09-121-0/+1
* install-qa-check.d/90config-impl-decl: Skip pthread_cond_timedwait_monotonic_...Matt Turner2024-09-121-0/+1
* NEWS: fix typoSam James2024-09-111-1/+1
* JobStatusDisplay: introduce max_display_width variableFlorian Schmaus2024-09-111-3/+6
* JobStatusDisplay: fix setting the default width to 100Florian Schmaus2024-09-111-2/+2
* NEWS, meson.build: prepare for portage-3.0.66portage-3.0.66Sam James2024-09-112-2/+2
* NEWS: updateSam James2024-09-111-1/+40
* unpack: Update a commentUlrich Müller2024-09-101-1/+1
* NEWS: Announce unpack changesUlrich Müller2024-09-101-0/+3
* unpack: Match file extensions case-sensitively in old EAPIsUlrich Müller2024-09-101-88/+9
* unpack: Don't display "Unpacking ..." for skipped filesUlrich Müller2024-09-101-21/+28
* install-qa-check.d: try to detect gcc warnings past colorEli Schwartz2024-09-101-1/+1
* 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
* man/emerge.1: Fixed a typoAllen-Kristjan Päll2024-08-201-1/+1
* 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
* ebuild.5: update QA variables affected by QA_PREBUILTLucio Sauer2024-08-151-22/+22
* phase-functions: extend QA_PREBUILT handling to QA_SONAME_NO_SYMLINKLucio Sauer2024-08-151-1/+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
* dispatch-conf: ignore SHELL in spawn_shellMike Gilbert2024-08-141-19/+11
* 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
* NEWS: Fix FETCHCOMMAND spellingZac Medico2024-08-031-1/+1
* _EbuildFetcherProcess: Handle SIGTERMZac Medico2024-08-035-32/+257
* JobStatusDisplay: increase the default width to 100Florian Schmaus2024-08-021-1/+1
* JobStatusDisplay: show length of merge-wait queueFlorian Schmaus2024-08-023-1/+13
* emerge-webrsync: actually honour the sync-webrsync-verify-signature attributeKerin Millar2024-07-262-8/+10
* Check whether xtrace is enabled sensiblyKerin Millar2024-07-264-7/+7
* make.globals: add bcachefs_effective.* and bcachefs.* to PORTAGE_XATTR_EXCLUDEFlorian Schmaus2024-07-212-1/+4
* 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-169-12/+106
* config: Allow a repository to be configured using one of its aliasesJames Le Cuirot2024-07-102-4/+9
* Allow GIL to be disabled in whirlpool C extensionZac Medico2024-06-281-17/+29