summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Get rid of the old buildsystemJulian Andres Klode2016-08-1043-2732/+0
| * Add statvfs.h.in to CMake directoryJulian Andres Klode2016-08-102-1/+14
| * Merge README.cmake into README.mdJulian Andres Klode2016-08-102-37/+15
| * apt-private: Do not include apti18n.h in headersJulian Andres Klode2016-08-102-4/+0
| * prepare-release: Switch over to CMake, set version in CMakeLists.txtJulian Andres Klode2016-08-102-11/+12
| * CMake: Rewrite existing Documentation support and add doxygenJulian Andres Klode2016-08-107-117/+346
| * CMake: Misc: Extract command path_join() from TranslationsJulian Andres Klode2016-08-102-14/+11
| * CMake: Check for ptsname_r() againJulian Andres Klode2016-08-103-1/+5
| * CMake: Allow building without dpkgJulian Andres Klode2016-08-101-4/+8
| * CMake: Bump minimum required version to 3.4.0Julian Andres Klode2016-08-102-2/+2
| * debian: make autopkgtest run with CMake build dirJulian Andres Klode2016-08-101-5/+6
| * CMake: Add unit testsJulian Andres Klode2016-08-107-9/+34
| * CMake: Translations: Build .pot in po binary dir, not project oneJulian Andres Klode2016-08-101-17/+17
| * CMake: Translations: Allow excluding languages from translationJulian Andres Klode2016-08-102-5/+30
| * CMake: Translations: Avoid rebuilding .mo if .pot did not changeJulian Andres Klode2016-08-101-4/+21
| * CMake: Translations: Add a statistics targetJulian Andres Klode2016-08-102-0/+16
| * CMake: Translations: Build apt-all.pot and update .po filesJulian Andres Klode2016-08-103-3/+54