aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/serialization
Commit message (Expand)AuthorAge
* Blacklists some classes for serialization.Gravatar shahan2018-08-13
* Blacklist PackageFactory$BuiltInRuleFunction from serialization.Gravatar janakr2018-07-27
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Deletes Multimap marshaller. Superceded by MultimapCodec.Gravatar shahan2018-07-11
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Expand the abilities of codecs. Let ImmutableMultimapCodec actually handle Li...Gravatar janakr2018-06-19
* Delete switch for nested set serialization. It's fast enough to be on by defa...Gravatar janakr2018-06-19
* Put a trail into every SerializationException, not just NoCodecException, and...Gravatar janakr2018-06-19
* Let MessageLiteCodec handle UnknownFieldSet.Gravatar janakr2018-06-19
* Remove SerializationConstants.VALIDATE_CONFIGURED_TARGET_VALUE, since Configu...Gravatar cpeyser2018-06-14
* Create an ImmutableTableCodec.Gravatar mjhalupka2018-06-14
* Serialize lambdas when they are cast to Serializable.Gravatar janakr2018-06-13
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Add codec for Long (needed by TargetCompleteEvent).Gravatar janakr2018-06-10
* Use unsafe String operations when writing parameter files.Gravatar tomlu2018-06-08
* Add functionality to SerializationContext and @AutoCodec to check that a clas...Gravatar janakr2018-06-05
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Cache superclass traversal to find proper codec in ObjectCodecRegistry.Gravatar janakr2018-05-21
* Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...Gravatar janakr2018-05-21
* Remove ValueConstants. They're not pulling their weight in CPU overhead.Gravatar janakr2018-05-21
* When using JDK9, replace naive StringCodec with an optimized codec that uses ...Gravatar janakr2018-05-21
* DynamicCodec tweaks to make it into a super fast String serializer.Gravatar shahan2018-05-14
* Permit serialization arising from ErrorInfo#encode to wait on a future. ThisGravatar cpeyser2018-05-14
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* Codec for FluentIterable - needed to serialize results of Iterables.concat.Gravatar shahan2018-05-10
* Serialization of NestedSet<NestedSet> with NestedSetCodecWithStore waits onGravatar cpeyser2018-05-03
* Add ArtifactFactory to the AutoRegistry blacklist.Gravatar mjhalupka2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Add a codec for LinkedHashSet.Gravatar mjhalupka2018-05-01
* Wire up future to wait for in NestedSetCodecWithStore.Gravatar janakr2018-04-30
* Add ability for serialization to inform the SerializationContext that any rem...Gravatar janakr2018-04-30
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* Allow class prefix names to be blacklisted from DynamicCodec use.Gravatar janakr2018-04-26
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Introduce NestedSetStore, which persists information used for NestedSet seria...Gravatar cpeyser2018-04-19
* Automated rollback of commit 559ffb7dd6578c961e775ba4901917ab8bffcb9d.Gravatar janakr2018-04-18
* PiperOrigin-RevId: 193371485Gravatar carmi2018-04-18
* Automated rollback of commit 3643afad04be41caa4b247d327230e8a1e32bb6a.Gravatar carmi2018-04-17
* PiperOrigin-RevId: 193274137Gravatar carmi2018-04-17
* Add ValueConstants helper to handle the increasingly complex logic for value-...Gravatar janakr2018-04-16
* Introduce NestedSetCodecWithStore, which serializes NestedSet using a process...Gravatar cpeyser2018-04-16
* PiperOrigin-RevId: 192832950Gravatar carmi2018-04-13
* Add DurationCodecGravatar Googler2018-04-13
* Prefix-compress strings during memoizing serialization.Gravatar janakr2018-04-12
* Add value constants to ObjectCodecRegistry. Value constants are to be used wh...Gravatar janakr2018-04-10
* Make some objects frequently encountered during serialization into constants....Gravatar janakr2018-04-10
* Makes BlazeDirectories a serialization constant.Gravatar shahan2018-04-10