Age | Commit message (Expand) | Author |
2014-06-18 | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental | Michael Vogt |
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 |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-06-18 | Tell the user if no updates are available after apt update | Michael Vogt |
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 'mvo/bugfix/apt-get-source-unauthenticated-warni... | Michael Vogt |
2014-06-09 | separate implementation from declaration of TryTo{Install,Remove} | David Kalnischkies |
2014-06-02 | Show unauthenticated warning for source packages as well | Michael Vogt |
2014-05-30 | if Resolver fails, do not continue even if not broken | David Kalnischkies |
2014-05-29 | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental | Michael Vogt |
2014-05-22 | fix screen width detection for apt/apt-get lists | Sebastian Schmidt |
2014-05-22 | show upgradable packages after apt update | Michael Vogt |
2014-05-09 | tests: be able to disable "Fetched …" statistics message | David Kalnischkies |
2014-05-08 | apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetche... | Michael Vogt |
2014-05-07 | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG... | Michael Vogt |
2014-05-07 | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi... | Michael Vogt |
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi... | Michael Vogt |
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-05-07 | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab... | Michael Vogt |
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 |
2014-04-16 | support dist-upgrade options in full-upgrade | David Kalnischkies |
2014-04-16 | calculate Percent as part of pkgAcquireStatus to provide a weighted percent f... | Michael Vogt |
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 |
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 |
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 |
2014-04-08 | fix apt list output for pkgs in dpkg ^rc state | Michael Vogt |
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 |
2014-03-21 | enable fvisibility=hidden for our private library | David Kalnischkies |
2014-03-13 | msgstr with elipses need three dots | David Kalnischkies |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-03-13 | warning: non-ISO-standard escape sequence, '\e' [enabled by default] | David Kalnischkies |
2014-03-13 | fix -Wformat= warnings about size_t != %lu on e.g. armel | David Kalnischkies |