openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
G
grpc-java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Mar 25, 2025 — Mar 25, 2026
Showing page 233 of 236
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Delete Session, Operation and ALL of its associated cruft.
lryan
More...
over 11 years ago
Upgrade OkHttp to the head (commit 2d6b3770d9ef3424a12c4c243596a34cc07cbef1), for having Http2 draft 14.
simonma
More...
over 11 years ago
Various updates to properly handle gRPC connection startup and shutdown.
nathanmittler
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.
zhangkun
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.
lryan
More...
over 11 years ago
Use our own SerializingExecutor.
simonma
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.
zhangkun
More...
over 11 years ago
Added SSL support to gRPC java server used for integration tests.
wonderfly
More...
over 11 years ago
ServerImpl
ejona
More...
over 11 years ago
Create an in-process adapter between ClientTransport and HandlerRegistry
lryan
More...
over 11 years ago
Fix UNAUTHENTICATED status to point in Java Status class to point to correct code.
scottpeterson
More...
over 11 years ago
First steps in reducing dependency on proto from runtime.
lryan
More...
over 11 years ago
Simple echo client.
nathanmittler
More...
over 11 years ago
Removed proto dependency from Buffers.java:
simonma
More...
over 11 years ago
Metadata improvements.
lryan
More...
over 11 years ago
Fix reference counting misaccounting.
ejona
More...
over 11 years ago
Split out a ClientStreamListener from StreamListener.
ejona
More...
over 11 years ago
Plumb trailer passing through transport streams.
ejona
More...
over 11 years ago
Updating gRPC code to the latest Netty version which supports binary headers.
nathanmittler
More...
over 11 years ago
Add halfClose() to StreamListener.
ejona
More...
over 11 years ago
Add support for new gRPC protocol
ejona
More...
over 11 years ago
Don't use switch on string, for Java 6 compatibility
ejona
More...
over 11 years ago
Remove dependency on ByteBuffers.
ejona
More...
over 11 years ago
Adding support for manually specifying HTTP/2 :authority and :path headers.
nathanmittler
More...
over 11 years ago
Phase 2 of converting to new Headers mechanism for side-channel. Remove 'context' from interfaces/tests/framers/...
lryan
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
lryan
More...
over 11 years ago
Use String instead of MethodDescriptor in ServerCallHandler.
ejona
More...
over 11 years ago
Remove usage of ImmutableXX collectors from calsses that GRpc Android version will care.
simonma
More...
over 11 years ago
Remove dependencies on Google common internal:
simonma
More...
over 11 years ago
Mimic MethodDescriptor in ServerMethodDefinition when serializing messages.
ejona
More...
over 11 years ago
←
1
2
…
228
229
230
231
232
233
234
235
236
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree