summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.cc
AgeCommit message (Expand)AuthorFilesLines
2014-01-30pkgTagFile: if we have seen the end, do not try to see moreDavid Kalnischkies1-1/+5
2014-01-22"apt show" show user friendly size infoMichael Vogt1-41/+43
2013-12-21make /etc/apt/preferences parser deal with comment only sectionsMichael Vogt1-2/+9
2013-09-20do not trust FileFd::Eof() in pkgTagFile::Fill()David Kalnischkies1-1/+1
2013-08-22do chdir("/") after chroot()Michael Vogt1-1/+1
2013-08-22Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt1-0/+10
2013-08-15use malloc instead of new[] in pkgTagFileDavid Kalnischkies1-15/+15
2013-08-15ensure that pkgTagFile isn't writing past Buffer lengthDavid Kalnischkies1-9/+24
2013-08-06memset() pkgTagSections data to make coverity happyMichael Vogt1-0/+10
2013-03-18fix pkgTagSection::Exists() and add testMichael Vogt1-1/+8
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-1/+4
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-9/+9
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-06-08* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends whichMichael Vogt1-51/+72
2011-02-25add sha512 support in the client now as wellMichael Vogt1-0/+1
2011-01-27apt-pkg/tagfile.{cc,h}: add dpointer to pkgTagFileMichael Vogt1-51/+72
2011-01-20 - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies1-3/+7
2010-06-09merged from lp:~donkult/apt/sidMichael Vogt1-0/+24
2010-06-09* merge the remaining Ubuntu change:Michael Vogt1-0/+2
2010-06-03* apt-pkg/pkgcache.h:David Kalnischkies1-0/+24
2010-03-14* apt-pkg/depcache.cc:David Kalnischkies1-11/+2
2009-07-30merged from debianMichael Vogt1-5/+16
2009-06-09[ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt1-5/+16
2007-06-09* merged apt--no-pragmaMichael Vogt1-4/+0
2007-06-08* Removed the more leftover #pragma interface/implementationMichael Vogt1-4/+0
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2006-12-14* merged with apt--mvoMichael Vogt1-59/+60
2006-12-07merged from apt--mvoMichael Vogt1-4/+37
2006-10-02* apt-pkg/tagfile.cc,h:Michael Vogt1-4/+37
2006-09-19* apt-pkg/tagfile.cc:Michael Vogt1-0/+2
2006-09-19* merged apt--tasks, this brings in the latest changes from apt--mvo as wellMichael Vogt1-55/+23
2006-09-15* apt-pkg/tagfile.cc, tagfile.h:Michael Vogt1-53/+21
2006-09-15* apt-pkg/tagfile.cc:Michael Vogt1-2/+2
2006-08-25initial Breaks implementationIan Jackson1-0/+1
2006-07-26* suport both MMapable files and non-mmapable filesMichael Vogt1-16/+99
2006-07-24* merged ajs apt-ftparchive branchMichael Vogt1-1/+2
2006-06-09* merged with bubulleMichael Vogt1-0/+1
2006-06-09* merge the patch from SteinarMichael Vogt1-1/+1
2006-04-26* apt-pkg/tagfile.{cc,h}:Michael Vogt1-72/+20
2006-03-08* added ajs patchMichael Vogt1-1/+2
2004-12-13Merge apt--authentication--0Matt Zimmerman1-2/+4
2004-09-20Fix api breakage caused when attempting to support bloc...Arch Librarian1-36/+20
2004-09-20Fix status file parser so that if a record is larger th...Arch Librarian1-20/+36
2004-09-20Fix some unlikely segfaultsArch Librarian1-2/+2
2004-09-20Fix nother end of file parsing bugArch Librarian1-3/+3
2004-09-20Fix last fix, make sure we read something before giving upArch Librarian1-3/+3
2004-09-20Fix tag file parser underrun #139328Arch Librarian1-28/+14
2004-09-20Fixes from Christoph PfistererArch Librarian1-4/+4
2004-09-20G++3 fixes from RandolphArch Librarian1-1/+4