summaryrefslogtreecommitdiff
path: root/src/generic
AgeCommit message (Expand)AuthorFilesLines
2012-06-30Treat debtags always as strings; unify ept/non-ept interface to debtagsDaniel Hartwig4-307/+139
2012-06-30Use standard apt-xapian-index location, rather than libeptDaniel Hartwig1-14/+2
2012-06-30Drop support for ancient libept features; make libept use really optionalDaniel Hartwig3-55/+0
2012-06-29Fix build failure in download_install_managerDaniel Hartwig1-0/+6
2012-06-28Guess changelog URI for third-party sitesDaniel Hartwig2-22/+110
2012-06-28Merge changelog URI construction from apt-getDaniel Hartwig2-41/+22
2012-06-28?architecture supports arch specification strings, wildcardsDaniel Hartwig5-12/+63
2012-06-20Do not do FixMissing automatically for command-line actionsDaniel Hartwig2-1/+16
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig3-25/+36
2012-06-08Regex strings count as search patternsDaniel Hartwig2-3/+5
2012-06-08Add typedefs for vectors of package, version search resultsDaniel Hartwig2-6/+10
2012-05-30Restore candidate version on undo, keepDaniel Hartwig1-5/+2
2012-05-26Update to tasks support: task packages, multi-arch, syntaxDaniel Hartwig4-75/+282
2012-05-24Fold some near-duplicate stringsDaniel Hartwig2-2/+2
2012-05-11Fix build with g++ 4.7Adrian Lang4-7/+9
2012-05-11Support really big files in the download systemDaniel Hartwig9-46/+46
2012-05-11missing includeDaniel Hartwig1-0/+1
2012-05-03'install' actions lock /var/cache/apt/archivesDaniel Hartwig1-12/+7
2012-04-28Hold lists lock with pkgAcquire insteadDaniel Hartwig1-15/+2
2012-04-27Do not call debtags on list update.Daniel Hartwig1-245/+0
2012-04-27Include semantics of ListUpdate locallyDaniel Hartwig1-9/+34
2012-04-27Revert "Update package lists using ListUpdate (libapt-pkg)"Daniel Hartwig2-24/+52
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-25Also support MultiArch flags from apt 0.8.16Daniel Hartwig2-32/+31
2012-03-23[curses] Hack to prevent debug messages dumping to the screenDaniel Hartwig1-1/+3
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 Hartwig1-1/+7
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-18Always consider arch when sorting by package nameDaniel Hartwig1-3/+8
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 Hartwig1-1/+1
2012-03-15Refactor DepType orderingDaniel Hartwig3-87/+32
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 Hartwig1-32/+15
2012-03-06Always use arch-qualified names in logs and debug infoDaniel Hartwig5-60/+62
2012-03-03Add search terms ?architecture, ?multiarchDaniel Hartwig6-0/+221
2012-03-02Show Multi-Arch field on pkg_info_screen, cmdline showDaniel Hartwig2-0/+16
2012-03-02Store package state uniquely for each package:arch combinationDaniel Hartwig1-2/+10
2012-03-02Move code for reading Top Sections to apt.ccDaniel Hartwig2-0/+32
2012-02-27Make FindVector consistent with other wrappersDaniel Hartwig1-3/+6