summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-12pacman/query.c: avoid variable redeclarationDan McGee1-3/+3
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-8/+11
2011-07-06Remove most usages of strncmp()Dan McGee1-7/+10
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-5/+2
2011-07-05signing: move to new signing verification and return schemeDan McGee1-1/+1
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-16/+16
2011-07-03Move alpm filelists to a struct objectDan McGee1-2/+4
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-14/+14
2011-07-01Prefix 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-14Require handle for alpm_pkg_load()Dan McGee1-1/+1
2011-06-14Fix 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-20Merge 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-23Make dump_pkg_full a little less insaneDan McGee1-3/+2
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