Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaMuller
/
grpc-java
Public
forked from
grpc/grpc-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 21, 2017
core: clean up code deprecated in 1.1 (#2678)
lukaszx0
authored and
zhangkun83
committed
70b482a
View commit details
Copy full SHA for 70b482a
Browse repository at this point
Fix link to class in java doc (#2739)
Show description for 63a7765
lukaszx0
authored and
zhangkun83
committed
63a7765
View commit details
Copy full SHA for 63a7765
Browse repository at this point
Commits on Feb 17, 2017
core: report error count metrics. (#2734)
zhangkun83
authored
6ff5f21
View commit details
Copy full SHA for 6ff5f21
Browse repository at this point
interop-testing: Remove useless Threads in test
ejona86
committed
9283b2b
View commit details
Copy full SHA for 9283b2b
Browse repository at this point
Commits on Feb 16, 2017
netty: Fix NPE in NettyClientTransport
Show description for d116cc9
lukaszx0
authored and
ejona86
committed
d116cc9
View commit details
Copy full SHA for d116cc9
Browse repository at this point
all: prepare for ErrorProne's FutureReturnValueIgnored
Show description for 72923dc
ejona86
committed
72923dc
View commit details
Copy full SHA for 72923dc
Browse repository at this point
Commits on Feb 14, 2017
releasing: Add docs for creating new Jenkins job
ejona86
committed
9fc4fa1
View commit details
Copy full SHA for 9fc4fa1
Browse repository at this point
netty: remove unused code in a test
ejona86
committed
ae68718
View commit details
Copy full SHA for ae68718
Browse repository at this point
Commits on Feb 13, 2017
netty: include SETTINGS_MAX_HEADER_LIST_SIZE in SETTINGS
Show description for 26913bb
lukaszx0
authored and
carl-mastrangelo
committed
26913bb
View commit details
Copy full SHA for 26913bb
Browse repository at this point
Commits on Feb 11, 2017
Implement missing authority API for HandlerRegistry
rmichela
authored and
ejona86
committed
4029b3f
View commit details
Copy full SHA for 4029b3f
Browse repository at this point
Commits on Feb 10, 2017
core: DelayedStream getAttributes to throw IllegalStateExeption if not passThrough
dapengzhang0
authored
9c78b46
View commit details
Copy full SHA for 9c78b46
Browse repository at this point
compiler: add some missing final modifiers on generated code
carl-mastrangelo
authored
700abb3
View commit details
Copy full SHA for 700abb3
Browse repository at this point
netty: Fix CheckReturnValue failure in test
ejona86
committed
cc000be
View commit details
Copy full SHA for cc000be
Browse repository at this point
Commits on Feb 8, 2017
core: Tweak getAttributes() JavaDoc
Show description for 7e1fd4f
ejona86
committed
7e1fd4f
View commit details
Copy full SHA for 7e1fd4f
Browse repository at this point
core: switch to LBv2 as the default. (#2707)
zhangkun83
authored
9a81cad
View commit details
Copy full SHA for 9a81cad
Browse repository at this point
interop-testing: fix flakes in Http2Client
ericgribkoff
authored
48e1430
View commit details
Copy full SHA for 48e1430
Browse repository at this point
Commits on Feb 7, 2017
all: swap to newer animalsniffer plugin
Show description for 42aa64c
ejona86
committed
42aa64c
View commit details
Copy full SHA for 42aa64c
Browse repository at this point
all: update to protobuf 3.2.0
carl-mastrangelo
authored
b0323ac
View commit details
Copy full SHA for b0323ac
Browse repository at this point
all: drop thrift from grpc-all deps
carl-mastrangelo
authored
50a4278
View commit details
Copy full SHA for 50a4278
Browse repository at this point
Commits on Feb 6, 2017
netty: fix race in server channel startup and shutdown
carl-mastrangelo
authored
dfe61e4
View commit details
Copy full SHA for dfe61e4
Browse repository at this point
netty: add return value errorprone annotations
carl-mastrangelo
authored
1928dc7
View commit details
Copy full SHA for 1928dc7
Browse repository at this point
core: un-abstract the LBv2 setter in ManagedChannelBuilder. (#2697)
Show description for 4564209
zhangkun83
authored
4564209
View commit details
Copy full SHA for 4564209
Browse repository at this point
Commits on Feb 3, 2017
core: record server_elapsed_time on client (#2673)
Show description for 7ab5e0e
zhangkun83
authored
7ab5e0e
View commit details
Copy full SHA for 7ab5e0e
Browse repository at this point
Commits on Feb 2, 2017
interop-testing: Replace Mockito with StreamObserver for several tests (#2639)
kpayson64
authored
6fbe140
View commit details
Copy full SHA for 6fbe140
Browse repository at this point
Commits on Feb 1, 2017
netty: call transportReady in handleProtocolNegotiationCompleted
Show description for b1aee9f
dapengzhang0
authored
b1aee9f
View commit details
Copy full SHA for b1aee9f
Browse repository at this point
docs: Remove annoying diff section heading
Show description for a7b4dfd
ejona86
committed
a7b4dfd
View commit details
Copy full SHA for a7b4dfd
Browse repository at this point
interop-testing: overrideAuthority breaks JWT
Show description for 57b9105
ejona86
committed
57b9105
View commit details
Copy full SHA for 57b9105
Browse repository at this point
Commits on Jan 31, 2017
Start 1.2.0 development cycle
carl-mastrangelo
authored
e8aef5b
View commit details
Copy full SHA for e8aef5b
Browse repository at this point
netty: work around netty bug when RPCs may be reset early
Show description for fdeade4
carl-mastrangelo
authored
fdeade4
View commit details
Copy full SHA for fdeade4
Browse repository at this point
Commits on Jan 30, 2017
core: make ServiceDescriptor use the Builder pattern
carl-mastrangelo
authored
237a65e
View commit details
Copy full SHA for 237a65e
Browse repository at this point
documentation: new server reflection tutorial
ericgribkoff
authored
e08034c
View commit details
Copy full SHA for e08034c
Browse repository at this point
all: upgrade to netty 4.1.8 and tcnative Fork26
carl-mastrangelo
authored
0c0ce37
View commit details
Copy full SHA for 0c0ce37
Browse repository at this point
Commits on Jan 27, 2017
all: fix linter found on import
carl-mastrangelo
authored
cbe0ecd
View commit details
Copy full SHA for cbe0ecd
Browse repository at this point
testing: change names of noopMarshaller to void marshaller
Show description for 566d0e9
carl-mastrangelo
authored
566d0e9
View commit details
Copy full SHA for 566d0e9
Browse repository at this point
docs: security requirement of NameResolver.getServiceAuthority() (#2665)
Show description for 9983a7b
zhangkun83
authored
9983a7b
View commit details
Copy full SHA for 9983a7b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.