summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-10allow methods to be disabled and redirected via configDavid Kalnischkies
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies
2016-08-10implement generic config fallback for methodsDavid Kalnischkies
2016-08-10use the same redirection handling for http and httpsDavid Kalnischkies
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies
2016-08-10fail on unsupported http/https proxy settingsDavid Kalnischkies
2016-08-10suggest transport-packages based on established nameschemeDavid Kalnischkies
2016-08-10support all socks-proxy known to curl in https methodDavid Kalnischkies
2016-08-10ensure all removes are reported to hook scriptsDavid Kalnischkies
2016-08-10ensure all configures are reported to hook scriptsDavid Kalnischkies
2016-08-10don't purge directly, but remove and do purge at the endDavid Kalnischkies
2016-08-10call dpkg with --no-triggers by defaultDavid Kalnischkies
2016-08-10select remove/purge packages early on for dpkgDavid Kalnischkies
2016-08-10save and restore selection states before/after calling dpkgDavid Kalnischkies
2016-08-10use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies
2016-08-10pass --force-remove-essential to dpkg only if neededDavid Kalnischkies
2016-08-10Do not set the binary dir in run-tests, it breaks stuffJulian Andres Klode
2016-08-10Fix some indentation issues in README.mdJulian Andres Klode
2016-08-10Merge branch 'cmake'Julian Andres Klode
2016-08-10test: Automatically discover CMake build directoryJulian Andres Klode
2016-08-10Update gitignore for cmakeJulian Andres Klode
2016-08-10Get rid of the old buildsystemJulian Andres Klode
2016-08-10Add statvfs.h.in to CMake directoryJulian Andres Klode
2016-08-10Merge README.cmake into README.mdJulian Andres Klode
2016-08-10apt-private: Do not include apti18n.h in headersJulian Andres Klode
2016-08-10prepare-release: Switch over to CMake, set version in CMakeLists.txtJulian Andres Klode
2016-08-10CMake: Rewrite existing Documentation support and add doxygenJulian Andres Klode
2016-08-10CMake: Misc: Extract command path_join() from TranslationsJulian Andres Klode
2016-08-10CMake: Check for ptsname_r() againJulian Andres Klode
2016-08-10CMake: Allow building without dpkgJulian Andres Klode
2016-08-10CMake: Bump minimum required version to 3.4.0Julian Andres Klode
2016-08-10debian: make autopkgtest run with CMake build dirJulian Andres Klode
2016-08-10CMake: Add unit testsJulian Andres Klode
2016-08-10CMake: Translations: Build .pot in po binary dir, not project oneJulian Andres Klode
2016-08-10CMake: Translations: Allow excluding languages from translationJulian Andres Klode
2016-08-10CMake: Translations: Avoid rebuilding .mo if .pot did not changeJulian Andres Klode
2016-08-10CMake: Translations: Add a statistics targetJulian Andres Klode
2016-08-10CMake: Translations: Build apt-all.pot and update .po filesJulian Andres Klode
2016-08-10CMake: Translations: Add support for shell scriptsJulian Andres Klode
2016-08-10CMake: Translations: Write a .po file before writing a .mo fileJulian Andres Klode
2016-08-10CMake: Translations: Pass some additional arguments to commandsJulian Andres Klode
2016-08-10CMake: Translations: Make po templates depend on input filesJulian Andres Klode
2016-08-10CMake: Set PACKAGE_MAIL variableJulian Andres Klode
2016-08-10CMake: po: Add mirror methodJulian Andres Klode
2016-08-10CMake: Improve handling of vendor filesJulian Andres Klode
2016-08-10CMake: Cache CURRENT_VENDOR and make it configurableJulian Andres Klode
2016-08-10vendor/getinfo: Accept --vendor VENDOR optionJulian Andres Klode
2016-08-10CMake: Use find_package() for curl instead of pkg_check_modules()Julian Andres Klode
2016-08-07Handle interrupt when running Pre-Install hooksJulian Andres Klode
2016-08-06releasing package apt version 1.3~pre3+cmake21.3_pre3+cmake2Julian Andres Klode