aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* 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
* Replace UnixGlob's package glob prefetching functionality with anGravatar Googler2016-12-02
* Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners t...Gravatar Nathan Harmata2016-11-24
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Windows: can now remove bazel-* symlinksGravatar Laszlo Csomor2016-11-04
* Do not tickle TimestampGranularityMonitor for stable-status.txt no-op updates.Gravatar Julio Merino2016-11-03
* VFS: PathFragment is no longer aware of MSYS pathsGravatar Laszlo Csomor2016-10-27
* Refactor: extract anonymous classesGravatar Laszlo Csomor2016-10-26
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-25
* Rollback of commit e0d7a540e3c615c628f63fcaaaba0c47fca2cb25.Gravatar Philipp Wollermann2016-10-19
* Rollback of commit 8bb4299b28de14eed9d3b57bcaeb9350c81c7db3.Gravatar Philipp Wollermann2016-10-19
* Add file extension property to SkylarkGravatar Paul Roberts2016-10-18
* VFS, WindowsFileSystem: fix UNIX_ROOT retrievalGravatar Laszlo Csomor2016-10-18
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-18
* Expand $(location :label) to string unambiguously a pathGravatar Klaus Aehlig2016-10-14