summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize stdout_spinner.update() methods so that they don'tZac Medico2007-11-021-3/+22
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-021-2/+5
* Optimize repoman visibility checks to access as littleZac Medico2007-11-022-9/+66
* Optimize repoman to share portdbapi.cp_list() resultsZac Medico2007-11-021-0/+3
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-11-021-15/+59
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-11-021-102/+156
* Rewrite the dblink.getcontents() code to use str.split(" ")Zac Medico2007-11-021-23/+48
* If the title string is too big then xtermTitle() canZac Medico2007-11-021-0/+5
* Make world atoms non-greedy for SLOTs in action_depclean()Zac Medico2007-11-021-71/+1
* protect variables specified in PROFILE_ONLY_VARIABLES fromZac Medico2007-11-023-3/+19
* Don't show the "checking files for package collisions" messagev2.1.3.16Zac Medico2007-10-231-2/+3
* Fix the version Id tag. (trunk r8243)Zac Medico2007-10-231-3/+2
* Fix config.setinst() to return early when the givenZac Medico2007-10-231-0/+3
* Remove a redundant self.treeVirtuals deepcopy from theZac Medico2007-10-231-2/+1
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-231-1/+20
* In depgraph.create(), if a direct circular dependency isZac Medico2007-10-221-6/+9
* Fix portage_exception namespace typo.Zac Medico2007-10-221-1/+1
* Remove slashes that cause problems when unpacking files withZac Medico2007-10-221-4/+4
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-223-8/+22
* In depgraph.create(), don't ignore direct circular dependenciesZac Medico2007-10-222-40/+35
* Bug #196680 - Handle a CacheError inside mirror_cache() whenZac Medico2007-10-221-0/+4
* Bug #196537 - Make portageq check that the <root> parameterZac Medico2007-10-211-7/+13
* Handle EnvironmentError instead of OSError since open()Zac Medico2007-10-181-4/+8
* Bug #195375 - Make dblink.treewalk() read inforoot/SLOT sinceZac Medico2007-10-181-1/+17
* Adjust quote usage in collision-protect eerrorZac Medico2007-10-181-3/+3
* Fix collision-protect so that it properly cancels theZac Medico2007-10-181-22/+26
* Fix the normalize_needed regex to properly match //Zac Medico2007-10-171-1/+1
* Bug #196043 - Unify the ouput handling for file collisionsZac Medico2007-10-171-52/+54
* Always unlink the .installed flag prior to merge sinceZac Medico2007-10-171-1/+1
* Add missing "to" to fix grammar. (trunk r8161)Zac Medico2007-10-171-1/+2
* Bug #196043 - Update the file collision ewarn noticeZac Medico2007-10-171-9/+15
* Bug #196043 - Implement a `portageq owners <root> [<filename>]+`Zac Medico2007-10-171-1/+66
* Optimize dblink.isowner() to use fewer stat calls byZac Medico2007-10-171-15/+38
* Fix a typo.Zac Medico2007-10-171-1/+1
* In dblink.getcontents(), use a regular expression to detectZac Medico2007-10-171-3/+14
* Fix --help summary so that "commit" mode shows. (trunk r8140)Zac Medico2007-10-151-1/+1
* Update emacs and vim docs to reference NOTE_2. (trunk r8138)Zac Medico2007-10-151-3/+3
* Update NOTE_2 to document proper use of the using_editorZac Medico2007-10-151-1/+2
* Bug #195949 - Add one more using_editor conditional forZac Medico2007-10-151-2/+10
* Bug #195949 - Use a different diff_command sanity checkZac Medico2007-10-151-7/+14
* Document the "manifest" mode. (trunk r8126)Zac Medico2007-10-151-0/+3
* Sort the modes in the repoman --help output. (trunk r8125)Zac Medico2007-10-151-0/+3
* Remove the checks for files in symlinked directoriesZac Medico2007-10-151-12/+3
* In some cases, openpty can be slow when it fails. Therefore,Zac Medico2007-10-131-7/+16
* Avoid an error message from find when "${D}"/usr/shareZac Medico2007-10-131-1/+1
* In the file collision eerror output, don't colorize theZac Medico2007-10-131-3/+2
* Handle the PortageException that can be raised fromZac Medico2007-10-131-1/+6
* Make the file collision eerror message less verboseZac Medico2007-10-131-9/+11
* In dblink.treewalk(), use os.walk() instead of portage.listdir()Zac Medico2007-10-131-13/+21
* Bug #195370 - Filter some more bogus matches due toZac Medico2007-10-121-1/+5