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