Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
e1c6cadb50312f0dc810541b1e245b9adca89709
e1c6cad
grpclb: more useful debug logs. (#4831)
by Kun Zhang
· 6 years ago
1899910
core: DnsNameResolver caches refresh (#4812)
by creamsoup
· 6 years ago
d2c0653
interop-testing: add very_large_request case to test client (#4816)
by Eric Gribkoff
· 6 years ago
554210d
okhttp: settings acks back after apply settings before sending any data (#4825)
by creamsoup
· 6 years ago
2fca42f
all: prepend internal classes with Internal (#4826)
by zpencer
· 6 years ago
1b6adaf
Revert "examples: Add google mirrored maven central to examples pom.xml to deflake kokoro." (#4821)
by creamsoup
· 6 years ago
4d366ce
all: move Channelz to io.grpc as InternalChannelz (#4797)
by zpencer
· 6 years ago
f8274c4
doc: update README because we have been requiring Java 7. (#4819)
by Kun Zhang
· 6 years ago
bbacd16
skip populating trace header if no census impl is available. (#4805)
by creamsoup
· 6 years ago
d7ce74f
benchmarks: fix nano time comparison
by ZHANG Dapeng
· 6 years ago
54f76df
examples: Add google mirrored maven central to examples pom.xml to deflake kokoro. (#4813)
by creamsoup
· 6 years ago
f93695a
android-interop-testing: correct order in assertEquals (#4810)
by Eric Gribkoff
· 6 years ago
a18abfb
stub: stablize AbstractStub.withExecutor API
by ZHANG Dapeng
· 6 years ago
433ac00
alts: convert handshaker service channel to SharedResourceHolder (#4802)
by Jiangtao Li
· 6 years ago
87513d8
alts: if ALTS is not running on GCP, fails call (#4807)
by Jiangtao Li
· 6 years ago
fd73209
cronet: report statsTraceCtx.clientOutboundHeaders() (#4768)
by Eric Gribkoff
· 6 years ago
6037659
core: make HedgingPolicy final
by ZHANG Dapeng
· 6 years ago
03dab29
buildscripts: run Android interop tests on Firebase (#4314)
by Eric Gribkoff
· 6 years ago
d3cdfd0
okhttp: use java 7, avoid compiler varargs warning (#4806)
by Eric Gribkoff
· 6 years ago
67ee4b6
core: switch to Java 7 source and bytecode (#4801)
by Eric Gribkoff
· 6 years ago
a80159f
doc: new file to be sed'ed during the release. (#4804)
by Kun Zhang
· 6 years ago
28d44ae
Start 1.16.0 development cycle (#4803)
by Kun Zhang
· 6 years ago
7b126b0
all: Swap to Java 7 source and bytecode
by Eric Anderson
· 6 years ago
8d6ba23
alts: add Google Default Channel implementation (#4742)
by Jiangtao Li
· 6 years ago
b2f419c
examples: Fix bad copy/paste for tests with Android Studio
by Eric Anderson
· 6 years ago
bc05b54
README.md: Link to Alpine's protoc-gen-grpc-java
by Eric Anderson
· 6 years ago
b8f4c7a
buildscripts: disable gae jdk7 test (#4787)
by zpencer
· 6 years ago
0d79e7a
stub: disableAutoInboundFlowControl javadoc correction (#4785)
by zpencer
· 6 years ago
e9b6568
core: plumb hedging policy
by ZHANG Dapeng
· 6 years ago
3f05a6e
core: minor cleanup of NameResolverProvider
by Carl Mastrangelo
· 6 years ago
c318b4e
gae-interop-testing: Make gradlew properly relative
by Eric Anderson
· 6 years ago
54c4cc1
gae-interop-testing: Always test the version just deployed
by Eric Anderson
· 6 years ago
3b578ab
travis: Use default Maven settings
by Eric Anderson
· 6 years ago
71e9841
travis.yml: Fix protobuf compilation caching
by Eric Anderson
· 6 years ago
f8d30af
Handle exceptions in after
by Eric Anderson
· 6 years ago
778804f
gae-interop-testing/jdk7: Cleanup after Assert/Assume
by Eric Anderson
· 6 years ago
7374b78
log exception to FINE
by Eric Anderson
· 6 years ago
38af7eb
interop-testing: Clean up even if interrupted
by Eric Anderson
· 6 years ago
60461d3
gae-interop-testing: disable timeoutOnSleepingServer
by Spencer Fang
· 6 years ago
142851d
buildscripts: Use full SHA for protobuf download
by Eric Anderson
· 6 years ago
7fe49f9
core: add ability to create stackless status exceptions
by Carl Mastrangelo
· 6 years ago
30a4bfb
Implement flush coalescing in OkHttp. (#4763)
by creamsoup
· 6 years ago
3bc6e31
gae-interop-testing: increase response verbosity (#4765)
by zpencer
· 6 years ago
73b0987
services: Fix binarylog's java_package to include version
by Eric Anderson
· 6 years ago
366792f
android: Robolectric shadows shouldn't be stored (#4746)
by zpencer
· 6 years ago
a48b090
core: Handle null ProxySelector (#4762)
by zpencer
· 6 years ago
d1146e2
interop-testing: timeoutOnSleepingServer should check that RPC finished (#4766)
by zpencer
· 6 years ago
c3c810f
buildscripts: Make kokoro script runnable from workstation
by Spencer Fang
· 6 years ago
19f4491
buildscripts: Clean up dummy default version check cmd
by Spencer Fang
· 6 years ago
9aa53b5
buildscripts,gae-interop-testing: do not promote versions by default
by Spencer Fang
· 6 years ago
b821cf1
buildscripts,gae-interop-testing: Hardcode service name
by Spencer Fang
· 6 years ago
3792242
alts: Use grpc-netty-shaded instead of grpc-netty
by Eric Anderson
· 6 years ago
0d4051c
Include Java's @Deprecated annotation on RPC services or methods with `option deprecated = true;`
by elandau
· 6 years ago
3067263
all: point readme to new jar URL
by Carl Mastrangelo
· 6 years ago
13aa028
Correctly determine --use_alts default (#4538)
by Arnout Engelen
· 6 years ago
5d4fe28
netty/internal: add InternalNettyChannelBuilder.buildTransportFactory(). (#4757)
by Kun Zhang
· 6 years ago
631e46c
README.md: Reorganize and trim
by Eric Anderson
· 6 years ago
ba4db45
Fix errror message when DNS name is invalid. (#4751)
by creamsoup
· 6 years ago
6d4841a
stub: update docs about Call lifetime + minor cleanups
by Carl Mastrangelo
· 6 years ago
3cfc5af
core: Avoid implicit requestConnection in PickFirst
by Eric Anderson
· 7 years ago
1c5fb5b
android: fix raw type lint
by Spencer Fang
· 6 years ago
9f477b2
core: fix unused variable lint
by Spencer Fang
· 6 years ago
a3f9799
grpclb: fix unused variable lint
by Spencer Fang
· 6 years ago
dccae9d
netty: fix unused variable lint
by Spencer Fang
· 6 years ago
79b2470
all: update animalsniffer to Java 7 and add Android 14 (#4727)
by Eric Gribkoff
· 6 years ago
6735208
core: revert warning about `Status.asException(null)`
by Carl Mastrangelo
· 6 years ago
52a7b62
testing-proto: add test for @RpcMethod
by jbingham-google
· 6 years ago
c42d5bb
Bump protobuf-gradle-plugin to 0.8.5
by Eric Anderson
· 6 years ago
2aa02fd
core: remove unused fullMethodName field from CensusStatsModule. (#4731)
by Kun Zhang
· 6 years ago
9895e24
inprocess: prevent null names, and define socket address equality
by Carl Mastrangelo
· 6 years ago
b64cde1
Encourage using grpc-netty-shaded instead of grpc-netty
by Eric Anderson
· 6 years ago
478f006
grpclb: Fix proto's java_package to match the proto and include version
by Eric Anderson
· 6 years ago
f329d12
android: add AndroidChannelBuilder#fromBuilder (#4723)
by Eric Gribkoff
· 6 years ago
6fa2822
cronet: cleanup remaining usages of deprecated CallOptions#of(). (#4720)
by Grant Oakley
· 6 years ago
b9d1bb8
core: initialize round robin load balancer picker to random index (#4462)
by Tom Leach
· 6 years ago
8544818
all: add tracking issues for all experimental APIs and make it required
by Carl Mastrangelo
· 6 years ago
696082f
auth: Small improvement to test coverage
by Eric Anderson
· 6 years ago
5878b6d
CONTRIBUTING.md: Add reference to COMPILING.md
by Eric Anderson
· 6 years ago
128f54c
all: update readme to point to 1.14
by Carl Mastrangelo
· 6 years ago
989bc87
bazel: Remove http_file trick for neverlink
by Eric Anderson
· 6 years ago
e520f46
all: doc(readme) bump versions
by Erik Pettersson
· 6 years ago
c032aba
travis.yml: Actually trigger coveralls
by Eric Anderson
· 6 years ago
948439d
all: fix bazel build deps for netty
by Carl Mastrangelo
· 6 years ago
ed4b5f3
netty: Remove option to pass promise to WriteQueue
by Eric Anderson
· 6 years ago
e393b4a
repositories.bzl: Upgrade to Truth 0.42
by Eric Anderson
· 6 years ago
8188a3e
gradle: Use config_loc in checkstyle
by Eric Anderson
· 7 years ago
6ef5742
gae-interop-testing: Disable special_status_message
by Eric Anderson
· 6 years ago
bcbc6ae
core: stabilize Status Exceptions API, and warn on null trailers in Status
by Carl Mastrangelo
· 6 years ago
9b200eb
core: add flags for selectively enabling grpclb
by Carl Mastrangelo
· 6 years ago
75b48b4
interop-testing: Add special_status_message test
by Eric Anderson
· 6 years ago
d66ba24
Upgrade Shadow and Animalsniffer plugins
by Eric Anderson
· 6 years ago
94b2618
Upgrade Gradle to 4.9
by Eric Anderson
· 6 years ago
658e73a
core: let channel tracing log service config changes
by ZHANG Dapeng
· 6 years ago
03d85ee
doc: clarify channel state API unimplemented until v1.6.1
by ZHANG Dapeng
· 6 years ago
72179e2
grpclb: remove unnecessary support for lb delegation
by Carl Mastrangelo
· 6 years ago
8da06a8
all: remove unneeded deps on errorprone
by Carl Mastrangelo
· 6 years ago
67073c9
core: turn PairSocketAddress into ProxySocketAddress (#4649)
by zpencer
· 6 years ago
b1c461f
all: buildify repositories.bzl
by Carl Mastrangelo
· 6 years ago
5823fff
Upgrade to Truth 0.42
by Eric Anderson
· 6 years ago
7c83717
android: include proguard config to keep method names (#4667)
by Eric Gribkoff
· 6 years ago
Next »