In vardbapi.aux_get(), don't mark cacheed metadata invalid just because
[portage.git] / pym / portage / dbapi / vartree.py
2008-05-20 Zac MedicoIn vardbapi.aux_get(), don't mark cacheed metadata...
2008-05-20 Zac MedicoInside vardbapi.aux_get(), do more validation on the...
2008-05-19 Zac MedicoFix vardbapi.aux_get() logic so that it will correctly...
2008-05-18 Zac MedicoTweak vardbapi.aux_get() cache logic a bit.
2008-05-18 Zac Medico* To avoid excessive IO on each call to LinkageMap...
2008-05-13 Marius Mauchignore consumers from the current package instance...
2008-05-09 Zac MedicoFor the "blockers" parameter that's passed into the...
2008-05-08 Zac MedicoMake some confmem behavior modifications in order to...
2008-05-08 Zac MedicoDon't use try/finally to close atomic_ofstream since...
2008-05-08 Zac MedicoInstead of doing automatic uninstalls in advance, insta...
2008-05-05 Zac MedicoUse vardbapi._excluded_dirs to filter results inside...
2008-05-05 Zac MedicoAdd -MERGING-.* to vardbapi._excluded_dirs.
2008-05-05 Zac Medico* In vardbapi.cpv_all() use catpkgsplit() for validatio...
2008-05-05 Zac MedicoHandle a potential InvalidData exception in vardbapi...
2008-05-05 Marius Mauchfix preserve_libs logic to properly account for the... v2.2_pre6
2008-05-05 Zac MedicoBug #220171 - Filter out 'lost+found' directories in...
2008-05-04 Marius Mauchactually remove libraries that aren't strictly needed...
2008-05-04 Marius Mauchremove NEEDED from list of metadata variables (and...
2008-05-04 Marius Mauchremove obsolete class
2008-05-02 Marius Mauchrename NEEDED.2 to NEEDED.ELF.2 to allow other ABI...
2008-05-02 Marius Mauchfix typo
2008-05-02 Marius Mauchuse special symlink comparison code (original patch...
2008-05-02 Marius Mauchv2 of FEATURES=preserved-libs, using LinkageMap instead...
2008-04-28 Zac MedicoFor bug #211833, be explicit that the pkg_prerm() and...
2008-04-28 Zac MedicoAs suggested by Chr. Schaefer in bug #211833, comment...
2008-04-28 Zac MedicoTry to format the elog message better for bug #211833...
2008-04-28 Zac MedicoBug #211833 - When an ebuild removal phase fails, notif...
2008-04-26 Marius Mauchadd LibraryPackageMap replacement using NEEDED.2 files
2008-04-25 Marius Mauchremove debug output
2008-04-25 Marius Mauchas NEEDED files don't conain enough formation for e...
2008-04-15 Zac MedicoInside dblink.unmerge(), call self.updateprotect()...
2008-04-14 Zac MedicoFix issues with an empty string being passed into
2008-04-13 Marius Mauchfix check for other lib copies to properly exclude...
2008-04-06 Marius Mauchonly preserve libraries if no copy exists in the libary...
2008-04-05 Zac MedicoIn dbapi.move_ent(), never assume that any of the expec...
2008-03-30 Zac MedicoWhen dblink.treewalk() queries for other packages in...
2008-03-30 Zac MedicoMove the AUTOCLEAN code into dblink.treewalk since...
2008-03-03 Marius Mauchdon't list files as being merged when they are ignored...
2008-03-02 Marius Mauchremove FEATURES=livecvsportage
2008-03-02 Marius Mauchundo registrations of preserved libraries if the merge...
2008-02-26 Zac MedicoBug #211365 - Use catpkgsplit() instead of pkgsplit...
2008-02-21 Zac MedicoMake LibraryPackageMap.update() sort the contents of...
2008-02-21 Zac MedicoOptimize dblink.isowner() to use fewer stat calls by...
2008-02-19 Zac MedicoMake PreservedLibsRegistry.store() use atomic_ofstream...
2008-02-16 Zac MedicoAdd missing % x (bug #208946, comment #2).
2008-02-07 Zac MedicoBug #155993 - Update environment.bz2 after postinst...
2008-02-05 Marius Mauchdon't try to copy manually removed libraries (bug ...
2008-01-30 Zac Medicouse strip(os.sep) on paths prior to os.path.join (branc...
2008-01-11 Zac MedicoBug #205318 - Handle errno.ENOTDIR thrown from the...
2007-12-29 Zac MedicoMake the global counter file correspond to
2007-12-29 Zac Medico* Initialize dbapi._categories = None so that we can...
2007-12-28 Zac MedicoMake dep_expand() stop relying on having a categories...
2007-12-28 Zac MedicoJust ignore it when the global counter file does not...
2007-12-25 Zac MedicoFix "Initializing counter" message to show the correct...
2007-12-25 Zac MedicoBug #203090 - Do not trust the global counter
2007-12-21 Zac MedicoMake vardbapi cache DESCRIPTION and HOMEPAGE in order...
2007-12-20 Zac MedicoFor simplicity and consistency, always use a regular...
2007-12-20 Zac MedicoFix portdbapi.cp_list() so that it can cope with a
2007-12-20 Zac MedicoMake vartree.cpv_all() stop relying on having a categories
2007-12-04 Marius Mauchmake sure we only remove files that were previously...
2007-12-03 Zac MedicoRemove redundant config.load_infodir() calls from
2007-12-03 Zac Medico* Don't load the CATEGORY in config.load_infodir()...
2007-12-03 Zac MedicoBug #201090 - When portage creates a temp PORTAGE_BIN_P...
2007-12-03 Marius Mauchimplement the final part of FEATURES=preserved-libs...
2007-12-02 Zac MedicoSynchronize self-reinstallation logic so that emerge...
2007-12-02 Zac MedicoIn dblink.treewalk(), tweak the "Safely unmerging
2007-11-29 Zac MedicoWhen portage reinstalls itself, pre-load elog modules in
2007-11-29 Zac MedicoDon't modify sys.path inside dblink.merge() because...
2007-11-29 Zac MedicoWhen portage reinstalls itself, copy both the bin and pym
2007-11-29 Zac MedicoIn dblink.treewalk(), make portage unmerge multiple...
2007-11-29 Zac MedicoMake dblink.treewalk() properly delete the installed...
2007-11-28 Zac MedicoIf portage is reinstalling itself, create a temporary
2007-11-28 Zac MedicoDisable PORTAGE_PACKAGE_EMPTY_ABORT by default since
2007-11-28 Zac MedicoAdd a sanity check in dblink.treewalk() so that a broke...
2007-11-21 Zac MedicoGenerate an eerror elog message when an ebuild prerm or
2007-11-18 Zac MedicoFix NEEDED logic in vardbapi.aux_get() so that empty
2007-11-17 Zac MedicoClean up vardbapi.counter_tick_core() and replace shell...
2007-11-16 Zac MedicoSpeed up LibraryPackageMap.update() by pulling NEEDED...
2007-11-16 Zac MedicoBug #199311 - Make dblink.getcontents() show the path...
2007-11-03 Zac MedicoBug #197797 - Do not actively clear o+rx permission...
2007-11-02 Zac MedicoMake sure vardbapi.cp_list() always sorts the results.
2007-10-29 Zac MedicoUse rstrip("\n") to remove trailing newlines from
2007-10-29 Zac MedicoRewrite the dblink.getcontents() code to use str.split...
2007-10-28 Zac MedicoSort all dbapi.cp_list() results in ascending order and
2007-10-25 Zac MedicoCorrect expected split counts for CONTENTS lines.
2007-10-25 Zac MedicoHandle a potential IndexError.
2007-10-25 Zac MedicoRemove obsolete whitespace handling code for "obj"...
2007-10-25 Zac MedicoHandle multiple consecutive spaces in filenames as per
2007-10-23 Zac MedicoDon't show the "checking files for package collisions...
2007-10-19 Zac MedicoPass the whole cpv to elog instead of just ${PF}.
2007-10-19 Marius MauchUse the python version of eerror
2007-10-18 Zac MedicoHandle EnvironmentError instead of OSError since open()
2007-10-18 Zac MedicoBug #195375 - Make dblink.treewalk() read inforoot...
2007-10-18 Zac MedicoAdjust quote usage in collision-protect eerror
2007-10-18 Zac MedicoFix collision-protect so that it properly cancels the
2007-10-17 Zac MedicoFix the normalize_needed regex to properly match //
2007-10-17 Zac MedicoBug #196043 - Unify the ouput handling for file collisions
2007-10-17 Zac MedicoAdd missing "to" to fix grammer.
2007-10-17 Zac MedicoBug #196043 - Update the file collision ewarn notice
2007-10-17 Zac MedicoOptimize dblink.isowner() to use fewer stat calls by
next