portage.git
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...
2006-02-09 Zac Medicoadd new atomic_ofstream class for safer writes
2006-02-08 Brian HarringcPickle import protection; fall back to pickle if cPick...
2006-02-08 Mike Frysingerfix whitespace breakage introduced by writemsg_stdout...
2006-02-07 Jason StubbsRemove references to --verbose and --quiet in depgraph...
2006-02-06 Zac Medicowrap all relevant atexit usage due to incompatibility...
2006-02-06 Brian Harringuse sys.argv[0] for the path to emerge rather then...
2006-02-06 Zac Medicowhen emerge restarts itself, make /usr/lib/portage...
2006-02-06 Marien ZwartMake sure confcache files are writable by the portage...
2006-02-05 Zac Medicoadd CATEGORY to ebuild.5 and declare it readonly in...
2006-02-05 Zac Medicodo commit_mtimedb() after each merge for bug 100300
2006-02-05 Zac Medicoremove outdated "You may avoid the remerging of package...
2006-02-05 Zac Medicoreplace existing "restarting emerge via exec()" functio...
2006-02-05 Mike Frysingerdocument more stuff
2006-02-05 Mike Frysingermention mirror, not nomirror
2006-02-04 Brian Harringaparently someone never heard of rstrip...
2006-02-04 Alec WarnerAdding a comment about normpath, and why we use our...
2006-02-04 Zac Medicoremove stray quote introduced in revision 2645
2006-02-04 Mike Frysingertouchup code like dosym
2006-02-04 Mike Frysingersend error to stderr
2006-02-04 Mike Frysingeruse much simpler code as inspired by agriffis' fowners...
2006-02-04 Mike Frysingercleanup code and handle errors better as Simon Stelling...
2006-02-04 Mike Frysingertouchup code so we handle errors better
2006-02-04 Mike Frysingertouchup code so we handle errors better
2006-02-04 Mike Frysingertouchup code so we handle errors better
2006-02-04 Mike FrysingerSimon Stelling writes in Bug 121317:
2006-02-04 Jason StubbsRemove all bug references
2006-02-04 Jason StubbsAdd back emerge list header hiding when --quiet is...
2006-02-03 Alec WarnerFix bug #86067. Thanks to J\xc3\xbcrgen H\xc3\xb6tzel...
2006-02-03 Alec WarnerFix for bug #119049
2006-02-03 Alec WarnerShout out to RiverRat for reporting, fixup the output...
2006-02-03 Alec WarnerMinor fixups with spelling, Thanks to Benno Schulenberg...
2006-02-03 Alec WarnerThis should have been excluded...
2006-02-03 Alec WarnerThanks to Benno Schulenberg <benno@nietvergeten.nl...
2006-02-03 Brian Harringconfcache updates...
2006-02-03 Brian Harringconfcache make.conf example...
2006-02-03 Brian HarringFEATURES="confcache" addition
2006-02-03 Brian Harringconfcache, baby.
2006-02-03 Mike Frysingergrab some fixes from prepstrip script
2006-02-03 Mike Frysingerstyle touchups
2006-02-03 Mike Frysingerexit with proper status rather than always 0
2006-02-03 Mike Frysingers/cronological/chronological/ for you anal peeps
2006-02-02 Alec WarnerRevert change in -r2611, re-opening bug 121106. The...
2006-02-02 Brian Harringoptional tarsync integration; thanks to Johannes Fahren...
2006-02-02 Brian Harringadded PORTAGE_NICENESS support.
2006-02-02 Brian Harringbug #116681 , better handling of MULTILIB_STRICT_EXEMPT
2006-02-01 Mike Frysingertouchup syntax/output of new $D/$D check
2006-02-01 Ned Ludd- portage allows installing files into ${D}/${D}. Simon...
next