Age | Commit message (Expand) | Author |
2016-01-03 | Increase APT::Cache-HashTableSize default to 50503 | Julian Andres Klode |
2016-01-03 | apt-cache: stats: Show a table utilization as percentage | Julian Andres Klode |
2016-01-03 | apt-cache: stats: Average is over used, not all, buckets | Julian Andres Klode |
2016-01-03 | Allow building without libgtest-dev under <nocheck> build profile | Helmut Grohne |
2016-01-03 | Change compressor costs to be 100 apart | Julian Andres Klode |
2016-01-03 | simple_compressor: Provide some accessors for end and free | Julian Andres Klode |
2016-01-03 | simple_buffer: Allow buffer size to change | Julian Andres Klode |
2016-01-03 | prepare-release: travis: Ignore build profiles in build-depends | Julian Andres Klode |
2016-01-02 | Add new APT::Keep-Downloaded-Packages option | Michael Vogt |
2016-01-02 | Add bash-completion support for the "apt" command | Michael Vogt |
2016-01-02 | Add support for APT::Periodic::CleanInterval | Michael Vogt |
2016-01-02 | properly parse comments in apt_preferences and deb822-style sources | David Kalnischkies |
2016-01-02 | support comments in debian/control parsing | David Kalnischkies |
2016-01-02 | add optional support for comments in pkgTagFile | David Kalnischkies |
2016-01-02 | fail installing build-deps if parsing them failed | David Kalnischkies |
2016-01-02 | Italian manpages translation update | Beatrice Torracca |
2015-12-30 | Release 1.1.101.1.10 | Julian Andres Klode |
2015-12-29 | Do not sync the cache file | Julian Andres Klode |
2015-12-29 | Add support for calculating hashes over the entire cache | Julian Andres Klode |
2015-12-29 | pkgCacheGenerator: Allow passing down an already created cache | Julian Andres Klode |
2015-12-29 | pkgTagSection::Scan: Fix read of uninitialized value | Julian Andres Klode |
2015-12-29 | strutl.cc: Add declarations for the compat _ascii() functions | Julian Andres Klode |
2015-12-29 | Fix test case that was broken by switch of hash function | Julian Andres Klode |
2015-12-29 | Turn tolower_ascii() and isspace_ascii() into inline functions | Julian Andres Klode |
2015-12-29 | Switch to DJB hashing and use prime number as table size | Julian Andres Klode |
2015-12-28 | BufferedFileFdPrivate: Make InternalFlush() save against errors | Julian Andres Klode |
2015-12-28 | aptconfiguration: Set default compression level to 6 | Julian Andres Klode |
2015-12-28 | apt-helper: Use CopyFile() for concatenating the files | Julian Andres Klode |
2015-12-28 | BufferedWriter: flushing: Check for written < size instead of <= | Julian Andres Klode |
2015-12-27 | fix 3 typos/omissions in apt.conf(5) | Beatrice Torracca |
2015-12-27 | deal with empty values properly in deb822 parser | David Kalnischkies |
2015-12-27 | Release 1.1.91.1.9 | Julian Andres Klode |
2015-12-27 | doc/acquire-additional-files.txt: Mention apt-helper cat-file | Julian Andres Klode |
2015-12-27 | allow repositories to forbid arch:all for specific index targets | David Kalnischkies |
2015-12-27 | pkgcachegen.h: Hack around unordered_map not existing before C++11 | Julian Andres Klode |
2015-12-27 | rred: Use buffered writes | Julian Andres Klode |
2015-12-27 | FileFd: Add a buffered writing mode | Julian Andres Klode |
2015-12-27 | FildFd: Introduce a Flush() function and call it from Close() | Julian Andres Klode |
2015-12-27 | FileFdPrivate: Add getter and setter for fields | Julian Andres Klode |
2015-12-27 | fileutl: simple_buffer: Add write() and full() methods | Julian Andres Klode |
2015-12-27 | fileutl: simple_buffer: Mark accessors as const | Julian Andres Klode |
2015-12-27 | FileFdPrivate: Extract SimpleBuffer and mark it as hidden | Julian Andres Klode |
2015-12-27 | rred: Only call pkgInitConfig() in test mode | Julian Andres Klode |
2015-12-27 | ParseDepends: Mark branches for build-dep parsing as unlikely | Julian Andres Klode |
2015-12-27 | debListParser: Do not validate Description-md5 for correctness twice | Julian Andres Klode |
2015-12-27 | Hex2Digit: Do not use isxdigit() | Niels Thykier |
2015-12-27 | debListParser: ParseDepends: Only query native arch if needed | Julian Andres Klode |
2015-12-27 | pkgcachegen: Use std::unordered_map instead of std::map | Julian Andres Klode |
2015-12-27 | Convert most callers of isspace() to isspace_ascii() | Julian Andres Klode |
2015-12-27 | Introduce isspace_ascii() for use by parsers | Julian Andres Klode |