| Commit message (Expand) | Author | Age | Files | Lines |
* | apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash with... | Michael Vogt | 2011-07-29 | 1 | -9/+0 |
* | test/libapt/hashsums_test.cc: add a test for HashString and VerifyFile | Michael Vogt | 2011-07-29 | 1 | -0/+15 |
* | apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header | Michael Vogt | 2011-07-29 | 1 | -1/+1 |
* | merge from lp:~mvo/apt/mvo | Michael Vogt | 2011-07-29 | 3 | -2/+9 |
|\ |
|
| * | * apt-pkg/pkgcachegen.{cc,h}: | Michael Vogt | 2011-07-29 | 3 | -2/+9 |
* | | * apt-pkg/makefile: | Michael Vogt | 2011-07-29 | 2 | -1/+8 |
* | | releasing version 0.8.16~exp4 | Michael Vogt | 2011-07-28 | 1 | -2/+2 |
* | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-07-28 | 6 | -4/+54 |
|\| |
|
| * | * apt-pkg/contrib/fileutl.{cc,h}: | Michael Vogt | 2011-07-28 | 6 | -4/+54 |
* | | [ABI break] merge patch from Jonathan Thomas to speed up the | Michael Vogt | 2011-07-28 | 3 | -3/+14 |
* | | [ABI break] merged patch from Jonathan Thomas to have a new | Michael Vogt | 2011-07-28 | 4 | -1/+19 |
* | | * [ABI break] apt-pkg/acquire-item.{cc,h}: | Michael Vogt | 2011-07-28 | 3 | -15/+22 |
* | | cmdline/makefile: ajust comment | Michael Vogt | 2011-07-28 | 1 | -1/+1 |
* | | * apt-pkg/cdrom.{cc,h}: | Michael Vogt | 2011-07-28 | 3 | -14/+6 |
* | | merged from debian-apt | Michael Vogt | 2011-07-28 | 3 | -5/+54 |
|\ \ |
|
| * \ | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-07-28 | 3 | -5/+54 |
| |\ \ |
|
| | * | | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-07-27 | 3 | -1/+40 |
| |/ / |
|
* | | | * merged latest fixes from debian-sid | Michael Vogt | 2011-07-28 | 76 | -18282/+23142 |
|\| | |
|
| * | | releasing version 0.8.15.4 | Michael Vogt | 2011-07-26 | 1 | -2/+2 |
| * | | refresh po/* | Michael Vogt | 2011-07-26 | 46 | -18572/+22958 |
| * | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-07-26 | 6 | -3/+130 |
| |\| |
|
| | * | fix typos in changelog, make DeEscapeString const, improve description | Michael Vogt | 2011-07-26 | 3 | -6/+7 |
| | * | add another escape test case, fixup octal one (its \0XX instead of \0XXX) | Michael Vogt | 2011-07-26 | 3 | -6/+11 |
| | * | apt-pkg/contrib/strutl.cc: kill unneeded debug output | Michael Vogt | 2011-07-26 | 1 | -1/+0 |
| | * | * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: | Michael Vogt | 2011-07-26 | 6 | -6/+118 |
| | * | * apt-pkg/contrib/cdromutl.cc: | Michael Vogt | 2011-07-25 | 2 | -1/+9 |
| * | | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-07-26 | 2 | -3/+11 |
| |\ \ |
|
| | * | | * apt-pkg/contrib/sha1.cc: | David Miller | 2011-07-26 | 2 | -3/+11 |
| |/ / |
|
| * | | releasing version 0.8.15.3 | Michael Vogt | 2011-07-25 | 0 | -0/+0 |
| * | | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-07-25 | 12 | -117/+496 |
| |\ \ |
|
| | * | | implement MultiarchCross for build-dep and source (Closes: #632221) | David Kalnischkies | 2011-07-25 | 6 | -8/+341 |
| | * | | the order of languages after "none" is not important, so ignore it in tests | David Kalnischkies | 2011-07-25 | 2 | -6/+40 |
| | * | | update the testcase to reflect that native is always on top if | David Kalnischkies | 2011-07-25 | 1 | -0/+6 |
| | * | | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-07-25 | 2 | -4/+11 |
| | * | | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2011-07-25 | 2 | -2/+5 |
| | * | | move debug message about attempt install/remove to the responsible method | David Kalnischkies | 2011-07-24 | 1 | -3/+8 |
| | * | | alternatively check in a versioned depends if the candidate is good | David Kalnischkies | 2011-07-24 | 1 | -27/+21 |
| | * | | after this consider providing packages (if it is not a versioned dep) | David Kalnischkies | 2011-07-24 | 1 | -26/+27 |
| | * | | move the detection for installed versions up as it is the easiest case | David Kalnischkies | 2011-07-24 | 1 | -25/+20 |
| | * | | first round of reorder code without changing result | David Kalnischkies | 2011-07-24 | 1 | -29/+27 |
| | * | | buildconflicts effect all architectures | David Kalnischkies | 2011-07-24 | 2 | -12/+15 |
| | * | | you want to be nice and quote a filename just to be reminded by gpg | David Kalnischkies | 2011-07-23 | 1 | -1/+1 |
| * | | | merged from donkult | Michael Vogt | 2011-07-22 | 16 | -21/+117 |
| |\| | |
|
| | * | | * apt-pkg/policy.cc: | David Kalnischkies | 2011-07-16 | 4 | -6/+86 |
| | * | | do not require unused partial dirs in 'source' (Closes: #633510) | David Kalnischkies | 2011-07-16 | 3 | -3/+5 |
| | * | | * doc/apt-cache.8.xml: | John Feuerstein | 2011-07-16 | 9 | -13/+15 |
| | * | | * cmdline/apt-key: | David Kalnischkies | 2011-07-16 | 3 | -2/+14 |
| * | | | merged from the mvo branch | Michael Vogt | 2011-07-22 | 2 | -1/+3 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | * cmdline/apt-get.cc: | Michael Vogt | 2011-07-22 | 2 | -1/+3 |
| * | | apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI break | Michael Vogt | 2011-07-15 | 2 | -2/+2 |