index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-private
/
private-install.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-15
Introduce experimental new hooks for command-line tools
Julian Andres Klode
1
-5
/
+24
2017-07-27
Always warn if --force-yes is validly specified, not just if used
Julian Andres Klode
1
-4
/
+0
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-11
/
+11
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
1
-1
/
+0
2017-06-26
don't show incorrect 'How odd' errror in no-download mode
David Kalnischkies
1
-22
/
+27
2017-01-19
fix 'install --no-download' mode
David Kalnischkies
1
-5
/
+8
2016-12-31
use FindB instead of FindI for Debug::pkgAutoRemove
David Kalnischkies
1
-1
/
+1
2016-12-31
expand -f to --fix-broken in error messages
David Kalnischkies
1
-2
/
+2
2016-11-02
don't install new deps of candidates for kept back pkgs
David Kalnischkies
1
-5
/
+21
2016-09-07
edsp: try 2 to read responses even if writing failed
David Kalnischkies
1
-0
/
+4
2016-07-22
support "install ./foo.changes"
David Kalnischkies
1
-4
/
+4
2016-05-29
try to detect sudo spawned root-shell in prefixing
David Kalnischkies
1
-2
/
+7
2016-05-27
prevent C++ locale number formatting in text APIs
David Kalnischkies
1
-1
/
+1
2016-05-20
don't try to get acquire lock in simulation mode
David Kalnischkies
1
-0
/
+2
2016-05-16
show final solution in --no-download --fix-missing mode
David Kalnischkies
1
-109
/
+102
2016-05-16
show globalerrors before asking for confirmation
David Kalnischkies
1
-5
/
+4
2016-04-28
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
1
-3
/
+3
2016-01-25
reimplement build-dep via apts normal resolver
David Kalnischkies
1
-28
/
+44
2016-01-02
Add new APT::Keep-Downloaded-Packages option
Michael Vogt
1
-0
/
+12
2015-11-05
apply various suggestions made by cppcheck
David Kalnischkies
1
-1
/
+1
2015-11-04
new quiet level -qq for apt to hide progress output
David Kalnischkies
1
-2
/
+1
2015-11-04
suggest 'apt autoremove' to get right of unneeded packages
David Kalnischkies
1
-1
/
+5
2015-11-04
support .deb files in upgrade operations as well
David Kalnischkies
1
-24
/
+25
2015-09-14
do not discard new manual-bits while applying EDSP solutions
David Kalnischkies
1
-7
/
+2
2015-08-27
install: Set a local deb as the candidate for that package
Julian Andres Klode
1
-0
/
+12
2015-08-16
Replace "extra" in "the following extra packages [...]" by "additional"
Julian Andres Klode
1
-1
/
+1
2015-08-16
install: If package already is the newest version, display version
Julian Andres Klode
1
-2
/
+3
2015-08-14
Make auto-remove and auto-clean aliases for the versions without -
Julian Andres Klode
1
-1
/
+2
2015-08-14
Replace --force-yes by various options starting with --allow
Julian Andres Klode
1
-14
/
+29
2015-08-13
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
1
-5
/
+5
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
1
-18
/
+3
2015-08-10
remove the compatibility markers for 4.13 abi
David Kalnischkies
1
-10
/
+0
2015-08-10
show or-groups in not-installed recommends and suggests lists
David Kalnischkies
1
-68
/
+67
2015-08-10
implement a more generic ShowList method
David Kalnischkies
1
-42
/
+27
2015-08-10
prepare cachesets for -std=c++11
David Kalnischkies
1
-1
/
+1
2015-04-10
add a simple unit test for acquire progress
David Kalnischkies
1
-1
/
+1
2014-11-08
use a abi version check similar to the gcc check
David Kalnischkies
1
-3
/
+3
2014-10-15
check for available space, excluding root reserved blocks
David Kalnischkies
1
-30
/
+3
2014-10-07
ensure partial dirs are 0700 and owned by _apt:root
David Kalnischkies
1
-3
/
+3
2014-09-27
adapt to the new CacheSetHelper API
David Kalnischkies
1
-2
/
+2
2014-09-27
mark pkg(All|Dist)Upgrade as deprecated
David Kalnischkies
1
-8
/
+4
2014-09-27
fix progress output for (dist-)upgrade calculation
David Kalnischkies
1
-4
/
+7
2014-06-18
Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental
Michael Vogt
1
-7
/
+16
2014-06-18
do not call resolver twice on (dist-)upgrade
David Kalnischkies
1
-6
/
+16
2014-06-18
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-1
/
+143
2014-06-09
separate implementation from declaration of TryTo{Install,Remove}
David Kalnischkies
1
-0
/
+141
2014-05-30
if Resolver fails, do not continue even if not broken
David Kalnischkies
1
-1
/
+2
2014-05-07
fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...
Michael Vogt
1
-0
/
+1
2014-05-07
move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab...
Michael Vogt
1
-1
/
+3
2014-05-07
rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()
Michael Vogt
1
-1
/
+1
[next]