aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Add a normal startup-option for setting the digest function.Gravatar ccalvarin2018-08-01
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Use the path resolver when dealing with tree artifacts.Gravatar felly2018-07-26
* Remove redundancy in DigestHashFunction use in FileSystem.Gravatar ccalvarin2018-07-23
* Delete UnionFileSystem.Gravatar lberki2018-07-09
* Bazel server: ensure OutputStreams are closedGravatar laszlocsomor2018-07-05
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Allow for Path and Root resolution when extracting action metadata.Gravatar felly2018-06-06
* Make FileSystemUtils.moveFile always preserve symlinks and use it in Sandboxe...Gravatar Benjamin Peterson2018-04-12
* Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm he...Gravatar nharmata2018-03-15
* Remove assumption from test that /a and /b don't exist.Gravatar buchgr2018-03-13
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove Root#getCodec, to bring Root in line with general style for codecGravatar cpeyser2018-02-02
* Rephrase RootCodec as an InjectingObjectCodec.Gravatar cpeyser2018-01-29
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Automated rollback of commit cb7689404ef9a69488d64bfc2e0bfb9326e664d6.Gravatar tomlu2018-01-09
* Automated rollback of commit 6a54339bb943702bd7dffc43f85267dac98dc355.Gravatar tomlu2018-01-05
* Remove support for Windows relative-to-current-drive paths.Gravatar tomlu2018-01-05
* Call through to Path#createDirectoryAndParents from FileUtils.Gravatar tomlu2017-12-21
* Add FileSystem#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* Add regression test for JavaIoFileSystem#createDirectory.Gravatar tomlu2017-12-19
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Add a new file path type, LocalPath.Gravatar tomlu2017-12-12
* Thread filesystem through codebase.Gravatar tomlu2017-12-08
* Remove some unused extension points.Gravatar Googler2017-11-29
* 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
* Fix UnionFileSystem's implementation of supportsModifications and friends.Gravatar tomlu2017-10-23
* Remove scope escaping capability from InMemoryFileSystem.Gravatar tomlu2017-10-23
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Add follow-symlinks parameter to FileSystemUtils#copyTreesBelow, so that all ...Gravatar janakr2017-10-12
* 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
* 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