aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/inmemoryfs
Commit message (Expand)AuthorAge
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Use the path resolver when dealing with tree artifacts.Gravatar felly2018-07-26
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Replace path implementation.Gravatar tomlu2018-02-08
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Factor out InMemoryFileSystem's use of root directory.Gravatar tomlu2018-01-11
* Add FileSystem#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Thread FileSystem instance through a few call sites.Gravatar tomlu2017-12-11
* Thread filesystem through codebase.Gravatar tomlu2017-12-08
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Change FileSystem#getDirectoryEntries to return strings of the file/directory...Gravatar tomlu2017-10-23
* Lazy-initialise rootPath in FileSystem.Gravatar tomlu2017-10-23
* Remove scope escaping capability from InMemoryFileSystem.Gravatar tomlu2017-10-23
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Make InMemoryFileSystem case-insensitive on Windows. Gravatar Dmitry Lomov2017-03-09
* Move FileAccessException to the vfs packageGravatar Ulf Adams2017-02-17
* Fixed the issue that hard links are handled improperly when bazel decompresse...Gravatar Googler2016-09-08
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* Global cleanup change.Gravatar Googler2016-03-02
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25