summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2019-05-07Prevent shutdown while running dpkgJulian Andres Klode
2019-02-05Add 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
2018-02-19Check that Date of Release file is not in the futureJulian Andres Klode
2018-01-17Introduce inrelease-path option for sources.listJulian Andres Klode
2018-01-05dpkg status parsing: check if name is valid before useDavid Kalnischkies
2017-12-13give the methods more metadata about the files to acquireDavid Kalnischkies
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies
2017-12-13deprecate the single-line deprecation ignoring macroDavid Kalnischkies
2017-12-13fix over-calculating dpkg commandline lengthDavid Kalnischkies
2017-09-26use pkgTagSection::Key in srcRecords parserDavid Kalnischkies
2017-09-26allow empty build-dependency fields in the parserDavid Kalnischkies
2017-09-13Fix translator comment location for legacy target warningJulian Andres Klode
2017-09-09Do not warn about duplicate "legacy" targetsJulian Andres Klode
2017-09-09drop unused/unimplemented & hidden LoadReleaseInfoDavid Kalnischkies
2017-09-09don't write & chmod /dev/null log filesDavid Kalnischkies
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-07-12Handle supported components with slashes in sources.listApollon Oikonomopoulos
2017-06-28Strip 0: epochs from the version hashJulian Andres Klode
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies
2017-06-28error in update on Release information changesDavid Kalnischkies
2017-06-26fix some unlikely memory leaks in error casesDavid Kalnischkies
2017-06-26warn if an expected file can't be acquiredDavid Kalnischkies
2017-05-31Fix parsing of or groups in build-deps with ignored packagesJulian Andres Klode
2017-02-10Do not package names representing .dsc/.deb/... filesJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2017-01-19fix various typos reported by codespellDavid Kalnischkies
2017-01-02ParseDepends: Support passing the desired architectureNiels Thykier
2016-12-31fix minimum pkgs option for dpkg --recursive usageDavid Kalnischkies
2016-12-31avoid producing invalid options if repo has no hostDavid Kalnischkies
2016-12-31gets file location via FindFile instead of manual mergeDavid Kalnischkies
2016-11-24skip unconfigure for unconfigured to-be removed pkgsDavid Kalnischkies
2016-11-24do not configure unconfigured to be removed packagesDavid Kalnischkies
2016-11-24don't perform implicit crossgrades involving M-A:sameDavid Kalnischkies
2016-11-24improve arch-unqualified dpkg-progress parsingDavid Kalnischkies
2016-11-23correct cross & disappear progress detectionDavid Kalnischkies
2016-11-23react to trig-pend only if we have nothing else to doDavid Kalnischkies
2016-11-22Do not use MD5SumValue for Description_md5()Julian Andres Klode
2016-11-22debListParser: Micro-optimize AvailableDescriptionLanguages()Julian Andres Klode
2016-11-22Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode
2016-11-22Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode
2016-11-22debListParser: Convert to use pkgTagSection::Key-based lookupJulian Andres Klode
2016-11-11add hidden config to set packages as Essential/ImportantDavid Kalnischkies
2016-11-09add support for Build-Depends/Conflicts-ArchJohannes Schauer
2016-09-18VersionHash: Do not skip too long dependency linesJulian Andres Klode