GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
doebuild.spawn: Skip socks5 proxy for "depend" phase
Zac Medico
2024-08-07
1
-1
/
+1
*
ELF: add entries for BPF
Sam James
2024-08-07
2
-2
/
+5
*
_EbuildFetcherProcess: Handle SIGTERM
Zac Medico
2024-08-03
4
-32
/
+254
*
JobStatusDisplay: increase the default width to 100
Florian Schmaus
2024-08-02
1
-1
/
+1
*
JobStatusDisplay: show length of merge-wait queue
Florian Schmaus
2024-08-02
2
-1
/
+12
*
convert f-strings to normal strings
Markus Meier
2024-07-19
5
-7
/
+7
*
ebuild: try to make maintainer mode checks a bit less prone to FP
Eli Schwartz
2024-07-19
1
-1
/
+1
*
binrepos.conf: Support custom download location
Zac Medico
2024-07-16
8
-11
/
+100
*
config: Allow a repository to be configured using one of its aliases
James Le Cuirot
2024-07-10
1
-4
/
+6
*
vartree, movefile: Warn when rewriting a symlink
Ulrich Müller
2024-06-19
2
-0
/
+15
*
ebuild: fix typo in comment
Sam James
2024-06-17
1
-1
/
+1
*
ebuild: fix maintainer mode checks to work with modern autotools
Eli Schwartz
2024-06-17
1
-3
/
+3
*
emerge: Make --root-deps install build deps to ROOT plus / for all EAPIs
James Le Cuirot
2024-06-11
2
-9
/
+21
*
tar_safe_extract: Use tarfile.fully_trusted_filter
Zac Medico
2024-06-09
1
-0
/
+9
*
sync/zipfile: Install zipfile sync method
Alexey Gladkov
2024-06-04
2
-0
/
+9
*
Add binpkgs info to mtimedb resume data
Zac Medico
2024-06-02
4
-5
/
+66
*
tar_stream_writer: Add missing error attribute
Zac Medico
2024-06-02
1
-0
/
+1
*
MergeProcess: Pass bintree to subprocess
Zac Medico
2024-06-01
1
-2
/
+3
*
atomic_ofstream: fix follow_symlinks fallback and default file mode
Zac Medico
2024-05-27
3
-15
/
+116
*
atomic_ofstream: Use mkstemp rather than getpid (pid namespace safety)
Zac Medico
2024-05-27
1
-19
/
+28
*
binarytree: Rewrite remote index only on change
Zac Medico
2024-05-27
1
-1
/
+3
*
Scheduler: convert state_change to boolean in _schedule_tasks_imp()
Florian Schmaus
2024-05-27
1
-5
/
+5
*
Scheduler: drop unreachable return statement in _schedule_tasks_imp()
Florian Schmaus
2024-05-27
1
-2
/
+0
*
Scheduler: coalesce common code in _schedule_tasks_imp()
Florian Schmaus
2024-05-27
1
-10
/
+5
*
sync: don't use ipv6 for rsync when it's disabled
Pavel Balaev
2024-05-27
1
-4
/
+3
*
process: make has_ipv6 a public function
Pavel Balaev
2024-05-27
2
-5
/
+5
*
test_tar_merge_order.py: Fix unused pytest unused-import
Zac Medico
2024-05-26
1
-1
/
+0
*
Revert "find_smallest_cycle: Optimize to traverse fewer nodes"
Zac Medico
2024-05-26
4
-40
/
+9
*
tests: add testcase for app-arch/tar merge order with binpkgs
Sam James
2024-05-26
2
-0
/
+496
*
Fix a depgraph crash with useoldpkg and subslot bumps
Tatsuyuki Ishi
2024-05-26
1
-0
/
+1
*
bintree: Add REPO_REVISIONS to package index header
Zac Medico
2024-05-25
2
-14
/
+124
*
Add get_repo_revision_history function and repo_revisions file
Zac Medico
2024-05-25
9
-5
/
+353
*
binrepos.conf: Support "frozen" attribute
Zac Medico
2024-05-25
2
-3
/
+12
*
Drop portage.util.shlex_split
Mike Gilbert
2024-05-21
33
-110
/
+104
*
Do not use shlex.split for CONFIG_PROTECT
Mike Gilbert
2024-05-21
5
-14
/
+12
*
SchedulerInterface/PollScheduler: _loadavg_latency's unit is seconds
Florian Schmaus
2024-05-21
1
-1
/
+1
*
depgraph.py: Fix the URL for the changed-deps wiki page
Bryan Gardiner
2024-05-13
1
-1
/
+1
*
sync: git: add safe.directory for get head commit
Alex Xu (Hello71)
2024-05-12
1
-0
/
+1
*
actions: handle pkgmoves for autoconf, automake, libtool
Sam James
2024-05-04
1
-3
/
+3
*
sync/zipfile: Add testcase for etag
Zac Medico
2024-04-28
2
-0
/
+100
*
sync/zipfile: Recycle files that have not changed
Alexey Gladkov
2024-04-28
1
-1
/
+31
*
sync/zipfile: Add retrieve_head to return archive checksum
Alexey Gladkov
2024-04-28
2
-1
/
+11
*
sync/zipfile: Handle ETag header
Alexey Gladkov
2024-04-28
1
-7
/
+29
*
sync: Add method to download zip archives
Alexey Gladkov
2024-04-28
2
-0
/
+115
*
lib: adhere to python package version conventions
Alfred Wingate
2024-04-26
1
-1
/
+1
*
lib: use more pure git-describe output for --version
Sam James
2024-04-26
1
-31
/
+4
*
BinpkgPrefetcher: Emit eerror message for binarytree inject failure
Zac Medico
2024-03-28
1
-5
/
+30
*
Reapply "config: Don't directly modify FEATURES"
Raul E Rangel
2024-03-24
1
-1
/
+3
*
Improve testCopyFileSparse
Mike Gilbert
2024-03-15
1
-11
/
+24
*
Replace linux_reflink extension module
Mike Gilbert
2024-03-15
4
-44
/
+138
[prev]
[next]