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