aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2018-03-19Remove usages of guava collections in api/ (#1069)Eric Gribkoff
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-03-02Fix probabilitySampler_getDescription for all locales. (#1040)Stefan Schmidt
2018-02-22Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak
2018-02-16Start 0.13.0 development cycle (#1004)Yang Song
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2018-02-15Add Nullable annotation to tag values. (#998)Yang Song
2018-02-05Add '@since' Javadoc tag to all tracing APIs (issue #864).Kristen Kozak
2018-02-05Add '@since' Javadoc tag to all common APIs (issue #864).Kristen Kozak
2018-02-01Checker Framework: 2.3.0 -> 2.3.2Kristen Kozak
2018-01-31Add '@since' Javadoc tag to all stats APIs (issue #864).Kristen Kozak
2018-01-31Add '@since' Javadoc tag to all tagging APIs (issue #864).Kristen Kozak
2018-01-18Start 0.12.0 development cycle (#937)Hailong Wen
2018-01-17Annotate `PropagationComponent#getB3Format()` with `ExperimentalApi`. (#934)Hailong Wen
2018-01-17Add http propagation APIs. (#930)Hailong Wen
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
2017-12-20Remove warning suppression related to null ClassLoaders.Kristen Kozak
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 warnings about missing @Nullable in AutoValue equals methods (#359).Kristen Kozak
2017-12-19Add missing null checks (issue #359).Kristen Kozak
2017-12-19Add type variables for Checker Framework null analysis (issue #359).Kristen Kozak
2017-12-19Merge pull request #912 from sebright/null-annotationssebright
2017-12-19Add more null annotations (issue #359).Kristen Kozak
2017-12-19Validate types of Aggregation and AggregationData when creating ViewData (#839)Yang Song
2017-12-13Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu
2017-12-11Change fromHex methods to accept CharSequence. (#897)Bogdan Drutu
2017-12-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-12-06Adds TextFormat and usage example. (#724)Bogdan Drutu
2017-12-04Start 0.11.0 development cycle (#874)Yang Song
2017-12-02Merge pull request #826 from HailongWen/noop-span-storeHailong Wen
2017-12-01Update project name in api/README.md.Kristen Kozak
2017-11-29Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)Bogdan Drutu
2017-11-21Update length limit for View.Name (#834)Yang Song
2017-11-21Use unmodifiableSet instead of ImmutableSet to get rid of build error. Refine...Hailong Wen
2017-11-20Addressing sebright's comments.Hailong Wen
2017-11-20Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen
2017-11-18Start 0.10.0 development cycle (#816)Bogdan Drutu
2017-11-17Remove an obsolete TODO from TagKey.java.Kristen Kozak
2017-11-17Use consistent wording in stats and tags 'setState' Javadocs.Kristen Kozak
2017-11-14Cache the set of views returned from NoopViewManager.getAllExportedViews.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 ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
2017-11-13Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak
2017-11-13Hide constructor of io.opencensus.common.OpenCensusLibraryInformation.Kristen Kozak