summaryrefslogtreecommitdiff
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
...
| | * warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-1311-66/+66
| | * warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-13/+13
| | * fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-1/+1
| | * support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-132-0/+11
| * | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-...Michael Vogt2014-03-121-1/+2
| |\|
| | * initial version of apt-helperMichael Vogt2014-02-272-0/+134
| * | add hashsum support in apt-file download and add more testsMichael Vogt2014-03-121-0/+11
| * | initial version of apt-helperMichael Vogt2014-02-272-0/+134
| |/
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-279-270/+412
|\|
| * Add support for data.tar, control.tar and control.tar.xzGuillem Jover2014-02-221-14/+4
| * Fix typos in documentation (codespell)Michael Vogt2014-02-224-8/+8
| * remove auto-generated apt-key and sources.list on clean (closes: 739749)Michael Vogt2014-02-221-14/+19
| * trivial indent fixMichael Vogt2014-02-131-1/+1
| * Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-02-122-6/+0
| |\
| | * Use a APT::VersionSet instead of a VersionListMichael Vogt2014-02-121-3/+3
| | * move isatty() check into InitOutput()Michael Vogt2014-02-052-6/+0
| * | apt-cdrom should succeed if any drive succeedsJohn Ogness2014-02-121-17/+59
| * | use VersionSet in download to handle repeatsDavid Kalnischkies2014-02-101-3/+3
| |/
| * fix apt-get download truncation (closes: #736962)Michael Vogt2014-01-291-3/+6
| * Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-261-13/+14
| |\
| | * use gpg --homedir instead of explicit file placementDavid Kalnischkies2014-01-161-13/+14
| * | apt-mark help shows all commands nowMichael Vogt2014-01-241-0/+5
| * | add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2014-01-242-23/+17
| * | add test for apt showMichael Vogt2014-01-221-1/+2
| * | add purge to the apt cmdlineMichael Vogt2014-01-171-1/+5
| * | add missing integration test for "apt list"Michael Vogt2014-01-171-10/+13
| * | reword !isatty() warningMichael Vogt2014-01-171-4/+3
| * | add apt upgrade --distMichael Vogt2014-01-171-1/+10
| |/
| * Merge branch 'feature/test-apt-key-net-update' into debian/sidMichael Vogt2013-12-271-6/+13
| |\
| | * fix apt-key net-update test to use the buildin webserverMichael Vogt2013-12-191-1/+1
| | * make apt-key net-update actually testableMichael Vogt2013-12-131-6/+13
| * | factor GetTempDir outMichael Vogt2013-12-222-14/+7
| * | Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sidMichael Vogt2013-12-121-1/+1
| |\|
| | * clarify error message when apt-get source=ver fails, print a real error messa...Michael Vogt2013-12-121-1/+1
| * | improve error messageMichael Vogt2013-12-111-3/+6
| |/
| * improve error message for apt-get source pkg:arch{=ver,/release}Michael Vogt2013-12-111-4/+14
| * add support for "apt-get source pkg:arch"Michael Vogt2013-12-111-10/+50
| * user-requested version tag gets precedence in apt-get source -t dist pkg=vers...Michael Vogt2013-12-101-4/+4
| * fix typoMichael Vogt2013-12-101-1/+1
| * if there is only deb-src pick higest version in deb-src release matchingMichael Vogt2013-12-101-3/+5
| * * enable release based selection for deb-src (closes: 731102)Michael Vogt2013-12-051-25/+97
| * generate apt-key script with vendor info about keysDavid Kalnischkies2013-12-012-5/+13
| * cherry-pick ubuntus (disabled) net-update fixesDavid Kalnischkies2013-12-011-13/+31
| * move EditSources into its own fileMichael Vogt2013-11-281-37/+1
| * add check when sources.list changedMichael Vogt2013-11-261-6/+14
| * add syntax check for sources.listMichael Vogt2013-11-261-3/+16
| * add basic "edit-sources" commandMichael Vogt2013-11-252-18/+25
| * Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sidMichael Vogt2013-10-222-26/+2
| |\
| | * rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGESMichael Vogt2013-10-051-66/+41
| | |\
| | * | * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-052-1/+2