summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined pointer arithmetic while growing mmapDavid Kalnischkies2021-02-041-1/+1
* mmap: Do not look for empty pool unless we need toJulian Andres Klode2020-01-171-8/+9
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-131-2/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-4/+4
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-3/+3
* Store the size of strings in the cacheJulian Andres Klode2016-01-081-2/+9
* mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode2015-12-111-1/+1
* do not segfault in cache generation on mmap failureDavid Kalnischkies2015-11-201-5/+10
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-8/+8
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+2
* warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-1/+1
* rework some code to fix some scan-build warningsDavid Kalnischkies2014-01-161-1/+7
* move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard thereDavid Kalnischkies2012-08-041-1/+1
* apt-pkg/contrib/mmap.cc:Pino Toscano2012-08-041-7/+7
* for filesystems not supporting mmap'ing a file we need to use aDavid Kalnischkies2012-07-241-0/+1
* trigger the usage of the fallback code for kfreebsd also in theDavid Kalnischkies2012-07-241-1/+11
* * apt-pkg/contrib/mmap.cc:David Kalnischkies2012-07-201-1/+1
* Fix previous commit: Do not call memset() if realloc() returned NULL.Julian Andres Klode2012-06-161-2/+3
* Zero out the new memory allocated with realloc().Julian Andres Klode2012-06-161-0/+2
* * apt-pkg/contrib/mmap.cc:Julian Andres Klode2012-06-161-9/+8
* * apt-pkg/contrib/mmap.cc:David Kalnischkies2012-05-211-0/+1
* improve error reporting in case of errors in combination with zlibDavid Kalnischkies2012-01-181-1/+1
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-1/+8
* - add a ReadLine methodDavid Kalnischkies2011-12-111-1/+12
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-8/+8
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-4/+5
* MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needsDavid Kalnischkies2011-05-131-0/+8
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-02-141-2/+2
* * apt-pkg/contrib/mmap.cc:David Kalnischkies2011-02-121-0/+2
* * doc/apt.conf.5.xml:David Kalnischkies2010-07-091-0/+2
* * apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies2010-07-081-9/+18
* make the MMap Grow Error a fatal one as while in theory the code shouldDavid Kalnischkies2010-06-261-1/+1
* * contrib/mmap.cc:David Kalnischkies2010-05-131-2/+2
* * apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies2010-02-271-11/+59
* extent the mmap to be able to handle currently not implementedDavid Kalnischkies2009-11-091-42/+85
* * apt-pkg/contrib/mmap.cc:Julian Andres Klode2009-08-021-1/+1
* merge with lp:apt/debian-sidDavid Kalnischkies2009-07-261-1/+1
* merge from the donkult branchMichael Vogt2009-07-241-4/+11
|\
| * [apt-pkg] yet another bit of mmap and pkgcachegen housekeepingDavid Kalnischkies2009-07-231-6/+14
* | The 'not dead yet' releaseMichael Vogt2009-07-211-34/+79
|\|
| * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.ccDavid Kalnischkies2009-07-211-45/+23
| * add a segfault handler to MMap to show the Cache-Limit message, whichDavid Kalnischkies2009-07-081-0/+24
| * [contrib/mmap] implements a theoretical dynamic growing mmapDavid Kalnischkies2009-07-081-21/+63
|/
* Added instruction how to work around MMap error in MMap error message.Eugene V. Lyubimkin2008-11-261-2/+4
* fix various -Wall warningsMichael Vogt2008-10-281-2/+3
* * apt-pkg/acquire-item.cc:Michael Vogt2007-09-271-2/+2
* * make apt build with g++ 4.3Michael Vogt2007-09-101-0/+2
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0