summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Move unused variableIgor Pashev1-2/+1
2019-11-29Fix iconvIgor Pashev1-4/+3
2019-11-29Use appropriate getservbyport_r()Igor Pashev1-1/+6
2019-11-29Define O_DIRECTORY=0 if undefinedIgor Pashev1-0/+4
2019-11-26Fix some style warnings from cppcheckDavid Kalnischkies2-5/+6
2019-11-25strutl: Add APT::String::DisplayLength() functionАлексей Шилин2-0/+50
2019-08-22srvrec: Use re-entrant resolver functionsJulian Andres Klode1-2/+7
2019-08-05Merge branch 'pu/locking-msg' into 'master'Julian Andres Klode1-2/+53
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies3-8/+9
2019-06-21Improve locking messaging - pid and name, "do not remove lock file"Julian Andres Klode1-2/+53
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode3-1/+13
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode17-106/+0
2019-06-11Allow comparing string to StringViewJulian Andres Klode1-0/+2
2019-06-11Make APT::StringView publicJulian Andres Klode4-26/+5
2019-05-06Change soname to libapt-pkg.so.5.90Julian Andres Klode1-2/+2
2019-05-06Merge libapt-inst into libapt-pkgJulian Andres Klode4-0/+595
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode2-0/+50
2019-04-30apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode1-2/+2
2019-04-30apt-pkg: hashes: Add 'explicit' to single argument constructorsJulian Andres Klode1-5/+5
2019-04-30Add 'explicit' to most single argument constructorsJulian Andres Klode4-6/+6
2019-03-08Merge tag '1.8.0'Julian Andres Klode1-2/+16
2019-03-03Add explicit message for unsupported binary signatureDavid Kalnischkies1-2/+16
2019-02-26fileutl: Merge Popen variantsJulian Andres Klode2-13/+1
2019-02-26fileutl: Remove deprecated functions such as gzFd()Julian Andres Klode2-28/+0
2019-02-26strutl: Remove deprecated functionsJulian Andres Klode2-57/+0
2019-02-26sptr: Remove deprecated smart pointer classesJulian Andres Klode2-75/+0
2019-02-26netrc: Remove deprecated function maybe_add_auth()Julian Andres Klode2-11/+0
2019-02-26hashes: Remove deprecated functionsJulian Andres Klode2-58/+6
2019-02-26Bump SONAMEs in preparation for ABI breaksJulian Andres Klode1-2/+2
2019-02-10Fix various typos in the documentationJakub Wilk1-1/+1
2019-02-04Use std::to_string() for HashStringList::FileSize() getterJulian Andres Klode1-3/+1
2019-02-04gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode3-2/+13
2019-02-04Merge branch 'pu/dead-pin' into 'master'Julian Andres Klode2-0/+48
2019-02-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode2-0/+48
2019-02-01Drop buffered writing from clearsigned message extractionDavid Kalnischkies1-1/+1
2019-02-01Avoid boolean flags by splitting writeTo functionsDavid Kalnischkies1-14/+20
2019-01-29Reuse APT::StringView more in LineBufferDavid Kalnischkies1-32/+9
2019-01-29Rework ifs to use not instead of == false/trueDavid Kalnischkies1-54/+66
2019-01-28Refuse files with lines unexpectedly starting with a dashDavid Kalnischkies1-9/+37
2019-01-28Use more abstraction to handle the current line bufferDavid Kalnischkies1-83/+133
2019-01-28Explicitly remove the whitespaces defined by RFCDavid Kalnischkies1-4/+20
2019-01-24Merge and reuse tmp file handling across the boardDavid Kalnischkies2-55/+29
2019-01-23Fail on non-signature lines in Release.gpgDavid Kalnischkies1-20/+64
2019-01-23Fail instead of warn for unsigned lines in InReleaseDavid Kalnischkies1-106/+99
2019-01-22Remove `register` keywordKhem Raj1-1/+1
2018-12-26configuration: Compare size first during lookupJulian Andres Klode1-1/+1
2018-12-04Override FileFd copy constructor to prevent copyingJulian Andres Klode1-0/+1
2018-11-29Use quoted tagnames in config dumpsDavid Kalnischkies1-1/+1
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies2-2/+2
2018-10-14Merge branch 'feature/subkeys' into 'master'Julian Andres Klode1-4/+7