Age | Commit message (Expand) | Author | Files | Lines |
2012-04-27 | Revert "Update package lists using ListUpdate (libapt-pkg)" | Daniel Hartwig | 2 | -24/+52 |
2012-04-25 | Dont mention 'su' in 'Become root' (from Ubuntu: 11_ubuntu_uses_sudo) | Daniel Hartwig | 2 | -2/+2 |
2012-04-25 | Check for apt_init errors in cmdline_download.cc | Daniel Hartwig | 1 | -0/+6 |
2012-04-24 | Fix typo in temp module | Daniel Hartwig | 1 | -1/+1 |
2012-04-17 | Avoid dpkg and infinite loop in download-only mode | Daniel Hartwig | 1 | -6/+36 |
2012-04-16 | Remove execute_install_run from download_install_manager.h | Daniel Hartwig | 1 | -6/+0 |
2012-03-27 | ?architecture generates match titles | Daniel Hartwig | 1 | -12/+21 |
2012-03-27 | Support non-regex terms generating titles for 'pattern' grouping policy | Daniel Hartwig | 2 | -1/+16 |
2012-03-27 | Add architecture grouping policy | Daniel Hartwig | 3 | -0/+94 |
2012-03-25 | Use FullName with dpkg-reconfigure | Daniel Hartwig | 1 | -1/+1 |
2012-03-25 | Also support MultiArch flags from apt 0.8.16 | Daniel Hartwig | 2 | -32/+31 |
2012-03-23 | More nice size on cmdline_download_progress | Daniel Hartwig | 1 | -1/+2 |
2012-03-23 | [curses] Hack to prevent debug messages dumping to the screen | Daniel Hartwig | 2 | -7/+13 |
2012-03-22 | ?architecture(native) matches also "all" | Daniel Hartwig | 1 | -1/+2 |
2012-03-22 | Drop regex support from ?architecture | Daniel Hartwig | 4 | -18/+13 |
2012-03-21 | Extend the default search pattern to support 'name:arch' | Daniel Hartwig | 2 | -15/+14 |
2012-03-20 | Tweak display of architecture in dependency lists | Daniel Hartwig | 1 | -2/+5 |
2012-03-19 | Support 'native' and 'foreign' as arguments to ?architecture | Daniel Hartwig | 8 | -2/+117 |
2012-03-19 | Make ~VCURRENT etc. behave like ?version(CURRENT) | Daniel Hartwig | 1 | -12/+18 |
2012-03-18 | Adjust loading of default top sections | Daniel Hartwig | 1 | -6/+3 |
2012-03-18 | Do not assume "main" is the primary top-section | Daniel Hartwig | 1 | -6/+11 |
2012-03-18 | Use libraries (liba, libb, etc.) with 'firstchar' grouping policy | Daniel Hartwig | 1 | -8/+9 |
2012-03-18 | Make load_{group,sort}policy.cc more l10n friendly | Daniel Hartwig | 2 | -21/+21 |
2012-03-18 | Finish off "Change the default width of version fields (%V and %v) from 10 to... | Daniel Hartwig | 1 | -1/+1 |
2012-03-18 | Restore 3-way compare to pkg_sortpolicy.cc | Daniel Hartwig | 1 | -2/+11 |
2012-03-18 | Always consider arch when sorting by package name | Daniel Hartwig | 2 | -15/+11 |
2012-03-17 | Revert "Respect DPkg::Options when calling dpkg to recover failed installs" | Daniel Hartwig | 1 | -17/+9 |
2012-03-17 | Use '~r' as short form of '?architecture' | Daniel Hartwig | 1 | -0/+2 |
2012-03-17 | Respect DPkg::Options when calling dpkg to recover failed installs | Daniel Hartwig | 1 | -9/+17 |
2012-03-16 | Apply patch from Ubuntu to build -D_FORTIFY_SOURCE=2 errors | Daniel Hartwig | 5 | -12/+19 |
2012-03-15 | Use full name (i.e. architecture) with ?name sort policy | Daniel Hartwig | 1 | -2/+13 |
2012-03-15 | Refactor DepType ordering | Daniel Hartwig | 3 | -87/+32 |
2012-03-15 | Group results by package:arch in cmdline versions | Daniel Hartwig | 1 | -1/+9 |
2012-03-15 | New functions to sort architectures by prefered order | Daniel Hartwig | 2 | -0/+37 |
2012-03-15 | Fix '?action(upgrade)' and others | Daniel Hartwig | 1 | -0/+3 |
2012-03-15 | Cleanup use of identifiers 'dep_type' and 'deptype' | Daniel Hartwig | 2 | -39/+22 |
2012-03-07 | Use arch-qualified names in info screens, dialogs, warnings | Daniel Hartwig | 8 | -22/+26 |
2012-03-07 | Refactor duplicated make_{info,dep,ver}_screen + insert | Daniel Hartwig | 5 | -76/+51 |
2012-03-07 | Use SizeToStr for all of cmdline progress display | Daniel Hartwig | 1 | -2/+2 |
2012-03-06 | Always use arch-qualified names in logs and debug info | Daniel Hartwig | 6 | -66/+68 |
2012-03-03 | Add search terms ?architecture, ?multiarch | Daniel Hartwig | 6 | -0/+221 |
2012-03-03 | Correctly identify "Architecture: all" packages | Daniel Hartwig | 2 | -2/+3 |
2012-03-02 | Show Multi-Arch field on pkg_info_screen, cmdline show | Daniel Hartwig | 4 | -0/+25 |
2012-03-02 | Use arch-qualified names for rdepends | Daniel Hartwig | 4 | -12/+12 |
2012-03-02 | Use arch-qualified names when explaining package states, actions | Daniel Hartwig | 2 | -47/+47 |
2012-03-02 | Use arch-qualified names when resolving dependencies | Daniel Hartwig | 3 | -32/+34 |
2012-03-02 | Store package state uniquely for each package:arch combination | Daniel Hartwig | 1 | -2/+10 |
2012-03-02 | Clean up "Change order of parts of the tree in the default view…" | Daniel Hartwig | 3 | -52/+47 |
2012-03-02 | Move code for reading Top Sections to apt.cc | Daniel Hartwig | 3 | -8/+34 |
2012-03-02 | Revert "Improvement/simplification of the implementation of parsing sorting p... | Daniel Hartwig | 2 | -53/+127 |