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-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