0
I Use This!
High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Delete Session, Operation and ALL of its associated cruft. More... over 11 years ago
Upgrade OkHttp to the head (commit 2d6b3770d9ef3424a12c4c243596a34cc07cbef1), for having Http2 draft 14. More... over 11 years ago
Various updates to properly handle gRPC connection startup and shutdown. More... over 11 years ago
Fixes a few issues in netty server transport: - Creates and passes a transport instance to ServerListener.transportCreated(). - Keeps the "/" prefix of the fully qualified method name when passing it to the handler registry. - Adds necessary "this." when accessing a member variable in ServerCalls. - BlockingResponseStream.buffer should be added with BlockingResponseStream.this as as the mark of end of data. More... over 11 years ago
Remove the old & new HTTP transports as they are incapable of supporting trailers using their current implementations. Can be revived later if needed. More... over 11 years ago
Use our own SerializingExecutor. More... over 11 years ago
GRPC server codegen: generates the bindService() method that returns a ServerServiceDefinition that connects the server with application-provided service implementation. More... over 11 years ago
Added SSL support to gRPC java server used for integration tests. More... over 11 years ago
ServerImpl More... over 11 years ago
Create an in-process adapter between ClientTransport and HandlerRegistry More... over 11 years ago
Fix UNAUTHENTICATED status to point in Java Status class to point to correct code. More... over 11 years ago
First steps in reducing dependency on proto from runtime. More... over 11 years ago
Simple echo client. More... over 11 years ago
Removed proto dependency from Buffers.java: More... over 11 years ago
Metadata improvements. More... over 11 years ago
Fix reference counting misaccounting. More... over 11 years ago
Split out a ClientStreamListener from StreamListener. More... over 11 years ago
Plumb trailer passing through transport streams. More... over 11 years ago
Updating gRPC code to the latest Netty version which supports binary headers. More... over 11 years ago
Add halfClose() to StreamListener. More... over 11 years ago
Add support for new gRPC protocol More... over 11 years ago
Don't use switch on string, for Java 6 compatibility More... over 11 years ago
Remove dependency on ByteBuffers. More... over 11 years ago
Adding support for manually specifying HTTP/2 :authority and :path headers. More... over 11 years ago
Phase 2 of converting to new Headers mechanism for side-channel. Remove 'context' from interfaces/tests/framers/... More... over 11 years ago
Phase 1 of converting to new Headers mechanism for side-channel. Introduces Header and uses it for propagating text-only header values over existing transports Leaves Context & wire format otherwise unchanged More... over 11 years ago
Use String instead of MethodDescriptor in ServerCallHandler. More... over 11 years ago
Remove usage of ImmutableXX collectors from calsses that GRpc Android version will care. More... over 11 years ago
Remove dependencies on Google common internal: More... over 11 years ago
Mimic MethodDescriptor in ServerMethodDefinition when serializing messages. More... over 11 years ago