summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Annotate more methods with APT_OVERRIDEJulian Andres Klode1-1/+1
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies2-39/+3
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies1-0/+1
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-10/+0
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies1-3/+2
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies6-154/+95
2015-08-10headers are for declarations onlyDavid Kalnischkies2-216/+242
2015-08-10implement a more generic ShowList methodDavid Kalnischkies6-236/+299
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies1-3/+3
2015-08-10disable locking even for root in --simulateDavid Kalnischkies1-3/+5
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies3-17/+19
2015-08-10prepare cachesets for -std=c++11David Kalnischkies1-1/+1
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