aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/vfs/RootTest.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Allow for Path and Root resolution when extracting action metadata.Gravatar felly2018-06-06
* 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
* 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
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17