| Commit message (Expand) | Author | Age | Files | Lines |
| * | core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906) | Kun Zhang | 2018-10-03 | 2 | -1/+18 |
| * | all: use Java7 brackets | Carl Mastrangelo | 2018-09-14 | 3 | -10/+10 |
| * | export CL: Fix misspelling. | ZHANG Dapeng | 2018-09-12 | 1 | -1/+1 |
| * | interop-testing: add very_large_request case to test client (#4816) | Eric Gribkoff | 2018-09-06 | 3 | -2/+9 |
| * | alts: add Google Default Channel implementation (#4742) | Jiangtao Li | 2018-08-27 | 1 | -0/+10 |
| * | log exception to FINE | Eric Anderson | 2018-08-17 | 1 | -1/+5 |
| * | interop-testing: Clean up even if interrupted | Eric Anderson | 2018-08-17 | 1 | -2/+8 |
| * | interop-testing: timeoutOnSleepingServer should check that RPC finished (#4766) | zpencer | 2018-08-16 | 1 | -1/+1 |
| * | Correctly determine --use_alts default (#4538) | Arnout Engelen | 2018-08-14 | 1 | -1/+1 |
| * | interop-testing: Add special_status_message test | Eric Anderson | 2018-07-26 | 4 | -0/+27 |
| * | Upgrade to Truth 0.42 | Eric Anderson | 2018-07-23 | 1 | -2/+7 |
| * | interop-testing: Fix clientStreaming interop test does not fail on missing tr... | ZHANG Dapeng | 2018-07-20 | 1 | -0/+6 |
| * | compiler,stub: update RpcMethod docs and usage | Carl Mastrangelo | 2018-07-12 | 4 | -26/+13 |
| * | compiler, stub: Rename inputType and outputType in @RpcMethod | jbingham-google | 2018-07-10 | 4 | -26/+26 |
| * | compiler, stub: Add @RpcMethod annotation | jbingham-google | 2018-07-06 | 4 | -0/+78 |
| * | android-interop-testing,interop-testing: use AbstractInteropTest on Android (... | Eric Gribkoff | 2018-06-13 | 3 | -24/+53 |
| * | all: add gradle format checker | ZHANG Dapeng | 2018-06-11 | 1 | -14/+13 |
| * | all: fix lint warnings | ZHANG Dapeng | 2018-06-11 | 1 | -1/+1 |
| * | okhttp: deprecate OkHttpChannelBuilder#negotiationType (#4533) | Eric Gribkoff | 2018-06-05 | 1 | -2/+4 |
| * | stub: remove static Method descriptors and stabilize method accessors | Carl Mastrangelo | 2018-06-05 | 4 | -204/+70 |
| * | all: normalize copyright header | Carl Mastrangelo | 2018-05-03 | 32 | -44/+40 |
| * | interop-testing: normalize integration proto directories | Carl Mastrangelo | 2018-04-30 | 12 | -90/+87 |
| * | (low priority) core,netty,interop-testing: stabilize maxInboundMessageSize AP... | zpencer | 2018-04-27 | 6 | -6/+7 |
| * | GAE: call channel.shutdown() (#4274) | zpencer | 2018-04-02 | 1 | -1/+1 |
| * | interop-testing: fix empty proto package name | Shohei Kamimori | 2018-03-29 | 10 | -155/+154 |
| * | Fix compilation in Java 9 | Eric Anderson | 2018-03-28 | 1 | -0/+1 |
| * | interop-testing: client compressed tests without probing (#4279) | Arnout Engelen | 2018-03-28 | 4 | -20/+45 |
| * | build.gradle: bump protobuf plugin to 0.8.5 (#4101) | zpencer | 2018-03-26 | 1 | -8/+0 |
| * | okhttp: Convert to internal ConnectionSpec eagerly | Eric Anderson | 2018-03-26 | 1 | -3/+1 |
| * | netty: Add support for Conscrypt | Eric Anderson | 2018-03-23 | 6 | -49/+7 |
| * | Move TlsTest from interop-testing to netty | Eric Anderson | 2018-03-23 | 1 | -305/+0 |
| * | okhttp: support JDK9 ALPN (#4136) | Eric Gribkoff | 2018-03-20 | 1 | -2/+10 |
| * | interop-testing: Improve failure messages for ping_ping | Eric Anderson | 2018-03-07 | 1 | -2/+6 |
| * | Partially revert "core: change serverimpl,servercallimpl's internalclose to c... | Eric Anderson | 2018-03-02 | 1 | -1/+1 |
| * | buildscripts,travis: fetch from mvn with retries (#4140) | zpencer | 2018-03-01 | 1 | -1/+4 |
| * | core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean) | Carl Mastrangelo | 2018-02-28 | 4 | -4/+4 |
| * | alts: add ALTS to interop tests | Jiangtao Li | 2018-02-23 | 3 | -36/+68 |
| * | core: change serverimpl,servercallimpl's internalclose to cancel stream (#4038) | Rama Chavali | 2018-02-22 | 1 | -1/+1 |
| * | compiler: avoid invoking experimental method in generated code | Eric Gribkoff | 2018-02-08 | 4 | -83/+148 |
| * | core: delete outboundMessage() and inboundMessage() on StreamTracer. (#4014) | Kun Zhang | 2018-01-29 | 1 | -2/+0 |
| * | interop-testing: fix race in TestServiceImpl | Eric Gribkoff | 2018-01-10 | 1 | -4/+14 |
| * | Update ErrorProne to 2.2.0 and fix failures | Eric Anderson | 2018-01-10 | 1 | -1/+2 |
| * | Update ErrorProne to 2.1.3 and fix failures | Eric Anderson | 2018-01-09 | 1 | -3/+3 |
| * | Enable the Guava Beta Checker | Eric Anderson | 2018-01-08 | 1 | -0/+5 |
| * | cronet, grpc-lb, interop-testing: fix lints #3848 | zpencer | 2017-12-07 | 1 | -2/+0 |
| * | Update to Truth 0.36 | Eric Anderson | 2017-12-04 | 1 | -3/+3 |
| * | interop-testing: stop using MockableSpan. (#3823) | Kun Zhang | 2017-12-04 | 1 | -4/+7 |
| * | interop-testing: start a new server for each test method. (#3816) | Kun Zhang | 2017-12-01 | 8 | -192/+123 |
| * | all: update to proto 3.5.0 | Carl Mastrangelo | 2017-11-30 | 4 | -22/+70 |
| * | testing: Remove DeadlineSubject | Eric Anderson | 2017-11-22 | 1 | -0/+1 |