Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-09 | separate implementation from declaration of TryTo{Install,Remove} | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-05-30 | if Resolver fails, do not continue even if not broken | David Kalnischkies | |
This can happen if the request is already a well-formed request all by itself (e.g. the package has no dependencies), but the resolver found a reason to not accept it as solution. Our edsp 'dump' solver e.g. shouldn't be able to trigger install, which it does otherwise. | |||
2014-05-22 | fix screen width detection for apt/apt-get lists | Sebastian Schmidt | |
3163087b moved SigWinch(int) from apt-get.cc to private-output.cc without moving #include <sys/ioctl.h>, making SigWinch a nop. Closes: 748430, 747942 | |||
2014-04-28 | Fix missing ScreenWidth check in apt.cc | Michael Vogt | |
2014-04-22 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2014-04-22 | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update ↵ | Michael Vogt | |
(LP: #1310548, closes: #744297) | |||
2014-04-16 | support dist-upgrade options in full-upgrade | David Kalnischkies | |
dist-upgrade is supposed to be an alias for full-upgrade in apt, but dist-upgrade was the only command recognized of the two in the option and flags recognition code. | |||
2014-04-11 | Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sid | Michael Vogt | |
Conflicts: test/integration/test-apt-cli-list | |||
2014-04-11 | Merge remote-tracking branch 'mvo/bugfix/apt-list-rc-pkgs' into debian/sid | Michael Vogt | |
2014-04-11 | use wildcard to get files in our library makefiles | David Kalnischkies | |
The explicit listing is a pain every time you want to add a file to the list and serves no propose as we list all files there anyway, so this is not only easier but also documents this fact. Git-Dch: Ignore | |||
2014-04-10 | Merge remote-tracking branch 'mvo/bugfix/apt-search-case' into debian/sid | Michael Vogt | |
2014-04-09 | Notice the user about "apt list -a" when only a single hit if found | Michael Vogt | |
If the user is using "apt list pattern" and there is only a single hit, notice about "--all-versions" as this is what the user may be interessted in | |||
2014-04-08 | fix apt list output for pkgs in dpkg ^rc state | Michael Vogt | |
Packages in the "deinstall ok config-file" have no candidate or instaleld version. So they must be special cased in the apt list generation. | |||
2014-04-08 | Merge branch 'bugfix/apt-search-case' into debian/sid | Michael Vogt | |
2014-04-07 | make apt search case-insensitive by default | Michael Vogt | |
2014-04-04 | Fix crash in "apt list" when a sources.list file is unreable | Michael Vogt | |
Closes: 743413 | |||
2014-03-21 | enable fvisibility=hidden for our private library | David Kalnischkies | |
While it is a huge undertaking to enable it for our public libraries as basically everything we exported so far could be seen as public interface our private library is new and under our full control, so we can do whatever we like with it. The benefits are not that big in return of course, but it reduces the size a bit, so thats great nontheless. Git-Dch: ignore | |||
2014-03-13 | msgstr with elipses need three dots | David Kalnischkies | |
fixes some messages and their translation so that all of them have three dots for messages with an elipse. Many translations already had this. | |||
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn} | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | |||
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 | |