aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
...
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Address post-commit comments in https://github.com/bazelbuild/bazel/commit/6f...Gravatar nharmata2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Have UnixGlob explicitly handle RuntimeExceptions encountered by individual g...Gravatar nharmata2018-01-16
* Move RootedPathCodec to an inner class of RootedPath.Gravatar tomlu2018-01-16
* Adds FileSystem check to Path.CODEC.serialize.Gravatar shahan2018-01-12
* Change packaging rules to operate on strings instead of path fragments.Gravatar tomlu2018-01-12
* Factor out InMemoryFileSystem's use of root directory.Gravatar tomlu2018-01-11
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Automated rollback of commit 80c8ff1819a889814cbe2dae477d7fedce6aa181.Gravatar tomlu2018-01-09
* Automated rollback of commit cb7689404ef9a69488d64bfc2e0bfb9326e664d6.Gravatar tomlu2018-01-09
* Automated rollback of commit 6a54339bb943702bd7dffc43f85267dac98dc355.Gravatar tomlu2018-01-05
* Automated rollback of commit d50cbbeef115f28c0cea1ac17572e0f12c0cf312.Gravatar tomlu2018-01-05
* Remove support for Windows relative-to-current-drive paths.Gravatar tomlu2018-01-05
* Remove synchronization from file system.Gravatar tomlu2017-12-28
* Undo change to introduce methods to remove file system instance from Path.Gravatar tomlu2017-12-28
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Call through to Path#createDirectoryAndParents from FileUtils.Gravatar tomlu2017-12-21
* Remove cached version of FileSystemUtils#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Add FileSystem#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Move msys path support into DependencySet, removing it from the general Path ...Gravatar tomlu2017-12-14
* Add a new file path type, LocalPath.Gravatar tomlu2017-12-12
* Thread FileSystem instance through a few call sites.Gravatar tomlu2017-12-11
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Thread filesystem through codebase.Gravatar tomlu2017-12-08
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Remove some unused extension points.Gravatar Googler2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* [Trivial] Add a designated method for retrieving java.nio.file.PathGravatar Taras Tsugrii2017-10-30
* Add migration methods to Path.Gravatar tomlu2017-10-30
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Automated rollback of commit 5cca89f970bcaddb98972055f2d9539e9d225e67.Gravatar pcloudy2017-10-24
* Change FileSystem#getDirectoryEntries to return strings of the file/directory...Gravatar tomlu2017-10-23
* Fix UnionFileSystem's implementation of supportsModifications and friends.Gravatar tomlu2017-10-23
* Lazy-initialise rootPath in FileSystem.Gravatar tomlu2017-10-23
* Remove scope escaping capability from InMemoryFileSystem.Gravatar tomlu2017-10-23
* Make UnionFileSystem eagerly resolve symlinks.Gravatar tomlu2017-10-20
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Remove synchronization from FileSystem implementations.Gravatar tomlu2017-10-12
* Add follow-symlinks parameter to FileSystemUtils#copyTreesBelow, so that all ...Gravatar janakr2017-10-12
* Clean up TODOs.Gravatar László Csomor2017-10-09
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06