summaryrefslogtreecommitdiffstats
path: root/pym/cache/metadata_overlay.py
Commit message (Expand)AuthorAgeFilesLines
* Namespace sanitizing, step 1Marius Mauch2007-01-251-105/+0
* For forward compatibility, make metadata_overlay pass any additional position...Zac Medico2006-12-231-2/+5
* Make metadata_overlay use the autocommits attribute of the underlying database.Zac Medico2006-12-231-1/+1
* Pass a cache instance into metadata_overlay since it doesn't have enough info...Zac Medico2006-12-231-3/+6
* When an unprivileged user runs portage (not in the portage group), use metada...Zac Medico2006-12-221-1/+4
* More intelligently handle CacheCorruption errors in the writable cache.Zac Medico2006-12-201-0/+4
* Reverse the relationship between __contains__ and has_key in all cache classe...Zac Medico2006-10-261-1/+1
* Replace relative imports with absolute imports for forward compatibility with...Zac Medico2006-09-181-3/+3
* Make it easy to pass alternative cache implementations into the constructor a...Zac Medico2006-06-201-1/+2
* Use get() to simplify setitem logic as suggested by Brian Harring.Zac Medico2006-06-201-12/+10
* Fix it so that values are properly saved in the writable layer. Previously t...Zac Medico2006-06-201-1/+3
* Add a new cache.metadata_overlay module that layers a writable cache over a r...Zac Medico2006-02-261-0/+91