summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Release 1.2.201.2.20Julian Andres Klode13-13/+50
2017-02-22Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode1-1/+1
2017-02-22Do not package names representing .dsc/.deb/... filesJulian Andres Klode2-9/+25
2017-02-22Only merge acquire items with the same meta keyJulian Andres Klode1-1/+17
2017-02-22COPYING.GPL: Update to recent version (address, LGPL name)Julian Andres Klode1-22/+21
2017-02-22travis: Run test suites for root and user in separate build jobsJulian Andres Klode1-2/+5
2017-02-22basehttp: Only read Content-Range on 416 and 206 responsesJulian Andres Klode1-1/+5
2017-02-22stop rred from leaking debug messages on recovered errorsDavid Kalnischkies1-3/+6
2017-02-22remove 'old' FAILED files in the next acquire callDavid Kalnischkies2-0/+10
2017-02-22avoid validate/delete/load race in cache generationDavid Kalnischkies1-28/+31
2017-02-22don't lock dpkg in update commandsDavid Kalnischkies1-2/+2
2017-02-22don't lock dpkg in 'apt-get clean'David Kalnischkies1-1/+1
2017-02-22don't show update stats if cache generation is disabledDavid Kalnischkies2-6/+7
2017-02-22use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies2-2/+2
2017-02-22avoid producing invalid options if repo has no hostDavid Kalnischkies1-2/+5
2017-02-22let {dsc,tar,diff}-only implicitly enable download-onlyDavid Kalnischkies3-10/+6
2017-02-22Honour Acquire::ForceIPv4/6 in the https transportLukasz Kawczynski1-0/+5
2017-02-22bash-completion: Only complete understood file paths for installJohn R. Lenton1-1/+3
2017-02-22show output as documented for APT::Periodic::Verbose 2Paul Wise1-2/+2
2017-02-22add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies1-9/+20
2017-02-22reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies6-4/+89
2017-02-22keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies2-3/+55
2017-02-22don't install new deps of candidates for kept back pkgsDavid Kalnischkies4-103/+65
2017-01-17Release 1.2.191.2.19Julian Andres Klode13-13/+19
2017-01-17test: use downloadfile instead of apthelper download-fileJulian Andres Klode1-4/+4
2017-01-17https: Quote path in URL before passing it to curlJulian Andres Klode2-0/+23
2016-12-08Release 1.2.18 security update1.2.18Julian Andres Klode57-58/+67
2016-12-08gpgv: Flush the files before checking for errorsJulian Andres Klode1-0/+6
2016-12-08SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode1-1/+22
2016-11-23Release 1.2.171.2.17Julian Andres Klode57-58/+69
2016-11-23show apt-key warnings in apt updateDavid Kalnischkies3-0/+31
2016-11-23test-releasefile-verification: installaptold: Clean up before runJulian Andres Klode1-0/+1
2016-11-23apt-key: warn instead of fail on unreadable keyringsDavid Kalnischkies2-26/+50
2016-11-15Release 1.2.161.2.16Julian Andres Klode13-15/+16
2016-11-14Release 1.2.16 RC1Julian Andres Klode57-58/+122
2016-11-14Revert "if the FileFd failed already following calls should fail, too"Julian Andres Klode1-10/+8
2016-11-14Add shippable.yml for CI on ShippableJulian Andres Klode1-0/+13
2016-11-14travis: Pull in c++ standard library and g++ 5 from wilyJulian Andres Klode1-0/+1
2016-11-14Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode4-6/+6
2016-11-14imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies1-0/+5
2016-11-14prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies2-36/+44
2016-11-14prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies3-4/+4
2016-11-14imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies1-0/+2
2016-11-14avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies2-36/+112
2016-11-14accept only the expected UTC timezones in date parsingDavid Kalnischkies4-24/+107
2016-11-14use de-localed std::put_time instead rolling our ownDavid Kalnischkies1-9/+5
2016-11-14avoid changing the global LC_TIME for Release writingDavid Kalnischkies1-17/+12
2016-10-31Release 1.2.151.2.15Julian Andres Klode57-448/+450
2016-10-051.2.15 RC1Julian Andres Klode14-14/+80
2016-10-05Do not read stderr from proxy autodetection scriptsJulian Andres Klode5-2/+46