summaryrefslogtreecommitdiff
path: root/apt-private/private-source.cc
Commit message (Expand)AuthorAgeFilesLines
* satisfy: Fix segmentation fault when called with empty argumentJulian Andres Klode2019-12-061-1/+1
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-2/+2
* Introduce apt satisfy and apt-get satisfyJulian Andres Klode2019-06-111-3/+74
* pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode2019-02-261-3/+3
* Support release selector for volatile files as wellDavid Kalnischkies2018-05-111-39/+31
* Extend apt build-dep pkg/release to switch dep as neededDavid Kalnischkies2018-05-111-6/+32
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-6/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* allow default build-essentials to be overriddenDavid Kalnischkies2016-12-311-7/+3
* add --indep-only for build-dep commandDavid Kalnischkies2016-12-311-0/+5
* default to --no-check for dpkg-source callDavid Kalnischkies2016-12-161-1/+1
* remove needless fork() in apt-get sourceDavid Kalnischkies2016-12-161-66/+62
* let {dsc,tar,diff}-only implicitly enable download-onlyDavid Kalnischkies2016-12-161-7/+3
* add support for Build-Depends/Conflicts-ArchJohannes Schauer2016-11-091-1/+3
* support "install ./foo.changes"David Kalnischkies2016-07-221-6/+6
* source: if download is skipped, don't try to unpackDavid Kalnischkies2016-06-221-0/+1
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-2/+2
* support APT::Get::Build-Dep-Automatic again in build-depDavid Kalnischkies2016-03-061-0/+23
* get dpkg lock in build-dep if cache was invalid againDavid Kalnischkies2016-02-101-6/+5
* avoid building dependency tree in 'source' commandDavid Kalnischkies2016-02-031-4/+1
* use pkgCache::VS instead of pkgDepCache::VS()David Kalnischkies2016-02-031-5/+5
* get sources for packages in multiple releases againDavid Kalnischkies2016-01-261-16/+14
* reimplement build-dep via apts normal resolverDavid Kalnischkies2016-01-251-365/+110
* delay build-dep variable initialisation until neededDavid Kalnischkies2016-01-141-18/+20
* fail installing build-deps if parsing them failedDavid Kalnischkies2016-01-021-1/+1
* require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies2015-12-011-54/+59
* deal with configured build-essential firstDavid Kalnischkies2015-12-011-16/+23
* split build-dep satisfier loop out of DoBuildDepDavid Kalnischkies2015-12-011-292/+302
* do not override exact targetrelease matches with lesser matchesAndreas Cadhalpun2015-11-291-7/+5
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-2/+2
* hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies2015-11-041-0/+1028