Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-private/private-install.cc | |||
2014-06-18 | do not call resolver twice on (dist-)upgrade | David Kalnischkies | |
2014-06-18 | show our broken packages message in 'apt' solver | David Kalnischkies | |
2014-06-18 | use P_ instead of ngettext to compiling with --disable-nls | Fredrik Fornwall | |
Closes: 751857 | |||
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: debian/changelog | |||
2014-06-18 | Tell the user if no updates are available after apt update | Michael Vogt | |
Thanks to Jakub Wilk for the suggestion. Closes: #751388 | |||
2014-06-10 | apt-private/private-output.cc: fix cppcheck output | Michael Vogt | |
2014-06-10 | Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid | Michael Vogt | |
2014-06-10 | Merge remote-tracking branch ↵ | Michael Vogt | |
'mvo/bugfix/apt-get-source-unauthenticated-warning' into debian/sid | |||
2014-06-09 | separate implementation from declaration of TryTo{Install,Remove} | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-06-02 | Show unauthenticated warning for source packages as well | Michael Vogt | |
This will show the same unauthenticated warning for source packages as for binary packages and will not download a source package if it is unauthenticated. This can be overridden with --allow-unauthenticated Closes: #749795 | |||
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-29 | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: test/integration/test-bug-747261-arch-specific-conflicts | |||
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-05-22 | show upgradable packages after apt update | Michael Vogt | |
Closes: 748389 | |||
2014-05-09 | tests: be able to disable "Fetched …" statistics message | David Kalnischkies | |
The line contains everchanging execution statistics which is harmful for testcases as they need to filter out such lines, but this is hard so we can just add an option to disable them instead and be done. Git-Dch: Ignore | |||
2014-05-08 | apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't ↵ | Michael Vogt | |
fetched, so why bother | |||
2014-05-07 | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | |
APT_PKG_MINOR < 13) | |||
2014-05-07 | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into ↵ | Michael Vogt | |
debian/experimental | |||
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into ↵ | Michael Vogt | |
debian/experimental | |||
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-pkg/cachefilter.h apt-pkg/contrib/fileutl.cc apt-pkg/contrib/netrc.h apt-pkg/deb/debsrcrecords.cc apt-pkg/init.h apt-pkg/pkgcache.cc debian/apt.install.in debian/changelog | |||
2014-05-07 | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ↵ | Michael Vogt | |
about a good API | |||
2014-05-07 | rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex() | Michael Vogt | |
2014-05-07 | Merge branch 'debian/sid' into bugfix/update-progress-reporting | Michael Vogt | |
2014-04-28 | avoid deb specific code in private-install | Michael Vogt | |
2014-04-28 | Fix missing ScreenWidth check in apt.cc | Michael Vogt | |
2014-04-28 | WIP local deb install | 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-16 | calculate Percent as part of pkgAcquireStatus to provide a weighted percent ↵ | Michael Vogt | |
for both items and bytes | |||
2014-04-16 | apt-private/acqprogress.cc: reset color in apt update | Michael Vogt | |
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 |