summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae1-14/+14
2011-07-02Prefix alpm_pkgreason_t members with ALPMAllan McRae1-2/+2
2011-06-29Rename public functions with grp in their nameAllan McRae1-2/+2
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae1-2/+2
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-11/+11
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-5/+5
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee1-1/+1
2011-06-16Make pmgrp_t publicDan McGee1-9/+6
2011-06-13Require handle for alpm_pkg_load()Dan McGee1-1/+1
2011-06-13Fix all current return(x) usagesDan McGee1-1/+1
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-9/+10
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee1-1/+1
2011-05-19Merge branch 'maint'Dan McGee1-0/+4
2011-05-19Coding style cleanups; add a null checkDan McGee1-4/+8
2011-04-24Perform package verification at package load timeDan McGee1-1/+1
2011-04-22Make dump_pkg_full a little less insaneDan McGee1-3/+2
2011-04-20Header inclusion cleanupDan McGee1-1/+0
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee1-8/+8
2011-04-20Remove ShowSize optionJakob Gruber1-8/+0
2011-04-15Merge branch 'maint'Dan McGee1-16/+32
2011-04-15pacman/query: correctly handle root files with -QoXavier Chantry1-16/+32
2011-03-20Style change: return(x) --> return xDan McGee1-30/+30
2011-02-28Fix 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-07Fix some more simple conversion "errors"Dan McGee1-4/+4
2011-01-07Update 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-14Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-16String improvementsXavier Chantry1-2/+2
2009-08-18query.c : return 1 when no package matchXavier Chantry1-0/+10
2009-08-18Quiet ShowSize with -Ss and -QsXavier Chantry1-1/+1
2009-07-25Use lstat instead of stat for -QoXavier Chantry1-1/+1
2009-07-22New feature: files verificationDan McGee1-11/+74
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-05-11Remove version information from -Qqo outputDan McGee1-2/+1
2009-05-11Introduce -QlqNagy Gabor1-1/+1
2008-10-31-Qu reworkNagy Gabor1-24/+4
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry1-4/+4
2008-07-24src/pacman : rework the display_targets function.Xavier Chantry1-1/+1
2008-07-22-Sqg and -QqgNagy Gabor1-1/+6
2008-05-11Make all error messages use pm_fprintfAllan McRae1-7/+8
2008-05-08pacman-side code cleanupsDan McGee1-4/+5
2008-04-06Add quiet printout to --owns functionalityDan McGee1-3/+8
2008-03-30Enable display of multiple groups in -Ss and -Qs outputDan McGee1-3/+11