summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2016-10-05VersionHash: Do not skip too long dependency linesJulian Andres Klode
2016-10-05Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode
2016-10-05Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode
2016-10-05pass --force-remove-essential to dpkg only if neededDavid Kalnischkies
2016-08-31reinstalling local deb file is no downgradeDavid Kalnischkies
2016-08-31write auto-bits before calling dpkg & again after if neededDavid Kalnischkies
2016-08-31Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode
2016-06-22ensure filesize of deb is included in the hashes listDavid Kalnischkies
2016-06-01prevent C++ locale number formatting in text APIsDavid 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
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode
2015-12-14show a more descriptive error for weak Release filesDavid Kalnischkies
2015-12-11Convert package names from Packages files to lower caseJulian Andres Klode
2015-12-07Avoid overflow when summing up file sizesJulian Andres Klode
2015-12-01require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-11-21review of new/changed translatable program stringsJustin B Rye
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-05do not use read() returned value unconditionallyDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies