index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmdline
/
apt-get.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
drop some needlessly public declarations in libapt-private
David Kalnischkies
2015-11-29
1
-2
/
+2
*
use function pointers instead of weak symbols for cmdline parsing
David Kalnischkies
2015-11-29
1
-1
/
+1
*
revamp all tools help messages
David Kalnischkies
2015-11-04
1
-33
/
+14
*
hidden support more apt-get/apt-cache commands in apt
David Kalnischkies
2015-11-04
1
-1184
/
+1
*
deal with --version more centrally
David Kalnischkies
2015-11-04
1
-11
/
+2
*
move apts cmdline helper type into -private
David Kalnischkies
2015-11-04
1
-3
/
+2
*
generate commands array after config is loaded
David Kalnischkies
2015-11-04
1
-8
/
+9
*
new quiet level -qq for apt to hide progress output
David Kalnischkies
2015-11-04
1
-10
/
+3
*
deduplicate main methods
David Kalnischkies
2015-11-04
1
-22
/
+5
*
split up help messages for simpler reuse
David Kalnischkies
2015-11-04
1
-47
/
+40
*
implement apt-get source msg 'Please use: $vcs' for git
David Kalnischkies
2015-09-14
1
-21
/
+13
*
if file is inaccessible for _apt, disable privilege drop in acquire
David Kalnischkies
2015-08-31
1
-8
/
+0
*
implement indextargets option 'DefaultEnabled'
David Kalnischkies
2015-08-29
1
-0
/
+2
*
implement PDiff patching for compressed files
David Kalnischkies
2015-08-28
1
-1
/
+4
*
sources.list and indextargets option for pdiffs
David Kalnischkies
2015-08-27
1
-1
/
+6
*
use always priv-dropping for changelog download as root
David Kalnischkies
2015-08-27
1
-4
/
+1
*
Provide "apt-get full-upgrade" to match "apt full-upgrade"
Michael Vogt
2015-08-18
1
-0
/
+1
*
apt-get: allow non-root --print-uris build-dep
Julian Andres Klode
2015-08-14
1
-1
/
+3
*
Make auto-remove and auto-clean aliases for the versions without -
Julian Andres Klode
2015-08-14
1
-0
/
+2
*
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
1
-1
/
+1
*
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
2015-08-13
1
-3
/
+3
*
apt-get: Do not include apt-pkg/indexrecords.h
Julian Andres Klode
2015-08-11
1
-1
/
+0
*
no value for MultiArch field is 'no', not 'none'
David Kalnischkies
2015-08-10
1
-2
/
+2
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-33
/
+0
*
show or-groups in not-installed recommends and suggests lists
David Kalnischkies
2015-08-10
1
-4
/
+4
*
headers are for declarations only
David Kalnischkies
2015-08-10
1
-0
/
+1
*
rename 'apt-get files' to 'apt-get indextargets'
David Kalnischkies
2015-08-10
1
-5
/
+5
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
1
-1
/
+1
*
merge indexRecords into metaIndex
David Kalnischkies
2015-08-10
1
-21
/
+14
*
support lang= and target= sources.list options
David Kalnischkies
2015-08-10
1
-2
/
+2
*
fix memory leaks reported by -fsanitize
David Kalnischkies
2015-08-10
1
-5
/
+3
*
provide a public interface for acquiring changelogs
David Kalnischkies
2015-06-15
1
-165
/
+39
*
implement default apt-get file --release-info mode
David Kalnischkies
2015-06-15
1
-3
/
+23
*
implement 'apt-get files' to access index targets
David Kalnischkies
2015-06-11
1
-0
/
+87
*
drop incorrect parameter implicitely converted to bool
David Kalnischkies
2015-05-11
1
-2
/
+2
*
add a simple unit test for acquire progress
David Kalnischkies
2015-04-10
1
-3
/
+3
*
stop displaying time of build in online help
Jérémy Bobbio
2015-03-16
1
-5
/
+4
*
merge debian/sid into debian/experimental
David Kalnischkies
2015-03-16
1
-4
/
+4
|
\
|
*
use 'best' hash for source authentication
David Kalnischkies
2014-11-10
1
-12
/
+16
|
*
apt-get: Create the temporary downloaded changelog inside tmpdir
Guillem Jover
2014-10-02
1
-1
/
+1
*
|
use pkgAcquire::GetLock instead of own code
David Kalnischkies
2014-11-09
1
-20
/
+2
*
|
streamline display of --help in all tools
David Kalnischkies
2014-11-09
1
-20
/
+2
*
|
guard ABI changes for SourcePkg/Ver in pkgCache
David Kalnischkies
2014-11-08
1
-4
/
+48
*
|
better non-virtual metaIndex.LocalFileName() implementation
David Kalnischkies
2014-11-08
1
-28
/
+2
*
|
chown finished partial files earlier
David Kalnischkies
2014-10-23
1
-6
/
+27
*
|
check for available space, excluding root reserved blocks
David Kalnischkies
2014-10-15
1
-25
/
+3
*
|
don't drop privileges if _apt has not enough rights
David Kalnischkies
2014-10-15
1
-5
/
+14
*
|
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...
Michael Vogt
2014-10-07
1
-1
/
+1
|
\
\
|
*
|
apt-get: Create the temporary downloaded changelog inside tmpdir
Guillem Jover
2014-10-03
1
-1
/
+1
*
|
|
ensure partial dirs are 0700 and owned by _apt:root
David Kalnischkies
2014-10-07
1
-14
/
+4
|
/
/
[next]