add hashsum support in apt-file download and add more tests
[ntk/apt.git] / apt-pkg / contrib / gpgv.cc
2014-01-26 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-01-16 David Kalnischkiescorrect some style/performance/warnings from cppcheck
2014-01-16 David Kalnischkiesrework some code to fix some scan-build warnings
2014-01-05 Michael VogtMerge remote-tracking branch 'donkult/feature/clientmer...
2014-01-04 Michael VogtMerge branch 'debian/sid' into feature/source-deb822
2013-12-29 Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2013-12-27 Michael VogtMerge branch 'debian/sid' into bugfix/bts731738-fancy...
2013-12-27 Michael VogtMerge branch 'feature/tests-on-installed' into debian/sid
2013-12-27 Michael VogtMerge branch 'feature/test-apt-key-net-update' into...
2013-12-27 Michael VogtMerge branch 'feature/policy-parser-bts732746' into...
2013-12-22 Michael Vogtfactor GetTempDir out
2013-12-22 Thomas Bechtoldapt-pkg/contrib/gpgv.cc: use /tmp as fallback dir
2013-07-24 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'
2013-07-02 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-06-20 David Kalnischkiestrigger NODATA error for invalid InRelease files
2013-05-08 Michael Vogtmerged from the debian-wheezy branch
2013-04-08 Michael Vogtmerged bundle from david
2013-04-08 Michael Vogtmerged lp:~mvo/apt/add-missing-dsc-hashes
2013-04-03 Michael Vogtapt-pkg/contrib/gpgv.cc: fix InRelease check
2013-04-02 Michael Vogtmerged lp:~mvo/apt/fix-inrelease5
2013-03-26 Michael Vogtmerge stuff from donkult
2013-03-19 David Kalnischkiessupport dash-escaped text in clearsigned files as imple...
2013-03-19 David Kalnischkiesuse FileFd instead of int fds to tidy up the interface...
2013-03-18 David Kalnischkies* apt-pkg/deb/debindexfile.cc,
2013-03-18 David Kalnischkies - add method to open (maybe) clearsigned files transp...
2013-03-16 David Kalnischkiesensure that we fclose/unlink/free in the new gpg-code...
2013-03-16 Michael Vogtmerged from davids bundle
2013-03-15 David Kalnischkies - if ExecGPGV deals with a clear-signed file it will...
2013-03-15 David Kalnischkiesdon't close stdout/stderr if it is also the statusfd
2013-03-15 David Kalnischkies* apt-pkg/contrib/gpgv.cc:
2013-03-15 David Kalnischkies* apt-pkg/indexcopy.cc: