summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies3-28/+22
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies9-26/+28
2017-12-13deprecate the single-line deprecation ignoring macroDavid Kalnischkies5-5/+16
2017-12-13fix over-calculating dpkg commandline lengthDavid Kalnischkies1-0/+2
2017-12-13explicitly name token in auth.conf parsing errorDavid Kalnischkies1-2/+12
2017-12-13don't auto-switch candidate if installed is good enoughDavid Kalnischkies1-0/+7
2017-12-13if insecure repo is allowed continue on all http errorsDavid Kalnischkies1-5/+14
2017-11-19allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies1-44/+46
2017-10-28use store: instead of gzip: to open local changelogsDavid Kalnischkies1-2/+2
2017-10-25Don't segfault if receiving a method warning on empty queueJulian Andres Klode1-1/+1
2017-10-22Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode3-1/+13
2017-10-22Run Proxy-Auto-Detect script from main processJulian Andres Klode3-6/+38
2017-10-20Fix testsuite for and add new fields from dpkg 1.19Julian Andres Klode2-4/+7
2017-10-05send the hashes for alternative file correctlyDavid Kalnischkies1-4/+4
2017-09-26use pkgTagSection::Key in srcRecords parserDavid Kalnischkies1-32/+34
2017-09-26allow empty build-dependency fields in the parserDavid Kalnischkies1-1/+4
2017-09-13Fix translator comment location for legacy target warningJulian Andres Klode1-3/+5
2017-09-10CMake: Properly handle Udev missingJulian Andres Klode1-2/+2
2017-09-09Directly link against libudev on Linux systemsJulian Andres Klode3-52/+28
2017-09-09cdrom: Don't hardcode "Files" field for copying source filesJulian Andres Klode1-1/+15
2017-09-09Do not warn about duplicate "legacy" targetsJulian Andres Klode1-2/+3
2017-09-09drop unused/unimplemented & hidden LoadReleaseInfoDavid Kalnischkies3-13/+0
2017-09-09don't ask an uninit _system for supported archsDavid Kalnischkies1-1/+1
2017-09-09don't write & chmod /dev/null log filesDavid Kalnischkies1-8/+8
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode19-66/+66
2017-08-24Redefine APT_CONST to mean APT_PUREJulian Andres Klode1-1/+2
2017-08-04don't hang if multiple sources use unavailable methodDavid Kalnischkies1-3/+6
2017-08-04don't keep configuration files open needlesslyDavid Kalnischkies1-1/+1
2017-07-26allow the auth.conf to be root:root ownedDavid Kalnischkies1-15/+0
2017-07-26reimplement and document auth.confDavid Kalnischkies2-187/+116
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies7-49/+44
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies5-28/+69
2017-07-26send weak-only hashes to methodsDavid Kalnischkies1-15/+8
2017-07-26don't move failed pdiff indexes out of partialDavid Kalnischkies1-4/+1
2017-07-26don't try to rename failed pdiff patches twiceDavid Kalnischkies1-2/+0
2017-07-26support compressed extended_states file for bug triageDavid Kalnischkies1-4/+4
2017-07-20Fix memory leak in C++-thread-local _error implementationJulian Andres Klode1-2/+2
2017-07-20Use C++11 threading support instead of pthreadJulian Andres Klode1-25/+3
2017-07-17Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode1-1/+1
2017-07-12cacheiterators: Warn about direct include and don't include pkgcache.hJulian Andres Klode2-2/+5
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode107-519/+514
2017-07-12Drop cacheiterators.h includeJulian Andres Klode40-40/+0
2017-07-12Handle supported components with slashes in sources.listApollon Oikonomopoulos1-3/+2
2017-07-08fix various typos reported by codespell & spellintianDavid Kalnischkies2-2/+2
2017-07-07don't expect more downloads from failed transactionsDavid Kalnischkies1-0/+2
2017-06-30Allow http(s) and socks5h for http and https in proxy auto detectJulian Andres Klode1-1/+16
2017-06-28Strip 0: epochs from the version hashJulian Andres Klode1-0/+5
2017-06-28allow frontends to override releaseinfo change behaviourDavid Kalnischkies3-30/+105
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies4-0/+17
2017-06-28error in update on Release information changesDavid Kalnischkies4-9/+115