summaryrefslogtreecommitdiff
path: root/python/cache.cc
AgeCommit message (Collapse)AuthorFilesLines
2005-04-08* started the DepCache.Commit() interface Michael Vogt1-0/+4
2005-03-31* merged with the pkgDepCache treeMichael Vogt1-2/+9
Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-10 * version number is 0.5.36ubuntu1 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-11 * return "None" in GetCandidateVer if no Candidate is found * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-12 * changelog entry * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-13 * never do "DepCache.Init()" implicit * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-14 * reference counting added for Py_None
2005-03-31* debcache has a "Packages" attribute now too (like the cache)Michael Vogt1-9/+1
2005-03-14* basic fetch interface, mostly stubs right nowMichael Vogt1-4/+57
2005-03-09* Implemented OpProgress supportMichael Vogt1-7/+5
2005-02-23* apt_pkg.GetCache() supports a progress callback now tooMichael Vogt1-6/+19
2004-11-24Don't do both depiterator++ and GlobOr; GlobOr incremen...Arch Librarian1-2/+2
Author: mdz Date: 2003-06-03 03:03:23 GMT Don't do both depiterator++ and GlobOr; GlobOr increments the iterator (why?)
2004-11-24Manuel Estrada Sainz's patch to fix memory leak with Tm...Arch Librarian1-3/+32
Author: jgg Date: 2002-07-08 03:24:48 GMT Manuel Estrada Sainz's patch to fix memory leak with TmpGetCache.
2004-11-24Fix g++-3.0 compilation issuesArch Librarian1-34/+34
Author: mdz Date: 2002-02-26 01:36:15 GMT Fix g++-3.0 compilation issues
2004-11-24Changed include pathsArch Librarian1-2/+2
Author: jgg Date: 2002-01-08 06:53:04 GMT Changed include paths
2004-11-24Initial revisionArch Librarian1-0/+731
Author: jgg Date: 2001-02-20 06:32:01 GMT Initial revision