Age | Commit message (Expand) | Author | Files | Lines |
2012-07-10 | Use dpkg package names when calling dpkg | Daniel Hartwig | 1 | -2/+3 |
2012-07-10 | Add helpers for interfacing with dpkg | Daniel Hartwig | 3 | -0/+205 |
2012-07-10 | Really silence errors when debtags is not installed | Daniel Hartwig | 1 | -0/+4 |
2012-06-30 | Shamelessly copy installsize sortpolicy as debsize sortpolicy | Marcel Partap | 3 | -0/+32 |
2012-06-30 | Do not group packages as tasks section based on their name | Daniel Hartwig | 1 | -6/+6 |
2012-06-30 | Read tags from debtags database even when libept is disabled | Daniel Hartwig | 1 | -7/+76 |
2012-06-30 | Treat debtags always as strings; unify ept/non-ept interface to debtags | Daniel Hartwig | 7 | -408/+155 |
2012-06-30 | Partial fix for using debtags without libept | Daniel Hartwig | 1 | -1/+1 |
2012-06-30 | Use standard apt-xapian-index location, rather than libept | Daniel Hartwig | 1 | -14/+2 |
2012-06-30 | Drop support for ancient libept features; make libept use really optional | Daniel Hartwig | 3 | -55/+0 |
2012-06-29 | Fix build failure in download_install_manager | Daniel Hartwig | 1 | -0/+6 |
2012-06-29 | Remove newline from error message | Daniel Hartwig | 1 | -1/+1 |
2012-06-29 | Fix typo in main.cc | Daniel Hartwig | 1 | -1/+1 |
2012-06-28 | Guess changelog URI for third-party sites | Daniel Hartwig | 4 | -53/+111 |
2012-06-28 | Merge changelog URI construction from apt-get | Daniel Hartwig | 4 | -107/+23 |
2012-06-28 | Improve arch-qualified pkg names with versions command | Daniel Hartwig | 1 | -1/+15 |
2012-06-28 | Improve multi-arch handling of package arguments | Daniel Hartwig | 2 | -5/+57 |
2012-06-28 | ?architecture supports arch specification strings, wildcards | Daniel Hartwig | 5 | -12/+63 |
2012-06-20 | Use real candidate version, not default-release | Daniel Hartwig | 3 | -23/+1 |
2012-06-20 | Do not do FixMissing automatically for command-line actions | Daniel Hartwig | 6 | -1/+21 |
2012-06-20 | Tidy error handling in main, cmdline actions | Daniel Hartwig | 27 | -592/+584 |
2012-06-16 | Use apt's CommandLine parser | Daniel Hartwig | 3 | -480/+321 |
2012-06-15 | Typo in cmdline_show | Daniel Hartwig | 1 | -1/+1 |
2012-06-14 | Use arch-qualified names for virtual packages in more places | Daniel Hartwig | 1 | -9/+16 |
2012-06-08 | Touch copyright notice in cmdline_util | Daniel Hartwig | 2 | -0/+2 |
2012-06-08 | Regex strings count as search patterns | Daniel Hartwig | 2 | -3/+5 |
2012-06-08 | Add pkgset helpers | Daniel Hartwig | 8 | -312/+219 |
2012-06-08 | Add typedefs for vectors of package, version search results | Daniel Hartwig | 9 | -29/+36 |
2012-05-31 | ForTranslators: README is a filename | Daniel Hartwig | 1 | -2/+4 |
2012-05-30 | Restore candidate version on undo, keep | Daniel Hartwig | 1 | -5/+2 |
2012-05-26 | Update package views after 'Cancel pending actions' | Daniel Hartwig | 1 | -0/+5 |
2012-05-26 | Update to tasks support: task packages, multi-arch, syntax | Daniel Hartwig | 3 | -3/+3 |
2012-05-26 | Update to tasks support: task packages, multi-arch, syntax | Daniel Hartwig | 8 | -125/+365 |
2012-05-24 | Fold some near-duplicate strings | Daniel Hartwig | 12 | -16/+19 |
2012-05-11 | Fix build with g++ 4.7 | Adrian Lang | 4 | -7/+9 |
2012-05-11 | Support really big files in the download system | Daniel Hartwig | 17 | -84/+85 |
2012-05-11 | missing include | Daniel Hartwig | 1 | -0/+1 |
2012-05-03 | Preview screen ignores Pkg-Display-Limit | Daniel Hartwig | 1 | -4/+3 |
2012-05-03 | Actually use aptitude::Logging::Levels | Daniel Hartwig | 1 | -1/+3 |
2012-05-03 | 'install' actions lock /var/cache/apt/archives | Daniel Hartwig | 1 | -12/+7 |
2012-05-02 | Remove one more mention to 'su' | Daniel Hartwig | 1 | -1/+1 |
2012-04-28 | Hold lists lock with pkgAcquire instead | Daniel Hartwig | 1 | -15/+2 |
2012-04-27 | Destroy download_threads when done with them | Daniel Hartwig | 2 | -2/+4 |
2012-04-27 | Use arch-qualified names in 'Provided by' for virtual packages | Daniel Hartwig | 1 | -1/+1 |
2012-04-27 | Do not call debtags on list update. | Daniel Hartwig | 1 | -245/+0 |
2012-04-27 | Include semantics of ListUpdate locally | Daniel Hartwig | 1 | -9/+34 |
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 |