summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-05"support" unsigned Release files without hashes againDavid Kalnischkies1-3/+4
2015-11-05encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies1-1/+1
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies6-14/+9
2015-11-05do not use read() returned value unconditionallyDavid Kalnischkies1-24/+17
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies10-39/+38
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies1-6/+10
2015-11-04ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies1-4/+13
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies6-4/+68
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies6-9/+35
2015-11-04centralize unlink checks in acquire-itemDavid Kalnischkies1-16/+30
2015-11-04do not cleanup .diff/Index files on HitDavid Kalnischkies1-0/+3
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies2-68/+5
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies1-1/+1
2015-11-04deduplicate main methodsDavid Kalnischkies2-2/+2
2015-11-04split up help messages for simpler reuseDavid Kalnischkies2-2/+71
2015-11-04add binary-specific options via Binary scopeDavid Kalnischkies2-0/+55
2015-11-04refer to apt-secure(8) in unsecure repositories warningDavid Kalnischkies1-1/+1
2015-11-04rework errors and warnings around insecure repositoriesDavid Kalnischkies1-22/+39
2015-11-04add ConnectionTimedOut to transient failreasons listDavid Kalnischkies1-6/+10
2015-11-04support .deb files in upgrade operations as wellDavid Kalnischkies3-9/+40
2015-11-04show progress info while 'downloading' a local .deb fileDavid Kalnischkies3-3/+17
2015-11-04unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies1-13/+22
2015-11-04allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies2-33/+73
2015-11-04provide public interface to hold/unhold packagesDavid Kalnischkies5-7/+190
2015-11-04refactor dpkg execution in deb/debsystemDavid Kalnischkies1-47/+61
2015-11-04add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies1-1/+27
2015-11-04implement operator* for cacheset iteratorsDavid Kalnischkies1-1/+20
2015-11-04implement a public pkgSystem::ArchitecturesSupportedDavid Kalnischkies5-83/+82
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies5-82/+130
2015-10-30orderlist: Replace qsort() by thread-safe std::sort()Julian Andres Klode2-24/+20
2015-10-30algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode2-39/+45
2015-10-30dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode1-2/+4
2015-10-30cacheset: Fix compilation on new GCC in C++98 modeJulian Andres Klode1-3/+3
2015-10-30srvrec: Do not expose C++11 tuple use in headerJulian Andres Klode2-4/+8
2015-10-30dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode1-0/+5
2015-10-30dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode1-1/+2
2015-10-30aptconfiguration: Convert strtok() to strtok_r()Julian Andres Klode1-2/+3