summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-11Release 1.3~exp21.3_exp2Julian Andres Klode61-812/+2202
2016-06-10don't leak FD in AutoProxyDetect command return parsingDavid Kalnischkies1-35/+20
2016-06-10don't leak dpkg statusfd pipe in debuggingDavid Kalnischkies1-0/+2
2016-06-10don't leak EDSP solver output fdDavid Kalnischkies2-3/+4
2016-06-10don't leak an FD in lz4 (de)compressionDavid Kalnischkies5-2/+72
2016-06-10do not hang on piped input in PipedFileFdPrivateDavid Kalnischkies4-3/+42
2016-06-09remove racy_pselect fallbackDavid Kalnischkies1-122/+86
2016-06-08drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytesDavid Kalnischkies1-27/+5
2016-06-08don't explicitly configure the last round of packagesDavid Kalnischkies5-18/+25
2016-06-08edsp: drop privileges before executing solversDavid Kalnischkies5-9/+21
2016-06-08edsp: if logging is requested, do it for internal, tooDavid Kalnischkies3-11/+27
2016-06-08edsp: if internal is used, keep this decisionDavid Kalnischkies2-6/+5
2016-06-08move 'dump' solver from apt-utils to apt packageDavid Kalnischkies3-4/+4
2016-06-08edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies10-78/+232
2016-06-06edsp: prevent it from trying to write a cacheDavid Kalnischkies1-0/+6
2016-06-06get right of the hardcoded string-length comparesDavid Kalnischkies1-40/+28
2016-06-05refactor EDSP classes for better internal reuseDavid Kalnischkies6-150/+145
2016-06-04prepare-release: ignore newer version symbolsDavid Kalnischkies1-1/+1
2016-06-04Japanese program translation updateTakuma Yamada1-16/+27
2016-06-04edsp: use a stanza based interface for solution writingDavid Kalnischkies4-39/+34
2016-06-04edsp: use an ID mapping for the internal solverDavid Kalnischkies5-9/+42
2016-06-02apt-key: change to / before find to satisfy its CWD needsDavid Kalnischkies2-120/+125
2016-06-02ignore std::locale exeception on non-existent "" localeDavid Kalnischkies3-2/+12
2016-06-01Pass -fvisibility-inlines-hidden to g++Julian Andres Klode3-127/+2
2016-06-01Add some more symbols to libapt-pkg5.0.symbolsJulian Andres Klode1-0/+4
2016-06-01Get rid of .bzrignoreJulian Andres Klode1-30/+0
2016-05-29try to detect sudo spawned root-shell in prefixingDavid Kalnischkies1-2/+7
2016-05-28travis: use gcc-5 instead of gcc(-4.9)David Kalnischkies1-1/+3
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies14-25/+26
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies21-78/+27
2016-05-28use de-localed std::put_time instead rolling our ownDavid Kalnischkies1-9/+5
2016-05-28avoid changing the global LC_TIME for Release writingDavid Kalnischkies1-17/+12
2016-05-28accept only the expected UTC timezones in date parsingDavid Kalnischkies4-24/+107
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies15-127/+98
2016-05-27fix and document on the fly compressor configDavid Kalnischkies7-56/+102
2016-05-25use *.docs files instead of hardcoding in debian/rulesDavid Kalnischkies5-15/+17
2016-05-25remove semi-support for different build-dirsDavid Kalnischkies1-16/+2
2016-05-24override lintian on doxygens embedded-javascript-libraryDavid Kalnischkies3-2/+6
2016-05-24use https instead of git for Vcs-GitDavid Kalnischkies1-1/+1
2016-05-24fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies2-4/+4
2016-05-24fix two typos in apt.conf & apt-cache manpageDavid Kalnischkies12-33/+33
2016-05-24remove duplicated 'the' from guides doc-base abstractDavid Kalnischkies1-1/+1
2016-05-24no-change bump of Standards-Version to 3.9.8David Kalnischkies1-1/+1
2016-05-20update symbols fileDavid Kalnischkies1-1/+14
2016-05-20don't try to get acquire lock in simulation modeDavid Kalnischkies1-0/+2
2016-05-20refactor EDSP code into EDSP and EDSP-like partsDavid Kalnischkies2-56/+74
2016-05-20edsp: use a limited scenario based on bool-arrayDavid Kalnischkies3-8/+18
2016-05-20edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies6-47/+139
2016-05-20avoid triggering gcc's -Wunsafe-loop-optimizations in EDSPDavid Kalnischkies1-14/+19
2016-05-20edsp: dump: support dumping into compressed fileDavid Kalnischkies1-1/+1