summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-14/+14
2011-09-07query check: use provided filelist count instead of keeping trackDan McGee1-6/+6
2011-09-06sync: add missing newline in warning messageDave Reisner1-1/+1
2011-09-02Add -p/--print tip for -Q operations on filepathDan McGee1-0/+6
2011-08-28Allow access to package origin dataDan McGee1-2/+2
2011-08-28Better error handling out of package load methodDan McGee1-2/+12
2011-08-11pacman/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-05Remove 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-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