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-install.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes
Ville Skyttä
2021-11-27
1
-2
/
+2
*
Require argument to remove essential packages, do not prompt
Julian Andres Klode
2021-11-17
1
-13
/
+1
*
Check sources.list could be parsed before adding volatile files
Julian Andres Klode
2021-07-01
1
-0
/
+2
*
Merge branch 'pu/upgradecounter' into 'main'
Julian Andres Klode
2021-04-29
1
-15
/
+39
|
\
|
*
Count uninstallable packages in "not upgraded"
David Kalnischkies
2021-04-25
1
-15
/
+39
*
|
Call MarkAndSweep only manually in apt-get for autoremove
David Kalnischkies
2021-04-26
1
-6
/
+15
|
/
*
json: Add `package-list` and `statistics` install hooks
Julian Andres Klode
2021-04-23
1
-3
/
+8
*
Only autoremove kernels in apt(8); respect --no-auto-remove
Julian Andres Klode
2021-01-08
1
-2
/
+2
*
Automatically remove unused kernels on dist-upgrade
Julian Andres Klode
2021-01-04
1
-1
/
+11
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-4
/
+2
*
sptr: Remove deprecated smart pointer classes
Julian Andres Klode
2019-02-26
1
-1
/
+0
*
Introduce APT::Install::Pre-Invoke / Post-Invoke-Success
Julian Andres Klode
2019-02-13
1
-1
/
+6
*
Add a "reinstall" command as an alias for "install --reinstall".
Josh Triplett
2019-01-27
1
-1
/
+3
*
Provide a "autopurge" shortcut
Julian Andres Klode
2018-12-03
1
-0
/
+6
*
Add support for dpkg frontend lock
Julian Andres Klode
2018-08-07
1
-2
/
+2
*
Support local files as arguments in show command
David Kalnischkies
2018-05-11
1
-24
/
+39
*
Support release selector for volatile files as well
David Kalnischkies
2018-05-11
1
-7
/
+73
*
Extend apt build-dep pkg/release to switch dep as needed
David Kalnischkies
2018-05-11
1
-2
/
+10
*
Introduce experimental new hooks for command-line tools
Julian Andres Klode
2018-04-15
1
-5
/
+24
*
Always warn if --force-yes is validly specified, not just if used
Julian Andres Klode
2017-07-27
1
-4
/
+0
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-11
/
+11
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
don't show incorrect 'How odd' errror in no-download mode
David Kalnischkies
2017-06-26
1
-22
/
+27
*
fix 'install --no-download' mode
David Kalnischkies
2017-01-19
1
-5
/
+8
*
use FindB instead of FindI for Debug::pkgAutoRemove
David Kalnischkies
2016-12-31
1
-1
/
+1
*
expand -f to --fix-broken in error messages
David Kalnischkies
2016-12-31
1
-2
/
+2
*
don't install new deps of candidates for kept back pkgs
David Kalnischkies
2016-11-02
1
-5
/
+21
*
edsp: try 2 to read responses even if writing failed
David Kalnischkies
2016-09-07
1
-0
/
+4
*
support "install ./foo.changes"
David Kalnischkies
2016-07-22
1
-4
/
+4
*
try to detect sudo spawned root-shell in prefixing
David Kalnischkies
2016-05-29
1
-2
/
+7
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-1
/
+1
*
don't try to get acquire lock in simulation mode
David Kalnischkies
2016-05-20
1
-0
/
+2
*
show final solution in --no-download --fix-missing mode
David Kalnischkies
2016-05-16
1
-109
/
+102
*
show globalerrors before asking for confirmation
David Kalnischkies
2016-05-16
1
-5
/
+4
*
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
2016-04-28
1
-3
/
+3
*
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-25
1
-28
/
+44
*
Add new APT::Keep-Downloaded-Packages option
Michael Vogt
2016-01-02
1
-0
/
+12
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-1
/
+1
*
new quiet level -qq for apt to hide progress output
David Kalnischkies
2015-11-04
1
-2
/
+1
*
suggest 'apt autoremove' to get right of unneeded packages
David Kalnischkies
2015-11-04
1
-1
/
+5
*
support .deb files in upgrade operations as well
David Kalnischkies
2015-11-04
1
-24
/
+25
*
do not discard new manual-bits while applying EDSP solutions
David Kalnischkies
2015-09-14
1
-7
/
+2
*
install: Set a local deb as the candidate for that package
Julian Andres Klode
2015-08-27
1
-0
/
+12
*
Replace "extra" in "the following extra packages [...]" by "additional"
Julian Andres Klode
2015-08-16
1
-1
/
+1
*
install: If package already is the newest version, display version
Julian Andres Klode
2015-08-16
1
-2
/
+3
*
Make auto-remove and auto-clean aliases for the versions without -
Julian Andres Klode
2015-08-14
1
-1
/
+2
*
Replace --force-yes by various options starting with --allow
Julian Andres Klode
2015-08-14
1
-14
/
+29
*
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
2015-08-13
1
-5
/
+5
*
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
1
-18
/
+3
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-10
/
+0
[next]