Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
friendlydan
/
grpcurl
Public
forked from
fullstorydev/grpcurl
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Mar 7, 2019
latest protoreflect fixes some bugs in JSON marshaling/unmarshaling (#86)
jhump
authored
0fcd325
Copy full SHA for 0fcd325
Commits on Feb 28, 2019
use custom flagset (#85)
jhump
authored
4c9c82c
Copy full SHA for 4c9c82c
add -max-msg-sz flag (#84)
jhump
authored
5082a1d
Copy full SHA for 5082a1d
fix flaky test where code can be 'cancelled' unexpectedly, instead of some error code provided by the server (#83)
jhump
authored
d641a66
Copy full SHA for d641a66
Commits on Feb 27, 2019
fix typo in readme
Show description for ce84976
jhump
authored
ce84976
Copy full SHA for ce84976
add Go 1.12 to travis config (#82)
jhump
authored
b292d5a
Copy full SHA for b292d5a
update proto and grpc deps (#81)
Show description for 5516a45
jhump
authored
5516a45
Copy full SHA for 5516a45
Commits on Jan 23, 2019
add Homebrew installation method to README (#77)
crewmanmud
authored and
jhump
committed
4a329f3
Copy full SHA for 4a329f3
Commits on Jan 3, 2019
fix minor issues caught by staticcheck (#76)
jhump
authored
1c6532c
Copy full SHA for 1c6532c
Commits on Dec 17, 2018
ignore deprecated check for now (#75)
jhump
authored
0f9e76c
Copy full SHA for 0f9e76c
Commits on Dec 13, 2018
make method invocation resilient to errors trying to load all files from server (#74)
jhump
authored
9fa2fce
Copy full SHA for 9fa2fce
Commits on Dec 12, 2018
fix typo in Makefile (#72)
jhump
authored
70e9bba
Copy full SHA for 70e9bba
Commits on Nov 16, 2018
don't use TLS 1.3, which isn't quite right yet in Go tip (#66)
jhump
authored
d86529b
Copy full SHA for d86529b
Commits on Nov 1, 2018
on error reading request, bidi stream would hang (#63)
jhump
authored
0dea37e
Copy full SHA for 0dea37e
several Go libraries, including gRPC and golang.org/x/net/http2, no longer support Go 1.8 and older (#64)
jhump
authored
dfa06f4
Copy full SHA for dfa06f4
account type in OpenAccount RPC was ignored (#61)
jhump
authored
22ce2f0
Copy full SHA for 22ce2f0
Commits on Oct 23, 2018
make MakeTemplate more robust (#60)
jhump
authored
1e8e50f
Copy full SHA for 1e8e50f
Commits on Oct 19, 2018
move more stuff from cmd to package (#59)
jhump
authored
7cabe7a
Copy full SHA for 7cabe7a
some pre-factoring and small fixes (#58)
Show description for 9a4bbac
jhump
authored
9a4bbac
Copy full SHA for 9a4bbac
Commits on Oct 18, 2018
reconcile with recent change to "describe" output
jhump
authored
69ea782
Copy full SHA for 69ea782
use proto syntax for describe (#57)
jhump
authored
58cd932
Copy full SHA for 58cd932
improve flag doc with go 1.10+ (#56)
jhump
authored
a337c1a
Copy full SHA for a337c1a
Commits on Oct 17, 2018
add option to support text format (#54)
Show description for e00ef3e
jhump
authored
e00ef3e
Copy full SHA for e00ef3e
Commits on Oct 16, 2018
update README (#55)
Show description for 397a8c1
jhump
authored
397a8c1
Copy full SHA for 397a8c1
Commits on Oct 12, 2018
use correct package name for golint (#53)
jhump
authored
554e69b
Copy full SHA for 554e69b
Commits on Sep 27, 2018
fix typo in InvokeRpc() comment (#50)
Ryo Nakao
authored and
jhump
committed
2dd771c
Copy full SHA for 2dd771c
Commits on Sep 25, 2018
add goreleaser (#49)
Show description for 79a550b
leighmcculloch
authored and
jhump
committed
79a550b
Copy full SHA for 79a550b
Commits on Sep 15, 2018
support go modules (#48)
Show description for d4d048f
jhump
authored
d4d048f
Copy full SHA for d4d048f
Commits on Sep 7, 2018
add bankdemo, from Gophercon 2018 demo (#45)
jhump
authored
6198551
Copy full SHA for 6198551
Commits on Aug 8, 2018
Point to server reflection docs (#38)
Show description for 1e72fa2
jeanbza
authored and
jhump
committed
1e72fa2
Copy full SHA for 1e72fa2
Commits on Jul 16, 2018
only run static checks for Go 1.10 build, not all of them (#42)
jhump
authored
75759db
Copy full SHA for 75759db
fix doc section regarding protoset and proto sources
Show description for 9d19f10
jhump
authored
9d19f10
Copy full SHA for 9d19f10
Commits on Jul 6, 2018
allow period at the start of a symbol (#40)
jeanbza
authored and
jhump
committed
b709105
Copy full SHA for b709105
add -d examples to README
Show description for 2ff725a
jhump
authored
2ff725a
Copy full SHA for 2ff725a
Commits on Jun 8, 2018
add go report card badge to README
jhump
authored
819d390
Copy full SHA for 819d390
Pagination
Previous
Next
You can’t perform that action at this time.