summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-5/+5
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-13/+13
2011-09-08query 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-03Add -p/--print tip for -Q operations on filepathDan McGee1-0/+6
2011-08-29Allow access to package origin dataDan McGee1-2/+2
2011-08-29Better error handling out of package load methodDan McGee1-2/+12
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