summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2019-04-12Don't access invalid string indexesSam Bingner
2018-12-26Merge bingner.com:apt1.4.8+iPhone-1Sam Bingner
2018-12-26Merge nitotv apt fixes into 1.4.81.4.8+nitotvSam Bingner
2018-09-28Remove errors that we don't needSam Bingner
2018-02-06Fixed system() using coolstar's patch and added other required patchesJaywalker
2017-09-13Fix translator comment location for legacy target warningJulian Andres Klode
2017-09-13Do not warn about duplicate "legacy" targetsJulian Andres Klode
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-29The entire concept of PendingError() is flawed :/.Jay Freeman (saurik)
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-12-30My "tolerance" patch was a tad bit overzealous :(.Jay Freeman (saurik)
2016-12-29In the C locale, let's avoid any crazy transforms.Jay Freeman (saurik)
2016-12-26Wreck validation until we can assess ecosystem :/.Jay Freeman (saurik)
2016-12-25This is 2016 and APT already requires use of mmap.Jay Freeman (saurik)
2016-12-23Only check for valid Date if checking Valid-Until.Jay Freeman (saurik)
2016-11-30I know this is "bad", but a "full wedge" is worse.Jay Freeman (saurik)
2016-11-30The fastest way to get field values is as a range.Jay Freeman (saurik)
2016-11-29Avoid wedging the entire system if recoverable :/.Jay Freeman (saurik)
2016-11-29Most interfaces (Maemo) need a high-level name :/.Jay Freeman (saurik)
2016-11-29Store tags in the cache (they are very useful :/).Jay Freeman (saurik)
2016-11-29unlinkat is way way too modern to not autoconf :/.Jay Freeman (saurik)
2016-11-29std::map from std::initializer_list is "explicit".Jay Freeman (saurik)
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
2016-08-31Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode
2016-08-26Make directory paths configurableJulian Andres Klode
2016-08-26Add missing includes and external definitionsJulian Andres Klode
2016-08-25treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies
2016-08-24do not restore selections for already purged packagesDavid Kalnischkies
2016-08-23do dpkg --configure before --remove/--purge --pendingDavid Kalnischkies
2016-08-19Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode