summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2016-06-28Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies
2016-06-22ensure filesize of deb is included in the hashes listDavid Kalnischkies
2016-06-22handle weak-security repositories as unauthenticatedDavid Kalnischkies
2016-06-17merge sources.list lines based on Release filenameDavid Kalnischkies
2016-06-14don't use FindFile for external Dir::Bin commandsDavid Kalnischkies
2016-06-10don't leak dpkg statusfd pipe in debuggingDavid Kalnischkies
2016-06-09remove racy_pselect fallbackDavid Kalnischkies
2016-06-08drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytesDavid Kalnischkies
2016-06-08don't explicitly configure the last round of packagesDavid Kalnischkies
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies
2016-05-24fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies
2016-05-15Normalize Signed-By values by removing trailing commas everywhereJulian Andres Klode
2016-05-15Add conflicting Signed-By values to error messageJulian Andres Klode
2016-05-10Strip trailing commas for created signed-by fingerprint listsJulian Andres Klode
2016-05-08implement Identifier field for IndexTargetsDavid Kalnischkies
2016-05-08implement Fallback-Of for IndexTargetsDavid Kalnischkies
2016-05-07download arch:all also for NATIVE_ARCHITECTURE indextargetsDavid Kalnischkies
2016-05-07don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies
2016-05-03let DPKG_COLORS default to our APT::Color settingDavid Kalnischkies
2016-05-01support Signed-By in Release files as a sort of HPKPDavid Kalnischkies
2016-05-01support multiple fingerprints in signed-byDavid Kalnischkies
2016-04-03don't leak on error in listparser creationDavid Kalnischkies
2016-03-25drop confusing comma from no strong hash messageDavid Kalnischkies
2016-03-14enforce verify of filesize in 'apt-get source'David Kalnischkies
2016-03-14streamline dpkgpm cleanup-handlingDavid Kalnischkies
2016-03-07Fix several typosVeres Lajos
2016-03-06get group again after potential remap in Source: parseDavid Kalnischkies
2016-02-26Add missing numeric includes in files using std::accumulate()Julian Andres Klode
2016-01-27only warn about missing/invalid Date field for nowDavid Kalnischkies
2016-01-26convert Version() and Architecture() to APT::StringViewDavid Kalnischkies
2016-01-26remove unused Description methods in listparsersDavid Kalnischkies
2016-01-26parse version correctly from binary Source fieldDavid Kalnischkies
2016-01-25reimplement build-dep via apts normal resolverDavid Kalnischkies
2016-01-25treat an empty dependency field just like it doesn't existDavid Kalnischkies
2016-01-25Use c++11 for loop in AptHistoryRequestingUserMichael Vogt
2016-01-25Store "Requested-By" user in history.log in a simpler formatMichael Vogt
2016-01-25Log calling SUDO_USER or PKEXEC_UID in history.logMichael Vogt
2016-01-15use APT::StringView for GrabWordDavid Kalnischkies
2016-01-14fix M-A:foreign provides creation for unknown archsDavid Kalnischkies
2016-01-08debListParser: Convert another ParseDepends to StringViewJulian Andres Klode
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies
2016-01-08AvailableDescriptionLanguages: Use one string for all iterationsJulian Andres Klode
2016-01-08Replace compare() == 0 checks with this == other checksJulian Andres Klode
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode
2016-01-02support comments in debian/control parsingDavid Kalnischkies
2015-12-27allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies
2015-12-27ParseDepends: Mark branches for build-dep parsing as unlikelyJulian Andres Klode
2015-12-27debListParser: Do not validate Description-md5 for correctness twiceJulian Andres Klode
2015-12-27debListParser: ParseDepends: Only query native arch if neededJulian Andres Klode