summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-15Imported Debian version 1.3~rc1ubuntu21.3_rc1ubuntu2Matthias Klose2-0/+11
2016-08-12Release 1.3~rc1ubuntu11.3_rc1ubuntu1Julian Andres Klode16-17/+28
2016-08-12Hack around Ubuntu rejecting symlink copyrightJulian Andres Klode1-1/+23
2016-08-12debian: Install etc/apt if present (e.g., on Ubuntu)Julian Andres Klode1-1/+2
2016-08-11CMake: Exclude .md5 and .map doxygen files from installJulian Andres Klode2-3/+4
2016-08-11CMake: Use COPYONLY instead of @ONLYJulian Andres Klode2-2/+2
2016-08-11CMake: Mark Doxygen as required and use DOXYGEN_EXECUTABLEJulian Andres Klode1-2/+2
2016-08-11debian/NEWS: Get rid of 1.3~pre3+cmake1 entryJulian Andres Klode1-14/+0
2016-08-11Release 1.3~rc11.3_rc1Julian Andres Klode58-85292/+85630
2016-08-11doc/po: Adjust translations for programmatic typo fixJulian Andres Klode10-10/+10
2016-08-11tests: copy 01autoremove from the right placeDavid Kalnischkies1-2/+2
2016-08-11Merge branch 'feature/apt-dpkg-comm'David Kalnischkies28-246/+703
2016-08-11Merge branch 'feature/methods'David Kalnischkies31-439/+1028
2016-08-11http: auto-configure for local Tor proxy if called as 'tor'David Kalnischkies4-0/+34
2016-08-11block direct connections to .onion domains (RFC7687)David Kalnischkies2-1/+32
2016-08-10disable explicit configuration of all packages at the endDavid Kalnischkies16-164/+105
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies6-31/+111
2016-08-10try to avoid removal of crossgraded packagesDavid Kalnischkies2-26/+189
2016-08-10allow user@host (aka: no password) in URI parsingDavid Kalnischkies2-7/+21
2016-08-10fix programmatic typo in apt-key manpageDavid Kalnischkies1-1/+1
2016-08-10allow methods to be disabled and redirected via configDavid Kalnischkies5-44/+58
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies5-23/+318
2016-08-10implement generic config fallback for methodsDavid Kalnischkies18-205/+303
2016-08-10use the same redirection handling for http and httpsDavid Kalnischkies7-101/+102
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies10-65/+129
2016-08-10fail on unsupported http/https proxy settingsDavid Kalnischkies4-6/+45
2016-08-10suggest transport-packages based on established nameschemeDavid Kalnischkies1-2/+4
2016-08-10support all socks-proxy known to curl in https methodDavid Kalnischkies1-1/+12
2016-08-10ensure all removes are reported to hook scriptsDavid Kalnischkies1-0/+13
2016-08-10ensure all configures are reported to hook scriptsDavid Kalnischkies1-0/+17
2016-08-10don't purge directly, but remove and do purge at the endDavid Kalnischkies2-63/+88
2016-08-10call dpkg with --no-triggers by defaultDavid Kalnischkies1-6/+7
2016-08-10select remove/purge packages early on for dpkgDavid Kalnischkies4-16/+88
2016-08-10save and restore selection states before/after calling dpkgDavid Kalnischkies3-8/+47
2016-08-10use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies2-8/+96
2016-08-10pass --force-remove-essential to dpkg only if neededDavid Kalnischkies3-2/+20
2016-08-10Do not set the binary dir in run-tests, it breaks stuffJulian Andres Klode1-6/+0
2016-08-10Fix some indentation issues in README.mdJulian Andres Klode1-3/+3
2016-08-10Merge branch 'cmake'Julian Andres Klode120-3126/+1595
2016-08-10test: Automatically discover CMake build directoryJulian Andres Klode2-1/+27
2016-08-10Update gitignore for cmakeJulian Andres Klode1-23/+88
2016-08-10Get rid of the old buildsystemJulian Andres Klode43-2732/+0
2016-08-10Add statvfs.h.in to CMake directoryJulian Andres Klode2-1/+14
2016-08-10Merge README.cmake into README.mdJulian Andres Klode2-37/+15
2016-08-10apt-private: Do not include apti18n.h in headersJulian Andres Klode2-4/+0
2016-08-10prepare-release: Switch over to CMake, set version in CMakeLists.txtJulian Andres Klode2-11/+12
2016-08-10CMake: Rewrite existing Documentation support and add doxygenJulian Andres Klode7-117/+346
2016-08-10CMake: Misc: Extract command path_join() from TranslationsJulian Andres Klode2-14/+11
2016-08-10CMake: Check for ptsname_r() againJulian Andres Klode3-1/+5
2016-08-10CMake: Allow building without dpkgJulian Andres Klode1-4/+8