Age | Commit message (Expand) | Author |
2020-12-09 | CVE-2020-27350: tarfile: integer overflow: Limit tar items to 128 GiB | Julian Andres Klode |
2020-12-09 | tarfile: OOM hardening: Limit size of long names/links to 1 MiB | Julian Andres Klode |
2020-12-09 | CVE-2020-27350: arfile: Integer overflow in parsing | Julian Andres Klode |
2020-12-04 | HexDigest: Silence -Wstringop-overflow | Julian Andres Klode |
2020-08-04 | Merge branch 'pu/less-slaves' into 'master' | Julian Andres Klode |
2020-08-04 | Replace whitelist/blacklist with allowlist/denylist | Julian Andres Klode |
2020-08-04 | Merge branch 'pu/apt-key-deprecated' into 'master' | Julian Andres Klode |
2020-07-02 | Reorder config check before result looping for SRV parsing debug | David Kalnischkies |
2020-05-18 | Skip reading data from tar members if nobody will look at it | David Kalnischkies |
2020-05-18 | Properly handle interrupted write() call in ExtractTar | David Kalnischkies |
2020-05-18 | Allow prefix to be a complete filename for GetTempFile | David Kalnischkies |
2020-05-18 | Prefer use of O_TMPFILE in GetTempFile if available | David Kalnischkies |
2020-05-12 | SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2... | Julian Andres Klode |
2020-05-06 | Fully deprecate apt-key, schedule removal for Q2/2022 | Julian Andres Klode |
2020-03-24 | Add color highlighting to E:/W:/N: prefixes | Julian Andres Klode |
2020-03-10 | error: Extract operator<< into error.cc (de-inline it) | Julian Andres Klode |
2020-03-06 | Show absolute time while waiting for lock instead of %, rework message | Julian Andres Klode |
2020-03-06 | GetLock: No strerror if it's just another process holding the lock | Julian Andres Klode |
2020-02-26 | apt-pkg: default visibility to hidden | Julian Andres Klode |
2020-02-26 | Fix various compiler warnings | Julian Andres Klode |
2020-02-26 | Merge CommandLine::DispatchArg | Julian Andres Klode |
2020-02-25 | Remove left-over SummationImplementation class | Julian Andres Klode |
2020-02-25 | Initialize libgcrypt on first use | Julian Andres Klode |
2020-02-18 | Remove CRC-16 implementation | Julian Andres Klode |
2020-02-18 | Remove code tagged APT_PKG_590, add some missing includes | Julian Andres Klode |
2020-02-18 | Bump ABI to 6.0 | Julian Andres Klode |
2020-02-16 | Revert "Add a Packages-Require-Authorization Release file field" | Julian Andres Klode |
2020-02-06 | Fix remaining usec vs sec time-delta calculation typos | David Kalnischkies |
2020-02-03 | StringView: Implement operator ""_sv | Julian Andres Klode |
2020-01-17 | mmap: Do not look for empty pool unless we need to | Julian Andres Klode |
2020-01-15 | netrc: Add warning when ignoring entries for unencrypted protocols | Julian Andres Klode |
2020-01-14 | Remove includes of (md5|sha1|sha2).h headers | Julian Andres Klode |
2020-01-14 | Deprecate the Summation classes and mark them for removal | Julian Andres Klode |
2020-01-14 | Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use Hashes | Julian Andres Klode |
2020-01-14 | Raise buffer size for Hashes::AddFD() from 4 KiB to 64 KiB | Julian Andres Klode |
2020-01-14 | hashes: Use Libgcrypt for hashing purposes | Julian Andres Klode |
2020-01-07 | Only define likely/unlikely if APT_COMPILING_APT set | Julian Andres Klode |
2020-01-07 | Remove various unused macros like MAX/MIN/ABS/APT_CONST | Julian Andres Klode |
2020-01-07 | Rename _count() macro to APT_ARRAY_SIZE() | Julian Andres Klode |
2020-01-07 | Avoid #define _error, use anonymous C++ struct instead | Julian Andres Klode |
2019-12-02 | netrc: Restrict auth.conf entries to https by default | Julian Andres Klode |
2019-11-26 | Fix some style warnings from cppcheck | David Kalnischkies |
2019-11-25 | strutl: Add APT::String::DisplayLength() function | Алексей Шилин |
2019-08-22 | srvrec: Use re-entrant resolver functions | Julian Andres Klode |
2019-08-05 | Merge branch 'pu/locking-msg' into 'master' | Julian Andres Klode |
2019-07-08 | Apply various suggestions by cppcheck | David Kalnischkies |
2019-06-21 | Improve locking messaging - pid and name, "do not remove lock file" | Julian Andres Klode |
2019-06-17 | RFC1123StrToTime: Accept const std::string& as first argument | Julian Andres Klode |
2019-06-12 | Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS | Julian Andres Klode |
2019-06-11 | Allow comparing string to StringView | Julian Andres Klode |