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
*
add basic tests for GetTempDir()
Michael Vogt
2013-12-23
1
-1
/
+1
*
factor GetTempDir out
Michael Vogt
2013-12-22
3
-13
/
+21
*
apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir
Thomas Bechtold
2013-12-22
1
-1
/
+6
*
truncating /dev/null to zero is always successful
David Kalnischkies
2013-11-30
1
-0
/
+3
*
Merge remote-tracking branch 'mvo/debian/sid' into debian/sid
Michael Vogt
2013-11-29
4
-5
/
+38
|
\
|
*
add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source
Michael Vogt
2013-11-29
2
-0
/
+9
|
*
add check when sources.list changed
Michael Vogt
2013-11-26
2
-5
/
+29
*
|
fix regression that APT::Keep-Fds is not honored (closes: #730490)
Michael Vogt
2013-11-28
2
-8
/
+19
|
/
*
small documentation updates
Michael Vogt
2013-11-01
1
-1
/
+2
*
add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...
Michael Vogt
2013-10-31
2
-14
/
+21
*
re-add missing APT::String::Strip
Michael Vogt
2013-10-18
2
-1
/
+23
*
fix libapt-inst for >2G debs (closes: #725483)
Michael Vogt
2013-10-07
1
-8
/
+8
*
change maxsplit default from "0" to maxint
Michael Vogt
2013-10-01
2
-3
/
+3
*
improve documentation for StringSplit()
Michael Vogt
2013-10-01
2
-6
/
+19
*
doc update
Michael Vogt
2013-09-07
2
-8
/
+17
*
add maxsplit parameter to StringSplit
Michael Vogt
2013-09-07
2
-6
/
+14
*
implement StringSplit() as we need this to fix the dpkg status-fd output parsing
Michael Vogt
2013-09-07
2
-0
/
+24
*
fix typo (mkostemp->mkstemp)
Michael Vogt
2013-08-31
1
-1
/
+1
*
use mkstemp instead of mkostemp in FileFd::Open()
David Kalnischkies
2013-08-27
1
-8
/
+4
*
replace usage of potential dangerous mktemp with mkstemp
Angel Guzman Maeso
2013-08-27
1
-5
/
+19
*
apt-pkg:contrib Avoid compiler warning about sign-compare
Ángel Guzmán Maeso
2013-08-22
1
-1
/
+2
*
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-08-22
2
-0
/
+3
|
\
|
*
some more coverity fixes
Michael Vogt
2013-08-12
2
-0
/
+3
*
|
Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sid
Michael Vogt
2013-08-17
4
-0
/
+70
|
\
\
|
*
|
squash merge of the feature/apt-binary branch without the changes from experi...
Michael Vogt
2013-08-12
4
-0
/
+70
|
|
/
*
|
* lp:~mvo/apt/add-glob-function:
Michael Vogt
2013-08-15
2
-0
/
+34
*
|
* lp:~mvo/apt/config-clear:
Michael Vogt
2013-08-15
2
-0
/
+13
|
/
*
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
[next]