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-install.cc
Age
Commit message (
Expand
)
Author
2015-11-05
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-04
new quiet level -qq for apt to hide progress output
David Kalnischkies
2015-11-04
suggest 'apt autoremove' to get right of unneeded packages
David Kalnischkies
2015-11-04
support .deb files in upgrade operations as well
David Kalnischkies
2015-09-14
do not discard new manual-bits while applying EDSP solutions
David Kalnischkies
2015-08-27
install: Set a local deb as the candidate for that package
Julian Andres Klode
2015-08-16
Replace "extra" in "the following extra packages [...]" by "additional"
Julian Andres Klode
2015-08-16
install: If package already is the newest version, display version
Julian Andres Klode
2015-08-14
Make auto-remove and auto-clean aliases for the versions without -
Julian Andres Klode
2015-08-14
Replace --force-yes by various options starting with --allow
Julian Andres Klode
2015-08-13
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
show or-groups in not-installed recommends and suggests lists
David Kalnischkies
2015-08-10
implement a more generic ShowList method
David Kalnischkies
2015-08-10
prepare cachesets for -std=c++11
David Kalnischkies
2015-04-10
add a simple unit test for acquire progress
David Kalnischkies
2014-11-08
use a abi version check similar to the gcc check
David Kalnischkies
2014-10-15
check for available space, excluding root reserved blocks
David Kalnischkies
2014-10-07
ensure partial dirs are 0700 and owned by _apt:root
David Kalnischkies
2014-09-27
adapt to the new CacheSetHelper API
David Kalnischkies
2014-09-27
mark pkg(All|Dist)Upgrade as deprecated
David Kalnischkies
2014-09-27
fix progress output for (dist-)upgrade calculation
David Kalnischkies
2014-06-18
Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental
Michael Vogt
2014-06-18
do not call resolver twice on (dist-)upgrade
David Kalnischkies
2014-06-18
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-06-09
separate implementation from declaration of TryTo{Install,Remove}
David Kalnischkies
2014-05-30
if Resolver fails, do not continue even if not broken
David Kalnischkies
2014-05-07
fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...
Michael Vogt
2014-05-07
move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab...
Michael Vogt
2014-05-07
rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()
Michael Vogt
2014-04-28
avoid deb specific code in private-install
Michael Vogt
2014-04-28
WIP local deb install
Michael Vogt
2014-03-13
msgstr with elipses need three dots
David Kalnischkies
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
2013-10-31
restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...
Michael Vogt
2013-10-22
fix install-progress location
Michael Vogt
2013-10-21
add APT::Status-deb822-Fd
Michael Vogt
2013-10-14
re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...
Michael Vogt
2013-10-13
move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...
Michael Vogt
2013-10-03
do not ++ on erased package pointers in autoremove
David Kalnischkies
2013-10-03
put fetch errors in 'source' on our errorstack
David Kalnischkies
2013-09-26
print-uris prints regardless of quiet-level again
David Kalnischkies
2013-09-03
fix vim-style foldmarker
David Kalnischkies
2013-08-27
allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ...
Michael Vogt
2013-08-27
use SPtr<pkgProblemResolver> to simply code
Michael Vogt
2013-08-12
squash merge of the feature/apt-binary branch without the changes from experi...
Michael Vogt