aboutsummaryrefslogtreecommitdiff
path: root/finder
AgeCommit message (Expand)Author
2024-01-18Fix data race in finder_test.goColin Cross
2022-08-17Reformat build/soong for go 1.19Colin Cross
2022-05-04Add a test for correctness of C++ compilation.Lukacs T. Berki
2022-02-07Close more files.Liz Kammer
2021-02-06Add LOCAL_LICENSE_KINDS to build/soongBob Badour
2020-10-13find bazel-related files and add them to bazel.list and ninja depsChris Parsons
2020-10-09Revert "Make lots of tests run in parallel"Colin Cross
2020-10-06Make lots of tests run in parallelColin Cross
2020-07-06Dist module_paths/files.dbColin Cross
2020-07-01Merge changes Ie33d2e05,Ie2b4509b,I5ac3a1f5Colin Cross
2020-06-29Fix finder on symlinks pointing to directoriesColin Cross
2020-06-29Add Stat to finder/fsColin Cross
2020-06-29Move finder_test filesystem helper functions to fs/test.goColin Cross
2020-06-29Fix bpfmt issues and add bpfmt to preupload checksThiƩbaud Weksteen
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