summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Refactor InternalReadLine to not unroll Size == 0 caseJulian Andres Klode2015-12-261-5/+4
* Change InternalReadLine to always use buffer.read() return valueJulian Andres Klode2015-12-261-12/+8
* Get rid of memmove() in our read bufferingJulian Andres Klode2015-12-261-76/+57
* Use a hardcoded buffer size of 4096 to fix performanceJulian Andres Klode2015-12-261-4/+2
* Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode2015-12-241-6/+6
* fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies2015-12-231-7/+7
* use a dynamic buffer for ReadLineDavid Kalnischkies2015-12-231-15/+22
* implement a buffer system for FileFd::ReadLineDavid Kalnischkies2015-12-231-27/+140
* parse xz-compression level from configurationDavid Kalnischkies2015-12-221-2/+28
* follow dpkg and xz and use CRC64 for xz compressionDavid Kalnischkies2015-12-221-1/+1
* shuffle compressor-specific code into private subclassesDavid Kalnischkies2015-12-222-635/+692
* Do not try to read in FileFd::Read() if Size is 0Julian Andres Klode2015-12-191-3/+2
* Do nothing in FileFd::Write() if Size is 0Julian Andres Klode2015-12-191-7/+5
* CopyFile: avoid failing on EOF on some systemsPino Toscano2015-12-191-1/+1
* CopyFile: fix BufSize to a sane valuePino Toscano2015-12-191-2/+2
* pkgcache: Make hash arch-independent using fixed size integerJulian Andres Klode2015-12-141-2/+2
* tagfile: Hardcode error message for out of range integer valuesJulian Andres Klode2015-12-141-4/+3
* non-existing directories don't need to be cleanedDavid Kalnischkies2015-12-141-0/+5
* support regex and co in 'apt-cache policy $pkg' againDavid Kalnischkies2015-12-141-1/+1
* show a more descriptive error for weak Release filesDavid Kalnischkies2015-12-142-4/+25
* parse .diff/Index hashes in reverse orderDavid Kalnischkies2015-12-131-3/+11
* fix typos and docs in GlobalError documentationDavid Kalnischkies2015-12-131-10/+9
* mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode2015-12-111-1/+1
* Bump cache minor version to 2 to trigger rebuildsJulian Andres Klode2015-12-111-1/+1
* Convert package names from Packages files to lower caseJulian Andres Klode2015-12-112-2/+13
* Do not swap required and important in pkgCache::Priority()Julian Andres Klode2015-12-102-2/+2
* Use 0llu instead of 0ull in one place tooJulian Andres Klode2015-12-071-1/+1
* Avoid overflow when summing up file sizesJulian Andres Klode2015-12-072-4/+4
* use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies2015-12-023-7/+7
* require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies2015-12-013-3/+36
* accept ../ on the cmdline as start for a deb file as wellDavid Kalnischkies2015-11-291-1/+1
* tests: fix typos, correct helpmsgs and test testsDavid Kalnischkies2015-11-291-1/+1
* doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies2015-11-291-1/+1
* Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode2015-11-281-0/+2
* Revert "appease adequate with some weak symbols for -private"Julian Andres Klode2015-11-281-2/+0
* disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies2015-11-281-42/+60
* show the group we failed to drop via setgroupsDavid Kalnischkies2015-11-281-6/+11
* ignore deprecated method calls in deprecated methodDavid Kalnischkies2015-11-271-0/+2
* outsmart gcc -O3 over-optimization in pkgCdrom::FindPackagesDavid Kalnischkies2015-11-271-3/+3
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-2728-110/+100
* appease adequate with some weak symbols for -privateDavid Kalnischkies2015-11-271-0/+2
* Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()Michael Vogt2015-11-271-0/+4
* Deal with killed acquire methods properly instead of hangingMichael Vogt2015-11-272-6/+24
* typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies2015-11-252-2/+2
* slightly rephrase notice shown for insecure repositoriesJustin B Rye2015-11-251-1/+1
* review of new/changed translatable program stringsJustin B Rye2015-11-214-13/+13
* do not sent Last-Modified if we expect a changed fileDavid Kalnischkies2015-11-211-4/+12
* fix a few typos in code-comments/apt manpageDavid Kalnischkies2015-11-201-1/+1
* do not segfault in cache generation on mmap failureDavid Kalnischkies2015-11-203-6/+21
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-192-0/+2