summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
Commit message (Expand)AuthorAgeFilesLines
* use 'best' hash for source authenticationDavid Kalnischkies2014-11-101-12/+16
* apt-get: Create the temporary downloaded changelog inside tmpdirGuillem Jover2014-10-021-1/+1
* generalize Acquire::GzipIndexMichael Vogt2014-09-211-1/+1
* add dpkg::source-options for dpkg-source invocationDavid Kalnischkies2014-08-261-16/+17
* Show unauthenticated warning for source packages as wellMichael Vogt2014-06-021-0/+9
* fix screen width detection for apt/apt-get listsSebastian Schmidt2014-05-221-1/+0
* Fix missing ScreenWidth check in apt.ccMichael Vogt2014-04-281-19/+3
* use SPtrArray handling instead of explicit delete[]David Kalnischkies2014-03-131-10/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-41/+42
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-5/+5
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-18/+18
* support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-131-0/+6
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
* Use a APT::VersionSet instead of a VersionListMichael Vogt2014-02-121-3/+3
* move isatty() check into InitOutput()Michael Vogt2014-02-051-4/+0
* fix apt-get download truncation (closes: #736962)Michael Vogt2014-01-291-3/+6
* add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2014-01-241-8/+0
* factor GetTempDir outMichael Vogt2013-12-221-6/+4
* 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
* add basic "edit-sources" commandMichael Vogt2013-11-251-18/+1
* Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sidMichael Vogt2013-10-221-26/+1
|\
| * 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-051-1/+1
| * | 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
|/
* Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt2013-08-171-1962/+29
|\
| * squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-1959/+29
* | merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade i...Michael Vogt2013-08-151-0/+6
|/
* unset LANGUAGE for showing [Y/n] answer hintsDavid Kalnischkies2013-08-011-3/+32
* fix potential GetLock() fd leakMichael Vogt2013-07-251-4/+6
* deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies2013-06-091-3/+1
* merged bundle from davidMichael Vogt2013-04-081-2/+2
|\
| * various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-2/+2
* | merge patch from Daniel HartwigMichael Vogt2013-03-251-1/+1
|/
* ensure sha512 is really used when available (thanks to Tyler Hicks )Michael Vogt2013-01-141-1/+1
* * cmdline/apt-get.cc:David Kalnischkies2012-11-091-3/+3