summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* Rename _count() macro to APT_ARRAY_SIZE()Julian Andres Klode2020-01-071-1/+1
* Avoid #define _error, use anonymous C++ struct insteadJulian Andres Klode2020-01-072-1/+5
* netrc: Restrict auth.conf entries to https by defaultJulian Andres Klode2019-12-021-1/+21
* Fix some style warnings from cppcheckDavid Kalnischkies2019-11-262-5/+6
* strutl: Add APT::String::DisplayLength() functionАлексей Шилин2019-11-252-0/+50
* srvrec: Use re-entrant resolver functionsJulian Andres Klode2019-08-221-2/+7
* Merge branch 'pu/locking-msg' into 'master'Julian Andres Klode2019-08-051-2/+53
|\
| * Improve locking messaging - pid and name, "do not remove lock file"Julian Andres Klode2019-06-211-2/+53
* | Apply various suggestions by cppcheckDavid Kalnischkies2019-07-083-8/+9
|/
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-173-1/+13
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-1217-106/+0
* Allow comparing string to StringViewJulian Andres Klode2019-06-111-0/+2
* Make APT::StringView publicJulian Andres Klode2019-06-114-26/+5
* Change soname to libapt-pkg.so.5.90Julian Andres Klode2019-05-061-2/+2
* Merge libapt-inst into libapt-pkgJulian Andres Klode2019-05-064-0/+595
* Prevent shutdown while running dpkgJulian Andres Klode2019-05-032-0/+50
* apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode2019-04-301-2/+2
* apt-pkg: hashes: Add 'explicit' to single argument constructorsJulian Andres Klode2019-04-301-5/+5
* Add 'explicit' to most single argument constructorsJulian Andres Klode2019-04-304-6/+6
* Merge tag '1.8.0'Julian Andres Klode2019-03-081-2/+16
|\
| * Add explicit message for unsupported binary signatureDavid Kalnischkies2019-03-031-2/+16
* | fileutl: Merge Popen variantsJulian Andres Klode2019-02-262-13/+1
* | fileutl: Remove deprecated functions such as gzFd()Julian Andres Klode2019-02-262-28/+0
* | strutl: Remove deprecated functionsJulian Andres Klode2019-02-262-57/+0
* | sptr: Remove deprecated smart pointer classesJulian Andres Klode2019-02-262-75/+0
* | netrc: Remove deprecated function maybe_add_auth()Julian Andres Klode2019-02-262-11/+0
* | hashes: Remove deprecated functionsJulian Andres Klode2019-02-262-58/+6
* | Bump SONAMEs in preparation for ABI breaksJulian Andres Klode2019-02-261-2/+2
|/
* Fix various typos in the documentationJakub Wilk2019-02-101-1/+1
* Use std::to_string() for HashStringList::FileSize() getterJulian Andres Klode2019-02-041-3/+1
* gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode2019-02-043-2/+13
* Merge branch 'pu/dead-pin' into 'master'Julian Andres Klode2019-02-042-0/+48
|\
| * Add a Packages-Require-Authorization Release file fieldJulian Andres Klode2019-02-012-0/+48
* | Drop buffered writing from clearsigned message extractionDavid Kalnischkies2019-02-011-1/+1
* | Avoid boolean flags by splitting writeTo functionsDavid Kalnischkies2019-02-011-14/+20
* | Reuse APT::StringView more in LineBufferDavid Kalnischkies2019-01-291-32/+9
* | Rework ifs to use not instead of == false/trueDavid Kalnischkies2019-01-291-54/+66
* | Refuse files with lines unexpectedly starting with a dashDavid Kalnischkies2019-01-281-9/+37
* | Use more abstraction to handle the current line bufferDavid Kalnischkies2019-01-281-83/+133
* | Explicitly remove the whitespaces defined by RFCDavid Kalnischkies2019-01-281-4/+20
* | Merge and reuse tmp file handling across the boardDavid Kalnischkies2019-01-242-55/+29
* | Fail on non-signature lines in Release.gpgDavid Kalnischkies2019-01-231-20/+64
* | Fail instead of warn for unsigned lines in InReleaseDavid Kalnischkies2019-01-231-106/+99
|/
* Remove `register` keywordKhem Raj2019-01-221-1/+1
* configuration: Compare size first during lookupJulian Andres Klode2018-12-261-1/+1
* Override FileFd copy constructor to prevent copyingJulian Andres Klode2018-12-041-0/+1
* Use quoted tagnames in config dumpsDavid Kalnischkies2018-11-291-1/+1
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-252-2/+2
* Merge branch 'feature/subkeys' into 'master'Julian Andres Klode2018-10-141-4/+7
|\
| * Support multiple keyrings in sources.list Signed-ByDavid Kalnischkies2018-09-111-4/+7