summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
Commit message (Expand)AuthorAge
* query_fileowner: avoid buffer overflowAndrew Gregory2017-05-16
* Update copyright yearsAllan McRae2017-01-04
* Turn off colours once finished using themAllan McRae2016-08-30
* Add colour to the output of the "-{F, Q}o" operations.Xavion2016-05-05
* Handle provides with -QAllan McRae2016-05-05
* pacman_query: move error messages into relevant if statementsAllan McRae2016-05-05
* Update copyright years for 2016Allan McRae2016-01-04
* Update copyright notices for 2015Allan McRae2015-02-01
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* Indicate ignored packages in -Qu outputAllan McRae2013-10-31
* rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory2013-10-14
* Display old and new version in pacman -Qu outputFlorian Pritz2013-10-14
* query_fileowner: resolve trailing . or .. in pathsAndrew Gregory2013-06-26
* query_fileowner: remove useless path variableAndrew Gregory2013-06-26
* query_group: allow package filtersAndrew Gregory2013-06-26
* Make --unrequired filter packages that are optdep as wellOlivier Brunel2013-06-26
* query_fileowner: remove symlink supportAndrew Gregory2013-06-03
* colourize -QSimon Gomizelj2013-03-07
* refactor common code in query_search/sync_searchSimon Gomizelj2013-03-07
* Consolidate --foreign/--native filteringSimon Gomizelj2013-01-29
* Allow querying directory ownershipAndrew Gregory2013-01-04
* query_fileowner: don't append '/' if path is "/"Andrew Gregory2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* Basic running of pacman -Qkk to check mtree filesAllan McRae2012-12-14
* Move check function into its own fileAllan McRae2012-12-14
* query.c: simplify is_foreignAndrew Gregory2012-12-14
* pacman: add -n/--native filter to -QSimon Gomizelj2012-11-27
* Fix thinko in configure.ac CFLAGS empty checkingDan McGee2012-11-27
* query_fileowner, mdirname: add error checksAndrew Gregory2012-09-18
* query_fileowner: remove assumption that root is "/"Andrew Gregory2012-09-18
* query_fileowner: remove trailing '/' from targetsAndrew Gregory2012-09-18
* query_fileowner: resolve root earlyAndrew Gregory2012-09-18
* query_fileowner: remove resolve_path functionAndrew Gregory2012-09-18
* query_fileowner: break/continue pkgfile loopAndrew Gregory2012-09-18
* Allow leading "local/" in query operationsAllan McRae2012-06-25
* query: avoid false ownership matches for files in rootDave Reisner2012-06-25
* Reduce calls to getcolsDan McGee2012-03-16
* Update copyright yearsAllan McRae2012-02-20
* ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* include config.h via MakefilesDave Reisner2011-12-21
* Merge branch 'maint'Dan McGee2011-10-21
|\
| * Remove pm_fprintf() in favor of pm_printf()Dan McGee2011-10-21
* | Use puts() instead of no-op printf() where applicableDan McGee2011-10-13
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
|/
* query check: use provided filelist count instead of keeping trackDan McGee2011-09-07
* sync: add missing newline in warning messageDave Reisner2011-09-06
* Add -p/--print tip for -Q operations on filepathDan McGee2011-09-02
* Allow access to package origin dataDan McGee2011-08-28