aboutsummaryrefslogtreecommitdiff
path: root/stub
AgeCommit message (Expand)Author
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-18stub: add missing bazel dep @com_google_errorprone_error_prone_annotations//j...zpencer
2017-10-05stub: avoid mocking stub classesCarl Mastrangelo
2017-08-11all: Fix mismatch in naming Bazel Maven jarsPaul Gross
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-30all: Use fixed version number for java 6/7 signaturesEric Anderson
2017-06-22testing: move NoopClientCall & NoopServerCall to internalZHANG Dapeng
2017-06-22build: Add Bazel java_grpc_library ruleSimon Horlick
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-02-07all: swap to newer animalsniffer pluginEric Anderson
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
2016-07-18Ensure that trailers are not lost when making blocking calls.nmittler
2016-07-01core: Rename withCredentials to withCallCredentials on CallOptionsEric Anderson
2016-06-27core: Fix onReady race by adding DelayedStreamListenerEric Anderson
2016-06-27core: clarify StreamObserver documentationCarl Mastrangelo
2016-06-24Remove unused variablesEric Anderson
2016-06-23Reapply "Eliminate MethodDescriptor from startCall and interceptCall for serv...Eric Anderson
2016-06-20Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers"Eric Anderson
2016-06-15stub: Disable flaky test in ClientCallsTest (#1938)Eric Anderson
2016-06-15stub: Improve ClientCall test to fail more obviouslyEric Anderson
2016-06-14Introduce ClientResponseObsever to capture call initiation and to allowLouis Ryan