summaryrefslogtreecommitdiff
path: root/apt-pkg/cachefile.cc
Commit message (Collapse)AuthorAgeFilesLines
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
|
* merge with debian/sidDavid Kalnischkies2011-09-131-0/+14
|\
| * remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-221-0/+14
| | | | | | invalid in most cases anyway
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+3
|/
* fix the gcc warning about the initialisation order of variables causedDavid Kalnischkies2010-06-191-1/+1
| | | | by moving Policy to public again (and therefore after SrcList)
* store also the SourceList we use internally for exportDavid Kalnischkies2010-06-041-12/+46
|
* * apt-pkg/cachefile.{cc,h}:David Kalnischkies2010-06-041-14/+36
| | | | - split Open() into submethods to be able to build only parts - make the OpProgress optional in the Cache buildprocess
* display warnings instead of errors if the parts dirs doesn't existDavid Kalnischkies2009-07-151-1/+3
| | | | | Parts dirs are /etc/apt/{sources.list,apt.conf,preferences}.d (in the default setup)
* merge with lp:~mvo/apt/debian-sidDavid Kalnischkies2009-07-151-1/+1
|\
| * Support /etc/apt/preferences.d (Closes: #535512)Julian Andres Klode2009-07-061-1/+1
| |
* | add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-3/+0
|/
* * move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt2008-01-071-74/+0
| | | | as it does not require a cachefile at all
* support optional PulseInterval in ListUpdateMichael Vogt2008-01-041-3/+11
|
* * merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt2008-01-041-0/+69
|\ | | | | | | for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
| * * apt-pkg/deb/dpkgpm.cc, apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2006-06-071-0/+6
| | | | | | | | | | | | - move the RunScripts() code into fileutl.{cc,h} * apt-pkg/cachefile.cc: - add support for "APT::Update::{Pre,Post}-Invoke" scripts
| * * apt-pkg/cachefile, cmdline/apt-get.cc:Michael Vogt2006-06-071-0/+46
| | | | | | | | - move the code that does the work from apt-get.cc to pkgCacheFile::ListUpdate()
* | * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
|/
* 'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian2004-09-201-3/+13
| | | | | | Author: jgg Date: 2002-04-27 04:28:04 GMT 'apt-get update' no longer does 'Building Dependency Tree'.
* Various bug fixesArch Librarian2004-09-201-1/+4
| | | | | | Author: jgg Date: 2001-07-01 20:49:08 GMT Various bug fixes
* Alfredo's vendor stuffArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-03-13 06:51:46 GMT Alfredo's vendor stuff
* Join with aliencodeArch Librarian2004-09-201-34/+56
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* Various minor bug fixesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-06-24 04:06:30 GMT Various minor bug fixes
* Fixed a typoArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-05-04 20:09:48 GMT Fixed a typo
* Made apt-cache regenerate its cache in memoryArch Librarian2004-09-201-3/+2
| | | | | | Author: jgg Date: 1999-04-19 02:35:38 GMT Made apt-cache regenerate its cache in memory
* Support for memory-only cachingArch Librarian2004-09-201-0/+96
Author: jgg Date: 1999-04-18 06:36:36 GMT Support for memory-only caching