aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ServerDirectories.java
Commit message (Expand)AuthorAge
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Remove a misleading comment.Gravatar carmi2018-02-28
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Add serialization support to BlazeDirectories (and .hashCode() and .equals() ...Gravatar janakr2017-09-15
* Split BlazeDirectories into two classes.Gravatar Ulf Adams2016-08-09