index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmdline
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-19
avoid triggering gpg2 migration in apt-key
David Kalnischkies
1
-15
/
+15
2015-12-19
avoid evaluating shell in paths used in apt-key
David Kalnischkies
1
-20
/
+24
2015-12-11
apt-internal-solver: Make ShowHelp() and GetCommands() static
Julian Andres Klode
1
-2
/
+2
2015-12-07
part revert, part redo 'which' replacement
David Kalnischkies
1
-7
/
+22
2015-12-06
replace run-parts with find|sort to avoid debianutils usage
David Kalnischkies
1
-1
/
+1
2015-12-06
replace "which" with "command -v" for portability
David Kalnischkies
1
-7
/
+7
2015-12-06
apt-helper.cc: include <stdlib.h> for atoi
Fredrik Fornwall
1
-0
/
+2
2015-11-29
drop some needlessly public declarations in libapt-private
David Kalnischkies
9
-18
/
+18
2015-11-29
move 'unmet' handling into libapt-private
David Kalnischkies
1
-103
/
+1
2015-11-29
use function pointers instead of weak symbols for cmdline parsing
David Kalnischkies
10
-10
/
+10
2015-11-21
review of new/changed translatable program strings
Justin B Rye
6
-11
/
+12
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
1
-2
/
+1
2015-11-04
revamp all tools help messages
David Kalnischkies
10
-131
/
+56
2015-11-04
hidden support more apt-get/apt-cache commands in apt
David Kalnischkies
3
-1506
/
+20
2015-11-04
deal with --version more centrally
David Kalnischkies
10
-104
/
+15
2015-11-04
move apts cmdline helper type into -private
David Kalnischkies
10
-28
/
+21
2015-11-04
generate commands array after config is loaded
David Kalnischkies
10
-75
/
+99
2015-11-04
new quiet level -qq for apt to hide progress output
David Kalnischkies
3
-19
/
+16
2015-11-04
deduplicate main methods
David Kalnischkies
10
-210
/
+53
2015-11-04
split up help messages for simpler reuse
David Kalnischkies
10
-230
/
+219
2015-11-04
move 'search' implementations as well
David Kalnischkies
2
-207
/
+3
2015-11-04
centralize 'show' implementation of apt and apt-cache
David Kalnischkies
2
-141
/
+3
2015-11-04
allow all dpkg selections to be set via apt-mark and libapt
David Kalnischkies
1
-37
/
+65
2015-11-04
provide public interface to hold/unhold packages
David Kalnischkies
1
-146
/
+16
2015-11-04
switch 'apt-mark hold' from Pkg to Ver based operation
David Kalnischkies
1
-31
/
+18
2015-11-04
add cacheset push_back wrapping for std::back_inserter
David Kalnischkies
1
-11
/
+7
2015-11-04
implement operator* for cacheset iterators
David Kalnischkies
1
-39
/
+38
2015-11-04
implement a public pkgSystem::MultiArchSupported
David Kalnischkies
1
-36
/
+1
2015-09-14
deal with spaces in path, command and filepaths in apt-key
David Kalnischkies
1
-43
/
+61
2015-09-14
various changes to increase test-coverage
David Kalnischkies
4
-21
/
+13
2015-09-14
implement apt-get source msg 'Please use: $vcs' for git
David Kalnischkies
1
-21
/
+13
2015-09-14
use a less generic special trigger filename for stdin
David Kalnischkies
1
-1
/
+1
2015-09-14
fix insecure use of /tmp in EDSP solver 'dump'
David Kalnischkies
1
-12
/
+29
2015-09-14
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
1
-3
/
+2
2015-09-01
use clock() as source for SRV randomness
David Kalnischkies
1
-14
/
+16
2015-08-31
if file is inaccessible for _apt, disable privilege drop in acquire
David Kalnischkies
2
-11
/
+0
2015-08-29
implement indextargets option 'DefaultEnabled'
David Kalnischkies
1
-0
/
+2
2015-08-28
implement PDiff patching for compressed files
David Kalnischkies
1
-1
/
+4
2015-08-27
sources.list and indextargets option for pdiffs
David Kalnischkies
1
-1
/
+6
2015-08-27
use always priv-dropping for changelog download as root
David Kalnischkies
1
-4
/
+1
2015-08-27
fix various typos reported by codespell
David Kalnischkies
1
-1
/
+1
2015-08-20
Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental
Michael Vogt
2
-1
/
+29
2015-08-18
Add support for "apt-cache showsrc --only-source srcpkgname"
Michael Vogt
1
-0
/
+4
2015-08-18
Provide "apt-get full-upgrade" to match "apt full-upgrade"
Michael Vogt
1
-0
/
+1
2015-08-18
cleanup
Michael Vogt
1
-3
/
+6
2015-08-18
Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...
Michael Vogt
8
-337
/
+421
2015-08-18
Merge branch 'debian/experimental' into feature/srv-records
Michael Vogt
14
-633
/
+814
2015-08-16
Show full package records in apt-cache search -f
Kusanagi Kouichi
1
-7
/
+4
2015-08-16
When looking if Provides match, OR them with the normal patches
Julian Andres Klode
1
-1
/
+1
2015-08-14
apt-get: allow non-root --print-uris build-dep
Julian Andres Klode
1
-1
/
+3
[next]