aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: Allow a repository to be configured using one of its aliasesHEADmasterJames Le Cuirot5 days2-4/+9
* Allow GIL to be disabled in whirlpool C extensionZac Medico2024-06-281-17/+29
* vartree, movefile: Warn when rewriting a symlinkUlrich Müller2024-06-193-0/+17
* 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
* bin/ebuild.sh: disable globskipdots too in Bash 5.2Sam James2024-06-132-4/+10
* emerge: Make --root-deps install build deps to ROOT plus / for all EAPIsJames Le Cuirot2024-06-114-22/+36
* tar_safe_extract: Use tarfile.fully_trusted_filterZac Medico2024-06-091-0/+9
* sync/zipfile: Install zipfile sync methodAlexey Gladkov2024-06-042-0/+9
* NEWS, meson.build: prepare for portage-3.0.65portage-3.0.65Sam James2024-06-042-2/+2
* NEWS: prepare forSam James2024-06-041-1/+63
* 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
* eapi.sh: Drop ___eapi_has_dohtml_deprecated()Ulrich Müller2024-06-012-10/+2
* 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
* Scheduler: convert state_change to boolean in _schedule_tasks_imp()Florian Schmaus2024-05-271-5/+5
* Scheduler: drop unreachable return statement in _schedule_tasks_imp()Florian Schmaus2024-05-271-2/+0
* Scheduler: coalesce common code in _schedule_tasks_imp()Florian Schmaus2024-05-271-10/+5
* sync: don't use ipv6 for rsync when it's disabledPavel Balaev2024-05-271-4/+3
* process: make has_ipv6 a public functionPavel Balaev2024-05-272-5/+5
* emerge.1: Fix /var/log/emerge.log descriptionWaldo Lemmer2024-05-261-3/+3
* 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-264-40/+9
* tests: add testcase for app-arch/tar merge order with binpkgsSam James2024-05-262-0/+496
* Fix a depgraph crash with useoldpkg and subslot bumpsTatsuyuki Ishi2024-05-261-0/+1
* bintree: Add REPO_REVISIONS to package index headerZac Medico2024-05-252-14/+124
* Add get_repo_revision_history function and repo_revisions fileZac Medico2024-05-2512-7/+387
* binrepos.conf: Support "frozen" attributeZac Medico2024-05-253-4/+19
* install-qa-checks.d: suppress some gnulib implicit decls on muslEli Schwartz2024-05-221-0/+12
* unpack: skip unrecognized file formats *silently*Mike Gilbert2024-05-221-13/+0
* Drop portage.util.shlex_splitMike Gilbert2024-05-2137-122/+116
* Do not use shlex.split for CONFIG_PROTECTMike Gilbert2024-05-217-20/+18
* SchedulerInterface/PollScheduler: _loadavg_latency's unit is secondsFlorian Schmaus2024-05-211-1/+1
* install-qa-checks.d: suppress some gnulib implicit configure declarationsEli Schwartz2024-05-171-0/+9
* ebuild.5: Escape carats which are special to groffBryan Gardiner2024-05-131-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
* estrip: Don't use splitdebug for .o filesAlex Xu (Hello71)2024-05-041-6/+12
* NEWS: fix typo in placeholderSam James2024-04-281-1/+1
* NEWS: updateSam James2024-04-281-0/+5
* meson.build, NEWS: prepare for portage-3.0.64portage-3.0.64Sam James2024-04-282-2/+2
* NEWS: updateSam James2024-04-281-0/+93
* .pre-commit-config.yaml: bump pylint to 3.1.0Alfred Wingate2024-04-281-1/+1
* pylintrc: give fully qualified name to overgeneral-exceptionsAlfred Wingate2024-04-281-1/+1
* zipfile: Add an example to portage(5)Alexey Gladkov2024-04-281-1/+10
* sync/zipfile: Add testcase for etagZac Medico2024-04-282-0/+100