Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | 2014-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: apt-private/acqprogress.cc | ||||
| * | honor option to disable pulses for the testcases | David Kalnischkies | 2014-02-14 | 2 | -3/+6 |
| | | | | | | | | Git-Dch: Ignore | ||||
* | | add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break) | Michael Vogt | 2014-02-14 | 1 | -0/+5 |
| | | |||||
* | | honor option to disable pulses for the testcases | David Kalnischkies | 2014-02-14 | 2 | -3/+6 |
|/ | | | | Git-Dch: Ignore | ||||
* | move isatty() check into InitOutput() | Michael Vogt | 2014-02-05 | 1 | -0/+3 |
| | |||||
* | show "status" in apt list last | Michael Vogt | 2014-01-31 | 1 | -25/+24 |
| | |||||
* | do not crash if VF.File()/VF.File().Archive() is NULL | Michael Vogt | 2014-01-30 | 1 | -2/+4 |
| | |||||
* | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | 2014-01-26 | 2 | -10/+10 |
|\ | | | | | | | | | | | | | Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework | ||||
| * | correct some style/performance/warnings from cppcheck | David Kalnischkies | 2014-01-16 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | The most "visible" change is from utime to utimensat/futimens as the first one isn't part of POSIX anymore. Reported-By: cppcheck Git-Dch: Ignore | ||||
* | | Merge remote-tracking branch 'mvo/feature/apt-show-nice' into ↵ | Michael Vogt | 2014-01-24 | 3 | -10/+68 |
|\ \ | | | | | | | | | | | | | | | | | | | debian/experimental-no-abi-break Conflicts: apt-private/private-cmndline.cc | ||||
| * | | hide more from apt show | Michael Vogt | 2014-01-24 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | Hide the Hashes,Filename,Multi-Arch,Architecture by default from "apt show". The information is still available via apt-cache show. Also improve the output of the Size- | ||||
| * | | show APT-Sources in apt show | Michael Vogt | 2014-01-24 | 2 | -7/+14 |
| | | | |||||
| * | | Show "Manual-Installed: {yes|no}" in apt show | Michael Vogt | 2014-01-24 | 1 | -0/+12 |
| | | | |||||
| * | | include "Archive-Origin" in the apt show output | Michael Vogt | 2014-01-23 | 2 | -1/+7 |
| | | | |||||
| * | | Show only the candidate with "apt show" | Michael Vogt | 2014-01-23 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | Display only the candidate version with "apt show pkg" but show a notice that there is more to see. | ||||
| * | | "apt show" show user friendly size info | Michael Vogt | 2014-01-22 | 1 | -8/+20 |
| | | | | | | | | | | | | | | | | | | The size/installed-size is displayed via SizeToStr() and Size is rewriten to "Download-Size" to make clear what size is refered to here. | ||||
* | | | add "apt full-upgrade" and tweak "apt upgrade" | Michael Vogt | 2014-01-24 | 3 | -5/+10 |
|/ / | | | | | | | | | | | | | | | There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs". | ||||
* | | add integration test for apt search | Michael Vogt | 2014-01-22 | 1 | -1/+1 |
| | | |||||
* | | add missing integration test for "apt list" | Michael Vogt | 2014-01-17 | 2 | -7/+13 |
| | | |||||
* | | add apt upgrade --dist | Michael Vogt | 2014-01-17 | 1 | -0/+5 |
| | | |||||
* | | apt-private/private-show.cc: do not show Description-lang: header, the user ↵ | Michael Vogt | 2014-01-16 | 1 | -3/+2 |
| | | | | | | | | probably knows his language (thanks to Donkult) | ||||
* | | add --manual-installed commandline switch | Michael Vogt | 2014-01-16 | 2 | -0/+10 |
| | | |||||
* | | flock() the file edited in edit-sources | Michael Vogt | 2014-01-06 | 1 | -0/+5 |
|/ | |||||
* | fix crash when SetCandidateRelease is used | Michael Vogt | 2013-11-29 | 1 | -0/+3 |
| | |||||
* | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2013-11-29 | 7 | -4/+127 |
|\ | | | | | | | | | Conflicts: apt-private/private-cmndline.cc | ||||
| * | Merge branch 'feature/edit-sources' into debian/sid | Michael Vogt | 2013-11-29 | 5 | -1/+124 |
| |\ | |||||
| | * | add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source | Michael Vogt | 2013-11-29 | 1 | -3/+7 |
| | | | |||||
| | * | add support for "apt edit-source foo" sources.list.d component editing | Michael Vogt | 2013-11-29 | 1 | -4/+14 |
| | | | |||||
| | * | move EditSources into its own file | Michael Vogt | 2013-11-28 | 3 | -1/+49 |
| | | | |||||
| | * | add basic "edit-sources" command | Michael Vogt | 2013-11-25 | 3 | -1/+62 |
| | | | |||||
| * | | rename APT::Cmd::AllVersions -> APT::Cmd::All-Versions, APT::Cmd::UseRegexp ↵ | Michael Vogt | 2013-11-26 | 2 | -3/+3 |
| | | | | | | | | | | | | -> APT::Cmd::Use-Regexp | ||||
* | | | Merge remote-tracking branch 'mvo/feature/short-list' into debian/sid | Michael Vogt | 2013-11-28 | 4 | -6/+14 |
|\ \ \ | |||||
| * | | | add APT::Cmd::List-Include-Summary | Michael Vogt | 2013-11-26 | 2 | -1/+4 |
| |/ / | |||||
| * / | do not show summary in "apt list" | Michael Vogt | 2013-11-25 | 3 | -6/+11 |
| |/ | |||||
* | | add "-f" option to "build-dep" as sbuild is using it to fix regression with ↵ | Michael Vogt | 2013-11-28 | 1 | -0/+3 |
| | | | | | | | | cross-building (LP: #1255806) | ||||
* | | fix "apt-get --purge build-dep" (closes: #720597) | Michael Vogt | 2013-11-28 | 1 | -0/+1 |
|/ | |||||
* | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | 2013-10-31 | 1 | -22/+13 |
| | | | | APT_PKG_MINOR >= 13) | ||||
* | Merge remote-tracking branch 'upstream/debian/sid' into ↵ | Michael Vogt | 2013-10-22 | 4 | -25/+33 |
|\ | | | | | | | | | | | | | | | feature/install-progress-refactor Conflicts: apt-pkg/deb/dpkgpm.cc apt-pkg/makefile | ||||
| * | Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sid | Michael Vogt | 2013-10-22 | 4 | -25/+33 |
| |\ | |||||
| | * | rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGES | Michael Vogt | 2013-10-05 | 6 | -74/+121 |
| | |\ | |||||
| | * | | Move ListUpdate/AquireUpdate into update.{cc,h} | Michael Vogt | 2013-10-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | This moves the ListUpdate/AquireUpdate out of the "catch-all" algorithm.{cc,h} file into its own update.{cc,h} | ||||
| | * | | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt | 2013-10-05 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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). | ||||
| | * | | re-add "Calculating upgrade..." message | Michael Vogt | 2013-10-05 | 1 | -3/+2 |
| | | | | |||||
| | * | | cleanup upgrade API some more (thanks for the feedback from David) | Michael Vogt | 2013-10-05 | 2 | -25/+31 |
| | | | | |||||
| | * | | improve the API for Upgrade() | Michael Vogt | 2013-09-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix install-progress location | Michael Vogt | 2013-10-22 | 1 | -2/+1 |
| | | | | |||||
* | | | | move install-progress.{cc,h} to apt-pkg | Michael Vogt | 2013-10-22 | 3 | -444/+1 |
| | | | | |||||
* | | | | add APT::Status-deb822-Fd | Michael Vogt | 2013-10-21 | 3 | -4/+122 |
| | | | | |||||
* | | | | move iprogress.{cc,h} to private-progress.{cc,h} until its fully stable | Michael Vogt | 2013-10-21 | 3 | -1/+331 |
| | | | | |||||
* | | | | re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ↵ | Michael Vogt | 2013-10-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | this |