Commit History

Author SHA1 Message Date
  Julian Andres Klode 0327b790d4 Release 1.1.10 10 years ago
  Julian Andres Klode d86b8f864c Do not sync the cache file 10 years ago
  Julian Andres Klode 25c7a09d4a Add support for calculating hashes over the entire cache 10 years ago
  Julian Andres Klode f161603953 pkgCacheGenerator: Allow passing down an already created cache 10 years ago
  Julian Andres Klode 67c90775b6 pkgTagSection::Scan: Fix read of uninitialized value 10 years ago
  Julian Andres Klode 390344f9e7 strutl.cc: Add declarations for the compat _ascii() functions 10 years ago
  Julian Andres Klode 202555ac66 Fix test case that was broken by switch of hash function 10 years ago
  Julian Andres Klode 98eb4e9eec Turn tolower_ascii() and isspace_ascii() into inline functions 10 years ago
  Julian Andres Klode 0748f03aca Switch to DJB hashing and use prime number as table size 10 years ago
  Julian Andres Klode 1f5062f656 BufferedFileFdPrivate: Make InternalFlush() save against errors 10 years ago
  Julian Andres Klode 1a3296c0bd aptconfiguration: Set default compression level to 6 10 years ago
  Julian Andres Klode ff2717e8c6 apt-helper: Use CopyFile() for concatenating the files 10 years ago
  Julian Andres Klode 80f0699196 BufferedWriter: flushing: Check for written < size instead of <= 10 years ago
  Beatrice Torracca 2ffd35359f fix 3 typos/omissions in apt.conf(5) 10 years ago
  David Kalnischkies c72f5c4fb4 deal with empty values properly in deb822 parser 10 years ago
  Julian Andres Klode c3c3bd043b Release 1.1.9 10 years ago
  Julian Andres Klode 341e0147da doc/acquire-additional-files.txt: Mention apt-helper cat-file 10 years ago
  David Kalnischkies a628ca5256 allow repositories to forbid arch:all for specific index targets 10 years ago
  Julian Andres Klode 2837a71877 pkgcachegen.h: Hack around unordered_map not existing before C++11 10 years ago
  Julian Andres Klode 1924be129e rred: Use buffered writes 10 years ago
  Julian Andres Klode 88749b5dc1 FileFd: Add a buffered writing mode 10 years ago
  Julian Andres Klode 766761fd83 FildFd: Introduce a Flush() function and call it from Close() 10 years ago
  Julian Andres Klode 1d68256d52 FileFdPrivate: Add getter and setter for fields 10 years ago
  Julian Andres Klode c368b3abe1 fileutl: simple_buffer: Add write() and full() methods 10 years ago
  Julian Andres Klode ea58d39ee3 fileutl: simple_buffer: Mark accessors as const 10 years ago
  Julian Andres Klode 38dba8cd72 FileFdPrivate: Extract SimpleBuffer and mark it as hidden 10 years ago
  Julian Andres Klode 18b1628146 rred: Only call pkgInitConfig() in test mode 10 years ago
  Julian Andres Klode 1470416266 ParseDepends: Mark branches for build-dep parsing as unlikely 10 years ago
  Julian Andres Klode 50b7dbc5a8 debListParser: Do not validate Description-md5 for correctness twice 10 years ago
  Niels Thykier fc8f1c2252 Hex2Digit: Do not use isxdigit() 10 years ago