summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)AuthorFilesLines
2017-03-19Ignore AutomaticRemove conffile option in upgradeDavid Kalnischkies1-0/+10
2017-01-19fix various typos reported by spellintianDavid Kalnischkies2-4/+4
2017-01-19make the moo reproducibleDavid Kalnischkies4-25/+47
2017-01-19fix 'install --no-download' modeDavid Kalnischkies1-5/+8
2017-01-19don't lock dpkg in update commandsDavid Kalnischkies1-2/+2
2017-01-19don't lock dpkg in 'apt-get clean'David Kalnischkies1-1/+1
2017-01-19don't show update stats if cache generation is disabledDavid Kalnischkies1-6/+6
2017-01-17CMake: Document that the globs are expanded during CMakeJulian Andres Klode1-1/+3
2016-12-31allow warning generation for non-whitelisted optionsDavid Kalnischkies1-3/+4
2016-12-31use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies1-1/+1
2016-12-31expand -f to --fix-broken in error messagesDavid Kalnischkies2-5/+4
2016-12-31allow default build-essentials to be overriddenDavid Kalnischkies1-7/+3
2016-12-31add --indep-only for build-dep commandDavid Kalnischkies2-1/+7
2016-12-16default to --no-check for dpkg-source callDavid Kalnischkies1-1/+1
2016-12-16remove needless fork() in apt-get sourceDavid Kalnischkies1-66/+62
2016-12-16let {dsc,tar,diff}-only implicitly enable download-onlyDavid Kalnischkies1-7/+3
2016-11-09add support for Build-Depends/Conflicts-ArchJohannes Schauer1-1/+3
2016-11-02don't install new deps of candidates for kept back pkgsDavid Kalnischkies1-5/+21
2016-09-07edsp: try 2 to read responses even if writing failedDavid Kalnischkies1-0/+4
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode2-0/+8
2016-08-26Accept --autoremove as alias for --auto-removeJulian Andres Klode1-0/+1
2016-08-26CMake/private-download: Fix statfs includes on FreeBSDJulian Andres Klode1-0/+7
2016-08-26Add missing includes and external definitionsJulian Andres Klode1-0/+1
2016-08-17add --with-source option and Packages/Sources supportDavid Kalnischkies1-0/+5
2016-08-10Get rid of the old buildsystemJulian Andres Klode1-21/+0
2016-08-10apt-private: Do not include apti18n.h in headersJulian Andres Klode2-4/+0
2016-08-06CMake: Add basic CMake build systemJulian Andres Klode1-0/+23
2016-08-04apt-private: #ifdef HAVE_STRUCT_STATFS_F_TYPE, not #ifJulian Andres Klode1-1/+1
2016-07-30prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies1-2/+2
2016-07-22create non-existent files in edit-sources with 644 instead of 640David Kalnischkies1-1/+15
2016-07-22report warnings&errors consistently in edit-sourcesDavid Kalnischkies3-26/+42
2016-07-22support "install ./foo.changes"David Kalnischkies4-13/+13
2016-06-29eipp: let apt make a plan, not make stuff planeDavid Kalnischkies3-7/+7
2016-06-27eipp: provide the internal planer as an external oneDavid Kalnischkies3-1/+11
2016-06-27eipp: implement version 0.1 of the protocolDavid Kalnischkies1-0/+1
2016-06-23show right binary name in simulation noticeDavid Kalnischkies1-4/+6
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies1-0/+1
2016-06-22source: if download is skipped, don't try to unpackDavid Kalnischkies1-0/+1
2016-06-22forbid insecure repositories by default expect in apt-getDavid Kalnischkies1-8/+17
2016-06-08edsp: drop privileges before executing solversDavid Kalnischkies1-7/+5
2016-06-08move 'dump' solver from apt-utils to apt packageDavid Kalnischkies1-1/+1
2016-06-08edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies3-6/+16
2016-06-02ignore std::locale exeception on non-existent "" localeDavid Kalnischkies1-1/+5
2016-05-29try to detect sudo spawned root-shell in prefixingDavid Kalnischkies1-2/+7
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies3-3/+26
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies1-1/+3
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies3-5/+5
2016-05-20don't try to get acquire lock in simulation modeDavid Kalnischkies1-0/+2
2016-05-20fail instead of segfault on unreadable config filesDavid Kalnischkies4-12/+23
2016-05-16show final solution in --no-download --fix-missing modeDavid Kalnischkies1-109/+102