aboutsummaryrefslogtreecommitdiff
path: root/finder
AgeCommit message (Expand)Author
2019-06-20Fix data races in finder_test.goColin Cross
2018-07-22Fix `go vet` issuesDan Willemsen
2017-12-22Reimplement ioutil.ReadDir with a version that avoids calling lstatColin Cross
2017-12-22Add a DirEntryInfo interface that is a subset of os.FileInfoColin Cross
2017-12-22Move android/soong/fs to android/soong/finder/fsColin Cross
2017-08-23Fix the Finder's ability to ignore permission errorsJeff Gaston
2017-08-22Add some tests for singlethreaded usage of the Finder.Jeff Gaston
2017-08-22Fix hanging of finder_testJeff Gaston
2017-08-16Run the Finder and make its results available to KatiJeff Gaston
2017-08-15Fail the Finder in case of unexpected fs errorJeff Gaston
2017-08-10Revert "Revert "Cacheable, multithreaded finder.""Jeff Gaston
2017-08-10Revert "Cacheable, multithreaded finder."Jeff Gaston
2017-08-08Cacheable, multithreaded finder.Jeff Gaston