summaryrefslogtreecommitdiff
path: root/finder
AgeCommit message (Expand)Author
2024-01-18Fix data race in finder_test.go Colin Cross
2022-08-17Reformat build/soong for go 1.19 Colin 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/soong Bob Badour
2020-10-13find bazel-related files and add them to bazel.list and ninja deps Chris Parsons
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-07-06Dist module_paths/files.db Colin Cross
2020-07-01Merge changes Ie33d2e05,Ie2b4509b,I5ac3a1f5 Colin Cross
2020-06-29Fix finder on symlinks pointing to directories Colin Cross
2020-06-29Add Stat to finder/fs Colin Cross
2020-06-29Move finder_test filesystem helper functions to fs/test.go Colin Cross
2020-06-29Fix bpfmt issues and add bpfmt to preupload checks ThiƩbaud Weksteen
2019-06-20Fix data races in finder_test.go Colin Cross
2018-07-22Fix `go vet` issues Dan Willemsen
2017-12-22Reimplement ioutil.ReadDir with a version that avoids calling lstat Colin Cross
2017-12-22Add a DirEntryInfo interface that is a subset of os.FileInfo Colin Cross
2017-12-22Move android/soong/fs to android/soong/finder/fs Colin Cross
2017-08-23Fix the Finder's ability to ignore permission errors Jeff Gaston
2017-08-22Add some tests for singlethreaded usage of the Finder. Jeff Gaston
2017-08-22Fix hanging of finder_test Jeff Gaston
2017-08-16Run the Finder and make its results available to Kati Jeff Gaston
2017-08-15Fail the Finder in case of unexpected fs error Jeff 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