summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* don't hang if multiple sources use unavailable methodDavid Kalnischkies2017-08-041-3/+6
* don't keep configuration files open needlesslyDavid Kalnischkies2017-08-041-1/+1
* allow the auth.conf to be root:root ownedDavid Kalnischkies2017-07-261-15/+0
* reimplement and document auth.confDavid Kalnischkies2017-07-262-187/+116
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-267-49/+44
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-265-28/+69
* send weak-only hashes to methodsDavid Kalnischkies2017-07-261-15/+8
* don't move failed pdiff indexes out of partialDavid Kalnischkies2017-07-261-4/+1
* don't try to rename failed pdiff patches twiceDavid Kalnischkies2017-07-261-2/+0
* support compressed extended_states file for bug triageDavid Kalnischkies2017-07-261-4/+4
* Fix memory leak in C++-thread-local _error implementationJulian Andres Klode2017-07-201-2/+2
* Use C++11 threading support instead of pthreadJulian Andres Klode2017-07-201-25/+3
* Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode2017-07-171-1/+1
|\
| * Minor grammar fixM. Willis Monroe2017-06-221-1/+1
* | cacheiterators: Warn about direct include and don't include pkgcache.hJulian Andres Klode2017-07-122-2/+5
* | Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-12107-519/+514
* | Drop cacheiterators.h includeJulian Andres Klode2017-07-1240-40/+0
* | Handle supported components with slashes in sources.listApollon Oikonomopoulos2017-07-121-3/+2
* | fix various typos reported by codespell & spellintianDavid Kalnischkies2017-07-082-2/+2
* | don't expect more downloads from failed transactionsDavid Kalnischkies2017-07-071-0/+2
* | Allow http(s) and socks5h for http and https in proxy auto detectJulian Andres Klode2017-06-301-1/+16
* | Strip 0: epochs from the version hashJulian Andres Klode2017-06-281-0/+5
* | allow frontends to override releaseinfo change behaviourDavid Kalnischkies2017-06-283-30/+105
* | show a Release-Notes URI if infos were changedDavid Kalnischkies2017-06-284-0/+17
* | error in update on Release information changesDavid Kalnischkies2017-06-284-9/+115
* | fix some unlikely memory leaks in error casesDavid Kalnischkies2017-06-264-42/+24
* | fail InRelease on non-404 HTTP errorcodesDavid Kalnischkies2017-06-261-1/+5
* | show .diff/Index properly as ignored if we fallbackDavid Kalnischkies2017-06-262-109/+92
* | warn if an expected file can't be acquiredDavid Kalnischkies2017-06-265-3/+42
* | clean archives without changing directoryDavid Kalnischkies2017-06-263-25/+47
* | ident a CD without changing directoryDavid Kalnischkies2017-06-261-23/+23
* | Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2017-06-263-32/+40
* | Show permission error if ProxyAutoDetect cmd can't be executedDavid Kalnischkies2017-06-261-1/+5
* | avoid explicit types for pkg counts by autoDavid Kalnischkies2017-06-265-36/+38
* | schedule the correct side of the conflict for removalDavid Kalnischkies2017-06-261-1/+1
* | pkgcache: Bump major version to 12Julian Andres Klode2017-06-261-1/+1
|/
* Fix parsing of or groups in build-deps with ignored packagesJulian Andres Klode2017-05-311-1/+11
* Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies2017-03-191-4/+10
* Fix mistake in CHANGEPATH comment exampleJulian Andres Klode2017-03-131-1/+1
* Ignore \.ucf-[a-z]+$ like we do for \.dpkg-[a-z]+$Julian Andres Klode2017-03-071-0/+1
* Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode2017-02-111-1/+1
* Do not package names representing .dsc/.deb/... filesJulian Andres Klode2017-02-101-2/+13
* add Auto-Built-Package to tagfile-orderDavid Kalnischkies2017-02-091-0/+1
* algorithms: Fix typo: gental -> gentleJulian Andres Klode2017-01-311-2/+2
* Only merge acquire items with the same meta keyJulian Andres Klode2017-01-281-1/+17
* avoid malloc if option whitelist is disabled (default)David Kalnischkies2017-01-271-3/+8
* fix various typos reported by spellintianDavid Kalnischkies2017-01-1932-58/+58
* fix various typos reported by codespellDavid Kalnischkies2017-01-193-4/+4
* remove 'old' FAILED files in the next acquire callDavid Kalnischkies2017-01-191-0/+6
* avoid validate/delete/load race in cache generationDavid Kalnischkies2017-01-191-28/+31