summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
AgeCommit message (Expand)Author
2019-01-10Add [ignored] to -Qu output for packages in repos that are not Usage = UpgradeAllan McRae
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-02-06src/pacman/query.c: do not exit -Qo with error if file does not existIvy Foster
2018-02-06pacman/query.c: in query_fileowner, make is_dir an intIvy Foster
2018-01-09Handle empty string passed to query_ownerAllan McRae
2017-05-16query_fileowner: avoid buffer overflowAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-08-30Turn off colours once finished using themAllan McRae
2016-05-05Add colour to the output of the "-{F, Q}o" operations.Xavion
2016-05-05Handle provides with -QAllan McRae
2016-05-05pacman_query: move error messages into relevant if statementsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-10-31Indicate ignored packages in -Qu outputAllan McRae
2013-10-14rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory
2013-10-14Display old and new version in pacman -Qu outputFlorian Pritz
2013-06-26query_fileowner: resolve trailing . or .. in pathsAndrew Gregory
2013-06-26query_fileowner: remove useless path variableAndrew Gregory
2013-06-26query_group: allow package filtersAndrew Gregory
2013-06-26Make --unrequired filter packages that are optdep as wellOlivier Brunel
2013-06-03query_fileowner: remove symlink supportAndrew Gregory
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