summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* Strip 0: epochs from the version hashJulian Andres Klode2017-06-281-0/+5
* show a Release-Notes URI if infos were changedDavid Kalnischkies2017-06-281-0/+1
* error in update on Release information changesDavid Kalnischkies2017-06-281-1/+18
* fix some unlikely memory leaks in error casesDavid Kalnischkies2017-06-261-25/+8
* warn if an expected file can't be acquiredDavid Kalnischkies2017-06-262-0/+19
* Fix parsing of or groups in build-deps with ignored packagesJulian Andres Klode2017-05-311-1/+11
* Do not package names representing .dsc/.deb/... filesJulian Andres Klode2017-02-101-2/+13
* fix various typos reported by spellintianDavid Kalnischkies2017-01-192-5/+5
* fix various typos reported by codespellDavid Kalnischkies2017-01-191-2/+2
* ParseDepends: Support passing the desired architectureNiels Thykier2017-01-022-3/+36
* fix minimum pkgs option for dpkg --recursive usageDavid Kalnischkies2016-12-311-1/+1
* avoid producing invalid options if repo has no hostDavid Kalnischkies2016-12-311-2/+5
* gets file location via FindFile instead of manual mergeDavid Kalnischkies2016-12-311-5/+6
* skip unconfigure for unconfigured to-be removed pkgsDavid Kalnischkies2016-11-241-0/+12
* do not configure unconfigured to be removed packagesDavid Kalnischkies2016-11-241-1/+2
* don't perform implicit crossgrades involving M-A:sameDavid Kalnischkies2016-11-241-3/+22
* improve arch-unqualified dpkg-progress parsingDavid Kalnischkies2016-11-242-62/+155
* correct cross & disappear progress detectionDavid Kalnischkies2016-11-231-35/+58
* react to trig-pend only if we have nothing else to doDavid Kalnischkies2016-11-231-12/+12
* Do not use MD5SumValue for Description_md5()Julian Andres Klode2016-11-222-12/+11
* debListParser: Micro-optimize AvailableDescriptionLanguages()Julian Andres Klode2016-11-221-8/+7
* Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode2016-11-221-14/+6
* Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode2016-11-221-1/+1
* debListParser: Convert to use pkgTagSection::Key-based lookupJulian Andres Klode2016-11-222-42/+42
* add hidden config to set packages as Essential/ImportantDavid Kalnischkies2016-11-112-4/+16
* add support for Build-Depends/Conflicts-ArchJohannes Schauer2016-11-091-3/+5
* VersionHash: Do not skip too long dependency linesJulian Andres Klode2016-09-181-2/+2
* Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode2016-08-311-3/+6
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-273-4/+7
|\
| * Make directory paths configurableJulian Andres Klode2016-08-261-4/+4
| * Add missing includes and external definitionsJulian Andres Klode2016-08-262-0/+3
* | treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies2016-08-251-1/+3
* | do not restore selections for already purged packagesDavid Kalnischkies2016-08-241-6/+15
|/
* do dpkg --configure before --remove/--purge --pendingDavid Kalnischkies2016-08-231-3/+7
* Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode2016-08-191-7/+3
* add --with-source option and Packages/Sources supportDavid Kalnischkies2016-08-171-1/+5
* default to Dir=/ in dpkg/status file finding magicDavid Kalnischkies2016-08-171-12/+10
* disable explicit configuration of all packages at the endDavid Kalnischkies2016-08-101-9/+3
* simulate all package manager actions explicitlyDavid Kalnischkies2016-08-102-26/+32
* try to avoid removal of crossgraded packagesDavid Kalnischkies2016-08-101-26/+140
* ensure all removes are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+13
* ensure all configures are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+17
* don't purge directly, but remove and do purge at the endDavid Kalnischkies2016-08-101-61/+86
* call dpkg with --no-triggers by defaultDavid Kalnischkies2016-08-101-6/+7
* select remove/purge packages early on for dpkgDavid Kalnischkies2016-08-102-14/+84
* save and restore selection states before/after calling dpkgDavid Kalnischkies2016-08-101-6/+36
* use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies2016-08-101-7/+95
* pass --force-remove-essential to dpkg only if neededDavid Kalnischkies2016-08-101-2/+13
* Merge branch 'cmake'Julian Andres Klode2016-08-101-1/+1
|\
| * CMake: Check for ptsname_r() againJulian Andres Klode2016-08-101-1/+1