Age | Commit message (Expand) | Author |
2013-08-15 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2013-08-05 | Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverity | Michael Vogt |
2013-08-05 | fix some unitialized data members | Michael Vogt |
2013-07-28 | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt |
2013-07-26 | fix another missing va_end() | Michael Vogt |
2013-07-26 | ensure that FileFd::Size returns 0 in error cases | David Kalnischkies |
2013-07-26 | proper cleanup varargs in _error (uncovered by Coverity) | David Kalnischkies |
2013-07-25 | add missing "free(buffer) for allocated buffer | Michael Vogt |
2013-07-25 | fix resource leak (thanks coverity) | Michael Vogt |
2013-07-25 | rework the code in cdromutl.cc to make coverity (more) happy | Michael Vogt |
2013-07-25 | fix off-by-one error and do not use magic constant of 100 when checking Stack... | Michael Vogt |
2013-07-25 | always "delete d" in FileFd::~FileFd to coverity happy | Michael Vogt |
2013-06-24 | fix SHA2* cleanups to zero-out the complete context | David Kalnischkies |
2013-06-20 | trigger NODATA error for invalid InRelease files | David Kalnischkies |
2013-06-20 | support \n and \r\n line endings in ReadMessages | David Kalnischkies |
2013-06-09 | fail in CopyFile if the FileFds have error flag set | David Kalnischkies |
2013-06-09 | OpenDescriptor should autoclose fd always on error | David Kalnischkies |
2013-06-09 | set Fail flag in FileFd on all errors consistently | David Kalnischkies |
2013-06-09 | make the vprintf like _error->Insert public | David Kalnischkies |
2013-06-06 | fix double free (closes: #711045) | Michael Vogt |
2013-05-08 | merged patch from Daniel Hartwig to fix URI and proxy releated issues | Michael Vogt |
2013-04-23 | merged debian-sid branch and resolved conflicts | Michael Vogt |
2013-04-08 | merged bundle from david | Michael Vogt |
2013-04-03 | apt-pkg/contrib/gpgv.cc: fix InRelease check | Michael Vogt |
2013-04-02 | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt |
2013-03-19 | support dash-escaped text in clearsigned files as implementations are | David Kalnischkies |
2013-03-19 | use FileFd instead of int fds to tidy up the interface a bit | David Kalnischkies |
2013-03-18 | * apt-pkg/deb/debindexfile.cc, | David Kalnischkies |
2013-03-18 | - add method to open (maybe) clearsigned files transparently | David Kalnischkies |
2013-03-16 | ensure that we fclose/unlink/free in the new gpg-code as soon as possible | David Kalnischkies |
2013-03-15 | - if ExecGPGV deals with a clear-signed file it will split this file | David Kalnischkies |
2013-03-15 | split out a method to strip whitespaces only on the right side | Michael Vogt |
2013-03-15 | don't close stdout/stderr if it is also the statusfd | David Kalnischkies |
2013-03-15 | * apt-pkg/contrib/gpgv.cc: | David Kalnischkies |
2013-03-15 | * apt-pkg/indexcopy.cc: | David Kalnischkies |
2013-03-10 | various simple changes to fix cppcheck warnings | David Kalnischkies |
2013-03-01 | include two missing patches to really fix bug #696225, thanks to | Michael Vogt |
2013-03-01 | merged from the debian-sid branch | Michael Vogt |
2013-01-09 | * apt-pkg/contrib/progress.cc: | Michael Vogt |
2012-10-17 | * lp:~mvo/apt/config-clear: | Michael Vogt |
2012-10-17 | * lp:~mvo/apt/add-glob-function: | Michael Vogt |
2012-10-17 | stop exporting the accidently exported parsenetrc() symbol | Michael Vogt |
2012-10-17 | merged from debian-sid | Michael Vogt |
2012-10-15 | merge from lp:~donkult/apt/sid | Michael Vogt |
2012-10-13 | remove 256 char line limit by using getline() (POSIX.1-2008) | David Kalnischkies |
2012-10-13 | * apt-pkg/contrib/netrc.cc: | David Kalnischkies |
2012-10-12 | merged lp:~mvo/apt/mvo | Michael Vogt |
2012-10-01 | rename CleaAll() -> Clear() | Michael Vogt |
2012-09-28 | add new ClearAll | Michael Vogt |
2012-09-04 | add "Glob()" to fileutl | Michael Vogt |