summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/vartree.py
Commit message (Expand)AuthorAgeFilesLines
* More namespace fixes.Zac Medico2007-05-221-2/+2
* Fix namespace for S_ISUID and S_ISGID.Zac Medico2007-05-221-1/+1
* - cleaner version of the hardlink basic suid protection. actually check that ...Ned Ludd2007-05-221-5/+6
* Add a missing newline to the writemsg output.Zac Medico2007-05-211-1/+2
* - blind chmod 0 before unlinking files to avoid anybody doing sneaky stuff vi...Ned Ludd2007-05-211-0/+4
* Fall back to pickle if cPickle is unavailable. Thanks to Michael Haubenwalln...Zac Medico2007-05-181-1/+5
* Add registration support for preserved library objects, move the library->con...Marius Mauch2007-05-181-44/+154
* Efficiently recycle partial valid vdb cache when possible. This reduces disk...Zac Medico2007-04-101-4/+7
* Cache NEEDED in order to optimize update_library_map() calls.Zac Medico2007-04-091-1/+1
* Never use listdir with both recursion=True and followSymlinks=True since it c...Zac Medico2007-03-181-2/+2
* Fix a utime call to prevent a timestamp collision for bug #171117.Zac Medico2007-03-161-2/+2
* For bug #171117, ensure that the new and old config have different timestamps...Zac Medico2007-03-161-1/+7
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-101-3/+4
* Fix misplaced [1]Zac Medico2007-03-011-1/+1
* For bug #168823, fix broken except statement syntax that prevents the ValueEr...Zac Medico2007-03-011-1/+1
* Fix "NameError: global name 'myfilelist' is not defined" when collision-prote...Zac Medico2007-02-221-2/+2
* set.remove() returns None, so can't use it in a function callMarius Mauch2007-02-181-1/+1
* Move preserve-libs and collision-protect code from treewalk() into their own ...Marius Mauch2007-02-181-117/+131
* extend check for internal references, should remove all libs that are only us...Marius Mauch2007-02-181-6/+25
* Move reverse NEEDED cache into CACHE_PATH and use a more descriptive nameMarius Mauch2007-02-181-2/+2
* Ignore compiled files.Marius Mauch2007-02-171-3/+89
* Fix missing imports.Zac Medico2007-02-131-3/+3
* Make subpackage naming consistentMarius Mauch2007-02-111-1/+2
* Use the real symbols in import statements, not the references in __init__.pyMarius Mauch2007-02-111-12/+14
* Add missing VDB_PATH to fix vardbapi.aux_get() breakage.Zac Medico2007-02-101-1/+1
* Fix vardb.cpv_all() breakage.Zac Medico2007-02-101-2/+1
* Break a recursive loop.Zac Medico2007-02-101-1/+1
* remove broken dblink importZac Medico2007-02-101-1/+1
* fix syntaxZac Medico2007-02-101-1/+1
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-101-0/+1837