summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
AgeCommit message (Expand)Author
2013-03-07colourize -QSimon Gomizelj
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj
2013-01-04Allow querying directory ownershipAndrew Gregory
2013-01-04query_fileowner: don't append '/' if path is "/"Andrew Gregory
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae
2012-12-14Move check function into its own fileAllan McRae
2012-12-14query.c: simplify is_foreignAndrew Gregory
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj
2012-11-27Fix thinko in configure.ac CFLAGS empty checkingDan McGee
2012-09-18query_fileowner, mdirname: add error checksAndrew Gregory
2012-09-18query_fileowner: remove assumption that root is "/"Andrew Gregory
2012-09-18query_fileowner: remove trailing '/' from targetsAndrew Gregory
2012-09-18query_fileowner: resolve root earlyAndrew Gregory
2012-09-18query_fileowner: remove resolve_path functionAndrew Gregory
2012-09-18query_fileowner: break/continue pkgfile loopAndrew Gregory
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