aboutsummaryrefslogtreecommitdiff
path: root/impl_core
AgeCommit message (Expand)Author
2018-01-17Add http propagation APIs. (#930)Hailong Wen
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
2017-12-20Minor Javadoc update.Kristen Kozak
2017-12-20Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak
2017-12-19Add Checker Framework annotations in comments (issue #359).Kristen Kozak
2017-12-19Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak
2017-12-19Work around a possible bug in the Checker Framework (issue #359).Kristen Kozak
2017-12-19Suppress nullness warnings from issue #914.Kristen Kozak
2017-12-19Refactor some code to pass Checker Framework null analysis (issue #359).Kristen Kozak
2017-12-19Add more null annotations (issue #359).Kristen Kozak
2017-12-15Fix typo in test name.Kristen Kozak
2017-12-15Check for null in TagContextBuilderImpl.remove and add tests.Kristen Kozak
2017-12-15Improve TagContextImpl tests.Kristen Kozak
2017-12-14Increase exporting interval and fix warnings. (#905)Bogdan Drutu
2017-12-14Add initial support fox X-Cloud-Trace-Context. (#900)Hailong Wen
2017-12-13Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu
2017-12-13Support previous encoding versions. (#901)Yang Song
2017-12-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-12-05Use continue when skip a value in a while-loop. (#879)Bogdan Drutu
2017-12-04Merge pull request #868 from HailongWen/app-engine-compatible-threadfactoryHailong Wen
2017-12-01Use AppEngine compatible way to create threads. (fixes #707 and #777)Hailong Wen
2017-11-28Skip null tag value for exporter (#843)Yang Song
2017-11-17Test deserializing TagContext with all duplicate keys that is over size limit.Kristen Kozak
2017-11-17Merge pull request #811 from sebright/test-deserializing-duplicate-tag-keyssebright
2017-11-17Only apply size limit to the bytes representing tag keys and values. (#807)Yang Song
2017-11-17Test deserializing duplicate tag keys and duplicate tags.Kristen Kozak
2017-11-16Enforce size limit when serializing and deserializing TagContext. (#806)Yang Song
2017-11-14Cache the set of views returned from ViewManagerImpl.getAllExportedViews.Kristen Kozak
2017-11-14Put view registration methods together in MeasureToViewMap.Kristen Kozak
2017-11-14Add ViewManager.getAllExportedViews().Kristen Kozak
2017-11-14Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright
2017-11-13Update lists of enabled Error Prone warnings with the latest bug patterns.Kristen Kozak
2017-11-13Enable new InconsistentOverloads Error Prone experimental warning.Kristen Kozak
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
2017-11-13Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak
2017-11-13Deprecate Stats.setState, and throw an exception when it is called after getS...Yang Song
2017-11-13Merge pull request #790 from sebright/deprecate-Tags-setStatesebright
2017-11-12com.google.errorprone:error_prone_core: 2.0.19 -> 2.1.2Kristen Kozak
2017-11-10Revert "Use the current release version of Mockito. (#751)"Kristen Kozak
2017-11-10Add TODO about removing locking from CurrentStatsState.Kristen Kozak
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
2017-11-07Add a setStatus method in the Span. (#779)Bogdan Drutu
2017-11-06Extract the DeamonThreadFactory from Disruptor and clean code. (#783)Bogdan Drutu
2017-11-03Move FakeServiceHandler to -testing so that it can be used in other places, t...Stefan Schmidt
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-11-01Use the current release version of Mockito. (#751)Stefan Schmidt
2017-10-25Remove contention between threads and worker thread when register span names....Bogdan Drutu
2017-10-18Add an option in EndSpanOptions to register the span name for sampled store. ...Bogdan Drutu
2017-10-05Remove dependency between i.o.implcore.tags and i.o.internal.Kristen Kozak