summaryrefslogtreecommitdiff
path: root/apt-pkg/cachefile.h
Commit message (Collapse)AuthorAgeFilesLines
* merge with debian-experimental-ma to get the public policy backDavid Kalnischkies2010-06-101-1/+1
|\
| * * apt-pkg/cachefile.h:Michael Vogt2010-06-101-1/+1
| | | | | | | | - make pkgPolicy public again, libapt-pkg-perl (and probably others) get unhappy without that
* | * apt-pkg/cacheset.cc:David Kalnischkies2010-06-101-2/+6
|/ | | | - get the candidate either from an already built depcache or use the policy which is a bit faster than depcache generation
* store also the SourceList we use internally for exportDavid Kalnischkies2010-06-041-1/+14
|
* * apt-pkg/cachefile.{cc,h}:David Kalnischkies2010-06-041-6/+9
| | | | - split Open() into submethods to be able to build only parts - make the OpProgress optional in the Cache buildprocess
* * move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt2008-01-071-1/+0
| | | | as it does not require a cachefile at all
* support optional PulseInterval in ListUpdateMichael Vogt2008-01-041-1/+1
|
* * merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt2008-01-041-0/+3
|\ | | | | | | for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
| * * apt-pkg/cachefile, cmdline/apt-get.cc:Michael Vogt2006-06-071-0/+3
| | | | | | | | - move the code that does the work from apt-get.cc to pkgCacheFile::ListUpdate()
* | * removed the pragma messMichael Vogt2006-10-021-3/+0
|/
* 'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian2004-09-201-1/+2
| | | | | | Author: jgg Date: 2002-04-27 04:28:04 GMT 'apt-get update' no longer does 'Building Dependency Tree'.
* Join with aliencodeArch Librarian2004-09-201-13/+18
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* Cache operatorArch Librarian2004-09-201-2/+3
| | | | | | Author: jgg Date: 1999-06-27 03:18:28 GMT Cache operator
* Added [] operators to cachefileArch Librarian2004-09-201-2/+4
| | | | | | Author: jgg Date: 1999-06-12 03:43:48 GMT Added [] operators to cachefile
* Support for memory-only cachingArch Librarian2004-09-201-0/+48
Author: jgg Date: 1999-04-18 06:36:36 GMT Support for memory-only caching