Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
6ceb37ae4cf5f7f10e5591d3cac901b2d673fcbd
6ceb37a
Add QPS Server and TLS support to QPS Client.
by Jakob Buchgraber
· 10 years ago
e26608f
Avoid MoreObjects for "old guava" compatibility
by Eric Anderson
· 10 years ago
4457494
Move TLS certificates.
by Jakob Buchgraber
· 10 years ago
303482a
Fix race in OkHttp test
by Eric Anderson
· 10 years ago
b55b200
Add missing dependency to benchmarks project
by Eric Anderson
· 10 years ago
74f231a
Remove Guava Service from ClientTransport
by Eric Anderson
· 11 years ago
db0d8ad
Only run terminationRunnable once
by Eric Anderson
· 10 years ago
3fd7d06
Add QPS Client to perform throughput and latency tests.
by Jakob Buchgraber
· 10 years ago
127270b
Fix shutdown race with negotiation
by Eric Anderson
· 10 years ago
d2e35b0
Added utility class, ForwardingServerListener, that forwards calls to
by nabeelmian
· 10 years ago
8aa79b3
Improve thread safety of newStream()
by Eric Anderson
· 11 years ago
c84ef83
Simplify connection callback handling in Netty
by Eric Anderson
· 11 years ago
e6a7b6c
netty: Don't throw exception on double close
by Eric Anderson
· 11 years ago
f3a90cd
netty: Cancel stream if interrupted during create
by Eric Anderson
· 11 years ago
f129960
Fixing compiler build on OS X (Clang)
by nmittler
· 11 years ago
e526989
Have test server print info about test client
by Eric Anderson
· 11 years ago
fb28ad2
Improve Gradle build of protoc grpc plugin
by Eric Anderson
· 11 years ago
d0e883a
Fixing integration tests
by nmittler
· 11 years ago
89b8d7f
Moving decompression to the channel thread.
by nmittler
· 11 years ago
2049e0d
Have Gradle observe LDFLAGS/CXXFLAGS/CPPFLAGS
by Eric Anderson
· 11 years ago
0f1e24a
Merge pull request #49 from nmittler/example_updates
by Nathan Mittler
· 11 years ago
8bc72b8
Updating examples based on recent changes.
by nmittler
· 11 years ago
6a93de9
Remove explicit Okio dependency.
by Jake Wharton
· 11 years ago
b5291c9
Add Gradle wrapper for building.
by Jake Wharton
· 11 years ago
46d6729
Remove OkHttp submodule as we now depend on a release version.
by Jake Wharton
· 11 years ago
f831458
Removing all references to "stubby"
by nmittler
· 11 years ago
aeeebb7
Remove Service API from ServerImpl
by Eric Anderson
· 11 years ago
1905249
Removing Maven build
by nmittler
· 11 years ago
03f3f5c
Reorder the fields of LogHelper to be consistent with initialization order because blaze would complain about it
by zhangkun83
· 11 years ago
0ca6584
Move to a non-snapshot version of OkHttp
by Manik Surtani
· 11 years ago
02c953e
Migrating run scripts to gradle.
by nmittler
· 11 years ago
d54a463
Add README.md in the compiler directory
by zhangkun83
· 11 years ago
0077e67
Remove unused imports
by Eric Anderson
· 11 years ago
d0adadb
Use proto interface instead of concrete class
by Eric Anderson
· 11 years ago
c4a43e6
Fixes api drift, addressing inbound flow control.
by Adrian Cole
· 11 years ago
ada32b0
Optimize number of DATA frames for unary requests
by Eric Anderson
· 11 years ago
5e60785
Add test target for codegen.
by zhangkun83
· 11 years ago
02cc521
Fixing @GuardedBy annotation to use the correct lock name.
by nmittler
· 11 years ago
de3a131
Changing gRPC Java inbound flow control model
by nmittler
· 11 years ago
52f4220
Adding .gitignore for eclipse files.
by nmittler
· 11 years ago
11026b6
Fix IntelliJ dependency on generated protobufs
by Louis Ryan
· 11 years ago
4de2026
Fix TODO attribution
by ejona
· 11 years ago
080e33e
Align server flags with other languages
by Eric Anderson
· 11 years ago
6239965
Improve test client for real cert
by Eric Anderson
· 11 years ago
f681eff
Update .gitignore for Gradle
by Eric Anderson
· 11 years ago
f589a4a
Remove traces of gRPC v1 protocol vs gRPC v2 protocol.
by simonma
· 11 years ago
3df1c33
Reimplement test "readStatus" since v2 is here.
by simonma
· 11 years ago
9de8e4b
Make Java codegen ready for open-source. It can be built with the Github HEAD
by zhangkun
· 11 years ago
7235a39
Remove Service API from ChannelImpl
by ejona
· 11 years ago
198a756
Add toString to Headers and Trailers
by ejona
· 11 years ago
828f941
Remove dependency on guava Lists for initializing list.
by simonma
· 11 years ago
3a29c98
Don't overwrite transportError in DATA processing
by ejona
· 11 years ago
11c363a
Disallowing message delivery after status has been delivered to the listener.
by nathanmittler
· 11 years ago
f8524a1
Add package name to the method string.
by yangg
· 11 years ago
ee86ee4
Nano proto and Proto3 do no include fields that have their default values in the wire format.
by rocking
· 11 years ago
c0f4192
Remove gRPC v1 support.
by ejona
· 11 years ago
1c20eb6
Implement cancel_after_* integration tests
by ejona
· 11 years ago
42fcc50
Implement empty_stream integration test
by ejona
· 11 years ago
b09c26b
Correctly handle disconnect notifications from Netty.
by lryan
· 11 years ago
ca749c3
Export test_service codegen source instead of binary lib
by ejona
· 11 years ago
d4531da
Add README
by ejona
· 11 years ago
164b734
Adding gradle build for Java grpc
by nathanmittler
· 11 years ago
66ce667
Updating version of gRPC maven build to 0.1.0-SNAPSHOT.
by nathanmittler
· 11 years ago
4523059
Upgrade OkHttp for Android SNI / NPN fix
by ejona
· 11 years ago
601b56e
Update grpc opensource build to depend on okhttp-2.1
by lryan
· 11 years ago
ce8723b
Add Netty as a git submodule.
by ejona
· 11 years ago
1852e9c
Add gitignore to github repo.
by ejona
· 11 years ago
42989a8
Allow killing test server/client
by ejona
· 11 years ago
fc30031
Change default gRPC protocol to v2.
by ejona
· 11 years ago
682f8aa
Correct comment
by simonma
· 11 years ago
70341df
Fixing Maven build for gRPC Java.
by nathanmittler
· 11 years ago
56e307f
Add BSD license header to all source files
by lryan
· 11 years ago
7f55e81
Allow use of a LocalChannel with Netty & HTTP2
by lryan
· 11 years ago
9dd0c94
Add SslSocketFactory support to OkHttpTransportFactory.
by rocking
· 11 years ago
2b116ef
Encode binary headers with Base64 on the wire, and requires all binary headers
by zhangkun
· 11 years ago
63fc647
Inspect content type from trailers when there are no headers.
by zhangkun
· 11 years ago
fb09bba
Don't leak decompressor in gRPC v2.
by ejona
· 11 years ago
751a4df
Remove JDK1.7 method InetSocketAddress#getHostString since JDK1.7 is only supported by Android after 4.4 KitKat.
by simonma
· 11 years ago
8375cd0
GRPC Java clients will send the "te: trailers" header, and the server will
by zhangkun
· 11 years ago
4332c2f
Change the HTTP code -> GRPC Status mapping to comply with http canonical mapping
by zhangkun
· 11 years ago
c5e70c2
Remove StreamState and use inboundPhase/outboundPhase instead
by lryan
· 11 years ago
abdbf49
Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started.
by nathanmittler
· 11 years ago
be29ba5
Upgrading to latest Netty.
by nathanmittler
· 11 years ago
f96e7e8
Use real TLS security by default.
by ejona
· 11 years ago
b186b37
Remove client-streaming and bi-di streaming methods from blocking client interface.
by zhangkun
· 11 years ago
0d8477c
Adding crude outbound flow control to OkHttp transport.
by nathanmittler
· 11 years ago
d7f7877
Allow stream state HALF_CLOSED_REMOTE in the gRPC Java client.
by nathanmittler
· 11 years ago
054f595
Separate the default event loop groups for client and server, to prevent
by zhangkun
· 11 years ago
28a2aba
Enable full-size payloads in integration tests.
by ejona
· 11 years ago
63271f4
Fixing a compatibility issue between the GFE and gRPC java client for the V2 protocol.
by nathanmittler
· 11 years ago
5d953e8
Updating gRPC code to use the latest Netty with application-level flow control support.
by nathanmittler
· 11 years ago
01152e0
Fix workaround in place for GFE's lack of trailers.
by ejona
· 11 years ago
0f56c47
Handle exceptions thrown by the application
by ejona
· 11 years ago
1f2a186
Fix NullPointerException in AbstractServerStream when deframer reports error and fix error message propagation
by lryan
· 11 years ago
aa0b7cc
Forbid calling next more than once in interceptors.
by zhangkun
· 11 years ago
4073a8a
Remove redundant field from AbstractClientStream
by lryan
· 11 years ago
669724a
Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently.
by lryan
· 11 years ago
ff669ac
More precise Builder generics
by ejona
· 11 years ago
ba653d4
Move StubConfigTest to third_party
by ejona
· 11 years ago
2a93c47
Remove GrpcServer to allow more tests to move to third_party.
by ejona
· 11 years ago
Next »