Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-29 | fix crash when SetCandidateRelease is used | Michael Vogt | |
2013-11-29 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/private-cmndline.cc | |||
2013-11-29 | Merge branch 'feature/edit-sources' into debian/sid | Michael Vogt | |
2013-11-29 | add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source | Michael Vogt | |
2013-11-29 | add support for "apt edit-source foo" sources.list.d component editing | Michael Vogt | |
2013-11-28 | Merge remote-tracking branch 'mvo/feature/short-list' into debian/sid | Michael Vogt | |
2013-11-28 | add "-f" option to "build-dep" as sbuild is using it to fix regression with ↵ | Michael Vogt | |
cross-building (LP: #1255806) | |||
2013-11-28 | fix "apt-get --purge build-dep" (closes: #720597) | Michael Vogt | |
2013-11-28 | move EditSources into its own file | Michael Vogt | |
2013-11-26 | rename APT::Cmd::AllVersions -> APT::Cmd::All-Versions, APT::Cmd::UseRegexp ↵ | Michael Vogt | |
-> APT::Cmd::Use-Regexp | |||
2013-11-26 | add APT::Cmd::List-Include-Summary | Michael Vogt | |
2013-11-25 | do not show summary in "apt list" | Michael Vogt | |
2013-11-25 | add basic "edit-sources" command | Michael Vogt | |
2013-10-31 | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | |
APT_PKG_MINOR >= 13) | |||
2013-10-22 | Merge remote-tracking branch 'upstream/debian/sid' into ↵ | Michael Vogt | |
feature/install-progress-refactor Conflicts: apt-pkg/deb/dpkgpm.cc apt-pkg/makefile | |||
2013-10-22 | Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sid | Michael Vogt | |
2013-10-22 | fix install-progress location | Michael Vogt | |
2013-10-22 | move install-progress.{cc,h} to apt-pkg | Michael Vogt | |
2013-10-21 | add APT::Status-deb822-Fd | Michael Vogt | |
2013-10-21 | move iprogress.{cc,h} to private-progress.{cc,h} until its fully stable | Michael Vogt | |
2013-10-14 | re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ↵ | Michael Vogt | |
this | |||
2013-10-13 | move the status-fd progress reporting out of the pkgDPkgPM class, at this ↵ | Michael Vogt | |
point, breaks ABI/API, lets see what we can do about this | |||
2013-10-08 | Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid | Michael Vogt | |
2013-10-08 | Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sid | Michael Vogt | |
2013-10-05 | rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGES | Michael Vogt | |
2013-10-05 | Move ListUpdate/AquireUpdate into update.{cc,h} | Michael Vogt | |
This moves the ListUpdate/AquireUpdate out of the "catch-all" algorithm.{cc,h} file into its own update.{cc,h} | |||
2013-10-05 | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt | |
The upgrade releated code is moved into upgrade.{cc,h} and all pkg*Upgrade* prototypes are included in algorihms.h to avoid breaking API (unless build with APT_9_CLEANER_HEADERS). | |||
2013-10-05 | re-add "Calculating upgrade..." message | Michael Vogt | |
2013-10-05 | cleanup upgrade API some more (thanks for the feedback from David) | Michael Vogt | |
2013-10-03 | do not ++ on erased package pointers in autoremove | David Kalnischkies | |
Symptom: In an Ubuntu precise chroot (like on travis-ci) test-bug-613420-new-garbage-dependency segfaults in a std::set operator++ on an iterator we have erased previously (but not if run under gdb of course) | |||
2013-10-03 | put fetch errors in 'source' on our errorstack | David Kalnischkies | |
refactor the fetching process so that it looks more like the others we have in the hope that we can reuse code in the future. This is a soft interface change as 'source' previously printed errors directly on stderr, while it will now push it onto our usual error stack. | |||
2013-10-01 | rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8 | Michael Vogt | |
2013-09-26 | print-uris prints regardless of quiet-level again | David Kalnischkies | |
While the InstallPackages code was moved from apt-get into the private library the output was moved from (std::)cout to c1out which isn't shown in quiet level 2 (and above), so we flip back to std::cout to ensure that it is always printed as you are not going to use --print-uris if you don't want to see the uris… Closes: 722207 | |||
2013-09-23 | Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: ↵ | Christian PERRIER | |
#724073 | |||
2013-09-18 | improve the API for Upgrade() | Michael Vogt | |
2013-09-10 | Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: ↵0.9.11.3 | Michael Vogt | |
#722324) | |||
2013-09-03 | fix vim-style foldmarker | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-08-28 | Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new | Michael Vogt | |
2013-08-28 | its --with-new-pkgs | Michael Vogt | |
2013-08-28 | add man-page, improve option, use --with-new-pkgs as the flag | Michael Vogt | |
2013-08-28 | Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid | Michael Vogt | |
2013-08-27 | add new "apt-get upgrade --with-allow-new" option | Michael Vogt | |
The --with-allow-new option maps to APT::Get::UpgradeAllowNew and will allow "apt-get upgrade" to install new packages (but not to delete existing packages) | |||
2013-08-27 | allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ↵ | Michael Vogt | |
dist-upgrade 2vcard- 4g8+ | |||
2013-08-27 | use SPtr<pkgProblemResolver> to simply code | Michael Vogt | |
2013-08-26 | apt-private/private-cmndline.cc: fix typo: s/deselect-upgrade/dselect-upgrade/ | Michael Vogt | |
2013-08-17 | Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sid | Michael Vogt | |
Conflicts: cmdline/apt-get.cc | |||
2013-08-15 | add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be ↵ | Michael Vogt | |
merged without breaking ABI | |||
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | |
experimental |