summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* methods/https.cc: use File->Tell() here tooMichael Vogt2014-10-071-2/+1
* make http size check workMichael Vogt2014-10-06308-81287/+92461
|\
| * [l10n] Updated Czech translation of aptMiroslav Kure2014-10-061-16/+16
| * apt-get: Create the temporary downloaded changelog inside tmpdirGuillem Jover2014-10-031-1/+1
| * Bump library version to libapt-pkg4.14Michael Vogt2014-10-034-3/+3
| * implement MarkAndSweep in cc instead of headerDavid Kalnischkies2014-10-032-13/+16
| * rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies2014-10-033-7/+7
| * ensure world-readability for trusted.gpg in postinstDavid Kalnischkies2014-10-022-0/+11
| * debian/rules: add hardening=+allMichael Vogt2014-10-011-3/+6
| * Turkish program translation updateMert Dirik2014-10-011-93/+90
| * Merge remote-tracking branch 'donkult/debian/experimental' into debian/experi...Michael Vogt2014-09-3024-365/+717
| |\
| | * fix another instance of warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-301-2/+2
| | * support parsing of all hashes for pdiffDavid Kalnischkies2014-09-305-159/+328
| | * mark private methods as hiddenDavid Kalnischkies2014-09-3019-112/+88
| | * fix Configuration::FindVector APIDavid Kalnischkies2014-09-293-12/+2
| | * update symbols fileDavid Kalnischkies2014-09-291-81/+298
| * | adjust version numbers for the planed uploadMichael Vogt2014-09-302-2/+2
| |/
| * Test if TMPDIR is a directory in apt-key and if not unset itMichael Vogt2014-09-292-0/+4
| * Add missing "adduser" dependency (for the new _apt user)Michael Vogt2014-09-291-1/+1
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-299-172/+216
| |\
| | * Set STRIP_FROM_PATH for doxygenTrần Ngọc Quân2014-09-281-2/+2
| | * Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt2014-09-268-171/+216
| | |\
| | | * rewrite compressed indexes test to check with all compressorsDavid Kalnischkies2014-09-253-122/+135
| | | * generalize Acquire::GzipIndexMichael Vogt2014-09-217-58/+90
| * | | replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies2014-09-283-6/+57
| * | | allow options between command and -- on commandlineDavid Kalnischkies2014-09-283-10/+81
| * | | cleanup partial directory of lists in apt-get cleanDavid Kalnischkies2014-09-272-6/+54
| * | | allow fetcher setup without directory creationDavid Kalnischkies2014-09-277-28/+66
| * | | Japanese program translation updateKenshi Muto2014-09-271-30/+28
| * | | store source name and version in binary cacheDavid Kalnischkies2014-09-277-53/+89
| * | | fix: %i in format string (no. 1) requires 'int' but the argument type isDavid Kalnischkies2014-09-271-3/+3
| * | | fix: The class 'pkgSourceList' defines member variable with name 'SrcList' al...David Kalnischkies2014-09-271-4/+0
| * | | fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies2014-09-273-6/+6
| * | | fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies2014-09-272-4/+1
| * | | Merge branch 'feature/gnupglimit' into debian/experimentalDavid Kalnischkies2014-09-2759-529/+652
| |\ \ \
| | * | | add gnupg and gnupg2 as test-dependencyDavid Kalnischkies2014-09-272-2/+3
| | * | | ensure apt-key del handles 16-byte key idsJames McCoy2014-09-271-0/+8
| | * | | remove empty keyrings in trusted.gpg.d on upgradeDavid Kalnischkies2014-09-271-0/+9
| | * | | add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies2014-09-273-3/+10
| | * | | miscellaneous small cleanups in apt-keyDavid Kalnischkies2014-09-271-17/+7
| | * | | add --readonly option for apt-key advDavid Kalnischkies2014-09-273-7/+7
| | * | | use only one --keyring in gpg interactionsDavid Kalnischkies2014-09-272-46/+116
| | * | | add --secret-keyring option for apt-keyDavid Kalnischkies2014-09-272-3/+14
| | * | | allow to specify fingerprints in 'apt-key del'David Kalnischkies2014-09-273-5/+26
| | * | | add a test for apt-key export{,all}David Kalnischkies2014-09-272-2/+9
| | * | | use apt-key to wrap gpg calls in testcasesDavid Kalnischkies2014-09-271-31/+9
| | * | | respect --keyring also in merged keyring commandsDavid Kalnischkies2014-09-271-8/+10
| | * | | support gnupg2 as drop-in replacement for gnupgDavid Kalnischkies2014-09-273-88/+122
| | * | | delay gnupg setup in apt-key until it is neededDavid Kalnischkies2014-09-271-22/+22
| | * | | correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies2014-09-2746-180/+173