aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* 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
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* bep: Properly URI encode file pathsGravatar buchgr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Close the ZipFileSystem and the underlying ZipFile appropriately after we fin...Gravatar lberki2017-07-26
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Add all generated headers as mandatory inputs for compile actions.Gravatar rduan2017-07-21
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Cleanup: addressing comments from commit 9eea05d068a06ab642dd9d86d46ee5fa2e36...Gravatar olaola2017-06-16
* For objc rules, generated headers are mandatory inputs to CppCompileAction.Gravatar cpeyser2017-05-26
* Remove stale comment and add back a removed TODO.Gravatar nharmata2017-04-28
* Make PathFragment an abstract class.Gravatar nharmata2017-04-24
* Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter...Gravatar felly2017-04-18
* fix: Allow parentheses in glob patternsGravatar Harmandeep Kaur2017-04-11
* Update stale Windows path comment.Gravatar ccalvarin2017-04-11
* Remove the last remaining public ctor from PathFragment.Gravatar nharmata2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Restructure Path#getCachedChildPath to make direct method calls without alloc...Gravatar nharmata2017-04-04
* Make InMemoryFileSystem case-insensitive on Windows. Gravatar Dmitry Lomov2017-03-09
* PathFragment comparisons are now platform-aware Gravatar László Csomor2017-03-06
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Remove the deprecated com.google.devtools.build.lib.vfs.FileSystems classGravatar Ulf Adams2017-02-27
* Move FileAccessException to the vfs packageGravatar Ulf Adams2017-02-17
* Windows: use JNI CreateJunction in Java code Gravatar Laszlo Csomor2017-02-15
* WindowsFileSystem.java: Fix createSymbolicLink when target is a relative path Gravatar Yun Peng2017-02-07
* The double-checked locking seems unnecessary.Gravatar Googler2017-02-06
* Windows: resolve shortened pathsGravatar Laszlo Csomor2017-01-03
* WindowsFileSystem: use JNI impl. of isJunctionGravatar Laszlo Csomor2016-12-20
* Bazel client, Windows: implement AsWindowsPathGravatar Laszlo Csomor2016-12-20
* Fix PathFragment to not use Java8-only static hashCode methods.Gravatar John Cater2016-12-15