Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
AgeCommit message (Expand)Author
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
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