summaryrefslogtreecommitdiff
path: root/src/cmdline
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Remove newline from error messageDaniel Hartwig1-1/+1
2012-06-28Guess changelog URI for third-party sitesDaniel Hartwig1-17/+1
2012-06-28Merge changelog URI construction from apt-getDaniel Hartwig1-59/+1
2012-06-28Improve arch-qualified pkg names with versions commandDaniel Hartwig1-1/+15
2012-06-28Improve multi-arch handling of package argumentsDaniel Hartwig2-5/+57
2012-06-20Use real candidate version, not default-releaseDaniel Hartwig3-23/+1
2012-06-20Do not do FixMissing automatically for command-line actionsDaniel Hartwig1-0/+1
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig22-454/+454
2012-06-16Use apt's CommandLine parserDaniel Hartwig2-0/+54
2012-06-15Typo in cmdline_showDaniel Hartwig1-1/+1
2012-06-14Use arch-qualified names for virtual packages in more placesDaniel Hartwig1-9/+16
2012-06-08Touch copyright notice in cmdline_utilDaniel Hartwig2-0/+2
2012-06-08Add pkgset helpersDaniel Hartwig8-312/+219
2012-06-08Add typedefs for vectors of package, version search resultsDaniel Hartwig6-20/+22
2012-05-26Update to tasks support: task packages, multi-arch, syntaxDaniel Hartwig2-2/+2
2012-05-26Update to tasks support: task packages, multi-arch, syntaxDaniel Hartwig3-32/+57
2012-05-24Fold some near-duplicate stringsDaniel Hartwig5-6/+9
2012-05-11Support really big files in the download systemDaniel Hartwig3-21/+21
2012-04-27Use arch-qualified names in 'Provided by' for virtual packagesDaniel Hartwig1-1/+1
2012-04-25Check for apt_init errors in cmdline_download.ccDaniel Hartwig1-0/+6
2012-03-23More nice size on cmdline_download_progressDaniel Hartwig1-1/+2
2012-03-21Extend the default search pattern to support 'name:arch'Daniel Hartwig1-14/+7
2012-03-16Apply patch from Ubuntu to build -D_FORTIFY_SOURCE=2 errorsDaniel Hartwig1-1/+2
2012-03-15Group results by package:arch in cmdline versionsDaniel Hartwig1-1/+9
2012-03-15Cleanup use of identifiers 'dep_type' and 'deptype'Daniel Hartwig1-7/+7
2012-03-07Use arch-qualified names in info screens, dialogs, warningsDaniel Hartwig1-1/+1
2012-03-07Use SizeToStr for all of cmdline progress displayDaniel Hartwig1-2/+2
2012-03-06Always use arch-qualified names in logs and debug infoDaniel Hartwig1-6/+6
2012-03-03Correctly identify "Architecture: all" packagesDaniel Hartwig1-1/+2
2012-03-02Show Multi-Arch field on pkg_info_screen, cmdline showDaniel Hartwig1-0/+4
2012-03-02Use arch-qualified names for rdependsDaniel Hartwig2-9/+9
2012-03-02Use arch-qualified names when explaining package states, actionsDaniel Hartwig1-14/+14
2012-03-02Use arch-qualified names when resolving dependenciesDaniel Hartwig1-11/+11
2012-02-24Refactor various apt-related comparison functors to apt.hDaniel Hartwig2-62/+8
2012-02-24Show package architectureDaniel Hartwig1-2/+1
2012-02-24Use arch-qualified names in cmdline_prompt, cmdline_actionDaniel Hartwig3-19/+26
2012-02-23Use arch-qualified names in cmdline_show_brokenDaniel Hartwig1-5/+14
2012-02-12Update (auto)clean to use "archives" lockDaniel Hartwig1-41/+32
2012-02-12Silence text progress when -q2Daniel Hartwig1-1/+5
2012-01-31Handle enhances/obsoletes in more places.Daniel Hartwig1-0/+2
2012-01-18Fix prompt strings.Daniel Hartwig2-2/+2
2012-01-16Fix resolver help for next/previous.Daniel Hartwig1-1/+1
2011-05-14Remove old cruft from Makefile.am files.Daniel Burrows1-4/+0
2011-04-02Apply patch from Tim Retout to support the preferences.d directory.Daniel Burrows1-0/+1
2011-04-02Nuke the scons build scripts.Daniel Burrows2-96/+0
2011-03-30Fix compile errors caused by changes in the libapt API.Daniel Burrows3-8/+10
2010-07-10Make display_and_advance work even when the output isn't a terminal.Daniel Burrows2-9/+15
2010-07-10Make download_status_display part of the command-line code.Daniel Burrows7-52/+146
2010-07-10Use the new acquire_download_progress object to display command-line download...Daniel Burrows7-56/+87
2010-07-10Add a routine on download_progress that's invoked when a file is skipped beca...Daniel Burrows1-0/+30