Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
c3fa600eae241d6264969a061fd4cf96f34d8b84
c3fa600
Fixing compiler warning.
by nmittler
· 10 years ago
d5727c7
Deferring stream creation until receiving SETTINGS from server.
by nmittler
· 10 years ago
2cdc5e3
Fix a bug that checked-in generated code are not re-compiled.
by Kun Zhang
· 10 years ago
518b7db
Slight performance improvment for MutableHandlerRegistryImpl
by nmittler
· 10 years ago
287a27a
Upgrade to protobuf-gradle-plugin:0.4.0
by Kun Zhang
· 10 years ago
7ecb6fa
okhttp: Catch Exceptions thrown by the frist platform.getSelectedProtocol(sslSocket), since in some implementations, querying selected protocol before the handshake will fail with exception.
by Xudong Ma
· 10 years ago
589afef
changed the netty-codec-http2 depdendency to released version
by Mark Kelly
· 10 years ago
3462eb0
Handle OkHttp throwing exception during start()
by Eric Anderson
· 10 years ago
4e82a11
Make Channel/Server abstract classes
by Eric Anderson
· 10 years ago
6b1e7d6
Recompile proto files if codegen has changed.
by Kun Zhang
· 10 years ago
66c55ee
Make protobuf section of README easily ignorable
by Eric Anderson
· 10 years ago
8c9cc91
Update generated proto output
by Eric Anderson
· 10 years ago
2f74971
Unify build properties.
by Kun Zhang
· 10 years ago
c5b94c7
Use protoc from Maven Central.
by Kun Zhang
· 10 years ago
8620775
Stop running gradle in run-test-{client,server}.sh
by Eric Anderson
· 10 years ago
1fa11ce
Adding default implementation of onReady in Call and ServerCall
by nmittler
· 10 years ago
1cf4cc8
Use CreateStartScripts for examples
by Eric Anderson
· 10 years ago
b6407c4
Only complete graceful shutdown after buffered streams complete.
by nmittler
· 10 years ago
b544383
Fixing build issue.
by nmittler
· 10 years ago
f78813e
Document how to use IntelliJ style
by Eric Anderson
· 10 years ago
4285d82
Fix "mispelled" reference to gradlew
by Eric Anderson
· 10 years ago
d32bb47
Add build status icon and rephrase title
by Kun Zhang
· 10 years ago
d8d8ebd
Adding logging to NettyClientHandler.
by nmittler
· 10 years ago
64df428
Properly removing buffered streams after receiving goAway
by nmittler
· 10 years ago
693a7d2
Fix the filesets to be checked by checkstyle.
by Kun Zhang
· 10 years ago
111f6dd
Allow people to skip codegen compilation.
by Kun Zhang
· 10 years ago
7f73189
Always checking MAX_CONCURRENT_STREAMS in BufferingHttp2ConnectionEncoder.
by nmittler
· 10 years ago
a45e0a4
Cleaning up closing for Netty client/server.
by nmittler
· 10 years ago
ef6a2f0
Updating to the latest Netty version.
by nmittler
· 10 years ago
041cdb1
Add Jacoco code coverage
by Eric Anderson
· 10 years ago
cde7eaa
Updating to the latest Netty version.
by nmittler
· 10 years ago
10fb206
Produce combined JavaDoc, add links, exclude internals
by Eric Anderson
· 10 years ago
00a7192
Use CreateStartScripts for integration-testing
by Eric Anderson
· 10 years ago
ad44f0a
Make checkstyle fail build by default
by Eric Anderson
· 10 years ago
80a9dce
Adding bin to .gitignore for OSX
by nmittler
· 10 years ago
35cb22d
Add comment to satisfy checkstyle
by Eric Anderson
· 10 years ago
c8c478e
netty: Remove goAwayStatus when client closing
by Eric Anderson
· 10 years ago
68cba97
Do not fail pending streams when sending GOAWAY.
by nmittler
· 10 years ago
64176d5
Adding outbound flow control for Netty.
by nmittler
· 10 years ago
1af367c
Remove all blocking from the NettyClientTransport. Fixes #116
by Jakob Buchgraber
· 10 years ago
221c534
Fix build on Windows/VC++
by Kun Zhang
· 10 years ago
b6eb9d7
Don't close streams when sending GOAWAY
by Eric Anderson
· 10 years ago
f2cba89
Update Netty to 9d70cf3 to pick up https://github.com/netty/netty/commit/8271c8a which eliminates
by Louis Ryan
· 10 years ago
4a05869
Replace Operation*Exception with Status*Exception
by Eric Anderson
· 10 years ago
e05885d
Swap to Netty's SslContextBuilder
by Eric Anderson
· 10 years ago
fd0aed2
Reorganize build instructions.
by Kun Zhang
· 10 years ago
7779b4f
Cleaning up some warnings.
by nmittler
· 10 years ago
c561221
Add Openloop Client to Benchmarks.
by Jakob Buchgraber
· 10 years ago
2b33598
Don't overwrite error message if bad headers
by Eric Anderson
· 10 years ago
41940f7
Upgrade to protobuf plugin 0.3.1
by Kun Zhang
· 10 years ago
69c6704
De-flake OkHttpClientTransportTest.pendingStreamFailedByIdExhausted.
by Xudong Ma
· 10 years ago
d8d7908
Avoid flushing CreateStreamCommand for calls where the client is known to send a payload immediately afterward.
by Louis Ryan
· 10 years ago
9ffc711
Fix style violations introduced in b2a3f7
by Eric Anderson
· 10 years ago
2fb03b0
Fix style violations added in 986d221
by Eric Anderson
· 10 years ago
3b54ffa
Remove stray character that hinded Travis cache
by Eric Anderson
· 10 years ago
815df0b
Include gradle 2.3 in Travis-CI cache
by Eric Anderson
· 10 years ago
b2a3f7b
okhttp: respect SETTINGS_INITIAL_WINDOW_SIZE in outbound flow control.
by Xudong Ma
· 10 years ago
8a5d927
Fix the race between failing and starting pending streams.
by Xudong Ma
· 10 years ago
986d221
Fix issue where close can be called in a reentrant fashion by framer writing causing exception to be thrown by transport
by Louis Ryan
· 10 years ago
29c43c1
Upgrading to the latest Netty version.
by nmittler
· 10 years ago
f679edc
Fix memeory leak in MessageFramer caused by allocation of 'empty' buffers never being released.
by Louis Ryan
· 10 years ago
2b917e2
Update to protobuf-gradle-plugin:0.2.1
by Kun Zhang
· 10 years ago
d0aad72
okhttp: Clean up stream when error happens.
by Xudong Ma
· 10 years ago
4b00476
okhttp: Flushes headers out immediately, so that the server can be aware of the stream before receiving real data (or half close).
by Xudong Ma
· 10 years ago
67b5bc7
Update QPS Client and Server.
by Jakob Buchgraber
· 10 years ago
3a4f4b5
Add support for setting the connection and stream flow control window to NettyServerBuilder.
by Jakob Buchgraber
· 10 years ago
2f4aa5a
Use Status "UNKNOWN" instead of "INTERNAL" when Status.fromThrowable can not find a cause with a status.
by Xudong Ma
· 10 years ago
f7010f2
Use message size as a hint to the allocator for buffer capacity.
by Louis Ryan
· 10 years ago
a8ef36a
Create DEPLOYING.md that documents instructions for deploying artifacts.
by Kun Zhang
· 10 years ago
3ddd1d5
Log stack traces of test failures to the console.
by Kun Zhang
· 10 years ago
3ecbd04
Upgrading to latest Netty version.
by nmittler
· 10 years ago
fc3e416
Propagate explicit flushes through MessageFramer
by Eric Anderson
· 10 years ago
af18876
Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0
by Kun Zhang
· 10 years ago
9528a27
Fix protobuf-nano build broken by 3666de4427460a307bfb86a7f93b3a04cb28f8c4
by Nobutaka Takushima
· 10 years ago
4bc2d6d
Remove call sites of Os.isFamily(). Use osdetector instead
by Kun Zhang
· 10 years ago
0c2ea15
Fix Mac build failure introduced by commit da3c3f8
by Kun Zhang
· 10 years ago
da3c3f8
Solution for GRPC codegen deployment.
by zhangkun83
· 10 years ago
23aac9e
Fix netty closure check
by Eric Anderson
· 10 years ago
4f4f8e4
Remove Guava's Service from server transport
by Eric Anderson
· 10 years ago
f920bad
Upgrading to the latest Netty version.
by nmittler
· 10 years ago
883eb62
OkHttp: Temporally support multiple h2-xx protocol on client side.
by Xudong Ma
· 10 years ago
1066222
De-flake transport test.
by Xudong Ma
· 10 years ago
5b2e336
netty: Add option to set MAX_CONCURRENT_STREAMS
by Eric Anderson
· 10 years ago
844d207
Add missing projects to grpc-all
by Eric Anderson
· 10 years ago
3666de4
Use more precise names for protobuf and nano
by Eric Anderson
· 10 years ago
e23f899
Split protobuf into its own project
by Eric Anderson
· 10 years ago
1e257c4
Remove unused local variable
by Eric Anderson
· 10 years ago
d077290
Fix warnings (JavaDoc and [deprecated])
by Eric Anderson
· 10 years ago
0d89d3d
Fix the issue where the intecepting call fails in start(), does not
by Kun Zhang
· 10 years ago
90706dc
Rename the codegen binary from java_plugin to protoc-gen-grpc-java
by Kun Zhang
· 10 years ago
e8afa3c
Fix bug where the stream id would not get incremented for buffered streams.
by Jakob Buchgraber
· 10 years ago
9d21463
Temporally support Http protocol name "h2-16" for OkHttp client.
by Xudong Ma
· 10 years ago
775829a
okhttp: Reset stream when receiving window is negative.
by Xudong Ma
· 10 years ago
fd7ba56
netty: Use the bootstrap ClassLoader for ALPN/NPN
by Eric Anderson
· 10 years ago
44f9904
Replace 'internal' import with correct one.
by Jakob Buchgraber
· 10 years ago
63db068
Add simple HelloWord example handling custom header
by zhaohaifeng
· 10 years ago
f3ccdd9
Fixes Travis breakage
by Xudong Ma
· 10 years ago
c2f0394
TLS support for okhttp transport.
by Xudong Ma
· 10 years ago
5f70a12
Remove blocking on client stream creation and buffer RPC Calls for when the MAX_CONCURRENT_STREAMS limit is hit. Fixes #118
by Jakob Buchgraber
· 10 years ago
ce860f9
fix compile error introduced by previous commit
by Jakob Buchgraber
· 10 years ago
Next »