aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* 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
* 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