Age | Commit message (Expand) | Author |
2014-04-04 | Fix crash in "apt list" when a sources.list file is unreable | Michael Vogt |
2014-04-01 | enable DPkg::Progress-Fancy by default | Michael Vogt |
2014-03-27 | Use mkstemp() in apt-extracttemplaes (closes: #741627) | Michael Vogt |
2014-03-14 | fix test/integration/test-apt-helper | Michael Vogt |
2014-03-13 | cmdline parsing: apt-config is not apt-cdrom | David Kalnischkies |
2014-03-13 | improve debug output in case downloadfile fails | David Kalnischkies |
2014-03-13 | remove code duplication for Add & Ident in apt-cdrom | David Kalnischkies |
2014-03-13 | use SPtrArray handling instead of explicit delete[] | 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 | fix -Wmissing-field-initializers warnings | David Kalnischkies |
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies |
2014-03-12 | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-... | Michael Vogt |
2014-03-12 | add hashsum support in apt-file download and add more tests | Michael Vogt |
2014-02-27 | initial version of apt-helper | Michael Vogt |
2014-02-27 | initial version of apt-helper | Michael Vogt |
2014-02-22 | Add support for data.tar, control.tar and control.tar.xz | Guillem Jover |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2014-02-22 | remove auto-generated apt-key and sources.list on clean (closes: 739749) | Michael Vogt |
2014-02-13 | trivial indent fix | Michael Vogt |
2014-02-12 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt |
2014-02-12 | Use a APT::VersionSet instead of a VersionList | Michael Vogt |
2014-02-12 | apt-cdrom should succeed if any drive succeeds | John Ogness |
2014-02-10 | use VersionSet in download to handle repeats | David Kalnischkies |
2014-02-05 | move isatty() check into InitOutput() | Michael Vogt |
2014-01-29 | fix apt-get download truncation (closes: #736962) | Michael Vogt |
2014-01-26 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2014-01-24 | apt-mark help shows all commands now | Michael Vogt |
2014-01-24 | add "apt full-upgrade" and tweak "apt upgrade" | Michael Vogt |
2014-01-22 | add test for apt show | Michael Vogt |
2014-01-17 | add purge to the apt cmdline | Michael Vogt |
2014-01-17 | add missing integration test for "apt list" | Michael Vogt |
2014-01-17 | reword !isatty() warning | Michael Vogt |
2014-01-17 | add apt upgrade --dist | Michael Vogt |
2014-01-16 | use gpg --homedir instead of explicit file placement | David Kalnischkies |
2013-12-27 | Merge branch 'feature/test-apt-key-net-update' into debian/sid | Michael Vogt |
2013-12-22 | factor GetTempDir out | Michael Vogt |
2013-12-19 | fix apt-key net-update test to use the buildin webserver | Michael Vogt |
2013-12-13 | make apt-key net-update actually testable | Michael Vogt |
2013-12-12 | Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sid | Michael Vogt |
2013-12-12 | clarify error message when apt-get source=ver fails, print a real error messa... | Michael Vogt |
2013-12-11 | improve error message | Michael Vogt |
2013-12-11 | improve error message for apt-get source pkg:arch{=ver,/release} | Michael Vogt |
2013-12-11 | add support for "apt-get source pkg:arch" | Michael Vogt |
2013-12-10 | user-requested version tag gets precedence in apt-get source -t dist pkg=vers... | Michael Vogt |
2013-12-10 | fix typo | Michael Vogt |
2013-12-10 | if there is only deb-src pick higest version in deb-src release matching | Michael Vogt |