summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Revert "Update package lists using ListUpdate (libapt-pkg)"Daniel Hartwig2-24/+52
2012-04-25Dont mention 'su' in 'Become root' (from Ubuntu: 11_ubuntu_uses_sudo)Daniel Hartwig2-2/+2
2012-04-25Check for apt_init errors in cmdline_download.ccDaniel Hartwig1-0/+6
2012-04-24Fix typo in temp moduleDaniel Hartwig1-1/+1
2012-04-17Avoid dpkg and infinite loop in download-only modeDaniel Hartwig1-6/+36
2012-04-16Remove execute_install_run from download_install_manager.hDaniel Hartwig1-6/+0
2012-03-27?architecture generates match titlesDaniel Hartwig1-12/+21
2012-03-27Support non-regex terms generating titles for 'pattern' grouping policyDaniel Hartwig2-1/+16
2012-03-27Add architecture grouping policyDaniel Hartwig3-0/+94
2012-03-25Use FullName with dpkg-reconfigureDaniel Hartwig1-1/+1
2012-03-25Also support MultiArch flags from apt 0.8.16Daniel Hartwig2-32/+31
2012-03-23More nice size on cmdline_download_progressDaniel Hartwig1-1/+2
2012-03-23[curses] Hack to prevent debug messages dumping to the screenDaniel Hartwig2-7/+13
2012-03-22?architecture(native) matches also "all"Daniel Hartwig1-1/+2
2012-03-22Drop regex support from ?architectureDaniel Hartwig4-18/+13
2012-03-21Extend the default search pattern to support 'name:arch'Daniel Hartwig2-15/+14
2012-03-20Tweak display of architecture in dependency listsDaniel Hartwig1-2/+5
2012-03-19Support 'native' and 'foreign' as arguments to ?architectureDaniel Hartwig8-2/+117
2012-03-19Make ~VCURRENT etc. behave like ?version(CURRENT)Daniel Hartwig1-12/+18
2012-03-18Adjust loading of default top sectionsDaniel Hartwig1-6/+3
2012-03-18Do not assume "main" is the primary top-sectionDaniel Hartwig1-6/+11
2012-03-18Use libraries (liba, libb, etc.) with 'firstchar' grouping policyDaniel Hartwig1-8/+9
2012-03-18Make load_{group,sort}policy.cc more l10n friendlyDaniel Hartwig2-21/+21
2012-03-18Finish off "Change the default width of version fields (%V and %v) from 10 to...Daniel Hartwig1-1/+1
2012-03-18Restore 3-way compare to pkg_sortpolicy.ccDaniel Hartwig1-2/+11
2012-03-18Always consider arch when sorting by package nameDaniel Hartwig2-15/+11
2012-03-17Revert "Respect DPkg::Options when calling dpkg to recover failed installs"Daniel Hartwig1-17/+9
2012-03-17Use '~r' as short form of '?architecture'Daniel Hartwig1-0/+2
2012-03-17Respect DPkg::Options when calling dpkg to recover failed installsDaniel Hartwig1-9/+17
2012-03-16Apply patch from Ubuntu to build -D_FORTIFY_SOURCE=2 errorsDaniel Hartwig5-12/+19
2012-03-15Use full name (i.e. architecture) with ?name sort policyDaniel Hartwig1-2/+13
2012-03-15Refactor DepType orderingDaniel Hartwig3-87/+32
2012-03-15Group results by package:arch in cmdline versionsDaniel Hartwig1-1/+9
2012-03-15New functions to sort architectures by prefered orderDaniel Hartwig2-0/+37
2012-03-15Fix '?action(upgrade)' and othersDaniel Hartwig1-0/+3
2012-03-15Cleanup use of identifiers 'dep_type' and 'deptype'Daniel Hartwig2-39/+22
2012-03-07Use arch-qualified names in info screens, dialogs, warningsDaniel Hartwig8-22/+26
2012-03-07Refactor duplicated make_{info,dep,ver}_screen + insertDaniel Hartwig5-76/+51
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 Hartwig6-66/+68
2012-03-03Add search terms ?architecture, ?multiarchDaniel Hartwig6-0/+221
2012-03-03Correctly identify "Architecture: all" packagesDaniel Hartwig2-2/+3
2012-03-02Show Multi-Arch field on pkg_info_screen, cmdline showDaniel Hartwig4-0/+25
2012-03-02Use arch-qualified names for rdependsDaniel Hartwig4-12/+12
2012-03-02Use arch-qualified names when explaining package states, actionsDaniel Hartwig2-47/+47
2012-03-02Use arch-qualified names when resolving dependenciesDaniel Hartwig3-32/+34
2012-03-02Store package state uniquely for each package:arch combinationDaniel Hartwig1-2/+10
2012-03-02Clean up "Change order of parts of the tree in the default view…"Daniel Hartwig3-52/+47
2012-03-02Move code for reading Top Sections to apt.ccDaniel Hartwig3-8/+34
2012-03-02Revert "Improvement/simplification of the implementation of parsing sorting p...Daniel Hartwig2-53/+127