summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)Author
2005-08-18* merged from mainMichael Vogt
2005-06-30* slighly more debug output, renamed "--automatic-remove" to "--auto-remove"Michael Vogt
2005-06-29* use mark-and-sweep from aptitude now as GC algorithmMichael Vogt
2005-06-28* cleanups, documentation updates (don't show any debug output if no Debug::p...Michael Vogt
2005-06-27* merged with mainlineMichael Vogt
2005-06-24* merged with apt--main and apt--fixesMichael Vogt
2005-06-24* moved the importend algorithm to algorithm.h as "pkgMarkUsed()"Michael Vogt
2005-06-24* write the state file after a successfull commit from the pkgManagerMichael Vogt
2005-06-24* moved most of the real work into depcache::writeStateFileMichael Vogt
2005-06-23* cleanups Michael Vogt
2005-05-24merge bubulle@debian.org--2005/apt--main--0Matt Zimmerman
2005-05-24Merge michael.vogt@ubuntu.com--2005/apt--fixes--0Matt Zimmerman
2005-05-10* ported/cleaned up the "Automatic dependency handling" patch from Michael Ho...Michael Vogt
2005-05-05Update French man pages translationsChristian Perrier
2005-03-26Merge bubulle@debian.org--2005/apt--main--0Matt Zimmerman
2005-03-15* ignore time conflicts on apt-key update (this is used at install time when ...Michael Vogt
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier
2005-02-05Merge with Matt and update French translationChristian Perrier
2005-02-05Fix compilation errors from apt--auth-cdrom--0Matt Zimmerman
2005-02-04Move CD-ROM handling backend into libapt-pkgMatt Zimmerman
2005-01-20Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. C...Christian Perrier
2004-12-24* use gpg --with-colonsMichael Vogt
2004-12-21* added apt-key update methodMichael Vogt
2004-12-20* merged changes from the conferenceMichael Vogt
2004-11-13Merge from CVSMatt Zimmerman
2004-09-20* Suppress a signed/unsigned warning in apt-cache.cc:Di...Arch Librarian
2004-09-20s/Saftey/Safety/Arch Librarian
2004-09-20* Fix apt-get's suggests/recommends printing, which was...Arch Librarian
2004-09-20Clean up some indentation, etc. in the suggest/recommen...Arch Librarian
2004-09-20* Clearer error message in place of "...has no availabl...Arch Librarian
2004-09-20* Add colons to apt-get's "kept back"/"upgraded"/"downg...Arch Librarian
2004-09-20Don't use the Archive name in madison; it won't be uniq...Arch Librarian
2004-09-20* Add an "apt-cache madison" command with an output for...Arch Librarian
2004-09-20* Don't suggest apt-get -f install to correct broken bu...Arch Librarian
2004-09-20SyntaxArch Librarian
2004-09-20* Clean up and simplify some of the suggests/recommends...Arch Librarian
2004-09-20isatty test was backwardsArch Librarian
2004-09-20* Correctly implement -n as a synonym for --names-only ...Arch Librarian
2004-09-20* Use isatty rather than ttyname for checking if stdin ...Arch Librarian
2004-09-20* Fix version display for recommends (Closes: #219900)Arch Librarian
2004-09-20* Let apt-get build-dep try alternatives if the install...Arch Librarian
2004-09-20* apt-get build-dep, when trying to skip over the remai...Arch Librarian
2004-09-20* s/removed/installed/ in a comment in apt-get.ccArch Librarian
2004-09-20* Exclude subdirectories named 'debian-installer' from ...Arch Librarian
2004-09-20* Add #include <langinfo.h> to cmdline/apt-get.cc. Thi...Arch Librarian
2004-09-20* Make APT::Get::Show-Upgraded (aka apt-get -u) default...Arch Librarian
2004-09-20* Change upgraded/newly installed/not fully installed o...Arch Librarian
2004-09-20Switch to using nl_langinfo(YESEXPR) for yes/no promptingArch Librarian
2004-09-20* Ensure that the comparison of the "yes" character in ...Arch Librarian
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian