aboutsummaryrefslogtreecommitdiffstats
path: root/finder/finder.go
Commit message (Expand)AuthorAgeFilesLines
* Add a DirEntryInfo interface that is a subset of os.FileInfoColin Cross2017-12-221-1/+1
* Move android/soong/fs to android/soong/finder/fsColin Cross2017-12-221-1/+1
* Fix the Finder's ability to ignore permission errorsJeff Gaston2017-08-231-1/+1
* Add some tests for singlethreaded usage of the Finder.Jeff Gaston2017-08-221-2/+8
* Fix hanging of finder_testJeff Gaston2017-08-221-0/+3
* Run the Finder and make its results available to KatiJeff Gaston2017-08-161-12/+32
* Fail the Finder in case of unexpected fs errorJeff Gaston2017-08-151-10/+115
* Revert "Revert "Cacheable, multithreaded finder.""Jeff Gaston2017-08-101-0/+1399
* Revert "Cacheable, multithreaded finder."Jeff Gaston2017-08-101-1399/+0
* Cacheable, multithreaded finder.Jeff Gaston2017-08-081-0/+1399