summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-08-30Turn off colours once finished using themAllan McRae1-2/+3
2016-05-05Add colour to the output of the "-{F, Q}o" operations.Xavion1-2/+3
2016-05-05Handle provides with -QAllan McRae1-0/+3
2016-05-05pacman_query: move error messages into relevant if statementsAllan McRae1-16/+16
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-10-31Indicate ignored packages in -Qu outputAllan McRae1-0/+4
2013-10-14rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory1-2/+2
2013-10-14Display old and new version in pacman -Qu outputFlorian Pritz1-1/+8
2013-06-26query_fileowner: resolve trailing . or .. in pathsAndrew Gregory1-1/+1
2013-06-26query_fileowner: remove useless path variableAndrew Gregory1-27/+3
2013-06-26query_group: allow package filtersAndrew Gregory1-41/+47
2013-06-26Make --unrequired filter packages that are optdep as wellOlivier Brunel1-3/+8
2013-06-03query_fileowner: remove symlink supportAndrew Gregory1-73/+64
2013-03-07colourize -QSimon Gomizelj1-1/+3
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj1-55/+1
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj1-10/+6
2013-01-04Allow querying directory ownershipAndrew Gregory1-19/+41
2013-01-04query_fileowner: don't append '/' if path is "/"Andrew Gregory1-2/+4
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae1-1/+5
2012-12-14Move check function into its own fileAllan McRae1-55/+1
2012-12-14query.c: simplify is_foreignAndrew Gregory1-10/+3
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj1-0/+4
2012-11-27Fix thinko in configure.ac CFLAGS empty checkingDan McGee1-1/+1
2012-09-18query_fileowner, mdirname: add error checksAndrew Gregory1-14/+14
2012-09-18query_fileowner: remove assumption that root is "/"Andrew Gregory1-25/+6
2012-09-18query_fileowner: remove trailing '/' from targetsAndrew Gregory1-1/+8
2012-09-18query_fileowner: resolve root earlyAndrew Gregory1-9/+25
2012-09-18query_fileowner: remove resolve_path functionAndrew Gregory1-20/+3
2012-09-18query_fileowner: break/continue pkgfile loopAndrew Gregory1-0/+4
2012-06-26Allow leading "local/" in query operationsAllan McRae1-1/+8
2012-06-26query: avoid false ownership matches for files in rootDave Reisner1-2/+4
2012-03-16Reduce calls to getcolsDan McGee1-3/+5
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-7/+7
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-10-22Merge branch 'maint'Dan McGee1-14/+14
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-14/+14
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