summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)Author
2014-02-05move isatty() check into InitOutput()Michael Vogt
2014-01-31show "status" in apt list lastMichael Vogt
2014-01-30do not crash if VF.File()/VF.File().Archive() is NULLMichael Vogt
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt
2014-01-24Merge remote-tracking branch 'mvo/feature/apt-show-nice' into debian/experime...Michael Vogt
2014-01-24hide more from apt showMichael Vogt
2014-01-24show APT-Sources in apt showMichael Vogt
2014-01-24Show "Manual-Installed: {yes|no}" in apt showMichael Vogt
2014-01-24add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt
2014-01-23include "Archive-Origin" in the apt show outputMichael Vogt
2014-01-23Show only the candidate with "apt show"Michael Vogt
2014-01-22"apt show" show user friendly size infoMichael Vogt
2014-01-22add integration test for apt searchMichael Vogt
2014-01-17add missing integration test for "apt list"Michael Vogt
2014-01-17add apt upgrade --distMichael Vogt
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2014-01-16apt-private/private-show.cc: do not show Description-lang: header, the user p...Michael Vogt
2014-01-16add --manual-installed commandline switchMichael Vogt
2014-01-06flock() the file edited in edit-sourcesMichael Vogt
2013-11-29fix crash when SetCandidateRelease is usedMichael Vogt
2013-11-29Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt
2013-11-29Merge branch 'feature/edit-sources' into debian/sidMichael Vogt
2013-11-29add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt
2013-11-29add support for "apt edit-source foo" sources.list.d component editingMichael Vogt
2013-11-28Merge remote-tracking branch 'mvo/feature/short-list' into debian/sidMichael Vogt
2013-11-28add "-f" option to "build-dep" as sbuild is using it to fix regression with ...Michael Vogt
2013-11-28fix "apt-get --purge build-dep" (closes: #720597)Michael Vogt
2013-11-28move EditSources into its own fileMichael Vogt
2013-11-26rename APT::Cmd::AllVersions -> APT::Cmd::All-Versions, APT::Cmd::UseRegexp -...Michael Vogt
2013-11-26add APT::Cmd::List-Include-SummaryMichael Vogt
2013-11-25do not show summary in "apt list"Michael Vogt
2013-11-25add basic "edit-sources" commandMichael Vogt
2013-10-31restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt
2013-10-22Merge remote-tracking branch 'upstream/debian/sid' into feature/install-progr...Michael Vogt
2013-10-22Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sidMichael Vogt
2013-10-22fix install-progress locationMichael Vogt
2013-10-22move install-progress.{cc,h} to apt-pkgMichael Vogt
2013-10-21add APT::Status-deb822-FdMichael Vogt
2013-10-21move iprogress.{cc,h} to private-progress.{cc,h} until its fully stableMichael Vogt
2013-10-14re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...Michael Vogt
2013-10-13move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt
2013-10-08Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sidMichael Vogt
2013-10-08Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sidMichael Vogt
2013-10-05rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGESMichael Vogt
2013-10-05Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt
2013-10-05re-add "Calculating upgrade..." messageMichael Vogt
2013-10-05cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt
2013-10-03do not ++ on erased package pointers in autoremoveDavid Kalnischkies
2013-10-03put fetch errors in 'source' on our errorstackDavid Kalnischkies