summaryrefslogtreecommitdiff
path: root/apt-pkg/indexcopy.cc
Commit message (Expand)AuthorAgeFilesLines
* fix resource leak when verification failsMichael Vogt2013-07-251-0/+1
* apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()Michael Vogt2013-07-251-1/+1
* call fdopen() after FileFd was checkedMichael Vogt2013-07-251-1/+1
* fail in CopyFile if the FileFds have error flag setDavid Kalnischkies2013-06-091-4/+2
* non-inline RunGPGV methods to restore ABI compatibility with previous version...David Kalnischkies2013-05-161-0/+12
* merged bundle from davidMichael Vogt2013-04-081-4/+2
|\
| * various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-4/+2
* | * apt-pkg/indexcopy.cc:David Kalnischkies2013-03-151-120/+2
|/
* - do not create duplicated flat-archive CD-ROM sources for foreignDavid Kalnischkies2012-09-031-6/+9
* * apt-pkg/indexcopy.cc:David Kalnischkies2012-09-021-4/+7
* * apt-pkg/indexcopy.cc:David Kalnischkies2012-08-051-1/+6
* Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toMichael Vogt2012-01-311-2/+2
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-91/+6
* * apt-pkg/cdrom.cc:David Kalnischkies2011-12-111-5/+21
* use getCompressors() instead of getCompressorTypes() and use it everywhereDavid Kalnischkies2011-11-241-74/+72
* factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre2011-11-231-80/+94
* merge with debian/experimentalDavid Kalnischkies2011-09-131-11/+10
|\
| * fix a few more cppcheck performance and scope warningsDavid Kalnischkies2011-08-111-2/+1
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-9/+9
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-11/+12
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/
* fix from David Kalnischkies for the InRelease gpg verification Michael Vogt2011-07-131-1/+20
* * apt-pkg/indexcopy.cc:Julian Andres Klode2011-04-071-5/+5
* - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies2011-01-201-1/+2
* * apt-pkg/indexcopy.cc:Michael Vogt2010-09-071-3/+10
|\
| * do not replace /dev/null when running in APT::CDROM::NoActMichael Vogt2010-09-071-1/+6
| * apt-pkg/indexcopy.cc: include trustedFile (if it exists)Michael Vogt2010-09-031-5/+3
| * * apt-pkg/indexcopy.cc:Michael Vogt2010-09-031-3/+7
* | * apt-pkg/indexcopy.cc:David Kalnischkies2010-09-041-1/+1
|/
* * apt-pkg/init.cc:David Kalnischkies2010-08-191-3/+2
* apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode2010-08-101-3/+3
* enhance the split out of the gpgv commandline mangling by splitting outDavid Kalnischkies2010-06-091-13/+49
* * apt-pkg/indexcopy.cc:David Kalnischkies2010-06-091-39/+70
* * French manpage translation updateMichael Vogt2010-01-081-2/+2
* * apt-pkg/packagemanager.cc:Michael Vogt2009-12-021-3/+3
|\
| * * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:Michael Vogt2009-10-291-3/+3
* | [apt-pkg/indexcopy.cc] fix a (hypothetical) memory leak then the ReleaseDavid Kalnischkies2009-08-081-0/+3
|/
* The 'not dead yet' releaseMichael Vogt2009-07-211-8/+8
|\
| * add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-8/+8
| * fix various -Wall warningsMichael Vogt2008-10-281-1/+1
* | apt-pkg/indexcopy.cc: discard errors after Verify()Michael Vogt2008-10-281-0/+1
* | * apt-pkg/indexcopy.cc:Michael Vogt2008-08-091-0/+9
* | fix various -Wall warningsMichael Vogt2008-08-051-1/+1
|/
* * implement sha256/sha1/md5 checking with proper backward compatibilityMichael Vogt2007-07-261-10/+3
* * added a BUGS file with known problem, added apt-cdrom support for translate...Michael Vogt2005-07-281-3/+180
* * corrected a incorrect use of string().c_str() (thanks to mdz!)Michael Vogt2003-04-061-2/+6
* * honor "Acquire::gpgv::Options" in apt-cdrom tooMichael Vogt2005-04-061-3/+27
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-061-2/+2
* Move CD-ROM handling backend into libapt-pkgMatt Zimmerman2005-02-041-0/+644