summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/mmap.cc
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies1-2/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-4/+4
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-3/+3
2016-01-08Store the size of strings in the cacheJulian Andres Klode1-2/+9
2015-12-11mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode1-1/+1
2015-11-20do not segfault in cache generation on mmap failureDavid Kalnischkies1-5/+10
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-8/+8
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+2
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies1-1/+1
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies1-1/+7
2012-08-04move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard thereDavid Kalnischkies1-1/+1
2012-08-04apt-pkg/contrib/mmap.cc:Pino Toscano1-7/+7
2012-07-24for filesystems not supporting mmap'ing a file we need to use aDavid Kalnischkies1-0/+1
2012-07-24trigger the usage of the fallback code for kfreebsd also in theDavid Kalnischkies1-1/+11
2012-07-20* apt-pkg/contrib/mmap.cc:David Kalnischkies1-1/+1
2012-06-16Fix previous commit: Do not call memset() if realloc() returned NULL.Julian Andres Klode1-2/+3
2012-06-16Zero out the new memory allocated with realloc().Julian Andres Klode1-0/+2
2012-06-16* apt-pkg/contrib/mmap.cc:Julian Andres Klode1-9/+8
2012-05-21* apt-pkg/contrib/mmap.cc:David Kalnischkies1-0/+1
2012-01-18improve error reporting in case of errors in combination with zlibDavid Kalnischkies1-1/+1
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies1-1/+8
2011-12-11 - add a ReadLine methodDavid Kalnischkies1-1/+12
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-8/+8
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-4/+5
2011-05-13MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needsDavid Kalnischkies1-0/+8
2011-02-14* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-2/+2
2011-02-12* apt-pkg/contrib/mmap.cc:David Kalnischkies1-0/+2
2010-07-09* doc/apt.conf.5.xml:David Kalnischkies1-0/+2
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies1-9/+18
2010-06-26make the MMap Grow Error a fatal one as while in theory the code shouldDavid Kalnischkies1-1/+1
2010-05-13* contrib/mmap.cc:David Kalnischkies1-2/+2
2010-02-27* apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies1-11/+59
2009-11-09extent the mmap to be able to handle currently not implementedDavid Kalnischkies1-42/+85
2009-08-02* apt-pkg/contrib/mmap.cc:Julian Andres Klode1-1/+1
2009-07-26merge with lp:apt/debian-sidDavid Kalnischkies1-1/+1
2009-07-24merge from the donkult branchMichael Vogt1-4/+11
2009-07-23[apt-pkg] yet another bit of mmap and pkgcachegen housekeepingDavid Kalnischkies1-6/+14
2009-07-21The 'not dead yet' releaseMichael Vogt1-34/+79
2009-07-21eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.ccDavid Kalnischkies1-45/+23
2009-07-08add a segfault handler to MMap to show the Cache-Limit message, whichDavid Kalnischkies1-0/+24
2009-07-08[contrib/mmap] implements a theoretical dynamic growing mmapDavid Kalnischkies1-21/+63
2008-11-26Added instruction how to work around MMap error in MMap error message.Eugene V. Lyubimkin1-2/+4
2008-10-28fix various -Wall warningsMichael Vogt1-2/+3
2007-09-27* apt-pkg/acquire-item.cc:Michael Vogt1-2/+2
2007-09-10* make apt build with g++ 4.3Michael Vogt1-0/+2
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2005-09-28* leak fix for debian #250583Michael Vogt1-2/+2
2004-09-20Ensure the memory buffer is 0'dArch Librarian1-1/+2