Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -2/+7 |
| | | | | | | | | Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | ||||
* | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies | 2011-12-13 | 1 | -0/+6 |
| | | | | | The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users | ||||
* | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 1 | -4/+5 |
| | |||||
* | merge with debian/sid | David Kalnischkies | 2011-09-13 | 1 | -0/+1 |
|\ | |||||
| * | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | 2011-08-22 | 1 | -0/+1 |
| | | | | | | invalid in most cases anyway | ||||
* | | add more dpointer placeholders | Michael Vogt | 2011-02-02 | 1 | -0/+3 |
|/ | |||||
* | merge with debian-experimental-ma to get the public policy back | David Kalnischkies | 2010-06-10 | 1 | -1/+1 |
|\ | |||||
| * | * apt-pkg/cachefile.h: | Michael Vogt | 2010-06-10 | 1 | -1/+1 |
| | | | | | | | | - make pkgPolicy public again, libapt-pkg-perl (and probably others) get unhappy without that | ||||
* | | * apt-pkg/cacheset.cc: | David Kalnischkies | 2010-06-10 | 1 | -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 export | David Kalnischkies | 2010-06-04 | 1 | -1/+14 |
| | |||||
* | * apt-pkg/cachefile.{cc,h}: | David Kalnischkies | 2010-06-04 | 1 | -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 Vogt | 2008-01-07 | 1 | -1/+0 |
| | | | | as it does not require a cachefile at all | ||||
* | support optional PulseInterval in ListUpdate | Michael Vogt | 2008-01-04 | 1 | -1/+1 |
| | |||||
* | * merged the apt--DoListUpdate branch, this provides a common interface | Michael Vogt | 2008-01-04 | 1 | -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 Vogt | 2006-06-07 | 1 | -0/+3 |
| | | | | | | | | - move the code that does the work from apt-get.cc to pkgCacheFile::ListUpdate() | ||||
* | | * removed the pragma mess | Michael Vogt | 2006-10-02 | 1 | -3/+0 |
|/ | |||||
* | 'apt-get update' no longer does 'Building Dependency Tree'. | Arch Librarian | 2004-09-20 | 1 | -1/+2 |
| | | | | | | Author: jgg Date: 2002-04-27 04:28:04 GMT 'apt-get update' no longer does 'Building Dependency Tree'. | ||||
* | Join with aliencode | Arch Librarian | 2004-09-20 | 1 | -13/+18 |
| | | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode | ||||
* | Cache operator | Arch Librarian | 2004-09-20 | 1 | -2/+3 |
| | | | | | | Author: jgg Date: 1999-06-27 03:18:28 GMT Cache operator | ||||
* | Added [] operators to cachefile | Arch Librarian | 2004-09-20 | 1 | -2/+4 |
| | | | | | | Author: jgg Date: 1999-06-12 03:43:48 GMT Added [] operators to cachefile | ||||
* | Support for memory-only caching | Arch Librarian | 2004-09-20 | 1 | -0/+48 |
Author: jgg Date: 1999-04-18 06:36:36 GMT Support for memory-only caching |