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
*
allow Pre-Install-Pkgs hooks to get info over an FD != stdin
David Kalnischkies
2013-08-16
3
-46
/
+81
*
use malloc instead of new[] in pkgTagFile
David Kalnischkies
2013-08-15
1
-15
/
+15
*
ensure that pkgTagFile isn't writing past Buffer length
David Kalnischkies
2013-08-15
2
-9
/
+25
*
set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcases
David Kalnischkies
2013-08-15
2
-6
/
+6
*
rework the parameter creation for the Hashsum test
David Kalnischkies
2013-08-15
1
-3
/
+5
*
do not call make from libapt/run-tests if its called by make
David Kalnischkies
2013-08-15
1
-3
/
+5
*
init the pkgTagFile with the size of the Release file
David Kalnischkies
2013-08-15
2
-2
/
+2
*
* lp:~mvo/apt/add-glob-function:
Michael Vogt
2013-08-15
5
-0
/
+83
*
* lp:~mvo/apt/config-clear:
Michael Vogt
2013-08-15
4
-0
/
+22
*
merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade i...
Michael Vogt
2013-08-15
2
-0
/
+8
*
merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ...
Michael Vogt
2013-08-15
2
-5
/
+14
*
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
*
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
[next]