index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-private
/
private-source.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-2
/
+2
*
Introduce apt satisfy and apt-get satisfy
Julian Andres Klode
2019-06-11
1
-3
/
+74
*
pkgSrcRecords::Parser: Fold Files2() into Files()
Julian Andres Klode
2019-02-26
1
-3
/
+3
*
Support release selector for volatile files as well
David Kalnischkies
2018-05-11
1
-39
/
+31
*
Extend apt build-dep pkg/release to switch dep as needed
David Kalnischkies
2018-05-11
1
-6
/
+32
*
avoid some useless casts reported by -Wuseless-cast
David Kalnischkies
2017-12-13
1
-6
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-2
/
+2
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-1
/
+1
*
allow default build-essentials to be overridden
David Kalnischkies
2016-12-31
1
-7
/
+3
*
add --indep-only for build-dep command
David Kalnischkies
2016-12-31
1
-0
/
+5
*
default to --no-check for dpkg-source call
David Kalnischkies
2016-12-16
1
-1
/
+1
*
remove needless fork() in apt-get source
David Kalnischkies
2016-12-16
1
-66
/
+62
*
let {dsc,tar,diff}-only implicitly enable download-only
David Kalnischkies
2016-12-16
1
-7
/
+3
*
add support for Build-Depends/Conflicts-Arch
Johannes Schauer
2016-11-09
1
-1
/
+3
*
support "install ./foo.changes"
David Kalnischkies
2016-07-22
1
-6
/
+6
*
source: if download is skipped, don't try to unpack
David Kalnischkies
2016-06-22
1
-0
/
+1
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-2
/
+2
*
support APT::Get::Build-Dep-Automatic again in build-dep
David Kalnischkies
2016-03-06
1
-0
/
+23
*
get dpkg lock in build-dep if cache was invalid again
David Kalnischkies
2016-02-10
1
-6
/
+5
*
avoid building dependency tree in 'source' command
David Kalnischkies
2016-02-03
1
-4
/
+1
*
use pkgCache::VS instead of pkgDepCache::VS()
David Kalnischkies
2016-02-03
1
-5
/
+5
*
get sources for packages in multiple releases again
David Kalnischkies
2016-01-26
1
-16
/
+14
*
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-25
1
-365
/
+110
*
delay build-dep variable initialisation until needed
David Kalnischkies
2016-01-14
1
-18
/
+20
*
fail installing build-deps if parsing them failed
David Kalnischkies
2016-01-02
1
-1
/
+1
*
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
2015-12-01
1
-54
/
+59
*
deal with configured build-essential first
David Kalnischkies
2015-12-01
1
-16
/
+23
*
split build-dep satisfier loop out of DoBuildDep
David Kalnischkies
2015-12-01
1
-292
/
+302
*
do not override exact targetrelease matches with lesser matches
Andreas Cadhalpun
2015-11-29
1
-7
/
+5
*
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
1
-2
/
+2
*
hidden support more apt-get/apt-cache commands in apt
David Kalnischkies
2015-11-04
1
-0
/
+1028