aboutsummaryrefslogtreecommitdiff
path: root/stub/src
AgeCommit message (Expand)Author
2018-09-14all: use Java7 bracketsCarl Mastrangelo
2018-08-29stub: stablize AbstractStub.withExecutor APIZHANG Dapeng
2018-08-23stub: disableAutoInboundFlowControl javadoc correction (#4785)zpencer
2018-08-13stub: update docs about Call lifetime + minor cleanupsCarl Mastrangelo
2018-07-31all: add tracking issues for all experimental APIs and make it requiredCarl Mastrangelo
2018-07-20Remove DoNotMock annotation in favor of JavaDocEric Anderson
2018-07-12compiler,stub: update RpcMethod docs and usageCarl Mastrangelo
2018-07-10compiler, stub: Rename inputType and outputType in @RpcMethodjbingham-google
2018-07-06compiler, stub: Add @RpcMethod annotationjbingham-google
2018-06-26stub: clarify StreamObservers interactionCarl Mastrangelo
2018-05-04stub: add @CheckReturnValue to AbstractStubGrant Oakley
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-05-02core/stub: fix lint warningsZHANG Dapeng
2018-05-01core,stub: Add toString() to ClientCallImpl and GrpcFutureGrant Oakley
2018-01-09Update ErrorProne to 2.1.3 and fix failuresEric Anderson
2017-12-04all: add Status messages to all statusesCarl Mastrangelo
2017-11-10stub: Improve threading expectation docsEric Anderson
2017-11-02stub: update ServerCalls to include status messagesCarl Mastrangelo
2017-11-01stub: clean up call cancellationCarl Mastrangelo
2017-10-24stub: add withExecutor APIZHANG Dapeng
2017-10-05stub: avoid mocking stub classesCarl Mastrangelo
2017-07-27core,auth: Stabilize auth flow using CallCredentialsEric Anderson
2017-07-25Implemented ClientCallStreamObserver.cancel()Ryan Michela
2017-07-14stub: name more anonymous classesCarl Mastrangelo
2017-07-14stub: clean up client calls to avoid synthetic classCarl Mastrangelo
2017-07-13stub: Use named classes rather than anonymous in ServerCallsCarl Mastrangelo
2017-07-12doc: update external linkZHANG Dapeng
2017-07-12doc: Uppercase JavaMehrdad Afshari
2017-07-10Canonicalize URL prefixes to https://grpc.ioMehrdad Afshari
2017-06-22testing: move NoopClientCall & NoopServerCall to internalZHANG Dapeng
2017-06-15core: detect invalid states on server side (eg zero responses for unary) (#3068)zpencer
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-15Javadoc improvements, especially to ContextEric Anderson
2017-05-10doc: initiate some package javadocZHANG Dapeng
2017-04-27stub: rm redundant call field in StreamObserverToCallListenerAdapterZHANG Dapeng
2017-03-15stub: document withChannel and document method historyCarl Mastrangelo
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-23core: change method descriptor to be builder basedCarl Mastrangelo
2017-01-20all: make some api non-experimental for 1.1ZHANG Dapeng
2017-01-10core,stub: remove deprecated deadline methodsCarl Mastrangelo
2017-01-05all: add max message size to client callsCarl Mastrangelo
2016-12-02stub: remove a reference to internalCarl Mastrangelo
2016-11-28stub: add withWaitForReadyZHANG Dapeng
2016-09-02all/tests: add a ClientCall and ServerCall suitable for use in testsCarl Mastrangelo
2016-08-30all/tests: unmock ClientCall and ServerCallCarl Mastrangelo
2016-08-26stub: make more classes finalCarl Mastrangelo
2016-08-12all: add parameter name to checkNotNullCarl Mastrangelo
2016-08-01stub: Avoid double-wrapping statusEric Anderson
2016-07-19netty: always flush at least once, even if there were no writesCarl Mastrangelo