aboutsummaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Start 0.13.0 development cycle (#1004)Yang Song2018-02-161-1/+1
* Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen2018-02-1616-24/+642
* Add Nullable annotation to tag values. (#998)Yang Song2018-02-151-3/+4
* Add '@since' Javadoc tag to all tracing APIs (issue #864).Kristen Kozak2018-02-0530-61/+632
* Add '@since' Javadoc tag to all common APIs (issue #864).Kristen Kozak2018-02-0510-5/+63
* Checker Framework: 2.3.0 -> 2.3.2Kristen Kozak2018-02-018-84/+20
* Add '@since' Javadoc tag to all stats APIs (issue #864).Kristen Kozak2018-01-3113-47/+327
* Add '@since' Javadoc tag to all tagging APIs (issue #864).Kristen Kozak2018-01-3115-12/+116
* Start 0.12.0 development cycle (#937)Hailong Wen2018-01-181-1/+1
* Annotate `PropagationComponent#getB3Format()` with `ExperimentalApi`. (#934)Hailong Wen2018-01-171-0/+3
* Add http propagation APIs. (#930)Hailong Wen2018-01-171-1/+17
* Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu2018-01-173-7/+7
* Remove warning suppression related to null ClassLoaders.Kristen Kozak2017-12-204-20/+10
* Minor Javadoc update.Kristen Kozak2017-12-201-2/+2
* Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak2017-12-2011-35/+46
* Add Checker Framework annotations in comments (issue #359).Kristen Kozak2017-12-193-1/+18
* Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak2017-12-194-4/+17
* Work around a possible bug in the Checker Framework (issue #359).Kristen Kozak2017-12-198-20/+73
* Suppress warnings about missing @Nullable in AutoValue equals methods (#359).Kristen Kozak2017-12-1922-0/+141
* Add missing null checks (issue #359).Kristen Kozak2017-12-191-4/+6
* Add type variables for Checker Framework null analysis (issue #359).Kristen Kozak2017-12-192-3/+5
* Merge pull request #912 from sebright/null-annotationssebright2017-12-196-7/+13
|\
| * Add more null annotations (issue #359).Kristen Kozak2017-12-196-7/+13
* | Validate types of Aggregation and AggregationData when creating ViewData (#839)Yang Song2017-12-192-43/+203
|/
* Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu2017-12-136-38/+620
* Change fromHex methods to accept CharSequence. (#897)Bogdan Drutu2017-12-112-2/+2
* Add initial support for b3-propagation headers. (#889)Bogdan Drutu2017-12-115-7/+83
* Adds TextFormat and usage example. (#724)Bogdan Drutu2017-12-063-1/+265
* Start 0.11.0 development cycle (#874)Yang Song2017-12-041-1/+1
* Merge pull request #826 from HailongWen/noop-span-storeHailong Wen2017-12-0210-28/+279
|\
| * Use unmodifiableSet instead of ImmutableSet to get rid of build error. Refine...Hailong Wen2017-11-211-4/+3
| * Addressing sebright's comments.Hailong Wen2017-11-205-18/+29
| * Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen2017-11-2010-26/+267
* | Update project name in api/README.md.Kristen Kozak2017-12-011-1/+1
* | Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)Bogdan Drutu2017-11-296-117/+36
* | Update length limit for View.Name (#834)Yang Song2017-11-212-4/+4
|/
* Start 0.10.0 development cycle (#816)Bogdan Drutu2017-11-181-1/+1
* Remove an obsolete TODO from TagKey.java.Kristen Kozak2017-11-171-1/+0
* Use consistent wording in stats and tags 'setState' Javadocs.Kristen Kozak2017-11-172-2/+2
* Cache the set of views returned from NoopViewManager.getAllExportedViews.Kristen Kozak2017-11-141-14/+29
* Add ViewManager.getAllExportedViews().Kristen Kozak2017-11-143-0/+91
* Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright2017-11-146-0/+22
|\
| * Update lists of enabled Error Prone warnings with the latest bug patterns.Kristen Kozak2017-11-131-0/+3
| * Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak2017-11-133-0/+14
| * Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak2017-11-132-0/+3
| * Hide constructor of io.opencensus.common.OpenCensusLibraryInformation.Kristen Kozak2017-11-131-0/+2
* | Deprecate Stats.setState, and throw an exception when it is called after getS...Yang Song2017-11-135-3/+43
* | Merge pull request #790 from sebright/deprecate-Tags-setStatesebright2017-11-135-20/+65
|\ \ | |/ |/|
| * Avoid guaranteeing that the result of Tags.getState() won't change.Kristen Kozak2017-11-102-2/+2
| * Combine tests for Tags.getState and Tags.setState.Kristen Kozak2017-11-101-11/+9