summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2019-05-07Prevent shutdown while running dpkgJulian Andres Klode
2019-03-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2018-10-09Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode
2018-09-28Set DPKG_FRONTEND_LOCKED as needed when doing selection changesJulian Andres Klode
2018-09-28Add support for dpkg frontend lockJulian Andres Klode
2018-06-25Fix lock counting in debSystemJulian Andres Klode
2017-06-19Fix parsing of or groups in build-deps with ignored packagesJulian Andres Klode
2017-02-22Do not package names representing .dsc/.deb/... filesJulian Andres Klode
2017-02-22avoid producing invalid options if repo has no hostDavid Kalnischkies
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