index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
fix typo in the test for abi-compliance-checker
Michael Vogt
2013-08-12
1
-2
/
+2
|
|
/
/
|
*
|
update changelog for upload
Michael Vogt
2013-08-12
1
-2
/
+41
|
*
|
do not call 'apt-key update' in apt.postinst
David Kalnischkies
2013-08-12
1
-1
/
+0
|
*
|
let apt-key del work better with softlink and single key keyrings
David Kalnischkies
2013-08-12
2
-3
/
+124
|
*
|
ensure that testcases exiting because of set -e aren't successful
David Kalnischkies
2013-08-12
1
-1
/
+11
|
*
|
make the keyring locations in apt-key configurable
David Kalnischkies
2013-08-12
2
-1
/
+44
|
*
|
do not double-slash paths in apt-key
David Kalnischkies
2013-08-12
1
-1
/
+6
|
*
|
use a tmpfile for trustdb.gpg in apt-key
David Kalnischkies
2013-08-12
2
-22
/
+27
|
*
|
always use our own trustdb.gpg in apt-key
David Kalnischkies
2013-08-12
1
-6
/
+14
|
*
|
add a not documented apt-key --fakeroot option
David Kalnischkies
2013-08-12
1
-32
/
+41
|
*
|
use our _error stack to generate openpty errors
David Kalnischkies
2013-08-12
1
-7
/
+13
|
*
|
do not try to chown if not run as root
David Kalnischkies
2013-08-12
1
-8
/
+9
|
*
|
fix output redirection order
David Kalnischkies
2013-08-12
4
-7
/
+7
|
*
|
fix: --print-uris removes authentication
David Kalnischkies
2013-08-12
4
-5
/
+71
|
*
|
add chronic-like testsuccess/testfailure helpers
David Kalnischkies
2013-08-12
26
-93
/
+125
|
*
|
test Release file handling with expired keys
David Kalnischkies
2013-08-12
4
-8
/
+62
|
*
|
improve error message
Michael Vogt
2013-08-12
1
-1
/
+2
|
*
|
use the 'abi-complicance-checker package instead of using the buildin copy fo...
Michael Vogt
2013-08-12
2
-7326
/
+6
*
|
|
French translation update.
Christian PERRIER
2013-08-17
2
-4
/
+11
|
/
/
*
|
Complete Japanese translation
Christian PERRIER
2013-08-11
1
-12
/
+13
*
|
Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sid
Christian PERRIER
2013-08-10
11
-111
/
+138
|
\
\
|
*
|
fix -Wall errors
Michael Vogt
2013-08-08
5
-6
/
+10
|
*
|
use pkgTagFile to parse "header" of Release files
David Kalnischkies
2013-08-08
1
-85
/
+19
|
*
|
stop skipping "-----" sections in Release files
David Kalnischkies
2013-08-08
1
-11
/
+6
|
*
|
specific pins below 1000 cause downgrades
David Kalnischkies
2013-08-08
2
-7
/
+99
|
|
/
|
*
Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverity
Michael Vogt
2013-08-05
73
-13136
/
+14689
|
|
\
|
*
|
fix some unitialized data members
Michael Vogt
2013-08-05
3
-3
/
+5
*
|
|
Japanese translation update. Closes: #719279
Christian PERRIER
2013-08-10
2
-18
/
+18
|
|
/
|
/
|
*
|
Vietnamese translation update. Closes: #718615
Christian PERRIER
2013-08-03
2
-70
/
+76
*
|
prefer native arch over higher priority for providers
Colin Watson
2013-08-01
2
-3
/
+28
*
|
unset LANGUAGE for showing [Y/n] answer hints
David Kalnischkies
2013-08-01
47
-12521
/
+13387
*
|
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-07-28
17
-26
/
+41
|
\
|
|
*
fix another missing va_end()
Michael Vogt
2013-07-26
1
-3
/
+3
|
*
fix missing va_end()
Michael Vogt
2013-07-26
2
-0
/
+3
|
*
fix some coverity chroot() releated warnings
Michael Vogt
2013-07-26
3
-4
/
+5
|
*
add missing test make
Michael Vogt
2013-07-26
1
-0
/
+3
|
*
add missing "make test" for travis
Michael Vogt
2013-07-26
1
-1
/
+1
|
*
build tree first
Michael Vogt
2013-07-26
1
-1
/
+1
|
*
make setup in travis.yml a bit more verbose
Michael Vogt
2013-07-26
2
-5
/
+2
|
*
fix travis.yml
Michael Vogt
2013-07-25
1
-1
/
+1
|
*
add missing "free(buffer) for allocated buffer
Michael Vogt
2013-07-25
2
-1
/
+1
|
*
fix potential GetLock() fd leak
Michael Vogt
2013-07-25
1
-4
/
+6
|
*
delete targets data
Michael Vogt
2013-07-25
1
-0
/
+1
|
*
fix resource leak when verification fails
Michael Vogt
2013-07-25
1
-0
/
+1
|
*
apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()
Michael Vogt
2013-07-25
1
-1
/
+1
|
*
call fdopen() after FileFd was checked
Michael Vogt
2013-07-25
1
-1
/
+1
|
*
add .travis.yml
Michael Vogt
2013-07-25
1
-0
/
+5
|
*
fix resource leak (thanks coverity)
Michael Vogt
2013-07-25
1
-4
/
+8
|
*
rework the code in cdromutl.cc to make coverity (more) happy
Michael Vogt
2013-07-25
1
-1
/
+2
|
*
fix off-by-one error in HttpMethod::​AutoDetectProxy()
Michael Vogt
2013-07-25
1
-1
/
+1
[prev]
[next]