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
/
cmdline
/
apt.cc
Age
Commit message (
Expand
)
Author
2015-11-29
drop some needlessly public declarations in libapt-private
David Kalnischkies
2015-11-29
use function pointers instead of weak symbols for cmdline parsing
David Kalnischkies
2015-11-04
revamp all tools help messages
David Kalnischkies
2015-11-04
hidden support more apt-get/apt-cache commands in apt
David Kalnischkies
2015-11-04
deal with --version more centrally
David Kalnischkies
2015-11-04
move apts cmdline helper type into -private
David Kalnischkies
2015-11-04
generate commands array after config is loaded
David Kalnischkies
2015-11-04
new quiet level -qq for apt to hide progress output
David Kalnischkies
2015-11-04
deduplicate main methods
David Kalnischkies
2015-11-04
split up help messages for simpler reuse
David Kalnischkies
2015-11-04
move 'search' implementations as well
David Kalnischkies
2015-11-04
centralize 'show' implementation of apt and apt-cache
David Kalnischkies
2015-08-14
apt: Add autoremove and auto-remove commands
Julian Andres Klode
2015-03-16
stop displaying time of build in online help
Jérémy Bobbio
2014-11-09
streamline display of --help in all tools
David Kalnischkies
2014-06-10
Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid
Michael Vogt
2014-05-22
show upgradable packages after apt update
Michael Vogt
2014-04-28
Fix missing ScreenWidth check in apt.cc
Michael Vogt
2014-04-04
Fix crash in "apt list" when a sources.list file is unreable
Michael Vogt
2014-04-01
enable DPkg::Progress-Fancy by default
Michael Vogt
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
2014-02-13
trivial indent fix
Michael Vogt
2014-02-05
move isatty() check into InitOutput()
Michael Vogt
2014-01-24
add "apt full-upgrade" and tweak "apt upgrade"
Michael Vogt
2014-01-22
add test for apt show
Michael Vogt
2014-01-17
add purge to the apt cmdline
Michael Vogt
2014-01-17
add missing integration test for "apt list"
Michael Vogt
2014-01-17
reword !isatty() warning
Michael Vogt
2014-01-17
add apt upgrade --dist
Michael Vogt
2013-11-28
move EditSources into its own file
Michael Vogt
2013-11-26
add check when sources.list changed
Michael Vogt
2013-11-26
add syntax check for sources.list
Michael Vogt
2013-11-25
add basic "edit-sources" command
Michael Vogt
2013-08-12
squash merge of the feature/apt-binary branch without the changes from experi...
Michael Vogt