summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies15-161/+138
2011-09-13merge with debian/experimentalDavid Kalnischkies12-37/+107
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies19-75/+120
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies15-21/+42
2011-08-15merged from the debian-sid branchMichael Vogt4-24/+25
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies1-3/+4
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies3-21/+21
2011-07-29apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash with...Michael Vogt1-9/+0
2011-07-29merged from debian-sidMichael Vogt3-3/+16
2011-07-29apt-pkg/contrib/sha256.h: use #warning to warn about deprecated headerMichael Vogt1-1/+1
2011-07-28merged from lp:~mvo/apt/mvoMichael Vogt2-0/+12
2011-07-28* apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2-0/+12
2011-07-28* merged latest fixes from debian-sidMichael Vogt6-6/+72
2011-07-26merged from lp:~mvo/apt/mvoMichael Vogt3-1/+68
2011-07-26fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt2-4/+4
2011-07-26add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2-6/+5
2011-07-26apt-pkg/contrib/strutl.cc: kill unneeded debug outputMichael Vogt1-1/+0
2011-07-26* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt3-6/+69
2011-07-26* apt-pkg/contrib/sha1.cc:David Miller1-3/+2
2011-07-25* apt-pkg/contrib/cdromutl.cc:Michael Vogt1-1/+7
2011-07-15apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI breakMichael Vogt2-2/+2
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt2-2/+16
2011-07-14fix sha512 calculation in Hashes::VerifyFiles()David Kalnischkies1-10/+9
2011-07-13enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies4-12/+19
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies8-126/+65
2011-07-10merge with debian-experimentalDavid Kalnischkies2-2/+2
2011-07-06* apt-pkg/init.cc:David Kalnischkies2-2/+16
2011-07-05merge lp:~mvo/apt/sha512-template to get fixes for the Michael Vogt2-2/+2
2011-07-05apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) a...Michael Vogt1-1/+1
2011-07-05apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" a...Michael Vogt1-1/+1
2011-06-29Make private sha2 functions staticMatt Emmerton1-8/+8
2011-06-08merge lp:~mvo/apt/sha512-template to add support for sha512Michael Vogt13-651/+1529
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies2-20/+10
2011-05-13MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needsDavid Kalnischkies1-0/+8
2011-05-13* apt-pkg/contrib/netrc.cc:David Kalnischkies1-4/+8
2011-05-10fix SubProgress to accept a Percent parameter to update the CurrentDavid Kalnischkies2-20/+10
2011-04-16fix a bunch of cppcheck warnings/errors based on a patch byDavid Kalnischkies2-6/+12
2011-04-02let TimeRFC1123 return an empty string if gmtime() failsDavid Kalnischkies1-2/+4
2011-04-02impossible to be too long but just to be sure use snprintfDavid Kalnischkies1-1/+1
2011-03-10merged the lp:~mvo/apt/mvo branchMichael Vogt3-0/+41
2011-03-09apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.c...Michael Vogt2-4/+4
2011-03-04apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/...Michael Vogt2-0/+32
2011-03-03* apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt1-0/+9
2011-02-28apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclassMichael Vogt2-105/+67
2011-02-27d'uh! implement and not only declare the string wrapper for FindVectorDavid Kalnischkies1-1/+1
2011-02-25template based hashsum implementationMichael Vogt7-334/+123
2011-02-25move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt9-1940/+1600
2011-02-25add sha512 support in the client now as wellMichael Vogt2-2/+11
2011-02-22add sha512 interface based on sha2 by aaron giffordMichael Vogt4-0/+1458
2011-02-15* apt-pkg/contrib/error.cc:David Kalnischkies2-94/+80