Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wpedantic | |||
2014-03-13 | warning: non-ISO-standard escape sequence, '\e' [enabled by default] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wpedantic | |||
2014-03-13 | fix -Wformat= warnings about size_t != %lu on e.g. armel | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc | |||
2014-03-13 | fix -Wmissing-field-initializers warnings | David Kalnischkies | |
Reported-By: gcc Git-Dch: Ignore | |||
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies | |
Inspired by the rest of the patch in 661537, but abstract the parsing of various ways of setting the build profiles more so it can potentially be reused and all apt parts have the same behaviour. Especially config options, cmdline options and environment will not be combined as proposed as this isn't APTs usual behaviour and dpkg doesn't do it either, so one overrides the other as it normally does. | |||
2014-02-14 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/acqprogress.cc | |||
2014-02-14 | honor option to disable pulses for the testcases | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-14 | add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break) | Michael Vogt | |
2014-02-14 | honor option to disable pulses for the testcases | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-05 | move isatty() check into InitOutput() | Michael Vogt | |
2014-01-31 | show "status" in apt list last | Michael Vogt | |
2014-01-30 | do not crash if VF.File()/VF.File().Archive() is NULL | Michael Vogt | |
2014-01-26 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework | |||
2014-01-24 | Merge remote-tracking branch 'mvo/feature/apt-show-nice' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break Conflicts: apt-private/private-cmndline.cc | |||
2014-01-24 | hide more from apt show | Michael Vogt | |
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- | |||
2014-01-24 | show APT-Sources in apt show | Michael Vogt | |
2014-01-24 | Show "Manual-Installed: {yes|no}" in apt show | Michael Vogt | |
2014-01-24 | add "apt full-upgrade" and tweak "apt upgrade" | Michael Vogt | |
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". | |||
2014-01-23 | include "Archive-Origin" in the apt show output | Michael Vogt | |
2014-01-23 | Show only the candidate with "apt show" | Michael Vogt | |
Display only the candidate version with "apt show pkg" but show a notice that there is more to see. | |||
2014-01-22 | "apt show" show user friendly size info | Michael Vogt | |
The size/installed-size is displayed via SizeToStr() and Size is rewriten to "Download-Size" to make clear what size is refered to here. | |||
2014-01-22 | add integration test for apt search | Michael Vogt | |
2014-01-17 | add missing integration test for "apt list" | Michael Vogt | |
2014-01-17 | add apt upgrade --dist | Michael Vogt | |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies | |
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 | |||
2014-01-16 | apt-private/private-show.cc: do not show Description-lang: header, the user ↵ | Michael Vogt | |
probably knows his language (thanks to Donkult) | |||
2014-01-16 | add --manual-installed commandline switch | Michael Vogt | |
2014-01-06 | flock() the file edited in edit-sources | Michael Vogt | |
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 |