summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* indexcopy: Remove deprecated SigVerify::RunGPGV()Julian Andres Klode2019-02-262-15/+0
* hashes: Remove deprecated functionsJulian Andres Klode2019-02-262-58/+6
* metaindex: Remove deprecated checkSum::Hash (replaced by Hashes)Julian Andres Klode2019-02-262-7/+0
* algorithms: Remove deprecated ProblemResolver::InstallProtect()Julian Andres Klode2019-02-262-28/+0
* acquire: Remove deprecated pkgAcquire::Setup() functionJulian Andres Klode2019-02-262-33/+0
* acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode2019-02-262-22/+3
* tagfile: Remove deprecated pkgUserTagSection and TFRewriteJulian Andres Klode2019-02-262-162/+2
* indexfile: Remove deprecated translation functionsJulian Andres Klode2019-02-262-35/+0
* clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode2019-02-262-30/+5
* pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode2019-02-265-79/+5
* pkgrecords: Renive deprecated functionsJulian Andres Klode2019-02-261-4/+0
* cachefile: Remove deprecated functionsJulian Andres Klode2019-02-261-2/+0
* upgrade: Remove deprecated functionsJulian Andres Klode2019-02-262-25/+1
* cacheiterators: Cleanup deprecated codeJulian Andres Klode2019-02-262-49/+1
* pkgcache: Remove deprecated bitsJulian Andres Klode2019-02-263-25/+0
* 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
* Detect function multiversioning and sse4.2/crc32, enables i386Julian Andres Klode2019-02-041-2/+6
* 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-046-7/+83
|\
| * Add a Packages-Require-Authorization Release file fieldJulian Andres Klode2019-02-016-4/+63
| * Introduce experimental 'never' pinning for sourcesJulian Andres Klode2019-02-011-3/+20
* | Merge branch 'pu/refuseunsignedlines' into 'master'Julian Andres Klode2019-02-013-182/+279
|\ \
| * | 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-243-62/+33
| * | 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
| |/
* | Step over empty sections in TagFiles with commentsDavid Kalnischkies2019-02-011-2/+6
* | Merge branch 'pu/verify-method-messages-2' into 'master'Julian Andres Klode2019-01-311-0/+31
|\ \
| * | Verify data being sent by methods in SendMessage()Julian Andres Klode2019-01-301-0/+31
| |/
* / Disable deprecated methods (ftp, rsh, ssh) by defaultJulian Andres Klode2019-01-311-0/+2
|/
* Merge branch 'pu/gpgvsignedby' into 'master'Julian Andres Klode2019-01-222-4/+17
|\
| * Communicate back which key(s) were used for signingDavid Kalnischkies2019-01-222-4/+17
* | SECURITY UPDATE: content injection in http method (CVE-2019-3462)Julian Andres Klode2019-01-221-0/+6
|/
* Remove `register` keywordKhem Raj2019-01-221-1/+1
* hash32: Tighten to multiversion to x86-64 ELF and use uint32_tJulian Andres Klode2019-01-051-3/+3
* debListParser: Avoid native arch lookup in ParseDependsJulian Andres Klode2018-12-262-3/+4
* configuration: Compare size first during lookupJulian Andres Klode2018-12-261-1/+1
* cache hash: Use sse4.2 CRC32c on x86-64 where availableJulian Andres Klode2018-12-261-7/+51
* Merge branch 'pu/dpkg-path' into 'master'Julian Andres Klode2018-12-103-0/+10
|\
| * Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkgJulian Andres Klode2018-12-103-0/+10
* | Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode2018-12-041-0/+1
|/
* Override FileFd copy constructor to prevent copyingJulian Andres Klode2018-12-041-0/+1