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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extended package set configuration docs.
v2.1.10.61
Zac Medico
2012-05-16
4
-25
/
+9
*
Remove FEATURES=preserve-libs config/docs.
Zac Medico
2012-05-16
3
-20
/
+6
*
portage.const: toggle constants for stable branch
Zac Medico
2012-05-16
1
-4
/
+4
*
RepoConfig: cleanup portage1_profiles code
v2.2.0_alpha106
Zac Medico
2012-05-16
2
-6
/
+7
*
FEATURES=config-protect-if-modified by default.
Zac Medico
2012-05-16
3
-3
/
+11
*
_eapi_invalid: elog permission issue, bug #416231
Zac Medico
2012-05-16
1
-4
/
+12
*
config: fix /etc/portage/make.profile error msg
Zac Medico
2012-05-15
1
-5
/
+20
*
getconfig: use shlex.error_leader() more
Zac Medico
2012-05-15
1
-22
/
+23
*
bintree: validate remove cpv more
v2.2.0_alpha105
Zac Medico
2012-05-14
1
-2
/
+14
*
prepstrip: fix installsources breakage
Zac Medico
2012-05-14
1
-3
/
+3
*
prepstrip: fix hardlink race in process_elf
Zac Medico
2012-05-14
1
-6
/
+16
*
prepstrip: fix hardlink handling for subshells
Zac Medico
2012-05-14
1
-12
/
+17
*
prepstrip: make splitdebug/installsources parallel safe
Mike Frysinger
2012-05-14
1
-24
/
+20
*
prepstrip: tweak style and document helper funcs a bit
Mike Frysinger
2012-05-14
1
-15
/
+19
*
prepstrip: run the log parsing in parallel to file stripping
Mike Frysinger
2012-05-14
1
-5
/
+5
*
multijob_post_fork: simpler handling of return value
Mike Frysinger
2012-05-14
1
-3
/
+1
*
depgraph: send output to stderr when appropriate
Zac Medico
2012-05-14
1
-70
/
+48
*
prepstrip: wait for Pre-stripped check to finish
Zac Medico
2012-05-14
1
-0
/
+3
*
prepstrip: disable parallel for splitdebug, etc..
Zac Medico
2012-05-14
1
-2
/
+17
*
multijob_post_fork: return child status
Zac Medico
2012-05-14
1
-1
/
+3
*
Atom: use a single _get_atom_re() call
Zac Medico
2012-05-13
1
-14
/
+15
*
BlockerCache: use _unicode() for pickled atoms
Zac Medico
2012-05-13
1
-2
/
+2
*
Split out _hide_url_passwd() and use it more.
Zac Medico
2012-05-13
3
-8
/
+12
*
binhost: http auth for python3 (bug #413983)
Zac Medico
2012-05-13
2
-3
/
+44
*
getbinpkg: fix base64 usage for python3
Zac Medico
2012-05-13
1
-4
/
+9
*
tbz2.scan: use finally to close file
Zac Medico
2012-05-13
1
-4
/
+4
*
Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...
Zac Medico
2012-05-13
4
-25
/
+16
*
glsa: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-8
/
+5
*
_sets/security: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-4
/
+4
*
_sets/dbapi: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-9
/
+5
*
portdbapi: don't convert _pkg_str to str
Zac Medico
2012-05-13
1
-1
/
+2
*
dblink: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-5
/
+9
*
dep_check: use _pkg_str + vercmp, not pkgcmp
Zac Medico
2012-05-13
1
-15
/
+21
*
_pkg_str: validate repo (move code from Package)
Zac Medico
2012-05-13
4
-16
/
+15
*
unmerge: use cpv_sort_key instead of pkgcmp
Zac Medico
2012-05-13
1
-10
/
+12
*
_pkg_str: make version -r0 consistent with input
Zac Medico
2012-05-13
1
-1
/
+4
*
cpv_sort_key: use _pkg_str
Zac Medico
2012-05-13
1
-8
/
+18
*
repoman: simplify ebuild sort code
Zac Medico
2012-05-13
1
-11
/
+4
*
egencache: use vercmp instead of pkgcmp
Zac Medico
2012-05-13
1
-3
/
+3
*
best_match_to_list: use _pkg_str
Zac Medico
2012-05-13
1
-7
/
+5
*
match_from_list: avoid multiple meanings of mycpv
Zac Medico
2012-05-13
1
-2
/
+2
*
cpvequal: use _pkg_str
Zac Medico
2012-05-13
2
-10
/
+22
*
_pms_eapi_re: require whitespace before comment
Zac Medico
2012-05-13
1
-1
/
+1
*
match_from_list: preserve input in result
Zac Medico
2012-05-13
1
-4
/
+6
*
Use _pkg_str.version more.
Zac Medico
2012-05-13
1
-4
/
+14
*
Don't cache vercmp results.
Zac Medico
2012-05-13
1
-14
/
+1
*
_pkg_str: add version attribute for comparisons
Zac Medico
2012-05-13
5
-23
/
+34
*
depgraph: minimize match_from_list operations
Zac Medico
2012-05-13
1
-58
/
+64
*
SimpleResolverTestCase: handle PYTHONHASHSEED
Zac Medico
2012-05-12
1
-1
/
+2
*
_pkg_str: add slot and repo attributes
Zac Medico
2012-05-12
9
-40
/
+64
[next]