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
*
merge with apt/experimental
David Kalnischkies
2012-03-06
5
-11
/
+51
|
\
|
*
* apt-pkg/packagemanager.cc:
Michael Vogt
2012-03-06
2
-4
/
+16
|
|
\
|
|
*
* apt-pkg/packagemanager.cc:
Michael Vogt
2012-03-02
2
-4
/
+16
|
*
|
changelog: Document scoring difference for Important flag
Julian Andres Klode
2012-03-05
1
-1
/
+2
|
*
|
* Treat the Important flag like the Essential flag with two differences:
Julian Andres Klode
2012-03-05
4
-4
/
+26
|
*
|
* apt-pkg/packagemanager.cc:
Julian Andres Klode
2012-03-05
2
-2
/
+3
|
*
|
* apt-pkg/deb/deblistparser.cc:
Julian Andres Klode
2012-03-05
2
-1
/
+5
*
|
|
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-03-06
2
-1
/
+10
*
|
|
as we parse datestrings from external sources a lot specify the length
David Kalnischkies
2012-03-05
1
-3
/
+3
*
|
|
fix "(style) The scope of the variable 'count' can be reduced"
David Kalnischkies
2012-03-05
1
-4
/
+3
*
|
|
micro-optimize "(performance) Prefer prefix ++/-- operators for non-primitive...
David Kalnischkies
2012-03-05
1
-1
/
+1
*
|
|
set char-limits for the scanf parsing previous crash-reports
David Kalnischkies
2012-03-05
1
-1
/
+1
*
|
|
fix "(performance) Possible inefficient checking for 'R' emptiness."
David Kalnischkies
2012-03-05
1
-1
/
+1
*
|
|
fix "(style) Checking if unsigned variable 'Minor' is less than zero."
David Kalnischkies
2012-03-05
1
-1
/
+1
*
|
|
ensure that (s)scanf doesn't parse a too long Code now that a previous
David Kalnischkies
2012-03-05
1
-5
/
+7
*
|
|
fix two "(style) Variable 'Res' is assigned a value that is never used"
David Kalnischkies
2012-03-04
1
-4
/
+2
*
|
|
fix "(error) Possible null pointer dereference: BindAddr" by ensuring
David Kalnischkies
2012-03-04
1
-2
/
+2
*
|
|
fix "(style) Statements following return, break, continue, goto or throw
David Kalnischkies
2012-03-04
1
-4
/
+2
*
|
|
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
2012-03-04
19
-36
/
+44
*
|
|
handle a SIGINT in all modes as a break after the currently running
David Kalnischkies
2012-03-04
2
-4
/
+7
*
|
|
* apt-pkg/acquire-item.cc:
David Kalnischkies
2012-03-04
2
-1
/
+13
*
|
|
testcase for CVE-2012-0214
Simon Ruderich
2012-03-03
1
-0
/
+29
*
|
|
* apt-pkg/packagemanager.cc:
David Kalnischkies
2012-03-03
3
-13
/
+65
*
|
|
allow msgtest to be used with only one parameter
David Kalnischkies
2012-03-03
1
-1
/
+2
*
|
|
show in the debug output if we are looping in the avoid breaks
David Kalnischkies
2012-03-03
1
-1
/
+6
*
|
|
eanup the ordering-code avoiding a break (no function change)
David Kalnischkies
2012-03-03
1
-28
/
+23
*
|
|
fix the string in the testcases
David Kalnischkies
2012-02-27
1
-3
/
+3
*
|
|
* cmdline/apt-cache.cc:
David Kalnischkies
2012-02-25
2
-2
/
+4
*
|
|
improve 'error' message for packages which are only referenced
David Kalnischkies
2012-02-18
3
-6
/
+43
*
|
|
* cmdline/apt-get.cc:
David Kalnischkies
2012-02-18
3
-2
/
+87
*
|
|
use pdiff for Translation-* files if available (Closes: #657902)
David Kalnischkies
2012-02-18
2
-2
/
+8
*
|
|
* apt-pkg/acquire-item.cc:
David Kalnischkies
2012-02-18
6
-84
/
+39
*
|
|
ensure that the cache-directories are really directories before
David Kalnischkies
2012-02-18
1
-2
/
+2
*
|
|
* apt-pkg/indexrecords.cc:
David Kalnischkies
2012-02-18
2
-2
/
+7
*
|
|
* apt-pkg/cachefile.cc:
David Kalnischkies
2012-02-11
4
-1
/
+112
*
|
|
just in case: correct the header-guard for https to not match http
David Kalnischkies
2012-02-11
1
-2
/
+2
*
|
|
remove the arbitrary MAXLEN limit for response lines (Closes: #658346)
David Kalnischkies
2012-02-11
4
-10
/
+3
*
|
|
save the universe by not printing messages about apport if a package
David Kalnischkies
2012-02-11
2
-1
/
+9
*
|
|
fix the hold-testcase as it has problems with 'foreign' operations
David Kalnischkies
2012-02-11
5
-83
/
+18
*
|
|
correctly ignore already (un)hold packages
David Kalnischkies
2012-02-11
3
-4
/
+14
*
|
|
* cmdline/apt-mark.cc:
David Kalnischkies
2012-02-10
2
-18
/
+115
*
|
|
Fix the testcases to work with and configure dpkg correctly in a
David Kalnischkies
2012-02-10
2
-23
/
+64
*
|
|
ensure that architectures are not added multiple times
David Kalnischkies
2012-02-10
2
-2
/
+5
*
|
|
call dpkg --assert-multi-arch with execvp instead of execv
David Kalnischkies
2012-02-09
3
-4
/
+5
|
/
/
*
|
rework previous patch to avoid changing the inline code
Michael Vogt
2012-02-03
2
-4
/
+6
*
|
* apt-pkg/contrib/fileutl.h:
Michael Vogt
2012-02-03
2
-1
/
+6
|
\
|
|
*
* apt-pkg/contrib/fileutl.h:
Michael Vogt
2012-02-03
2
-1
/
+6
*
|
Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
Michael Vogt
2012-01-31
2
-2
/
+4
*
|
merged from lp:~mvo/apt/mvo
Michael Vogt
2012-01-31
2
-2
/
+41
|
\
|
|
*
* apt-pkg/deb/dpkgpm.cc:
Michael Vogt
2012-01-30
2
-2
/
+41
[next]