summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | implement socks5h proxy support for http methodDavid Kalnischkies2016-08-105-23/+318
| * | implement generic config fallback for methodsDavid Kalnischkies2016-08-1018-205/+303
| * | use the same redirection handling for http and httpsDavid Kalnischkies2016-08-107-101/+102
| * | detect redirection loops in acquire instead of workersDavid Kalnischkies2016-08-1010-65/+129
| * | fail on unsupported http/https proxy settingsDavid Kalnischkies2016-08-104-6/+45
| * | suggest transport-packages based on established nameschemeDavid Kalnischkies2016-08-101-2/+4
| * | support all socks-proxy known to curl in https methodDavid Kalnischkies2016-08-101-1/+12
| |/
* | allow user@host (aka: no password) in URI parsingDavid Kalnischkies2016-08-102-7/+21
* | fix programmatic typo in apt-key manpageDavid Kalnischkies2016-08-101-1/+1
|/
* Do not set the binary dir in run-tests, it breaks stuffJulian Andres Klode2016-08-101-6/+0
* Fix some indentation issues in README.mdJulian Andres Klode2016-08-101-3/+3
* Merge branch 'cmake'Julian Andres Klode2016-08-10120-3126/+1595
|\
| * test: Automatically discover CMake build directoryJulian Andres Klode2016-08-102-1/+27
| * Update gitignore for cmakeJulian Andres Klode2016-08-101-23/+88