summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-26Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry1-4/+4
2008-07-25src/pacman : rework the display_targets function.Xavier Chantry1-1/+1
2008-07-23-Sqg and -QqgNagy Gabor1-1/+6
2008-05-12Make all error messages use pm_fprintfAllan McRae1-7/+8
2008-05-09pacman-side code cleanupsDan McGee1-4/+5
2008-04-07Add quiet printout to --owns functionalityDan McGee1-3/+8
2008-03-30Enable display of multiple groups in -Ss and -Qs outputDan McGee1-3/+11
2008-03-30Fix segfault on -Qs usageDan McGee1-2/+2
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee1-14/+14
2008-02-06Don't follow symlinks with -Qo.Chantry Xavier1-4/+11
2008-01-11Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier1-3/+3
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee1-8/+1
2007-11-25pacman/query.c : -Qo optimization.Chantry Xavier1-0/+8
2007-11-25Add -q/--quiet option for controlling output.Artyom1-9/+20
2007-11-25Fix memleak when querying package file(s)Dan McGee1-0/+5
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier1-2/+6
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-1/+3
2007-11-13Fix display of -Qip output when a package file is givenDan McGee1-1/+6
2007-11-04Clean up usage of extern variablesDan McGee1-1/+0
2007-10-30pacman/query.c: add missing free()Dan McGee1-2/+1
2007-10-20Add download size to target list.Nathan Jones1-1/+1
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee1-1/+1
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier1-29/+0
2007-09-12Make some small changes recommended by splintDan McGee1-9/+11
2007-08-16new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier1-0/+10
2007-08-16libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier1-129/+76
2007-07-12Fix previous makepkg patch, and some pacman output.Andrew Fyfe1-3/+3
2007-07-02pacman/query.c : return after a query on all packages.Chantry Xavier1-0/+1
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee1-1/+2
2007-06-13Functionalize query.c and pacman_queryDan McGee1-111/+168
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee1-0/+20
2007-06-05Const correctness!Dan McGee1-2/+2
2007-06-05Merge branch 'alpm.c_cleanup' into frontend_configDan McGee1-1/+1
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-1/+1
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-1/+1
2007-06-02Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier1-179/+235
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-7/+5
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+3
2007-05-31Set an error exit status on -Qi or -Si failureDan McGee1-17/+11
2007-05-20Add -Qee option for the original behavior of -QeChantry Xavier1-2/+3
2007-05-18Fix broken resolve_path functionAaron Griffin1-21/+7
2007-05-14Display size for packagesNathan Jones1-1/+11
2007-05-07Clean up query_fileownerDan McGee1-8/+8
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Remove ERR calls from the codeDan McGee1-11/+14
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-11/+11
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26More pacman side cleanupDan McGee1-1/+2
2007-04-25Remove more unnecessary stuffDan McGee1-1/+0