summaryrefslogtreecommitdiff
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt2013-10-051-26/+0
* | | Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sidMichael Vogt2013-10-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-newMichael Vogt2013-08-281-3/+4
| |\ \
| * | | add man-page, improve option, use --with-new-pkgs as the flagMichael Vogt2013-08-281-1/+1
* | | | use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies2013-10-031-45/+35
* | | | put fetch errors in 'source' on our errorstackDavid Kalnischkies2013-10-031-22/+6
| |_|/ |/| |
* | | fix vim-style foldmarkerDavid Kalnischkies2013-09-031-6/+2
| |/ |/|
* | allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ...Michael Vogt2013-08-271-3/+4
|/
* do chdir("/") after chroot()Michael Vogt2013-08-221-2/+2
* Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt2013-08-177-2098/+260
|\
| * squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-127-2095/+260
* | merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade i...Michael Vogt2013-08-151-0/+6
|/
* let apt-key del work better with softlink and single key keyringsDavid Kalnischkies2013-08-121-3/+56
* make the keyring locations in apt-key configurableDavid Kalnischkies2013-08-121-1/+5
* do not double-slash paths in apt-keyDavid Kalnischkies2013-08-121-1/+6
* use a tmpfile for trustdb.gpg in apt-keyDavid Kalnischkies2013-08-121-18/+18
* always use our own trustdb.gpg in apt-keyDavid Kalnischkies2013-08-121-6/+14
* add a not documented apt-key --fakeroot optionDavid Kalnischkies2013-08-121-32/+41
* improve error messageMichael Vogt2013-08-121-1/+2
* fix -Wall errorsMichael Vogt2013-08-081-1/+2
* unset LANGUAGE for showing [Y/n] answer hintsDavid Kalnischkies2013-08-011-3/+32
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-282-6/+8
|\
| * fix some coverity chroot() releated warningsMichael Vogt2013-07-261-2/+2
| * fix potential GetLock() fd leakMichael Vogt2013-07-251-4/+6
* | use FileFd::Write instead of fwrite for errorsDavid Kalnischkies2013-07-261-3/+4
* | fix 'apt-cache search' crash with missing descriptionDavid Kalnischkies2013-07-181-11/+22
* | skip all Description fields in apt-cache, not just firstDavid Kalnischkies2013-07-181-17/+35
|/
* fix format string errorMichael Vogt2013-07-021-2/+2
* "mount path"->"mount point" and also make the warning a error when no CD-ROM ...Michael Vogt2013-06-261-5/+5
* Improve the apt-cdrom output when no CD-ROM can be auto-detectedMichael Vogt2013-06-221-6/+19
* try defaults if auto-detection failed in apt-cdromDavid Kalnischkies2013-06-201-9/+4
* handle missing "Description" in apt-cache showDavid Kalnischkies2013-06-201-15/+32