summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
AgeCommit message (Expand)Author
2012-06-25Allow leading "local/" in query operationsAllan McRae
2012-06-25query: avoid false ownership matches for files in rootDave Reisner
2012-03-16Reduce calls to getcolsDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-07query check: use provided filelist count instead of keeping trackDan McGee
2011-09-06sync: add missing newline in warning messageDave Reisner
2011-09-02Add -p/--print tip for -Q operations on filepathDan McGee
2011-08-28Allow access to package origin dataDan McGee
2011-08-28Better error handling out of package load methodDan McGee
2011-08-11pacman/query.c: avoid variable redeclarationDan McGee
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-05Remove most usages of strncmp()Dan McGee
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_pkgreason_t members with ALPMAllan McRae
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee
2011-06-16Make pmgrp_t publicDan McGee
2011-06-13Require handle for alpm_pkg_load()Dan McGee
2011-06-13Fix all current return(x) usagesDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
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