Commit History

Author SHA1 Message Date
  Julian Andres Klode 202555ac66 Fix test case that was broken by switch of hash function 9 years ago
  Julian Andres Klode 98eb4e9eec Turn tolower_ascii() and isspace_ascii() into inline functions 9 years ago
  Julian Andres Klode 0748f03aca Switch to DJB hashing and use prime number as table size 9 years ago
  Julian Andres Klode 1f5062f656 BufferedFileFdPrivate: Make InternalFlush() save against errors 9 years ago
  Julian Andres Klode 1a3296c0bd aptconfiguration: Set default compression level to 6 9 years ago
  Julian Andres Klode ff2717e8c6 apt-helper: Use CopyFile() for concatenating the files 9 years ago
  Julian Andres Klode 80f0699196 BufferedWriter: flushing: Check for written < size instead of <= 9 years ago
  Beatrice Torracca 2ffd35359f fix 3 typos/omissions in apt.conf(5) 9 years ago
  David Kalnischkies c72f5c4fb4 deal with empty values properly in deb822 parser 9 years ago
  Julian Andres Klode c3c3bd043b Release 1.1.9 9 years ago
  Julian Andres Klode 341e0147da doc/acquire-additional-files.txt: Mention apt-helper cat-file 9 years ago
  David Kalnischkies a628ca5256 allow repositories to forbid arch:all for specific index targets 9 years ago
  Julian Andres Klode 2837a71877 pkgcachegen.h: Hack around unordered_map not existing before C++11 9 years ago
  Julian Andres Klode 1924be129e rred: Use buffered writes 9 years ago
  Julian Andres Klode 88749b5dc1 FileFd: Add a buffered writing mode 9 years ago
  Julian Andres Klode 766761fd83 FildFd: Introduce a Flush() function and call it from Close() 9 years ago
  Julian Andres Klode 1d68256d52 FileFdPrivate: Add getter and setter for fields 9 years ago
  Julian Andres Klode c368b3abe1 fileutl: simple_buffer: Add write() and full() methods 9 years ago
  Julian Andres Klode ea58d39ee3 fileutl: simple_buffer: Mark accessors as const 9 years ago
  Julian Andres Klode 38dba8cd72 FileFdPrivate: Extract SimpleBuffer and mark it as hidden 9 years ago
  Julian Andres Klode 18b1628146 rred: Only call pkgInitConfig() in test mode 9 years ago
  Julian Andres Klode 1470416266 ParseDepends: Mark branches for build-dep parsing as unlikely 9 years ago
  Julian Andres Klode 50b7dbc5a8 debListParser: Do not validate Description-md5 for correctness twice 9 years ago
  Niels Thykier fc8f1c2252 Hex2Digit: Do not use isxdigit() 9 years ago
  Julian Andres Klode 0e0bff781d debListParser: ParseDepends: Only query native arch if needed 9 years ago
  Julian Andres Klode e9185eca39 pkgcachegen: Use std::unordered_map instead of std::map 9 years ago
  Julian Andres Klode 74dedb4ae2 Convert most callers of isspace() to isspace_ascii() 9 years ago
  Julian Andres Klode 98b0634391 Introduce isspace_ascii() for use by parsers 9 years ago
  Julian Andres Klode 333e0f956c Release 1.1.8 9 years ago
  Julian Andres Klode cb7fce2449 apt-helper: Check that we can open stdout 9 years ago