summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2011-12-10* apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies
2011-11-29split up the OpenMode into OpenMode and CompressionMode andDavid Kalnischkies
2011-10-30* apt-pkg/contrib/sha2_internal.cc:David Kalnischkies
2011-10-30merge with my debian-sid branchDavid Kalnischkies
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-14* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-09-13* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-29apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash with...Michael Vogt
2011-07-29merged from debian-sidMichael Vogt
2011-07-29apt-pkg/contrib/sha256.h: use #warning to warn about deprecated headerMichael Vogt
2011-07-28merged from lp:~mvo/apt/mvoMichael Vogt
2011-07-28* apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt
2011-07-28* merged latest fixes from debian-sidMichael Vogt
2011-07-26merged from lp:~mvo/apt/mvoMichael Vogt
2011-07-26fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt
2011-07-26add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt
2011-07-26apt-pkg/contrib/strutl.cc: kill unneeded debug outputMichael Vogt
2011-07-26* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt
2011-07-26* apt-pkg/contrib/sha1.cc:David Miller
2011-07-25* apt-pkg/contrib/cdromutl.cc:Michael Vogt
2011-07-15apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI breakMichael Vogt
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt
2011-07-14fix sha512 calculation in Hashes::VerifyFiles()David Kalnischkies
2011-07-13enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies
2011-07-10merge with debian-experimentalDavid Kalnischkies
2011-07-06* apt-pkg/init.cc:David Kalnischkies
2011-07-05merge lp:~mvo/apt/sha512-template to get fixes for the Michael Vogt
2011-07-05apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) a...Michael Vogt
2011-07-05apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" a...Michael Vogt
2011-06-29Make private sha2 functions staticMatt Emmerton
2011-06-08merge lp:~mvo/apt/sha512-template to add support for sha512Michael Vogt
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies
2011-05-13MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needsDavid Kalnischkies
2011-05-13* apt-pkg/contrib/netrc.cc:David Kalnischkies
2011-05-10fix SubProgress to accept a Percent parameter to update the CurrentDavid Kalnischkies
2011-04-16fix a bunch of cppcheck warnings/errors based on a patch byDavid Kalnischkies
2011-04-02let TimeRFC1123 return an empty string if gmtime() failsDavid Kalnischkies