summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* Fix lock counting in debSystemJulian Andres Klode2018-06-131-1/+1
* Start pkg records for deb files with dpkg outputDavid Kalnischkies2018-05-111-16/+10
* Remove obsolete RCS keywordsGuillem Jover2018-05-0711-11/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-1/+1
* Check that Date of Release file is not in the futureJulian Andres Klode2018-02-192-43/+97
* Introduce inrelease-path option for sources.listJulian Andres Klode2018-01-171-0/+4
* dpkg status parsing: check if name is valid before useDavid Kalnischkies2018-01-051-2/+17
* give the methods more metadata about the files to acquireDavid Kalnischkies2017-12-131-9/+9
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-131-3/+3
* deprecate the single-line deprecation ignoring macroDavid Kalnischkies2017-12-132-3/+9
* fix over-calculating dpkg commandline lengthDavid Kalnischkies2017-12-131-0/+2
* use pkgTagSection::Key in srcRecords parserDavid Kalnischkies2017-09-261-32/+34
* allow empty build-dependency fields in the parserDavid Kalnischkies2017-09-261-1/+4
* Fix translator comment location for legacy target warningJulian Andres Klode2017-09-131-3/+5
* Do not warn about duplicate "legacy" targetsJulian Andres Klode2017-09-091-2/+3
* drop unused/unimplemented & hidden LoadReleaseInfoDavid Kalnischkies2017-09-091-3/+0
* don't write & chmod /dev/null log filesDavid Kalnischkies2017-09-091-8/+8
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-8/+8
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-1214-68/+68
* Drop cacheiterators.h includeJulian Andres Klode2017-07-127-7/+0
* Handle supported components with slashes in sources.listApollon Oikonomopoulos2017-07-121-3/+2
* 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
|\