summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.3~rc21.3_rc2Julian Andres Klode2016-08-1760-229/+658
* methods: read config in most to least specific orderDavid Kalnischkies2016-08-172-4/+5
* don't count each Type as an individual deb822-sources stanzaDavid Kalnischkies2016-08-171-5/+3
* add --with-source option and Packages/Sources supportDavid Kalnischkies2016-08-178-5/+108
* allow spaces in fingerprints for 'apt-key del'David Kalnischkies2016-08-172-2/+10
* add the gpg-classic variant to the gpgv/gnupg or-groupDavid Kalnischkies2016-08-178-62/+52
* tests: update self-sigs on our test keysDavid Kalnischkies2016-08-1710-0/+0
* tests: set source directory for gdbDavid Kalnischkies2016-08-171-1/+1
* default to Dir=/ in dpkg/status file finding magicDavid Kalnischkies2016-08-171-12/+10
* support compression and by-hash for .diff/Index filesDavid Kalnischkies2016-08-174-114/+151
* support getting only-uncompressed files via by-hashDavid Kalnischkies2016-08-171-0/+2
* set the correct item FileSize in by-hash caseDavid Kalnischkies2016-08-171-4/+3
* retry without same redirection mirror on 404 errorsDavid Kalnischkies2016-08-172-5/+41
* check internal redirections for loops, tooDavid Kalnischkies2016-08-172-0/+22
* log with the failed item description, not with next tryDavid Kalnischkies2016-08-161-3/+4
* don't try pipelining if server closes connectionsDavid Kalnischkies2016-08-161-1/+9
* don't sent Range requests if we know its not acceptedDavid Kalnischkies2016-08-169-13/+37
* reorganize server-states resetting in http/httpsDavid Kalnischkies2016-08-165-17/+26
* CMake: Install bash completions via cmakeJulian Andres Klode2016-08-153-1/+6
* Change anonscm.d.o links to /git/apt/apt.git and httpsJulian Andres Klode2016-08-132-3/+3
* http(s): allow empty values for header fieldsDavid Kalnischkies2016-08-133-19/+20
* drop incorrect const attribute from DirectoryExistsDavid Kalnischkies2016-08-121-1/+1
* fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode2016-08-121-2/+3
* tests: don't do boundless string compares with data()David Kalnischkies2016-08-121-9/+11
* ensure a good clock() value for usage and testsDavid Kalnischkies2016-08-122-2/+10
* don't perform int<float in progress bar drawingDavid Kalnischkies2016-08-122-13/+14
* ctest: show test output in case of failuresDavid Kalnischkies2016-08-123-3/+7
* CMake: Exclude .md5 and .map doxygen files from installJulian Andres Klode2016-08-112-3/+4
* CMake: Use COPYONLY instead of @ONLYJulian Andres Klode2016-08-112-2/+2
* CMake: Mark Doxygen as required and use DOXYGEN_EXECUTABLEJulian Andres Klode2016-08-111-2/+2
* debian/NEWS: Get rid of 1.3~pre3+cmake1 entryJulian Andres Klode2016-08-111-14/+0
* Release 1.3~rc11.3_rc1Julian Andres Klode2016-08-1158-85292/+85630
* doc/po: Adjust translations for programmatic typo fixJulian Andres Klode2016-08-1110-10/+10
* tests: copy 01autoremove from the right placeDavid Kalnischkies2016-08-111-2/+2
* Merge branch 'feature/apt-dpkg-comm'David Kalnischkies2016-08-1128-246/+703
|\
| * disable explicit configuration of all packages at the endDavid Kalnischkies2016-08-1016-164/+105
| * simulate all package manager actions explicitlyDavid Kalnischkies2016-08-106-31/+111
| * try to avoid removal of crossgraded packagesDavid Kalnischkies2016-08-102-26/+189
| * ensure all removes are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+13
| * ensure all configures are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+17
| * don't purge directly, but remove and do purge at the endDavid Kalnischkies2016-08-102-63/+88
| * call dpkg with --no-triggers by defaultDavid Kalnischkies2016-08-101-6/+7
| * select remove/purge packages early on for dpkgDavid Kalnischkies2016-08-104-16/+88
| * save and restore selection states before/after calling dpkgDavid Kalnischkies2016-08-103-8/+47
| * use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies2016-08-102-8/+96
| * pass --force-remove-essential to dpkg only if neededDavid Kalnischkies2016-08-103-2/+20
* | Merge branch 'feature/methods'David Kalnischkies2016-08-1131-439/+1028
|\ \
| * | http: auto-configure for local Tor proxy if called as 'tor'David Kalnischkies2016-08-114-0/+34
| * | block direct connections to .onion domains (RFC7687)David Kalnischkies2016-08-112-1/+32
| * | allow methods to be disabled and redirected via configDavid Kalnischkies2016-08-105-44/+58