Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
4221f5a81c48f073558b51bae40e59244fa20106
4221f5a
Change ExperimentalApi field 'comment' to 'value'
by Carl Mastrangelo
· 10 years ago
cb734e3
Document equals and hashCode on Status
by Carl Mastrangelo
· 10 years ago
b5eaaf3
Add @ExperimentalApi annotation to compression methods
by Carl Mastrangelo
· 10 years ago
8225d2a
Add comment field to ExperimentalApi
by Kun Zhang
· 10 years ago
0d9ac41
Minor cleanup in deframer
by Carl Mastrangelo
· 10 years ago
777e928
Removing transport shutdown hooks from channel builder
by nmittler
· 10 years ago
2247ad2
Makes application-provided string comes first in User-Agent
by Xudong Ma
· 10 years ago
68c82bc
Make ServerImpl constructor pakcage-private
by Kun Zhang
· 10 years ago
c5ea5c7
Update Java doc for a508c1d4f5024c2a5fd6d103edcab43542293ae7
by Xudong Ma
· 10 years ago
485bc9c
OkHttp: Make sure TransportListener.transportReady() can only be called once.
by Xudong Ma
· 10 years ago
76b410d
Remove size restriction when parsing nano protos
by Xudong Ma
· 10 years ago
3457735
Quick work around for Rst bug
by Carl Mastrangelo
· 10 years ago
a508c1d
Remove Headers
by Carl Mastrangelo
· 10 years ago
13c14df
Netty: Call ClientTransport.Listener.transportReady() after receiving SETTINGS frame.
by Xudong Ma
· 10 years ago
7b6a498
Annotate ServerEssentials, buildEssentials() and ServerImpl's constructor with @Internal
by Kun Zhang
· 10 years ago
37b1a8c
Update the code example to use our own API
by Xudong Ma
· 10 years ago
0b57f56
Reducing the size of the "large" proto in ProtoUtilsTest.
by nmittler
· 10 years ago
e2f88fa
Moving a few common utilities to GrpcUtil.
by nmittler
· 10 years ago
21f9b44
Use status UNAVAILABLE for IOException thrown by OkHttp reading path, which can also be triggered by HTTP/2 issues.
by Xudong Ma
· 10 years ago
aeae7a8
Rename HttpUtil to GrpcUtil.
by nmittler
· 10 years ago
9f7cb80
Adding handling for stream exhaustion in Netty.
by nmittler
· 10 years ago
d68c101
Fix documentation on ClientCall.request().
by Kun Zhang
· 10 years ago
701bbe5
Add unit tests to AbstractClientStream
by Carl Mastrangelo
· 10 years ago
042b278
Remove the first MethodDescriptor constructor.
by Kun Zhang
· 10 years ago
573f79a
Remove proto size restriction when parsing protos.
by nmittler
· 10 years ago
6ebf9b1
fix comment
by Carl Mastrangelo
· 10 years ago
75f71c8
Avoid deprecation warning on import
by Xudong Ma
· 10 years ago
1a0ee96
Improve documentation for ClientCall.
by Kun Zhang
· 10 years ago
687a6f4
Skip io.grpc.internal in javadoc.
by Kun Zhang
· 10 years ago
b83742d
Implement Connection Backoff Interop test.
by Xudong Ma
· 10 years ago
d2ab1c2
OkHttp: Call ClientTransport.Listener.transportReady() after receiving settings frame.
by Xudong Ma
· 10 years ago
bfcebea
Netty: Use status INTERNAL instead of UNKNOWN for underlying Http2Exception.
by Xudong Ma
· 10 years ago
7dbca92
Remove deprecated method.
by Xudong Ma
· 10 years ago
0b3fa8e
Remove unnecessary instanceof check
by Carl Mastrangelo
· 10 years ago
77b00e0
Add Part 1 of compression
by Carl Mastrangelo
· 10 years ago
e72332c
Add missing Generic param to Answers
by Eric Anderson
· 10 years ago
9d1b33c
Remove unused variables
by Eric Anderson
· 10 years ago
5fe7388
Merge pull request #678 from nmittler/npn
by Nathan Mittler
· 10 years ago
46c76bd
Update android-interop-test's dependency.
by Xudong Ma
· 10 years ago
247ffb1
Adding support for NPN fallback.
by nmittler
· 10 years ago
1b1c646
Split compiling instructions out of README.md
by Eric Anderson
· 10 years ago
d12f454
Change Metadata.Trailers to Metadata in JavaDoc
by Eric Anderson
· 10 years ago
22c4991
Enable Animal Sniffer for protobuf projects
by Eric Anderson
· 10 years ago
572f433
Remove Trailers
by Carl Mastrangelo
· 10 years ago
3c924fd
Update README to use latest version
by Carl Mastrangelo
· 10 years ago
12872dc
Add test oauth2_auth_token.
by Xudong Ma
· 10 years ago
8f6562e
Update Docker version requirement
by Carl Mastrangelo
· 10 years ago
5df6ab0
Upgrade protobuf-gradle-plugin to 0.7.0
by Kun Zhang
· 10 years ago
cadc0b2
Fetch the latest Protobuf sources before checking out the release.
by Kun Zhang
· 10 years ago
68fe049
Remove Deprecated newCall method on Channel
by Carl Mastrangelo
· 10 years ago
ca7587f
Change some error status usages to be consistent with other gRPC implementations.
by Xudong Ma
· 10 years ago
0c7466c
Bump gRPC to version 0.9.0
by Carl Mastrangelo
· 10 years ago
0eb9862
Annotations for unstable and internal interfaces.
by Kun Zhang
· 10 years ago
7a6b166
Updated docs
by Carl Mastrangelo
· 10 years ago
a4c7d9a
Redo b1e2aaebc066b10b00711b51b8cab0b09151544f, with some changes to prevent test flaky.
by Xudong Ma
· 10 years ago
e1bd6ef
Clean up the left-over of the transport package reorganization
by Kun Zhang
· 10 years ago
9eed577
Revert "okHttp: Set max_concurrent_stream to 0 before the connection is connected."
by Kun Zhang
· 10 years ago
66ce0f2
Add code coverage badge to README.md
by Eric Anderson
· 10 years ago
b1e2aae
okHttp: Set max_concurrent_stream to 0 before the connection is connected.
by Xudong Ma
· 10 years ago
522580d
Add coveralls support
by Eric Anderson
· 10 years ago
f681b5f
Move Marshaller into MethodDescriptor
by Kun Zhang
· 10 years ago
ddea743
Remove stream id check for writing path, it breaks the starting of pending streams.
by Xudong Ma
· 10 years ago
b42122b
Update test to demonstrate that pending streams will not be started if the transport is in goAway status.
by Xudong Ma
· 10 years ago
d2929cd
Reorganize packages.
by Kun Zhang
· 10 years ago
be965b8
Remove extraneous shutdown condition in NettyClientTransport
by Eric Anderson
· 10 years ago
6236968
netty: Provide useful information if connect fails
by Eric Anderson
· 10 years ago
2addeae
NettyClientHandler should handle all exceptionCaught()s
by Eric Anderson
· 10 years ago
849ed1b
netty: Simplify ping cancellation
by Eric Anderson
· 10 years ago
017cdd2
netty: Remove connectionError and just use goAwayStatus
by Eric Anderson
· 10 years ago
e1c348c
netty: Don't double-process ssl handshake failures
by Eric Anderson
· 10 years ago
8d38d03
netty: If negotiation fails, continue failing new writes
by Eric Anderson
· 10 years ago
3eaa92b
Send an RST_STREAM frame on server deadline
by Jack Coughlin
· 10 years ago
9990794
Documentation hygiene. Fixing some minor typos in the README file.
by mekka
· 10 years ago
9bd7bab
Produce cleaner JavaDoc and Jacoco output
by Eric Anderson
· 10 years ago
4b4f76d
Remove deprecated classes from ServerInterceptors
by Carl Mastrangelo
· 10 years ago
ba103fb
OkHttp: make the pending stream cancellable.
by Xudong Ma
· 10 years ago
7d3d80e
Add a javadoc for AbstractChannelBuilder.buildEssentials
by Carl Mastrangelo
· 10 years ago
9b733b5
Add a javadoc for AbstractServerBuilder.buildEssentials
by Carl Mastrangelo
· 10 years ago
b141093
Make serverInterceptor use MethodDescriptor
by Carl Mastrangelo
· 10 years ago
6ff7b22
Improve generics in {Client,Server}Interceptors
by Eric Anderson
· 10 years ago
fc85a40
Add more documentation for transports.
by Kun Zhang
· 10 years ago
b737435
Tighten up some access limit
by Xudong Ma
· 10 years ago
aebb58b
Change awaitTerminated to awaitTermination
by Carl Mastrangelo
· 10 years ago
a947178
Remove deprecated ClientInterceptors classes
by Carl Mastrangelo
· 10 years ago
b7822e8
Fix javadoc, and remove deprecated classes
by Carl Mastrangelo
· 10 years ago
7faeab6
Make NanoProtoInputStream package private
by Xudong Ma
· 10 years ago
9992156
Add available() to KnownLength
by Kun Zhang
· 10 years ago
e76b8e7
Renamed Server payload to message
by Carl Mastrangelo
· 10 years ago
67fc45d
Rename Duplex to Bidi
by Carl Mastrangelo
· 10 years ago
e45c0c5
Fix shutting down a never-started ServerImpl
by Eric Anderson
· 10 years ago
7d1e65c
Switch ALPN/NPN to advertise only h2
by Xudong Ma
· 10 years ago
2f799ed
OkHttp should use plaintext in TransportBenchmark
by Eric Anderson
· 10 years ago
d1e15ab
Fix serviceAccountCreds test and computeEngineCreds test.
by Xudong Ma
· 10 years ago
ef106e0
Make the change on status effective.
by Xudong Ma
· 10 years ago
f68c10b
Don't hold channel/server lock when shutting down transport
by Eric Anderson
· 10 years ago
2c2c48a
Implement Transport reconnect
by Carl Mastrangelo
· 10 years ago
512134b
Android-Interop-test: fix lint errors/warnings, enable proguard.
by Xudong Ma
· 10 years ago
41d875c
Notify transportReady() in Netty
by Eric Anderson
· 10 years ago
137b2ef
Upgrade protobuf-gradle-plugin to 0.6.1
by Kun Zhang
· 10 years ago
c55657e
Make new stream call asynchronous when the MAX_CONCURRENT_STREAMS is reached.
by Xudong Ma
· 10 years ago
Next »