portage.git
2007-09-24 Zac MedicoBugs #168772 and #193695 - During unmerge, only ignore...
2007-09-24 Zac MedicoBug #74615 - Quote all file paths inside dispatch-conf...
2007-09-24 Zac MedicoInitialize ${TMP} before registering the die trap so...
2007-09-24 Zac MedicoBug #190179 - Use `prelink --verify filename` to write the
2007-09-24 Zac Medicos/note/not/ reported by p-y.
2007-09-24 Mike Frysingerfix possible information leak vulnerability when doing...
2007-09-24 Mike Frysingertweak get_config() so that it only executes one externa...
2007-09-23 Zac MedicoWhen --deep is not enabled, many dependencies are dicar...
2007-09-23 Zac MedicoIn spawn(), initialize default fd_pipes before doing...
2007-09-22 Zac MedicoFlush stderr and stdout if their file descriptors are...
2007-09-22 Zac MedicoFlush stdout before calling pkg_info() to ensure that...
2007-09-22 Zac MedicoWhen --with-bdeps=y is enabled for built packages,...
2007-09-19 Zac MedicoMask binary packages if their CHOST does not match...
2007-09-18 Zac MedicoBug #190781 - Don't include --oneshot in the options...
2007-09-16 Zac MedicoUse ensure_dirs() and apply_permissions() to avoid...
2007-09-15 Zac MedicoRevert the workaround for bug #192341 since it will...
2007-09-13 Zac MedicoBug #192341 - Make emerge bail out on FreeBSD if the...
2007-09-13 Zac MedicoBug #192346 - The emerge --help shows a -i option that...
2007-09-13 Zac MedicoBug #191645 - Cross-reference the `ebuild --force...
2007-09-13 Zac MedicoAdd some additional notes about the behavior of FEATURE...
2007-09-13 Zac MedicoBug #191645 - Document the --force option.
2007-09-13 Zac MedicoBug #110443 - Add a KEYWORDS.stable check for ebuilds...
2007-09-13 Zac MedicoBug #192321 - Clean dir.old cruft so that they don...
2007-09-12 Zac MedicoBug #191645 - Document the --force option.
2007-09-12 Zac MedicoBug #187795 - remove pointless digest.disjointed and...
2007-09-12 Zac MedicoBug #192195 - In dir_get_list(), append a trailing...
2007-09-12 Zac MedicoCatch errno.ENOTDIR instead of using os.path.isdir().
2007-09-12 Zac MedicoBug #192298 - Handle PermissionDenied error in cache...
2007-09-11 Marius MauchAdjust for r7767
2007-09-11 Marius MauchRemove name from PackageSet, it's pointless as the...
2007-09-09 Alec Warneror I was right the first time :(
2007-09-09 Alec Warnersigh, or, not and
2007-09-08 Alec Warnercompress two loop iterations into one
2007-09-08 Zac MedicoIn depgraph.altlist(), try to merge asap_nodes sooner...
2007-09-08 Zac MedicoFix a typo.
2007-09-08 Zac MedicoBug #190268 - Avoid unwanted sandbox violations in...
2007-09-07 Marius MauchImplement/fix testcases for some PackageSet subclasses
2007-09-07 Marius MauchFix incorrect parse check as value lists in KeyListFile...
2007-09-07 Marius MauchUndo some unwanted changes
2007-09-07 Marius Mauchreturn the full path, not just the filename
2007-09-07 Marius Mauchfix errors in call logic
2007-09-07 Alec WarnerFix minor issues with loaders in the static file loader...
2007-09-07 Alec Warnerdbapi currently depends on being subclassed and having...
2007-09-07 Alec Warnertest news item filtering
2007-09-07 Alec WarnerLast commit added more tests for sets and taught me...
2007-09-07 Alec Warnerfighting with svn over weirdness
2007-09-07 Alec WarnerRewrite testing to use __test__ instead of hardcoded...
2007-09-07 Zac MedicoFor bug #190268, filter SANDBOX_* from the calling...
2007-09-06 Zac MedicoFix a typo.
2007-09-05 Zac MedicoIn the topological sort for merge order, try to avoid...
2007-09-04 Zac MedicoMove the note about not needing pycrypto with python...
2007-08-30 Zac MedicoReformat collision-protect output so that the list...
2007-08-28 Zac MedicoMove some of the less expensive QA checks before dep_ch...
2007-08-28 Zac MedicoConvert myoptions from a list to a dict.
2007-08-28 Zac MedicoSkip the most expensive QA tests when --force in enable...
2007-08-28 Zac MedicoMake the commit message indicate when the --force optio...
2007-08-27 Zac MedicoFix RepoMan's grammar.
2007-08-27 Zac MedicoBug #110443 - Add a KEYWORDS.stable check for ebuilds...
2007-08-27 Zac MedicoAdd a --force option that forces commit to proceed...
2007-08-27 Zac MedicoBug #190406 - Filter the myheaders list so that it...
2007-08-26 Mike Frysingerchange directory to / in case $PWD doesnt exist
2007-08-25 Zac MedicoMove blocker handling from depgraph.create() to select_...
2007-08-25 Zac MedicoBug #190214 - Make the rpm phase use /usr/src/rpm inste...
2007-08-25 Mike Frysingerremove $Id$ as it gives us nothing useful
2007-08-25 Marius MauchRemove pointless information from --info output
2007-08-24 Zac MedicoDon't cache results from match_from_list() since *dbapi...
2007-08-24 Zac MedicoCall config.regenerate() after config.reload() so that...
2007-08-24 Zac MedicoUse a config.reload() method to explicitly reload ...
2007-08-24 Zac MedicoFix another typo.
2007-08-24 Zac MedicoFix a typo.
2007-08-23 Zac MedicoAdd * and ~* to the list of valid values for ACCEPT_KEY...
2007-08-23 Zac MedicoMake depgraph.select_dep() node reuse work when in...
2007-08-23 Zac MedicoBug #189791 - Define EBUILD_PHASE=unpack during the...
2007-08-23 Zac MedicoIn config.regenerate(), skip loading /etc/profile.env...
2007-08-23 Zac MedicoMake depgraph.create() avoid metadata lookups for binar...
2007-08-23 Zac MedicoBug #189791 - Send errors to /dev/null when debug-print...
2007-08-23 Zac MedicoFix a typo from r7663.
2007-08-22 Zac MedicoUse INFORM to colorize the package name.
2007-08-22 Zac MedicoPrevent output from being flushed to the console too...
2007-08-22 Zac MedicoSkip --newuse checks for nodes that have already been...
2007-08-22 Zac MedicoMake depgraph.select_dep() reuse cached metadata from...
2007-08-22 Zac MedicoFix update_dbentry() to process version components...
2007-08-22 Zac MedicoMake best() return early when it's only given one packages.
2007-08-22 Zac MedicoPass complete package metadata from depgraph.select_dep...
2007-08-22 Zac MedicoBug #188703 - Don't adjust permissions in ${T} unless...
2007-08-22 Zac MedicoMake --info detect more /etc/*-release files as suggest...
2007-08-22 Zac MedicoSend cache hit/miss status updates to stdout instead...
2007-08-22 Zac MedicoShow cache miss/hit counts all on one line, using ...
2007-08-22 Zac MedicoBug #189743 - Add .jpeg to the list of extensions suppo...
2007-08-21 Alec WarnerTry harder to figure out what OS we are running
2007-08-21 Zac MedicoJust use os.listdir() since portage.listdir() is unnece...
2007-08-19 Zac MedicoFix ACCEPT_KEYWORDS validation so that ** is valid.
2007-08-17 Mike Frysingerfilter out kernel modules from ELF QA checks #184443
2007-08-17 Mike Frysingerremove "risky" message about -O2
2007-08-17 Zac MedicoFor bug #189219, use pkgcmp() to sort versions in selec...
2007-08-16 Zac MedicoMake etc-update copy owner and group bits when it merge...
2007-08-16 Mike Frysingermake -f/-F distinction clearer
2007-08-16 Zac MedicoFix existing_node logic inside depgraph.create().
2007-08-16 Zac MedicoCombine 2 locations in depgraph.create() where nodes...
2007-08-16 Zac MedicoAlways assign higher priority to dependencies on packag...
next