Age | Commit message (Expand) | Author |
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 |
2019-06-11 | Make APT::StringView public | Julian Andres Klode |
2019-05-06 | Change soname to libapt-pkg.so.5.90 | Julian Andres Klode |
2019-05-06 | Merge libapt-inst into libapt-pkg | Julian Andres Klode |
2019-05-03 | Prevent shutdown while running dpkg | Julian Andres Klode |
2019-04-30 | apt-pkg: URI: Add 'explicit' to single argument constructor | Julian Andres Klode |
2019-04-30 | apt-pkg: hashes: Add 'explicit' to single argument constructors | Julian Andres Klode |
2019-04-30 | Add 'explicit' to most single argument constructors | Julian Andres Klode |
2019-03-08 | Merge tag '1.8.0' | Julian Andres Klode |
2019-03-03 | Add explicit message for unsupported binary signature | David Kalnischkies |
2019-02-26 | fileutl: Merge Popen variants | Julian Andres Klode |
2019-02-26 | fileutl: Remove deprecated functions such as gzFd() | Julian Andres Klode |
2019-02-26 | strutl: Remove deprecated functions | Julian Andres Klode |
2019-02-26 | sptr: Remove deprecated smart pointer classes | Julian Andres Klode |
2019-02-26 | netrc: Remove deprecated function maybe_add_auth() | Julian Andres Klode |