Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
7c6c045d9217475b836fb6b28a841f6d26c7f271
7c6c045
Remove support for Nano's deprecated package names
by Eric Anderson
· 9 years ago
eccd231
Don't hold a lock in DelayedStream when calling realStream
by Eric Anderson
· 9 years ago
b9c1232
Add log ID.
by Kun Zhang
· 9 years ago
b9196e3
Adding RunWith annotation to ConcurrencyTest
by nmittler
· 9 years ago
8ed0088
Make Status code use percent encoding
by Carl Mastrangelo
· 9 years ago
d192f1a
netty: GOAWAY should trigger transportShutdown
by Eric Anderson
· 9 years ago
2491402
Remove or use unused variables.
by Kun Zhang
· 9 years ago
9466119
remove unused var
by Carl Mastrangelo
· 9 years ago
ffe0dce
Add missing override annotation to generated protos
by Carl Mastrangelo
· 9 years ago
56d9b17
Test that gRPC clients and servers can handle concurrent RPCs.
by Matt Hildebrand
· 9 years ago
0e14516
Run createTransportRunnable outside of lock.
by Kun Zhang
· 9 years ago
a574159
Add interceptForward methods for Client and Server
by William Thurston
· 9 years ago
3528467
Treat ClosedChannelException as UNAVAILABLE to squelch test failures
by Eric Anderson
· 9 years ago
40d9cd1
Add more debug output in TlsTest
by Carl Mastrangelo
· 9 years ago
0e370eb
Remove static initializer blocks
by Carl Mastrangelo
· 9 years ago
c85e046
Make Route Guide client and server accept channel and server builers, respectively.
by Carl Mastrangelo
· 9 years ago
8e1fba7
Use Protobuf Json formatting for routeguide example
by Carl Mastrangelo
· 9 years ago
3a4b266
Bump gradle version to 2.11
by Carl Mastrangelo
· 9 years ago
1170afd
Add transport test for Netty
by Eric Anderson
· 9 years ago
72f1e88
Inlcude the file that was used to generate service descriptors
by Carl Mastrangelo
· 9 years ago
de72f69
Test that a GRPC client rejects untrusted server certs.
by Matt Hildebrand
· 9 years ago
39659dc
Use impossible port for unreachability test
by Carl Mastrangelo
· 9 years ago
5d025ed
Change InteopTester to take a ManagedChannel directly instead of using all the args to build a channel
by Xiao Hang
· 9 years ago
643bb2c
Always start from the first address after a successful connection.
by Kun Zhang
· 9 years ago
86bad4f
Add more log into for cancellation
by Carl Mastrangelo
· 9 years ago
887064d
Use latching to enforce expected events are received
by Louis Ryan
· 9 years ago
8dad734
Various naming and documentation clenaups
by Louis Ryan
· 9 years ago
b17a249
Create new AbstractTransportTest for Transports
by Eric Anderson
· 9 years ago
d86dfc9
Merge DelayedStream's setError() into cancel()
by Kun Zhang
· 9 years ago
a959126
Bump Guava to 19.0
by Carl Mastrangelo
· 9 years ago
06e3ef5
Fix bugs and improvements found by static analyser
by Eric Anderson
· 9 years ago
7a29f39
Pass transports instead of futures of transports for new calls.
by Kun Zhang
· 9 years ago
3404818
Update README to reference 0.13.1
by Eric Anderson
· 9 years ago
42d7872
Use default keystore
by Carl Mastrangelo
· 9 years ago
52b3db2
Fix a bug ByteReadableBufferWrapper. We should set new buffer's limit before changing the original buffer's position
by Xiao Hang
· 9 years ago
8d0267f
Allow for interceptors to send and receive messages of type InputStream.
by William Thurston
· 9 years ago
56dca03
Limit memory during build
by Eric Anderson
· 9 years ago
86fd252
Update to latest netty and tcnative.
by nmittler
· 9 years ago
af6a265
Add simple BINARY_BYTE_MARSHALLER
by Lukasz Strzalkowski
· 9 years ago
ab1bc05
Update package name for grpc load balancer proto.
by Kun Zhang
· 9 years ago
5cef321
Use Netty's StreamBufferingEncoder
by nmittler
· 9 years ago
caad029
Revert the cascading test for the moment as its flaky
by Louis Ryan
· 9 years ago
6f1261f
Decrease log verbosity for transport status changes
by Eric Anderson
· 9 years ago
d955768
Revert "Update to latest tcnative release"
by Eric Anderson
· 9 years ago
1751536
Update to latest tcnative release
by nmittler
· 9 years ago
c10f578
Fix sporadic NullPointerException
by Trask Stalnaker
· 9 years ago
86ef8e7
Fix Intellij syncing for some generated dirs
by Louis Ryan
· 9 years ago
85e68db
Update README to reference 0.13.0
by Eric Anderson
· 9 years ago
b824565
Improve procedure for creating release tag and branch
by Eric Anderson
· 9 years ago
7fc986e
Fix flakiness in Cascading cancellation tests
by Louis Ryan
· 9 years ago
6715f12
Add support for codecov.io
by Eric Anderson
· 9 years ago
daf920d
Pass -j to correct command
by Eric Anderson
· 9 years ago
12a4b21
Integration tests for testing cascading cancellation.
by Louis Ryan
· 9 years ago
30b4232
Start 0.14.0 development cycle
by Eric Anderson
· 9 years ago
41c3f78
Maven protoc plugin has a new name and is on Maven Central
by Eric Anderson
· 9 years ago
8d43880
hpack is no longer a direct dependency
by Eric Anderson
· 9 years ago
b752e76
Automated readability/efficiency tweaks
by Eric Anderson
· 9 years ago
1dce8df
Switching to netty-tcnative-boringssl-static
by nmittler
· 9 years ago
a3303b5
Delete unused CancelStreamCommand
by Eric Anderson
· 9 years ago
898634f
In blocking stubs, throw Status.CANCELLED on interruption
by Eric Anderson
· 9 years ago
2d2398c
d'oh, really raise the visibility
by Carl Mastrangelo
· 9 years ago
acdcd5b
Raise visibility of netty Channel Builder, and provide a way to pass in a custom protocol negotiator per transport
by Carl Mastrangelo
· 9 years ago
cf787bd
DelayedClientTransport and fix TransportSet.shutdown() semantics.
by Kun Zhang
· 9 years ago
544cd3a
pause
by Carl Mastrangelo
· 9 years ago
ad301c7
Make thread-safety ownership of Metadata explicit
by Eric Anderson
· 9 years ago
48b3029
Add Metadata#keys() which returns set of all keys in the store
by Lukasz Strzalkowski
· 9 years ago
964963a
Replace AUTHORITY_KEY with ClientStream.setAuthority
by Eric Anderson
· 9 years ago
64bc830
Update Android test build to use current grpc snapshot and support Gradle 2.10
by Eric Anderson
· 9 years ago
3f9e486
Raise visibility of Netty Channel Builder Ctor
by Carl Mastrangelo
· 9 years ago
86f2c9f
Fix InProcessTransport to call onReady
by Eric Anderson
· 9 years ago
5b9726e
netty: release buffered objects when failed
by Eric Anderson
· 9 years ago
52bd63f
Improve test coverage of ProtoUtils
by Eric Anderson
· 9 years ago
5a5f985
Log full Status on Android test failure
by Eric Anderson
· 9 years ago
3d3fd11
Negotiation Handlers should implement ChannelHandler
by Eric Anderson
· 9 years ago
04a6c83
Remove deprecated call and TODO in Protocol negotiators
by Carl Mastrangelo
· 9 years ago
e61e6c2
Update README to point to protobuf-gradle-plugin 0.7.4
by Eric Anderson
· 9 years ago
bbec13e
Fix race condition in Compression Test
by Carl Mastrangelo
· 9 years ago
e64c755
Add to RELEASING docs for updating JavaDoc and README
by Eric Anderson
· 9 years ago
5b726ac
Update README to reference 0.12.0
by Eric Anderson
· 9 years ago
4ac4d49
Help steer new users away from copying our build.gradle
by Eric Anderson
· 9 years ago
b11dce8
Partially synchronize route_guide.proto with main repository
by Eric Anderson
· 9 years ago
9804b67
Include Proto in the java_outer_classname for helloworld.proto
by Eric Anderson
· 9 years ago
f6aba49
Fixing a typo in Http2ClientStream.
by Solomon Duskis
· 9 years ago
2a17d26
Partially synchronize helloworld.proto with main repository
by Eric Anderson
· 9 years ago
4573836
Fix NPE in ProtoInputStream.drainTo
by Eric Anderson
· 9 years ago
e475d38
Cancel server context when call is cancelled
by Eric Anderson
· 9 years ago
6e94cf3
Require a ScheduledExecutorService to be provided to Context
by Eric Anderson
· 9 years ago
4a427b7
Use instance equality for Context.Key
by Eric Anderson
· 9 years ago
7e3d0fe
Mark ChannelHandler.exceptionCaught implementation deprecated to fix warning
by Eric Anderson
· 9 years ago
a3c79e8
Add a simple compression API
by Carl Mastrangelo
· 9 years ago
6af2dda
Update netty-tcnative to 1.1.33.Fork11.
by Matt Hildebrand
· 9 years ago
cdb9ca1
Run TLS integration tests using OpenSSL also.
by Matt Hildebrand
· 9 years ago
ba4a6ca
Update to netty 4.1.0.CR1
by Carl Mastrangelo
· 9 years ago
1488010
Use generics for LoadBalancer to avoid ClientTransport exposure
by Eric Anderson
· 9 years ago
bf42913
Fix artifact upload for compiler
by Eric Anderson
· 9 years ago
127e7c0
Fix executor propagation in CallOptions.
by Carl Mastrangelo
· 9 years ago
8a40989
Fix OOM errors that happen occasionally
by Carl Mastrangelo
· 9 years ago
ba54513
Fix a concurrent modification in BlankFutureProvider.
by Kun Zhang
· 9 years ago
e2ed2e8
Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5
by Kun Zhang
· 9 years ago
b7c4e18
Change status of HTTP/2 NO_ERROR to UNAVAILABLE.
by nmittler
· 9 years ago
Next »