summaryrefslogtreecommitdiffstats
path: root/src/pacman/files.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-08-30Turn off colours once finished using themAllan McRae1-2/+2
2016-05-05Add colour to the output of the "-{F, Q}o" operations.Xavion1-2/+4
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-12-15Give error message when --files will do nothingAllan McRae1-1/+6
2015-11-04files_search: reset found for each targetAndrew Gregory1-1/+2
2015-11-04files_search: free compiled regexAndrew Gregory1-0/+3
2015-11-04files: do not unnecessarily strdup targetsAndrew Gregory1-25/+10
2015-11-04files.c: add vim modelineAndrew Gregory1-1/+2
2015-11-03Add -F --machinereadable optionFlorian Pritz1-6/+42
2015-10-18Do not print any root prefix in files database operationsAllan McRae1-3/+25
2015-07-20pacman/files.c: fix memory leak on regex errorAllan McRae1-0/+1
2015-07-15Handle repo/pkg style arguments to sync repo file listingAllan McRae1-2/+25
2015-07-15Add regex search option to sync database file searchingAllan McRae1-6/+22
2015-07-15Implement searching for a file in the sync databasesAllan McRae1-1/+63
2015-07-15Implement listing files from sync packagesAllan McRae1-2/+36
2015-07-15Implement locating file owner in sync files databaseAllan McRae1-1/+53
2015-07-15Prototype pacman files database operationsAllan McRae1-0/+84