aboutsummaryrefslogtreecommitdiff
path: root/stub
AgeCommit message (Expand)Author
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
2016-06-13Eliminate MethodDescriptor from startCall and interceptCall for serversLouis Ryan
2016-06-09core: CallCredentialsKun Zhang
2016-06-02core: add custom CallOptionselandau
2016-05-26core: Promote Deadline API to stableEric Anderson
2016-05-25Add trailers to Status for BlockingResponseStreamnmittler
2016-05-25Add trailers to Status for BlockingResponseStreamnmittler
2016-05-18core, interop-testing: always set message encoding, and use it in interop testsCarl Mastrangelo
2016-05-16stub: use correct javadoc link for GuavaCarl Mastrangelo
2016-05-13Adding metadata to Status exceptions.nmittler
2016-05-09Updating status codes to match the spec.nmittler
2016-05-03all: Finish adding tracking issues for ExperimentalApiCarl Mastrangelo
2016-05-03all: Add issues for many of the experimental API annotationsCarl Mastrangelo
2016-04-27Specify Status*Exception is to be used in StreamObserver.onErrorEric Anderson
2016-04-27Allow application to pass cancellation details.Kun Zhang
2016-04-11Provide base methods for Abstract stubLukasz Strzalkowski
2016-04-08Adapt BindableService in ServerBuilder#addServiceŁukasz Strzałkowski
2016-04-07Add Abstract{ServiceName} class in compiled service classLukasz Strzalkowski
2016-04-07add a little detail about thread safety / fix typo (#1643)Steven Parkes
2016-03-28Add RunWith annotation to AbstractStubTest.Kun Zhang
2016-03-25Make CallOptions and AbstractStub use Deadline.buchgr
2016-03-22Remove references to Throwable.propagateCarl Mastrangelo
2016-03-21Fix javadoc in MetadataUtilsbuchgr
2016-03-16Add null check for channel and calloptions when creating stub. Fixes #1438buchgr
2016-03-15Add CallStreamObserver and ServerCallStreamObserver which allow for applicati...Louis Ryan
2016-02-16Automated readability/efficiency tweaksEric Anderson
2016-02-16In blocking stubs, throw Status.CANCELLED on interruptionEric Anderson
2016-02-01Add a simple compression APICarl Mastrangelo
2016-01-26Optimize blocking calls to avoid app thread poolEric Anderson
2015-12-10Move ServerCall unary check and add testsCarl Mastrangelo
2015-12-07Add compressor registry, and auto negotiate compressionCarl Mastrangelo
2015-12-03Switch from INTERNAL to CANCELLED for InterruptedExceptionLouis Ryan
2015-09-15Fix the double-closure of server call for interop tests.Xudong Ma
2015-09-11Enforce sending headers before messages on serverEric Anderson
2015-09-11Remove stray request() in server-sending pathEric Anderson
2015-09-11Mark some APIs codegen uses experimental to allow for optimizationsEric Anderson
2015-09-10Prevent construction of container classes and reduce APIEric Anderson
2015-09-10Reduce API surface of AbstractStubEric Anderson
2015-09-09Use stub call options for compressionCarl Mastrangelo
2015-09-01Move StreamRecorder to testing package.Xudong Ma