summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2015-12-26Get rid of memmove() in our read bufferingJulian Andres Klode1-76/+57
2015-12-26Use a hardcoded buffer size of 4096 to fix performanceJulian Andres Klode1-4/+2
2015-12-24Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode1-6/+6
2015-12-23fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies1-7/+7
2015-12-23use a dynamic buffer for ReadLineDavid Kalnischkies1-15/+22
2015-12-23implement a buffer system for FileFd::ReadLineDavid Kalnischkies1-27/+140
2015-12-22parse xz-compression level from configurationDavid Kalnischkies1-2/+28
2015-12-22follow dpkg and xz and use CRC64 for xz compressionDavid Kalnischkies1-1/+1
2015-12-22shuffle compressor-specific code into private subclassesDavid Kalnischkies2-635/+692
2015-12-19Do not try to read in FileFd::Read() if Size is 0Julian Andres Klode1-3/+2
2015-12-19Do nothing in FileFd::Write() if Size is 0Julian Andres Klode1-7/+5
2015-12-19CopyFile: avoid failing on EOF on some systemsPino Toscano1-1/+1
2015-12-19CopyFile: fix BufSize to a sane valuePino Toscano1-2/+2
2015-12-14pkgcache: Make hash arch-independent using fixed size integerJulian Andres Klode1-2/+2
2015-12-14tagfile: Hardcode error message for out of range integer valuesJulian Andres Klode1-4/+3
2015-12-14non-existing directories don't need to be cleanedDavid Kalnischkies1-0/+5
2015-12-14support regex and co in 'apt-cache policy $pkg' againDavid Kalnischkies1-1/+1
2015-12-14show a more descriptive error for weak Release filesDavid Kalnischkies2-4/+25
2015-12-13parse .diff/Index hashes in reverse orderDavid Kalnischkies1-3/+11
2015-12-13fix typos and docs in GlobalError documentationDavid Kalnischkies1-10/+9
2015-12-11mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode1-1/+1
2015-12-11Bump cache minor version to 2 to trigger rebuildsJulian Andres Klode1-1/+1
2015-12-11Convert package names from Packages files to lower caseJulian Andres Klode2-2/+13
2015-12-10Do not swap required and important in pkgCache::Priority()Julian Andres Klode2-2/+2
2015-12-07Use 0llu instead of 0ull in one place tooJulian Andres Klode1-1/+1
2015-12-07Avoid overflow when summing up file sizesJulian Andres Klode2-4/+4
2015-12-02use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies3-7/+7
2015-12-01require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies3-3/+36
2015-11-29accept ../ on the cmdline as start for a deb file as wellDavid Kalnischkies1-1/+1
2015-11-29tests: fix typos, correct helpmsgs and test testsDavid Kalnischkies1-1/+1
2015-11-29doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies1-1/+1
2015-11-28Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode1-0/+2
2015-11-28Revert "appease adequate with some weak symbols for -private"Julian Andres Klode1-2/+0
2015-11-28disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies1-42/+60
2015-11-28show the group we failed to drop via setgroupsDavid Kalnischkies1-6/+11
2015-11-27ignore deprecated method calls in deprecated methodDavid Kalnischkies1-0/+2
2015-11-27outsmart gcc -O3 over-optimization in pkgCdrom::FindPackagesDavid Kalnischkies1-3/+3
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies28-110/+100
2015-11-27appease adequate with some weak symbols for -privateDavid Kalnischkies1-0/+2
2015-11-27Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()Michael Vogt1-0/+4
2015-11-27Deal with killed acquire methods properly instead of hangingMichael Vogt2-6/+24
2015-11-25typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies2-2/+2
2015-11-25slightly rephrase notice shown for insecure repositoriesJustin B Rye1-1/+1
2015-11-21review of new/changed translatable program stringsJustin B Rye4-13/+13
2015-11-21do not sent Last-Modified if we expect a changed fileDavid Kalnischkies1-4/+12
2015-11-20fix a few typos in code-comments/apt manpageDavid Kalnischkies1-1/+1
2015-11-20do not segfault in cache generation on mmap failureDavid Kalnischkies3-6/+21
2015-11-19ignore lost+found in private directory cleanupDavid Kalnischkies2-0/+2
2015-11-19support setting empty values (sanely) & removing support forDavid Kalnischkies1-20/+5
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies3-31/+86