aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/main/java/io/opencensus/implcore/tags
AgeCommit message (Expand)Author
2018-08-22Add missing Javadoc. (#1383)Yang Song
2018-08-21Extract logic about current state in internal class. (#1381)Bogdan Drutu
2017-12-19Add more null annotations (issue #359).Kristen Kozak
2017-12-15Check for null in TagContextBuilderImpl.remove and add tests.Kristen Kozak
2017-12-15Improve TagContextImpl tests.Kristen Kozak
2017-12-13Support previous encoding versions. (#901)Yang Song
2017-11-17Only apply size limit to the bytes representing tag keys and values. (#807)Yang Song
2017-11-16Enforce size limit when serializing and deserializing TagContext. (#806)Yang Song
2017-11-10Deprecate Tags.setState, and throw an exception when it is called after getSt...Kristen Kozak
2017-11-09 Move implementation directories (#786)Yang Song