summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* chown finished partial files earlierDavid Kalnischkies2014-10-231-2/+9
* reenable support for -s (and co) in apt-get sourceDavid Kalnischkies2014-10-201-1/+1
* check for available space, excluding root reserved blocksDavid Kalnischkies2014-10-154-32/+44
* don't drop privileges if _apt has not enough rightsDavid Kalnischkies2014-10-152-2/+54
* don't show ErrorText for Ign by defaultDavid Kalnischkies2014-10-071-1/+2
* display errortext for all Err as well as Ign logsDavid Kalnischkies2014-10-071-0/+2
* ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies2014-10-072-6/+4
* Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt2014-10-011-0/+1
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-291-1/+8
|\
| * generalize Acquire::GzipIndexMichael Vogt2014-09-211-1/+8
* | replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies2014-09-281-2/+2
* | adapt to the new CacheSetHelper APIDavid Kalnischkies2014-09-273-20/+17
* | rework cachesets API to allow future extensionDavid Kalnischkies2014-09-271-4/+4
* | mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2014-09-272-9/+5
* | fix progress output for (dist-)upgrade calculationDavid Kalnischkies2014-09-272-6/+7
* | deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-271-1/+3
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-239-194/+275
|\|
| * don't call pager in non-terminals for changelogDavid Kalnischkies2014-09-092-19/+43
| * make GetLocalitySortedVersionSet more genericDavid Kalnischkies2014-09-074-57/+63
| * implement --full in apt searchDavid Kalnischkies2014-09-074-39/+58
| * use a format string in ListSingleVersionDavid Kalnischkies2014-09-071-72/+75
| * skip version if we already have this package as search-resultDavid Kalnischkies2014-09-071-5/+11
| * support regular expressions in 'apt search'David Kalnischkies2014-09-072-19/+42
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-2/+2
|\|
| * Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt2014-09-052-8/+2
| * Fix incorrect upgradable listing in "apt list" (thanks to Michael Musenbrock)Michael Vogt2014-09-052-2/+8
| * Avoid yielding blank lines with APT::Cmd::use-format=trueAndreas Oberritter2014-09-022-2/+3
| * The following command otherwise yields many blank lines:Andreas Oberritter2014-08-281-2/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-102-3/+4
|\|
| * Only show packages as upgradable if the have a CandidateVer != 0Michael Vogt2014-07-082-3/+4
* | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-186-118/+135
|\|
| * do not call resolver twice on (dist-)upgradeDavid Kalnischkies2014-06-183-18/+20
| * show our broken packages message in 'apt' solverDavid Kalnischkies2014-06-182-97/+110
| * use P_ instead of ngettext to compiling with --disable-nlsFredrik Fornwall2014-06-181-1/+1
| * Tell the user if no updates are available after apt updateMichael Vogt2014-06-181-1/+4
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-186-151/+180
|\|
| * apt-private/private-output.cc: fix cppcheck outputMichael Vogt2014-06-101-1/+1
| * Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sidMichael Vogt2014-06-101-0/+18
| |\
| | * show upgradable packages after apt updateMichael Vogt2014-05-221-0/+18
| | * apt-private/acqprogress.cc: reset color in apt updateMichael Vogt2014-04-161-1/+1
| * | Merge remote-tracking branch 'mvo/bugfix/apt-get-source-unauthenticated-warni...Michael Vogt2014-06-102-0/+11
| |\ \
| | * | Show unauthenticated warning for source packages as wellMichael Vogt2014-06-022-0/+11
| * | | separate implementation from declaration of TryTo{Install,Remove}David Kalnischkies2014-06-092-149/+148
| * | | if Resolver fails, do not continue even if not brokenDavid Kalnischkies2014-05-301-1/+2
| |/ /
* | | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2014-05-291-0/+1
|\| |
| * | fix screen width detection for apt/apt-get listsSebastian Schmidt2014-05-221-0/+1
* | | tests: be able to disable "Fetched …" statistics messageDavid Kalnischkies2014-05-091-0/+3
* | | apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetche...Michael Vogt2014-05-081-2/+0
* | | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-071-0/+1
* | | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-071-1/+1
|\ \ \