index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-private
/
private-source.cc
Age
Commit message (
Expand
)
Author
2017-12-13
avoid some useless casts reported by -Wuseless-cast
David Kalnischkies
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
2016-12-31
allow default build-essentials to be overridden
David Kalnischkies
2016-12-31
add --indep-only for build-dep command
David Kalnischkies
2016-12-16
default to --no-check for dpkg-source call
David Kalnischkies
2016-12-16
remove needless fork() in apt-get source
David Kalnischkies
2016-12-16
let {dsc,tar,diff}-only implicitly enable download-only
David Kalnischkies
2016-11-09
add support for Build-Depends/Conflicts-Arch
Johannes Schauer
2016-07-22
support "install ./foo.changes"
David Kalnischkies
2016-06-22
source: if download is skipped, don't try to unpack
David Kalnischkies
2016-05-27
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-03-06
support APT::Get::Build-Dep-Automatic again in build-dep
David Kalnischkies
2016-02-10
get dpkg lock in build-dep if cache was invalid again
David Kalnischkies
2016-02-03
avoid building dependency tree in 'source' command
David Kalnischkies
2016-02-03
use pkgCache::VS instead of pkgDepCache::VS()
David Kalnischkies
2016-01-26
get sources for packages in multiple releases again
David Kalnischkies
2016-01-25
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-14
delay build-dep variable initialisation until needed
David Kalnischkies
2016-01-02
fail installing build-deps if parsing them failed
David Kalnischkies
2015-12-01
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
2015-12-01
deal with configured build-essential first
David Kalnischkies
2015-12-01
split build-dep satisfier loop out of DoBuildDep
David Kalnischkies
2015-11-29
do not override exact targetrelease matches with lesser matches
Andreas Cadhalpun
2015-11-04
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
hidden support more apt-get/apt-cache commands in apt
David Kalnischkies