Commit Verlauf

Autor SHA1 Nachricht Datum
  Jay Freeman (saurik) 88ac08f989 It is NOT OK to just munmap memory from malloc :/. vor 8 Jahren
  Jay Freeman (saurik) f1788cf1c8 This is realloc, not reallocf: be more careful :/. vor 8 Jahren
  Jay Freeman (saurik) f932bccbf7 Bill is consistent. Bill is correct. Be like Bill. vor 8 Jahren
  Jay Freeman (saurik) 0b23d3c0a7 You can't just assume the start is always zero :/. vor 8 Jahren
  Jay Freeman (saurik) 89cb5d4dd7 The length given to msync was calculated wrong :/. vor 8 Jahren
  Jay Freeman (saurik) ca2b6d6dac Not /not/ immediately mapping a file is INSANE :/. vor 8 Jahren
  Julian Andres Klode 60d523e2ae Store the size of strings in the cache vor 9 Jahren
  Julian Andres Klode f9d8a91570 mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE vor 9 Jahren
  David Kalnischkies 6789e01e93 do not segfault in cache generation on mmap failure vor 9 Jahren
  David Kalnischkies 95278287f4 avoid using global PendingError to avoid failing too often too soon vor 9 Jahren
  David Kalnischkies 453b82a388 cleanup headers and especially #includes everywhere vor 11 Jahren
  David Kalnischkies e788a834ce warning: useless cast to type A [-Wuseless-cast] vor 11 Jahren
  David Kalnischkies 62d8a765b9 rework some code to fix some scan-build warnings vor 11 Jahren
  David Kalnischkies e3348f474f move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard there vor 12 Jahren
  Pino Toscano 3ac981df10 apt-pkg/contrib/mmap.cc: vor 12 Jahren
  David Kalnischkies fbda0ee9d9 for filesystems not supporting mmap'ing a file we need to use a vor 12 Jahren
  David Kalnischkies 7b15b702b1 trigger the usage of the fallback code for kfreebsd also in the vor 12 Jahren
  David Kalnischkies 4bd60a02b4 * apt-pkg/contrib/mmap.cc: vor 12 Jahren
  Julian Andres Klode e3026ce49a Fix previous commit: Do not call memset() if realloc() returned NULL. vor 12 Jahren
  Julian Andres Klode 61a406f0fc Zero out the new memory allocated with realloc(). vor 12 Jahren
  Julian Andres Klode 7899a1339c * apt-pkg/contrib/mmap.cc: vor 12 Jahren
  David Kalnischkies 6bae2c5108 * apt-pkg/contrib/mmap.cc: vor 12 Jahren
  David Kalnischkies b711c01e77 improve error reporting in case of errors in combination with zlib vor 13 Jahren
  David Kalnischkies 699b209e51 Allow the FileFd to use an external Compressor to uncompress a given file vor 13 Jahren
  David Kalnischkies 032bd56ff8 - add a ReadLine method vor 13 Jahren
  David Kalnischkies 472ff00ef2 use forward declaration in headers if possible instead of includes vor 13 Jahren
  David Kalnischkies 650faab016 Support large files in the complete toolset. Indexes of this vor 13 Jahren
  David Kalnischkies ea54214002 reorder includes: add <config.h> if needed and include it at first vor 13 Jahren
  David Kalnischkies f895e2ce11 MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needs vor 13 Jahren
  David Kalnischkies 2a79d5b560 * apt-pkg/contrib/fileutl.cc: vor 14 Jahren