summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)AuthorFilesLines
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies2-13/+23
2015-06-15condense parallel requests with the same hashes to oneDavid Kalnischkies1-5/+1
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2-10/+31
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies1-0/+1
2015-06-11implement 'apt-get files' to access index targetsDavid Kalnischkies1-0/+4
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies1-22/+24
2015-04-10add a simple unit test for acquire progressDavid Kalnischkies4-32/+31
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies2-89/+88
2015-03-16fix another d(e)select-upgrade typoDavid Kalnischkies1-1/+1
2014-11-09use the same code to detect quiet setting in all toolsDavid Kalnischkies2-5/+6
2014-11-09streamline display of --help in all toolsDavid Kalnischkies2-0/+39
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-3/+3
2014-10-23chown finished partial files earlierDavid Kalnischkies1-2/+9
2014-10-20reenable support for -s (and co) in apt-get sourceDavid Kalnischkies1-1/+1
2014-10-15check for available space, excluding root reserved blocksDavid Kalnischkies4-32/+44
2014-10-15don't drop privileges if _apt has not enough rightsDavid Kalnischkies2-2/+54
2014-10-07don't show ErrorText for Ign by defaultDavid Kalnischkies1-1/+2
2014-10-07display errortext for all Err as well as Ign logsDavid Kalnischkies1-0/+2
2014-10-07ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies2-6/+4
2014-10-01Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt1-0/+1
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+8
2014-09-28replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies1-2/+2
2014-09-27adapt to the new CacheSetHelper APIDavid Kalnischkies3-20/+17
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies1-4/+4
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2-9/+5
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies2-6/+7
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies1-1/+3
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt9-194/+275
2014-09-21generalize Acquire::GzipIndexMichael Vogt1-1/+8
2014-09-09don't call pager in non-terminals for changelogDavid Kalnischkies2-19/+43
2014-09-07make GetLocalitySortedVersionSet more genericDavid Kalnischkies4-57/+63
2014-09-07implement --full in apt searchDavid Kalnischkies4-39/+58
2014-09-07use a format string in ListSingleVersionDavid Kalnischkies1-72/+75
2014-09-07skip version if we already have this package as search-resultDavid Kalnischkies1-5/+11
2014-09-07support regular expressions in 'apt search'David Kalnischkies2-19/+42
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-2/+2
2014-09-05Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt2-8/+2
2014-09-05Fix incorrect upgradable listing in "apt list" (thanks to Michael Musenbrock)Michael Vogt2-2/+8
2014-09-02Avoid yielding blank lines with APT::Cmd::use-format=trueAndreas Oberritter2-2/+3
2014-08-28The following command otherwise yields many blank lines:Andreas Oberritter1-2/+1
2014-07-10Merge branch 'debian/sid' into debian/experimentalMichael Vogt2-3/+4
2014-07-08Only show packages as upgradable if the have a CandidateVer != 0Michael Vogt2-3/+4
2014-06-18Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt6-118/+135
2014-06-18do not call resolver twice on (dist-)upgradeDavid Kalnischkies3-18/+20
2014-06-18show our broken packages message in 'apt' solverDavid Kalnischkies2-97/+110
2014-06-18use P_ instead of ngettext to compiling with --disable-nlsFredrik Fornwall1-1/+1
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt6-151/+180
2014-06-18Tell the user if no updates are available after apt updateMichael Vogt1-1/+4
2014-06-10apt-private/private-output.cc: fix cppcheck outputMichael Vogt1-1/+1
2014-06-10Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sidMichael Vogt1-0/+18