summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
AgeCommit message (Expand)Author
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-05-19Merge branch 'maint'Dan McGee
2011-05-19Coding style cleanups; add a null checkDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-22Make dump_pkg_full a little less insaneDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20Remove ShowSize optionJakob Gruber
2011-04-15Merge branch 'maint'Dan McGee
2011-04-15pacman/query: correctly handle root files with -QoXavier Chantry
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-28Fix some easy to find double translationsDan McGee
2011-02-25Add directory name to ownership error messageDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-04Read pkgcache into hashAllan McRae
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-22Query fileowner performance improvementsDan McGee
2011-01-22Improve mbasename performanceDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-07-27Use the plural features of gettextDan McGee
2010-05-11Allow -Qo to perform a functional 'which'Allan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-09-16String improvementsXavier Chantry
2009-08-18query.c : return 1 when no package matchXavier Chantry
2009-08-18Quiet ShowSize with -Ss and -QsXavier Chantry
2009-07-25Use lstat instead of stat for -QoXavier Chantry
2009-07-22New feature: files verificationDan McGee
2009-07-01Update copyright headers and messagesDan McGee
2009-05-11Remove version information from -Qqo outputDan McGee
2009-05-11Introduce -QlqNagy Gabor
2008-10-31-Qu reworkNagy Gabor
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry
2008-07-24src/pacman : rework the display_targets function.Xavier Chantry
2008-07-22-Sqg and -QqgNagy Gabor
2008-05-11Make all error messages use pm_fprintfAllan McRae
2008-05-08pacman-side code cleanupsDan McGee
2008-04-06Add quiet printout to --owns functionalityDan McGee
2008-03-30Enable display of multiple groups in -Ss and -Qs outputDan McGee
2008-03-30Fix segfault on -Qs usageDan McGee
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee
2008-02-05Don't follow symlinks with -Qo.Chantry Xavier
2008-01-10Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee
2007-11-25pacman/query.c : -Qo optimization.Chantry Xavier
2007-11-25Add -q/--quiet option for controlling output.Artyom
2007-11-25Fix memleak when querying package file(s)Dan McGee
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee