portage.git
2006-02-27 Zac MedicoMake sure myopts does not contain duplicate options...
2006-02-26 Zac MedicoUse rstrip("\n") instead of -1 index to safely remove...
2006-02-26 Zac MedicoAdd a new cache.metadata_overlay module that layers...
2006-02-26 Zac MedicoAdd some docs for metadata-transfer in make.conf.exampl...
2006-02-26 Zac MedicoFix 'Bad file descriptor' error with hardlink locking...
2006-02-26 Zac MedicoMake `emerge --metadata` work even when metadata-transf...
2006-02-26 Zac MedicoMake the post-sync metadata-transfer a FEATURE so that...
2006-02-26 Zac MedicoOnly write known keys in flat_hash cache entries (filte...
2006-02-26 Zac MedicoFix cache.metadata.database so that it correctly remove...
2006-02-26 Zac MedicoMake complete_eclass_entries variable name consistent...
2006-02-25 Alec WarnerKilling some old code that is never executed.
2006-02-25 Alec WarnerAdd a message to advise deleting corrupted binary packa...
2006-02-25 Alec WarnerAdding a new exception class.
2006-02-24 Mike Frysingermove the err/warn funcs together
2006-02-23 Alec WarnerFix a missing parenthesis.
2006-02-23 Alec WarnerFix typo, profile instead of profiles
2006-02-23 Alec Warnerupdate release notes
2006-02-23 Alec WarnerKill inject for good.
2006-02-23 Alec WarnerRemove inject from the manpage. Bug # 120429.
2006-02-23 Zac MedicoAdd NOCOLOR support to bin/ebuild for bug 78701.
2006-02-23 Mike Frysingerremove code that is duplicated in prepstrip
2006-02-23 Mike Frysingerupdate syntax/style
2006-02-23 Mike Frysingerwarn if we were given a non-existent dir
2006-02-23 Mike Frysingersimply code to break down arguments to prepman
2006-02-23 Mike Frysingerdont warn in manpage exists but is empty
2006-02-23 Mike Frysingerdisable compression in doman, just let `prepman` handle it
2006-02-23 Mike Frysingerupdate syntax and add error checking #121317 by Simon...
2006-02-23 Zac MedicoRevert emergelog output change from revision 2641 to...
2006-02-22 Zac MedicoPrevent output of '*' characters when there are no...
2006-02-22 Alec WarnerSuggestion from Brian Harring to remove extra processin...
2006-02-21 Zac MedicoFix typo from revision 2758. v2.1_pre5_2760 v2.1_pre5_2761
2006-02-21 Zac MedicoValidate the names of update files in order to filter...
2006-02-21 Zac MedicoSome news and release notes for 2.1_pre5.
2006-02-21 Zac MedicoPatch by Ed Catmur to add "gnome" to legal_terms in...
2006-02-21 Zac MedicoPatch by marienz to generate default_xterm_title just...
2006-02-20 Mike Frysingerenable exec stack scanning on ppc64
2006-02-20 Zac MedicoRemove temporary file usage from move_ent and move_slot...
2006-02-19 Zac MedicoRemove temporary file usage from fixpackages update_ent...
2006-02-19 Zac MedicoAdd a tbz2.get_data() method that returns the xpak...
2006-02-19 Zac MedicoSplit out 2 reusable functions from fixdbentries and...
2006-02-19 Zac MedicoIn order do avoid the need for temporary files, add...
2006-02-19 Zac MedicoIn order do avoid the need for temporary files, add...
2006-02-19 Marius Mauchupdate release notes regarding deprecated stuff
2006-02-19 Marius Mauchmore obsolete stuff, qa is in ebuild.sh now
2006-02-19 Marius Mauchthis stuff was supposed to be dead for ages
2006-02-19 Zac MedicoFix problem with /var/tmp/tbz2/tbz2 directory for bug...
2006-02-19 Marius Mauchdeprecate 'emerge action' syntax in favor of 'emerge...
2006-02-19 Marius Mauchremove documentation on --upgradeonly
2006-02-19 Marius Mauchfinally remove --rsync
2006-02-19 Marius Mauchfinally remove --upgradeonly
2006-02-19 Zac MedicoUpdate the mtimedb only after the updates have been...
2006-02-19 Zac MedicoSplit move_ent calls from do_upgrade() and do them...
2006-02-19 Zac MedicoFix 2 typos from revision 2735.
2006-02-18 Zac MedicoClean up do_upgrade() and add atom validation.
2006-02-18 Zac MedicoSplit the config file updates from do_upgrade into...
2006-02-18 Zac MedicoCreate a global_updates() function in order to remove...
2006-02-18 Zac MedicoConsider global updates that proceed quickly as a singl...
2006-02-18 Zac MedicoSplit out a vardbapi.update_ents() method and leave...
2006-02-18 Zac MedicoAdd a cleanup() method to xpak.tbz2 and do a sanity...
2006-02-18 Zac MedicoAdd a return value to fixdbentries that indicates wheth...
2006-02-17 Zac MedicoFilter out some more invalid updates before fixpackages...
2006-02-17 Zac MedicoBring back myline variable inside do_upgrade because...
2006-02-17 Zac MedicoStore split lines in myupd so that they don't need...
2006-02-17 Zac MedicoOptimize fixpackages to do all updates in one big batch...
2006-02-17 Zac MedicoMake fixdbentries operate on an iterable instead of...
2006-02-17 Zac Medicooptimize fixpackages (update_ents) to feed batched...
2006-02-17 Zac Medicooptimize fixdbentries by enabling it to process package...
2006-02-17 Zac Medicoremove invalid package moves from myupd so that fixpack...
2006-02-16 Marius MauchAdd basic sanity check for global update entries
2006-02-16 Brian Harringgeneralize the BSD checks.
2006-02-16 Mike FrysingerRobert Sebastian Gerus: add support for DragonFly ...
2006-02-15 Zac Medicofix case where myfd == None (regression from revision...
2006-02-15 Zac Medicofix a race and prevent unlinking of a file locked by...
2006-02-15 Brian Harringsilence extdebug errors when on bash2; it's handled...
2006-02-14 Zac Medicofix race condition for bug 121819 by using os.fstat...
2006-02-14 Mike Frysingerget rid of pointless whitespace
2006-02-14 Mike Frysingercleanup output and syntax, make sure we exit with non...
2006-02-14 Mike Frysingeradd support for ROOT by Joel Martin #122728
2006-02-13 Marius MauchMake repoman ebuild.invalidname message a bit more...
2006-02-13 Zac Medicomisc atomic_ofstream and write_atomic updates in portage.py
2006-02-12 Zac Medicouse write_atomic for move_ent CATEGORY updates
2006-02-12 Marius Mauchfix dirsonly handling in listdir
2006-02-12 Zac Medicouse write_atomic for fixdbentries
2006-02-12 Zac Medicofix perform_checksum.perform_checksum() so that it...
2006-02-12 Zac Medicoadd a new emerge --ignore-default-opts option for bug...
2006-02-12 Zac Medicocatch possible ENOENT error from portage_checksum.perfo...
2006-02-12 Zac Medicoimport errno at the top of portage.py
2006-02-11 Ned Ludd- add portage to MULTILIB_STRICT_EXEMPT
2006-02-11 Zac Medicofix typo for bug 111098 (patch by andre@fluffyspider...
2006-02-10 Zac Medicouse cached stat and lstat results to minimize the numbe...
2006-02-10 Zac Medicoavoid unnecessary stat by catching ENOENT error instead...
2006-02-10 Zac Medicofix KeyError: '.' in dblink.unmerge() from bug 100479
2006-02-10 Zac Medicomake repoman obey NOCOLOR for bug 77566 (patch by antarus)
2006-02-09 Zac Medicofor each fetch ensure correct permissions on both ...
2006-02-09 Zac Medicouse write_atomic for the counter file
2006-02-09 Zac Medicouse getattr instead of hasattr for detection of base...
2006-02-09 Mike Frysingereat the parent process with exec, YUM
2006-02-09 Mike Frysingertouchup style
2006-02-09 Zac Medicouse atomic_ofstream for mtimedb commits
2006-02-09 Zac Medicouse new write_atomic() function for all world file...
next