Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-04 | document bug closure | Steve Langasek | |
2011-12-19 | merged from debian-experimental2 | Michael Vogt | |
2011-12-19 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2011-12-11 | - add a ReadLine method | David Kalnischkies | |
- drop the explicit export of gz-compression handling | |||
2011-12-11 | * apt-pkg/cdrom.cc: | David Kalnischkies | |
- support InRelease files on cdrom | |||
2011-12-10 | * apt-pkg/contrib/fileutl.{h,cc}: | David Kalnischkies | |
- implement a ModificationTime method for FileFd | |||
2011-12-10 | * cmdline/apt-config.cc: | David Kalnischkies | |
- dump the APT::Compressor settings correctly and completely | |||
2011-11-28 | merged from debian-experimental2 | Michael Vogt | |
2011-11-28 | revert libapt-common addition because of ↵ | Michael Vogt | |
http://lists.debian.org/debian-devel/2011/11/msg00742.html | |||
2011-11-23 | fix another hickup in the changelog | David Kalnischkies | |
2011-11-23 | merged from debian-experimental | Michael Vogt | |
2011-11-23 | fixup changelog | Michael Vogt | |
2011-11-23 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2011-11-23 | merged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colin | Michael Vogt | |
2011-11-23 | * cmdline/apt-get.cc: | David Kalnischkies | |
- ignore foreign architectures if we check if a provides has only one resolver as it's basically the same for the user, so no need to choose | |||
2011-11-23 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- prefer native providers over foreigns even if the chain is foreign The code preferred real over virtual packages and based on priorities. This is changed in so far that a real package from any arch is preferred over any virtual provider and if priorities doesn't help in choosing the best provider we choose it based on architectures | |||
2011-11-22 | * apt-pkg/cdrom.cc: | Michael Vogt | |
- use aptconfiguration to get the supported compression types | |||
2011-11-22 | merged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colin | Michael Vogt | |
2011-11-22 | fix remaining rename | Michael Vogt | |
2011-11-22 | rename .install to .install.in when needed | Michael Vogt | |
2011-11-22 | merged libapt multiarch enable patch from Colin Watson, many thanks! | Michael Vogt | |
2011-11-21 | apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: ↵ | Julian Andres Klode | |
#649451) | |||
2011-11-11 | - provide a {Package,Version}List similar to {Package,Version}Set | David Kalnischkies | |
* cmdline/apt-{get,cache,mark}.cc: - use Lists instead of Sets if input order should be preserved for commands accepting lists of packages, e.g. policy (Closes: #625960) | |||
2011-11-10 | merged from lp:~mvo/apt/mvo (that has all the changes from ↵ | Michael Vogt | |
debian-experimental2) and resolved a bunch of conflicts | |||
2011-11-09 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- make the cachesets real containers which can embedding any container to be able to use the same interface regardless of set or list usage | |||
2011-11-03 | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | |
- M-A: foreign packages provide for other archs, too | |||
2011-10-31 | do not enter an endless loop for (essential) pre-dependency loops | David Kalnischkies | |
2011-10-30 | * apt-pkg/contrib/sha2_internal.cc: | David Kalnischkies | |
- use a pointer-union to peace gcc strict-aliasing warning | |||
2011-10-30 | merge with my debian-sid branch | David Kalnischkies | |
2011-10-20 | doc/apt-key.8.xml: Ubuntu specific documentation changes (LP: #445903) | Michael Vogt | |
2011-10-19 | releasing version 0.8.16~exp5ubuntu14.1 | Michael Vogt | |
2011-10-19 | releasing version 0.8.16~exp5ubuntu14 | Michael Vogt | |
2011-10-17 | * algorithms.cc: | David Kalnischkies | |
- show a debug why a package was kept by ResolveByKeep() | |||
2011-10-17 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- do not fail on unpacked packages in SmartUnPack, just don't shedule them for unpack, but do all checks and configure them | |||
2011-10-14 | * apt-pkg/pkgcachegen.cc: | Michael Vogt | |
- refactor MergeList by creating -Group, -Package and -Version specialist - share description list between "same" versions (LP: #868977) This also means that descriptions are shared across archives now. * apt-pkg/pkgcache.cc: - always prefer "en" over "" for "en"-language regardless of cache-order (LP: #868977) | |||
2011-10-14 | * apt-pkg/pkgcache.cc: | Michael Vogt | |
- always prefer "en" over "" for "en"-language regardless of cache-order (LP: #868977) | |||
2011-10-14 | cherry pick -r 2184.1.15..2184.1.18 from debian-experimental2 | Michael Vogt | |
2011-10-14 | releasing version 0.8.16~exp7 | Michael Vogt | |
2011-10-14 | merged lp:~donkult/apt/experimental | Michael Vogt | |
2011-10-14 | releasing version 0.8.15.90.8.15.9 | Michael Vogt | |
2011-10-12 | * apt-pkg/pkgcache.cc: | David Kalnischkies | |
- always prefer "en" over "" for "en"-language regardless of cache-order | |||
2011-10-12 | add implicit dependencies needed for Multi-Arch at the time a Version | David Kalnischkies | |
struct is created and not at the end of the cache generation This allows us to be independent from the configured architectures for these kind of conflicts, we get natural progress for free and only the needed dependencies are in th respective binary cache. | |||
2011-10-12 | a version can have only a single md5 for descriptions, so we can optimize | David Kalnischkies | |
the merging with this knowledge a bit and by correctly sharing the lists we only need to have a single description list for possibly many different versions. This also means that description translations are shared between different sources | |||
2011-10-11 | share description list between "same" versions (LP: #868977) | David Kalnischkies | |
2011-10-11 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- refactor MergeList by creating -Group, -Package and -Version specialist | |||
2011-10-06 | releasing version 0.8.16~exp5ubuntu13 | Michael Vogt | |
2011-10-06 | * cmdline/apt-key: | Michael Vogt | |
- fix apt-key net-update, thanks to Marc Deslauriers and Adam Conrad for the code review (LP: #857472) | |||
2011-10-05 | * doc/apt.conf.5.xml: | David Kalnischkies | |
- apply spelling fix by Kevin Lyda, thanks! (Closes: #644104) | |||
2011-10-05 | merge with current debian apt/sid | David Kalnischkies | |
2011-10-05 | cherrypick from my apt/experimental branch | David Kalnischkies | |
* apt-pkg/deb/debmetaindex.cc: - none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787) |