summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)AuthorFilesLines
2014-04-28Fix missing ScreenWidth check in apt.ccMichael Vogt2-19/+7
2014-04-26remove unused duplicated acqprogress.{cc,h} filesDavid Kalnischkies2-345/+0
2014-04-04Fix crash in "apt list" when a sources.list file is unreableMichael Vogt1-1/+1
2014-04-01enable DPkg::Progress-Fancy by defaultMichael Vogt1-1/+1
2014-03-27Use mkstemp() in apt-extracttemplaes (closes: #741627)Michael Vogt1-6/+9
2014-03-14fix test/integration/test-apt-helperMichael Vogt13-365/+315
2014-03-13cmdline parsing: apt-config is not apt-cdromDavid Kalnischkies1-1/+1
2014-03-13improve debug output in case downloadfile failsDavid Kalnischkies1-8/+7
2014-03-13remove code duplication for Add & Ident in apt-cdromDavid Kalnischkies1-121/+81
2014-03-13use SPtrArray handling instead of explicit delete[]David Kalnischkies1-10/+1
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies2-2/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies13-132/+130
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies9-18/+18
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies11-66/+66
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-13/+13
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies1-1/+1
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2-0/+11
2014-03-12Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-...Michael Vogt1-1/+2
2014-03-12add hashsum support in apt-file download and add more testsMichael Vogt1-0/+11
2014-02-27initial version of apt-helperMichael Vogt2-0/+134
2014-02-27initial version of apt-helperMichael Vogt2-0/+134
2014-02-22Add support for data.tar, control.tar and control.tar.xzGuillem Jover1-14/+4
2014-02-22Fix typos in documentation (codespell)Michael Vogt4-8/+8
2014-02-22remove auto-generated apt-key and sources.list on clean (closes: 739749)Michael Vogt1-14/+19
2014-02-13trivial indent fixMichael Vogt1-1/+1
2014-02-12Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2-6/+0
2014-02-12Use a APT::VersionSet instead of a VersionListMichael Vogt1-3/+3
2014-02-12apt-cdrom should succeed if any drive succeedsJohn Ogness1-17/+59
2014-02-10use VersionSet in download to handle repeatsDavid Kalnischkies1-3/+3
2014-02-05move isatty() check into InitOutput()Michael Vogt2-6/+0
2014-01-29fix apt-get download truncation (closes: #736962)Michael Vogt1-3/+6
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-13/+14
2014-01-24apt-mark help shows all commands nowMichael Vogt1-0/+5
2014-01-24add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2-23/+17
2014-01-22add test for apt showMichael Vogt1-1/+2
2014-01-17add purge to the apt cmdlineMichael Vogt1-1/+5
2014-01-17add missing integration test for "apt list"Michael Vogt1-10/+13
2014-01-17reword !isatty() warningMichael Vogt1-4/+3
2014-01-17add apt upgrade --distMichael Vogt1-1/+10
2014-01-16use gpg --homedir instead of explicit file placementDavid Kalnischkies1-13/+14
2013-12-27Merge branch 'feature/test-apt-key-net-update' into debian/sidMichael Vogt1-6/+13
2013-12-22factor GetTempDir outMichael Vogt2-14/+7
2013-12-19fix apt-key net-update test to use the buildin webserverMichael Vogt1-1/+1
2013-12-13make apt-key net-update actually testableMichael Vogt1-6/+13
2013-12-12Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sidMichael Vogt1-1/+1
2013-12-12clarify error message when apt-get source=ver fails, print a real error messa...Michael Vogt1-1/+1
2013-12-11improve error messageMichael Vogt1-3/+6
2013-12-11improve error message for apt-get source pkg:arch{=ver,/release}Michael Vogt1-4/+14
2013-12-11add support for "apt-get source pkg:arch"Michael Vogt1-10/+50
2013-12-10user-requested version tag gets precedence in apt-get source -t dist pkg=vers...Michael Vogt1-4/+4