index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverity
Michael Vogt
2013-08-05
2
-9
/
+24
|
\
|
*
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-07-28
4
-13
/
+15
|
|
\
|
*
|
ensure that FileFd::Size returns 0 in error cases
David Kalnischkies
2013-07-26
1
-5
/
+18
|
*
|
proper cleanup varargs in _error (uncovered by Coverity)
David Kalnischkies
2013-07-26
1
-4
/
+6
*
|
|
fix some unitialized data members
Michael Vogt
2013-08-05
1
-1
/
+3
|
|
/
|
/
|
*
|
fix another missing va_end()
Michael Vogt
2013-07-26
1
-3
/
+3
*
|
add missing "free(buffer) for allocated buffer
Michael Vogt
2013-07-25
1
-1
/
+0
*
|
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 and do not use magic constant of 100 when checking Stack...
Michael Vogt
2013-07-25
1
-1
/
+1
*
|
always "delete d" in FileFd::~FileFd to coverity happy
Michael Vogt
2013-07-25
1
-4
/
+2
|
/
*
fix SHA2* cleanups to zero-out the complete context
David Kalnischkies
2013-06-24
1
-6
/
+6
*
trigger NODATA error for invalid InRelease files
David Kalnischkies
2013-06-20
2
-4
/
+13
*
support \n and \r\n line endings in ReadMessages
David Kalnischkies
2013-06-20
1
-2
/
+3
*
fail in CopyFile if the FileFds have error flag set
David Kalnischkies
2013-06-09
1
-1
/
+2
*
OpenDescriptor should autoclose fd always on error
David Kalnischkies
2013-06-09
1
-4
/
+19
*
set Fail flag in FileFd on all errors consistently
David Kalnischkies
2013-06-09
2
-96
/
+75
*
make the vprintf like _error->Insert public
David Kalnischkies
2013-06-09
1
-6
/
+35
*
fix double free (closes: #711045)
Michael Vogt
2013-06-06
1
-2
/
+5
*
merged patch from Daniel Hartwig to fix URI and proxy releated issues
Michael Vogt
2013-05-08
1
-4
/
+5
*
merged bundle from david
Michael Vogt
2013-04-08
4
-15
/
+13
|
\
|
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
4
-15
/
+13
*
|
apt-pkg/contrib/gpgv.cc: fix InRelease check
Michael Vogt
2013-04-03
1
-2
/
+2
*
|
merged lp:~mvo/apt/fix-inrelease5
Michael Vogt
2013-04-02
4
-1
/
+475
|
\
\
|
|
/
|
/
|
|
*
support dash-escaped text in clearsigned files as implementations are
David Kalnischkies
2013-03-19
2
-14
/
+12
|
*
use FileFd instead of int fds to tidy up the interface a bit
David Kalnischkies
2013-03-19
2
-62
/
+53
|
*
* apt-pkg/deb/debindexfile.cc,
David Kalnischkies
2013-03-18
2
-56
/
+2
|
*
- add method to open (maybe) clearsigned files transparently
David Kalnischkies
2013-03-18
2
-1
/
+76
|
*
ensure that we fclose/unlink/free in the new gpg-code as soon as possible
David Kalnischkies
2013-03-16
1
-5
/
+22
|
*
- if ExecGPGV deals with a clear-signed file it will split this file
David Kalnischkies
2013-03-15
2
-45
/
+298
|
*
split out a method to strip whitespaces only on the right side
Michael Vogt
2013-03-15
2
-1
/
+8
|
*
don't close stdout/stderr if it is also the statusfd
David Kalnischkies
2013-03-15
1
-10
/
+11
|
*
* apt-pkg/contrib/gpgv.cc:
David Kalnischkies
2013-03-15
2
-12
/
+36
|
*
* apt-pkg/indexcopy.cc:
David Kalnischkies
2013-03-15
2
-0
/
+162
*
|
include two missing patches to really fix bug #696225, thanks to
Michael Vogt
2013-03-01
1
-1
/
+1
*
|
* apt-pkg/contrib/progress.cc:
Michael Vogt
2013-01-09
1
-2
/
+2
|
/
*
merge from lp:~donkult/apt/sid
Michael Vogt
2012-10-15
2
-35
/
+36
|
\
|
*
remove 256 char line limit by using getline() (POSIX.1-2008)
David Kalnischkies
2012-10-13
1
-3
/
+5
|
*
* apt-pkg/contrib/netrc.cc:
David Kalnischkies
2012-10-13
1
-16
/
+27
*
|
merged lp:~mvo/apt/mvo
Michael Vogt
2012-10-12
1
-5
/
+16
|
\
\
|
|
/
|
/
|
|
*
apt-pkg/contrib/netrc.cc: use a slightly smaller login/password size
Michael Vogt
2012-08-28
1
-2
/
+2
|
*
make netrc parser more robust and parser biger login tokens, thanks to "TJ" (...
Michael Vogt
2012-08-13
1
-5
/
+16
*
|
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2012-08-04
1
-2
/
+0
*
|
move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard there
David Kalnischkies
2012-08-04
1
-1
/
+1
*
|
apt-pkg/contrib/mmap.cc:
Pino Toscano
2012-08-04
1
-7
/
+7
*
|
for filesystems not supporting mmap'ing a file we need to use a
David Kalnischkies
2012-07-24
1
-0
/
+1
*
|
trigger the usage of the fallback code for kfreebsd also in the
David Kalnischkies
2012-07-24
1
-1
/
+11
*
|
* apt-pkg/contrib/mmap.cc:
David Kalnischkies
2012-07-20
1
-1
/
+1
*
|
Fix previous commit: Do not call memset() if realloc() returned NULL.
Julian Andres Klode
2012-06-16
1
-2
/
+3
*
|
Zero out the new memory allocated with realloc().
Julian Andres Klode
2012-06-16
1
-0
/
+2
[next]