summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2015-12-27allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies
2015-12-27pkgcachegen.h: Hack around unordered_map not existing before C++11Julian Andres Klode
2015-12-27FileFd: Add a buffered writing modeJulian Andres Klode
2015-12-27FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode
2015-12-27FileFdPrivate: Add getter and setter for fieldsJulian Andres Klode
2015-12-27fileutl: simple_buffer: Add write() and full() methodsJulian Andres Klode
2015-12-27fileutl: simple_buffer: Mark accessors as constJulian Andres Klode
2015-12-27FileFdPrivate: Extract SimpleBuffer and mark it as hiddenJulian Andres Klode
2015-12-27ParseDepends: Mark branches for build-dep parsing as unlikelyJulian Andres Klode
2015-12-27debListParser: Do not validate Description-md5 for correctness twiceJulian Andres Klode
2015-12-27Hex2Digit: Do not use isxdigit()Niels Thykier
2015-12-27debListParser: ParseDepends: Only query native arch if neededJulian Andres Klode
2015-12-27pkgcachegen: Use std::unordered_map instead of std::mapJulian Andres Klode
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode
2015-12-27Introduce isspace_ascii() for use by parsersJulian Andres Klode
2015-12-26Refactor InternalReadLine to not unroll Size == 0 caseJulian Andres Klode
2015-12-26Change InternalReadLine to always use buffer.read() return valueJulian Andres Klode
2015-12-26Get rid of memmove() in our read bufferingJulian Andres Klode
2015-12-26Use a hardcoded buffer size of 4096 to fix performanceJulian Andres Klode
2015-12-24Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode
2015-12-23fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies
2015-12-23use a dynamic buffer for ReadLineDavid Kalnischkies
2015-12-23implement a buffer system for FileFd::ReadLineDavid Kalnischkies
2015-12-22parse xz-compression level from configurationDavid Kalnischkies
2015-12-22follow dpkg and xz and use CRC64 for xz compressionDavid Kalnischkies
2015-12-22shuffle compressor-specific code into private subclassesDavid Kalnischkies
2015-12-19Do not try to read in FileFd::Read() if Size is 0Julian Andres Klode
2015-12-19Do nothing in FileFd::Write() if Size is 0Julian Andres Klode
2015-12-19CopyFile: avoid failing on EOF on some systemsPino Toscano
2015-12-19CopyFile: fix BufSize to a sane valuePino Toscano
2015-12-14pkgcache: Make hash arch-independent using fixed size integerJulian Andres Klode
2015-12-14tagfile: Hardcode error message for out of range integer valuesJulian Andres Klode
2015-12-14non-existing directories don't need to be cleanedDavid Kalnischkies
2015-12-14support regex and co in 'apt-cache policy $pkg' againDavid Kalnischkies
2015-12-14show a more descriptive error for weak Release filesDavid Kalnischkies
2015-12-13parse .diff/Index hashes in reverse orderDavid Kalnischkies
2015-12-13fix typos and docs in GlobalError documentationDavid Kalnischkies
2015-12-11mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode
2015-12-11Bump cache minor version to 2 to trigger rebuildsJulian Andres Klode
2015-12-11Convert package names from Packages files to lower caseJulian Andres Klode
2015-12-10Do not swap required and important in pkgCache::Priority()Julian Andres Klode
2015-12-07Use 0llu instead of 0ull in one place tooJulian Andres Klode
2015-12-07Avoid overflow when summing up file sizesJulian Andres Klode
2015-12-02use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies
2015-12-01require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies
2015-11-29accept ../ on the cmdline as start for a deb file as wellDavid Kalnischkies
2015-11-29tests: fix typos, correct helpmsgs and test testsDavid Kalnischkies
2015-11-29doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies
2015-11-28Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode
2015-11-28Revert "appease adequate with some weak symbols for -private"Julian Andres Klode