summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Document that the globs are expanded during CMakeJulian Andres Klode2017-01-171-1/+3
* CMake: Find the Perl executable, and use it to run perl scriptsJulian Andres Klode2017-01-171-1/+1
* Read dpkg tables to handle architecture wildcardsJulian Andres Klode2017-01-172-28/+158
* strutl: Provide an APT::String::Join() functionJulian Andres Klode2017-01-172-0/+14
* ParseDepends: Support passing the desired architectureNiels Thykier2017-01-022-3/+36
* allow warning generation for non-whitelisted optionsDavid Kalnischkies2016-12-311-1/+160
* fix minimum pkgs option for dpkg --recursive usageDavid Kalnischkies2016-12-311-1/+1
* use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies2016-12-311-1/+1
* avoid producing invalid options if repo has no hostDavid Kalnischkies2016-12-311-2/+5
* gets file location via FindFile instead of manual mergeDavid Kalnischkies2016-12-311-5/+6
* ensure generation of valid EDSP error stanzasDavid Kalnischkies2016-12-311-2/+6
* do not generate Maximum-Size if we already have that fieldDavid Kalnischkies2016-12-311-3/+5
* warn if clearsigned file has ignored content partsDavid Kalnischkies2016-12-311-2/+17
* reword "Can't drop priv" warning messageDavid Kalnischkies2016-12-161-2/+2
* gpgv: Flush the files before checking for errorsJulian Andres Klode2016-12-081-0/+6
* SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode2016-12-081-1/+22
* get pdiff files from the same mirror as the indexDavid Kalnischkies2016-11-253-36/+52
* report apt-key errors via status-fd messagesDavid Kalnischkies2016-11-241-10/+53
* skip unconfigure for unconfigured to-be removed pkgsDavid Kalnischkies2016-11-241-0/+12
* do not configure unconfigured to be removed packagesDavid Kalnischkies2016-11-241-1/+2