index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
mmap.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid undefined pointer arithmetic while growing mmap
David Kalnischkies
2021-02-04
1
-1
/
+1
*
mmap: Do not look for empty pool unless we need to
Julian Andres Klode
2020-01-17
1
-8
/
+9
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
convert various c-style casts to C++-style
David Kalnischkies
2017-12-13
1
-2
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-4
/
+4
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-3
/
+3
*
Store the size of strings in the cache
Julian Andres Klode
2016-01-08
1
-2
/
+9
*
mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE
Julian Andres Klode
2015-12-11
1
-1
/
+1
*
do not segfault in cache generation on mmap failure
David Kalnischkies
2015-11-20
1
-5
/
+10
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
1
-8
/
+8
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-2
/
+2
*
warning: useless cast to type A [-Wuseless-cast]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
rework some code to fix some scan-build warnings
David Kalnischkies
2014-01-16
1
-1
/
+7
*
move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard there
David Kalnischkies
2012-08-04
1
-1
/
+1
*
apt-pkg/contrib/mmap.cc:
Pino Toscano
2012-08-04
1
-7
/
+7
*
for filesystems not supporting mmap'ing a file we need to use a
David Kalnischkies
2012-07-24
1
-0
/
+1
*
trigger the usage of the fallback code for kfreebsd also in the
David Kalnischkies
2012-07-24
1
-1
/
+11
*
* apt-pkg/contrib/mmap.cc:
David Kalnischkies
2012-07-20
1
-1
/
+1
*
Fix previous commit: Do not call memset() if realloc() returned NULL.
Julian Andres Klode
2012-06-16
1
-2
/
+3
*
Zero out the new memory allocated with realloc().
Julian Andres Klode
2012-06-16
1
-0
/
+2
*
* apt-pkg/contrib/mmap.cc:
Julian Andres Klode
2012-06-16
1
-9
/
+8
*
* apt-pkg/contrib/mmap.cc:
David Kalnischkies
2012-05-21
1
-0
/
+1
*
improve error reporting in case of errors in combination with zlib
David Kalnischkies
2012-01-18
1
-1
/
+1
*
Allow the FileFd to use an external Compressor to uncompress a given file
David Kalnischkies
2011-12-13
1
-1
/
+8
*
- add a ReadLine method
David Kalnischkies
2011-12-11
1
-1
/
+12
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-0
/
+1
*
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
1
-8
/
+8
*
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-4
/
+5
*
MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needs
David Kalnischkies
2011-05-13
1
-0
/
+8
*
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2011-02-14
1
-2
/
+2
*
* apt-pkg/contrib/mmap.cc:
David Kalnischkies
2011-02-12
1
-0
/
+2
*
* doc/apt.conf.5.xml:
David Kalnischkies
2010-07-09
1
-0
/
+2
*
* apt-pkg/pkgcachegen.{cc,h}:
David Kalnischkies
2010-07-08
1
-9
/
+18
*
make the MMap Grow Error a fatal one as while in theory the code should
David Kalnischkies
2010-06-26
1
-1
/
+1
*
* contrib/mmap.cc:
David Kalnischkies
2010-05-13
1
-2
/
+2
*
* apt-pkg/contrib/mmap.{h,cc}:
David Kalnischkies
2010-02-27
1
-11
/
+59
*
extent the mmap to be able to handle currently not implemented
David Kalnischkies
2009-11-09
1
-42
/
+85
*
* apt-pkg/contrib/mmap.cc:
Julian Andres Klode
2009-08-02
1
-1
/
+1
*
merge with lp:apt/debian-sid
David Kalnischkies
2009-07-26
1
-1
/
+1
*
merge from the donkult branch
Michael Vogt
2009-07-24
1
-4
/
+11
|
\
|
*
[apt-pkg] yet another bit of mmap and pkgcachegen housekeeping
David Kalnischkies
2009-07-23
1
-6
/
+14
*
|
The 'not dead yet' release
Michael Vogt
2009-07-21
1
-34
/
+79
|
\
|
|
*
eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
David Kalnischkies
2009-07-21
1
-45
/
+23
|
*
add a segfault handler to MMap to show the Cache-Limit message, which
David Kalnischkies
2009-07-08
1
-0
/
+24
|
*
[contrib/mmap] implements a theoretical dynamic growing mmap
David Kalnischkies
2009-07-08
1
-21
/
+63
|
/
*
Added instruction how to work around MMap error in MMap error message.
Eugene V. Lyubimkin
2008-11-26
1
-2
/
+4
*
fix various -Wall warnings
Michael Vogt
2008-10-28
1
-2
/
+3
*
* apt-pkg/acquire-item.cc:
Michael Vogt
2007-09-27
1
-2
/
+2
*
* make apt build with g++ 4.3
Michael Vogt
2007-09-10
1
-0
/
+2
*
* remove all the remaining #pragma implementation
Michael Vogt
2007-06-08
1
-4
/
+0
[next]