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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow a package to replace its own buildtime dependency
Zac Medico
2020-11-28
3
-22
/
+164
*
backtracking: fix virtual choices for circular deps (bug 757306)
Zac Medico
2020-11-27
1
-2
/
+5
*
compare_files: fix missing xattr handling
Zac Medico
2020-11-22
1
-2
/
+2
*
compare_files: handle missing xattr support
Zac Medico
2020-11-21
1
-1
/
+2
*
find_smallest_cycle: enhance search prioritization
Zac Medico
2020-11-21
4
-38
/
+70
*
emerge: Disable profile deprecation warning inheritance (bug 753497)
Zac Medico
2020-11-21
2
-12
/
+27
*
Typofix: Use just one definite article
Petr Šabata
2020-11-21
6
-7
/
+7
*
Add slot operator := BDEPEND unit tests for bug 752153
Zac Medico
2020-11-14
1
-0
/
+209
*
make.conf: expand special *ROOT variables (bug 752147)
Zac Medico
2020-11-01
1
-1
/
+6
*
emerge: add --quickpkg-direct-root option
Zac Medico
2020-11-01
4
-6
/
+32
*
lib/portage/tests/emerge/test_simple.py: drop unused-import
Zac Medico
2020-10-17
1
-2
/
+0
*
SimpleEmergeTestCase: fix TypeError: write() argument must be str, not int
Zac Medico
2020-10-12
1
-2
/
+1
*
movefile: remove dest_tmp_bytes on failure
Zac Medico
2020-10-05
1
-2
/
+8
*
emerge: enable parallel-fetch during pkg_pretend (bug 710432)
Zac Medico
2020-09-20
1
-43
/
+99
*
_slot_confict_backtrack: group similar missed updates (bug 743115)
Zac Medico
2020-09-20
3
-8
/
+26
*
_slot_confict_backtrack: minimize conflict atoms (bug 743631)
Zac Medico
2020-09-20
2
-1
/
+7
*
Add mercurial sync support
Brian Evans
2020-09-20
4
-1
/
+280
*
Add unit test demonstrating excessive backtracking for bug 743115
Zac Medico
2020-09-19
1
-0
/
+112
*
Recognize riscv_{ilp32,ilp32d} ABIs
Andreas K. Hüttel
2020-09-13
1
-2
/
+9
*
get_mirror_url: urlquote only for ftp, http, and https (bug 741474)
Zac Medico
2020-09-12
1
-2
/
+6
*
selinux: encode os path arguments as UTF-8 (bug 741194)
Zac Medico
2020-09-11
1
-8
/
+8
*
binarytree.move_ent: fix path comparison prior to _movefile
Zac Medico
2020-09-07
1
-1
/
+1
*
binrepos.conf: support fetchcommand customization (bug 668302)
Zac Medico
2020-09-07
3
-19
/
+46
*
Add binrepos.conf to replace PORTAGE_BINHOST (bug 668334)
Zac Medico
2020-09-07
6
-7
/
+166
*
make.conf: Treat __* variables as local and do not propagate them.
Arfrever Frehtes Taifersar Arahesis
2020-09-07
1
-0
/
+6
*
emerge --search: auto-detect regular expressions (bug 737480)
Zac Medico
2020-09-07
3
-1
/
+18
*
env-update: create systemd user-session environment definition
Florian Schmaus
2020-09-07
1
-3
/
+39
*
syncbase: update with newer Gemato proxy parameter in openpgp env
Frédéric Pierret (fepitre)
2020-09-07
4
-15
/
+31
*
rsync: ignore addrinfos with proxy settings
Frédéric Pierret (fepitre)
2020-09-07
1
-9
/
+10
*
Use portage proxy settings for fetching BINPKG host
Frédéric Pierret (fepitre)
2020-09-07
2
-4
/
+15
*
ChangedDepsSet: use strip_slots function like --changed-deps (bug 739908)
Zac Medico
2020-09-01
1
-36
/
+15
*
Use cached portage.getpid() function (bug 739540)
Zac Medico
2020-08-30
19
-31
/
+41
*
dephgraph: Allow elimination of highest version after slot conflict (bug 439688)
Zac Medico
2020-08-30
3
-14
/
+2
*
test_slot_conflict_rebuild: Add dev-lang/go case for bug 439688
Zac Medico
2020-08-30
1
-1
/
+63
*
async_iter_completed: fix InvalidStateError in finally clause (bug 738766)
Zac Medico
2020-08-23
1
-1
/
+0
*
coroutine: use explicit loop parameter (bug 737698)
Zac Medico
2020-08-18
27
-123
/
+136
*
ForkExecutor: support unlimited jobs with max_jobs=True
Zac Medico
2020-08-16
1
-1
/
+1
*
async_iter_completed: check if loop is closed in finally clause
Zac Medico
2020-08-16
1
-2
/
+3
*
emerge: Add short -l option for --load-average (bug 699256)
Zac Medico
2020-08-16
1
-0
/
+2
*
emerge: Remove deprecated --changelog option (bug 699256)
Zac Medico
2020-08-16
4
-150
/
+3
*
lib/portage/xml/metadata.py: tolerate xml.parsers.expat import failures (bug ...
Zac Medico
2020-08-12
1
-1
/
+4
*
SpawnProcess: fix _cancel to cleanup PipeLogger quickly
Zac Medico
2020-08-09
1
-6
/
+16
*
sqlite: fork safety (bug 736334)
Zac Medico
2020-08-08
2
-9
/
+38
*
sqlite: add lazy connection init
Zac Medico
2020-08-08
1
-5
/
+24
*
Add cached portage.getpid() function
Zac Medico
2020-08-08
2
-0
/
+40
*
BuildLogger: fix _cancel to cleanup PipeLogger quickly
Zac Medico
2020-08-08
1
-6
/
+17
*
treewalk: reset config for unmerge (bug 711174)
Zac Medico
2020-08-08
1
-1
/
+3
*
BinpkgEnvExtractor: fix subprocess logfile usage (bug 711174)
Zac Medico
2020-08-08
1
-1
/
+6
*
EventLoopInForkTestCase: use AsyncFunction
Zac Medico
2020-08-07
1
-18
/
+5
*
lib/*: Fix useless-return
Aaron Bauman
2020-08-07
9
-17
/
+0
[next]