summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Header inclusion cleanupDan McGee1-1/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-8/+8
2011-04-21Remove ShowSize optionJakob Gruber1-8/+0
2011-04-16Merge branch 'maint'Dan McGee1-16/+32
2011-04-15pacman/query: correctly handle root files with -QoXavier Chantry1-16/+32
2011-03-21Style change: return(x) --> return xDan McGee1-30/+30
2011-03-01Fix some easy to find double translationsDan McGee1-3/+3
2011-02-25Add directory name to ownership error messageDan McGee1-1/+1
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-3/+3
2011-02-04Read pkgcache into hashAllan McRae1-3/+3
2011-01-29Remove need to explicitly register the local DBDan McGee1-2/+9
2011-01-22Query fileowner performance improvementsDan McGee1-15/+33
2011-01-22Improve mbasename performanceDan McGee1-2/+2
2011-01-08Fix some more simple conversion "errors"Dan McGee1-4/+4
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-07-27Use the plural features of gettextDan McGee1-2/+4
2010-05-11Allow -Qo to perform a functional 'which'Allan McRae1-5/+59
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-17String improvementsXavier Chantry1-2/+2
2009-08-19query.c : return 1 when no package matchXavier Chantry1-0/+10
2009-08-19Quiet ShowSize with -Ss and -QsXavier Chantry1-1/+1
2009-07-26Use lstat instead of stat for -QoXavier Chantry1-1/+1
2009-07-23New feature: files verificationDan McGee1-11/+74
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-05-12Remove version information from -Qqo outputDan McGee1-2/+1
2009-05-12Introduce -QlqNagy Gabor1-1/+1
2008-11-01-Qu reworkNagy Gabor1-24/+4
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