Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-30 | merge with my debian-sid branch | David Kalnischkies | |
2011-10-05 | cmdline/apt-key: use MASTER instead of MASTER_KEYRING as the former is the ↵ | Michael Vogt | |
argument of the function | |||
2011-10-05 | cmdline/apt-key: fix --check-sigs to ensure that the signature can verify ↵ | Michael Vogt | |
and also add master keyring to ensure that we can actually verify the signature | |||
2011-10-05 | cmdline/apt-key: use --output instead of the the pipe and import, thanks to ↵ | Michael Vogt | |
mdeslaur and infinity for the code review | |||
2011-10-05 | cmdline/apt-key: move ADDED into the right place, thanks to Marc Deslauriers | Michael Vogt | |
2011-10-04 | export/import keys one-by-one | Michael Vogt | |
2011-10-04 | cmdline/apt-key: use --verify-sigs instead of --list-sigs | Michael Vogt | |
2011-09-27 | fix apt-key net-update by erroring out if there are any duplicated keys in ↵ | Michael Vogt | |
master-keyring and add-keyring (see lp #857472) and add regression test | |||
2011-09-22 | merge disable apt-key net-update | Michael Vogt | |
2011-09-20 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- use std::vector instead of fixed size arrays to store args and multiarch-packagename strings - load the dpkg base arguments only one time and reuse them later * cmdline/apt-get.cc: - follow Provides in the evaluation of saving candidates, too, for statisfying garbage package dependencies (Closes: #640590) * apt-pkg/algorithms.cc: - if a package is garbage, don't try to save it with FixByInstall | |||
2011-09-20 | * cmdline/apt-get.cc: | David Kalnischkies | |
- follow Provides in the evaluation of saving candidates, too, for statisfying garbage package dependencies (Closes: #640590) | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-13 | merge with debian/sid | David Kalnischkies | |
2011-09-13 | merge with debian/experimental | David Kalnischkies | |
2011-09-13 | * cherry pick r2165 from lp:~donkult/apt/sid: | Michael Vogt | |
* cmdline/apt-get.cc: - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155) | |||
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | |
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895) | |||
2011-09-13 | * cmdline/apt-get.cc: | David Kalnischkies | |
- output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155) | |||
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | |
2011-08-23 | * cmdline/apt-key: | David Kalnischkies | |
- if command is 'add' do not error out if the specified keyring doesn't exist, it will be created by gpg | |||
2011-08-22 | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | |
invalid in most cases anyway | |||
2011-08-18 | * cmdline/apt-get.cc: | David Kalnischkies | |
- remove the binary caches in 'apt-get clean' as it is the first thing recommend by many supporters in case of APT segfaults | |||
2011-08-15 | merged from the debian-sid branch | Michael Vogt | |
2011-08-15 | merged from the debian-sid branch | Michael Vogt | |
2011-08-11 | fix a few more cppcheck performance and scope warnings | David Kalnischkies | |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | |
done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types. | |||
2011-08-11 | fix some cppcheck: (warning) Member variable is not initialized in the ↵ | David Kalnischkies | |
constructor. | |||
2011-08-11 | merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to | Michael Vogt | |
Jonathan Riddell | |||
2011-07-28 | merged from debian-experimental | Michael Vogt | |
2011-07-28 | cmdline/makefile: ajust comment | Michael Vogt | |
2011-07-28 | * merged latest fixes from debian-sid | Michael Vogt | |
* apt-pkg/contrib/sha1.cc: - fix illegally casts of on-stack buffer to a type requiring more alignment than it has resulting in segfaults on sparc (Closes: #634696) * apt-pkg/contrib/cdromutl.cc: - fix escape problem when looking for the mounted devices * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: - add new DeEscapeString() similar to DeQuoteString but unescape character escapes like \0XX and \xXX (plus added test) * refresh po/* * cmdline/apt-get.cc: - fix missing download progress in apt-get download - do not require unused partial dirs in 'source' (Closes: #633510) - buildconflicts effect all architectures - implement MultiarchCross for build-dep and source (Closes: #632221) * cmdline/apt-key: - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596) * debian/apt.postinst: - remove /etc/apt/secring.gpg if it is an empty file * doc/apt-cache.8.xml: - apply madison typofix from John Feuerstein, thanks! (Closes: #633455) * apt-pkg/policy.cc: - emit an error on unknown APT::Default-Release value (Closes: #407511) * apt-pkg/aptconfiguration.cc: - ensure that native architecture is if not specified otherwise the first architecture in the Architectures vector * apt-pkg/deb/deblistparser.cc: - Strip only :any and :native if MultiArch should be stripped as it is save to ignore them in non-MultiArch contexts but if the dependency is a specific architecture (and not the native) do not strip | |||
2011-07-26 | merged from debian-sid | Michael Vogt | |
2011-07-25 | merged from lp:~donkult/apt/sid0.8.15.3 | Michael Vogt | |
2011-07-25 | implement MultiarchCross for build-dep and source (Closes: #632221) | David Kalnischkies | |
2011-07-24 | move debug message about attempt install/remove to the responsible method | David Kalnischkies | |
2011-07-24 | alternatively check in a versioned depends if the candidate is good | David Kalnischkies | |
The old code used to do move on to versions behind the candidate in cases the candidate wasn't a match, but as the Install request later always installs the candidate (witch wasn't switched) this could have never worked - and shouldn't in most cases anyway as: a) it could only work for <, <=, != depends which are unusal b) doesn't respect pinning, so it could install -1 versions | |||
2011-07-24 | after this consider providing packages (if it is not a versioned dep) | David Kalnischkies | |
2011-07-24 | move the detection for installed versions up as it is the easiest case | David Kalnischkies | |
2011-07-24 | first round of reorder code without changing result | David Kalnischkies | |
2011-07-24 | buildconflicts effect all architectures | David Kalnischkies | |
2011-07-23 | you want to be nice and quote a filename just to be reminded by gpg | David Kalnischkies | |
that it doesn't like that… remove superficial quoting to fix apt-key | |||
2011-07-22 | merged from donkult | Michael Vogt | |
2011-07-22 | releasing version 0.8.15.2ubuntu2 | Michael Vogt | |
2011-07-22 | merged from the mvo branch | Michael Vogt | |
2011-07-22 | * cmdline/apt-get.cc: | Michael Vogt | |
- fix missing download progress in apt-get download | |||
2011-07-16 | do not require unused partial dirs in 'source' (Closes: #633510) | David Kalnischkies | |
2011-07-16 | * cmdline/apt-key: | David Kalnischkies | |
- use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596) * debian/apt.postinst: - remove /etc/apt/secring.gpg if it is an empty file | |||
2011-07-15 | merged from the debian-sid branch | Michael Vogt | |
2011-07-15 | merged from http://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt | |
2011-07-14 | replace the last standing double's with long long | David Kalnischkies | |