summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2020-02-26cdrom: Remove old udev dlopen stuffJulian Andres Klode
2020-02-26Drop pkgAcquire::Item::ModifyRetries() ABI hackJulian Andres Klode
2020-02-26Merge pkgAcquire::RunFdsSane back into RunFdsJulian Andres Klode
2020-02-26Remove ABI workaround for debDebPkgFileIndex::ArchiveInfoJulian Andres Klode
2020-02-26Merge CommandLine::DispatchArgJulian Andres Klode
2020-02-26Remove pkgAcqFile::Failed overloadJulian Andres Klode
2020-02-25Merge branch 'pu/tagfile-hardening' into 'master'Julian Andres Klode
2020-02-25patterns: Mark things hidden, and only allow internal use of headerJulian Andres Klode
2020-02-25Remove left-over SummationImplementation classJulian Andres Klode
2020-02-25Initialize libgcrypt on first useJulian Andres Klode
2020-02-25Add d-pointers to groups, packages, versions, and filesJulian Andres Klode
2020-02-25Silence narrow conversion warnings, add error checksJulian Andres Klode
2020-02-24Make map_pointer<T> typesafeJulian Andres Klode
2020-02-24Wrap AllocateInMap with a templated versionJulian Andres Klode
2020-02-24Replace map_pointer_t with map_pointer<T>Julian Andres Klode
2020-02-20tagfile: Check out-of-bounds access to Tags vectorJulian Andres Klode
2020-02-20tagfile: Check if memchr() returned null before usingJulian Andres Klode
2020-02-18Merge branch 'source_to_debsrc' into 'master'Julian Andres Klode
2020-02-18Remove CRC-16 implementationJulian Andres Klode
2020-02-18Use a 32-bit djb VersionHash instead of CRC-16Julian Andres Klode
2020-02-18Merge branch 'pu/source-version' into 'master'Julian Andres Klode
2020-02-18Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode
2020-02-18Bump ABI to 6.0Julian Andres Klode
2020-02-16Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode
2020-02-16policy: Add SetPriority() methodsJulian Andres Klode
2020-02-12apt-pkg/srcrecords.cc: 'source' means 'deb-src' in error messageNis Martensen
2020-02-06Fix remaining usec vs sec time-delta calculation typosDavid Kalnischkies
2020-02-03patterns: test for empty terms, reject themJulian Andres Klode
2020-02-03Correctly stop parsing short form arguments on space, also on ?Julian Andres Klode
2020-02-03patterns: Implement parsing of (...) groupsJulian Andres Klode
2020-02-03Implement | as orJulian Andres Klode
2020-02-03patterns: Allow rendering patterns as patterns instead of json-ishJulian Andres Klode
2020-02-03patterns: Parse sequence of patterns as ?andJulian Andres Klode
2020-02-03patterns: Allow bare words only in argumentsJulian Andres Klode
2020-02-03patterns: Implement unary !Julian Andres Klode
2020-02-03Implement short patterns (patterns starting with ~)Julian Andres Klode
2020-02-03patterns: Use _sv literalsJulian Andres Klode
2020-02-03patterns: Provide Node constructor, simplify error throwingJulian Andres Klode
2020-02-03patterns: Make offset a size_t instead of off_tJulian Andres Klode
2020-02-03StringView: Implement operator ""_svJulian Andres Klode
2020-01-27NewGroup: Create GrpIterator after allocation (fix segfault)Julian Andres Klode
2020-01-17mmap: Do not look for empty pool unless we need toJulian Andres Klode
2020-01-17policy: Implement pinning by source packageJulian Andres Klode
2020-01-17Allow querying all binaries built by a source packageJulian Andres Klode
2020-01-16pkgcache.cc: Mix PACKAGE_VERSION into the cache hashJulian Andres Klode
2020-01-16NewProvidesAllArch: Check if group is empty before using itJulian Andres Klode
2020-01-15Merge branch 'pu/apt-regex-cli' into 'master'Julian Andres Klode
2020-01-15apt(8): Disable regular expressions and fnmatchJulian Andres Klode
2020-01-15netrc: Add warning when ignoring entries for unencrypted protocolsJulian Andres Klode
2020-01-14Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode