aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/unix/UnixFileSystem.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 80c8ff1819a889814cbe2dae477d7fedce6aa181.Gravatar tomlu2018-01-09
* Automated rollback of commit d50cbbeef115f28c0cea1ac17572e0f12c0cf312.Gravatar tomlu2018-01-05
* Remove synchronization from file system.Gravatar tomlu2017-12-28
* 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
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28