Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
joeyee2015
/
protobuf
Public
forked from
protocolbuffers/protobuf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 20, 2015
Merge pull request #290 from xfxyjwf/wkt
Show description for ba05454
xfxyjwf
committed
ba05454
Copy full SHA for ba05454
Include all well-known type protos.
Show description for ca9d1a0
xfxyjwf
committed
ca9d1a0
Copy full SHA for ca9d1a0
Commits on Apr 15, 2015
Factored conformance tests so they can run in-process.
Show description for 4e63b52
haberman
committed
4e63b52
Copy full SHA for 4e63b52
Commits on Apr 13, 2015
Merge pull request #284 from cfallin/issue-283
Show description for 8fe135d
haberman
committed
8fe135d
Copy full SHA for 8fe135d
Bump gem version to release bugfix.
cfallin
committed
14fd962
Copy full SHA for 14fd962
Fixed issue #283: crash in JSON handler cleanup.
Show description for e9abbd2
cfallin
committed
e9abbd2
Copy full SHA for e9abbd2
Commits on Apr 11, 2015
Merge pull request #276 from tamird/drop-apputils-dependency
Show description for be89e62
haberman
committed
be89e62
Copy full SHA for be89e62
Commits on Apr 10, 2015
[PYTHON] Drop dependency on 'google.apputils'.
Show description for 9f42f5f
tamird
committed
9f42f5f
Copy full SHA for 9f42f5f
[PYTHON] Remove awkward duplicate tests
Show description for dab96f1
tamird
committed
dab96f1
Copy full SHA for dab96f1
[PYTHON] README: explain homebrew shenanigans
tamird
committed
d632bc7
Copy full SHA for d632bc7
[PYTHON] Remove unnecessary `include_dir`
tamird
committed
a46a2e9
Copy full SHA for a46a2e9
[PYTHON] Clarify API version comment
tamird
committed
ef1b747
Copy full SHA for ef1b747
Merge pull request #278 from haberman/python-travis
Show description for 6003aa1
haberman
committed
6003aa1
Copy full SHA for 6003aa1
Export LD_LIBRARY_PATH.
haberman
committed
2f56bf9
Copy full SHA for 2f56bf9
Fix for current directory in Travis tests.
haberman
committed
0f2e726
Copy full SHA for 0f2e726
Commits on Apr 9, 2015
Added Python to Travis build and clarified setup instructions.
haberman
committed
2bd813b
Copy full SHA for 2bd813b
Merge pull request #271 from zhangkun83/protoc-artifact-maven
Show description for f0b510a
liujisi
committed
f0b510a
Copy full SHA for f0b510a
Commits on Apr 8, 2015
Merge pull request #275 from tamird/remove-useless-file
Show description for 8750f72
haberman
committed
8750f72
Copy full SHA for 8750f72
Remove useless file that doesn't load
Show description for 8ede281
tamird
committed
8ede281
Copy full SHA for 8ede281
Merge gerrit/master and github/master.
xfxyjwf
committed
f8808fb
Copy full SHA for f8808fb
Added first version of conformance tests.
Show description for 35a1cc7
haberman
committed
35a1cc7
Copy full SHA for 35a1cc7
Strip Mac artifacts
zhangkun83
committed
1c12612
Copy full SHA for 1c12612
Make the osx binary compatible with 10.7 and later
zhangkun83
committed
62903ec
Copy full SHA for 62903ec
Fix osx dependency check. otool prints the file name in the first line. Should skip it
zhangkun83
committed
5c265fa
Copy full SHA for 5c265fa
Add cross-compilation for Windows on Linux using MinGW. Check library dependencies of artifact
zhangkun83
committed
6f2bc19
Copy full SHA for 6f2bc19
List the platforms that we currently support. Document staging.repository.
zhangkun83
committed
c679236
Copy full SHA for c679236
Commits on Apr 7, 2015
Process to deploy artifacts for multiple platforms into a single
Show description for c5a2a7c
zhangkun83
committed
c5a2a7c
Copy full SHA for c5a2a7c
Commits on Apr 2, 2015
Merge pull request #264 from tamird/getbytes
Show description for 4990875
xfxyjwf
committed
4990875
Copy full SHA for 4990875
Clean up imports
tamird
committed
654bd31
Copy full SHA for 654bd31
Move `UTF_8` to `Internal`
tamird
committed
badef1f
Copy full SHA for badef1f
Skip 3-byte test in CI
tamird
committed
2820e86
Copy full SHA for 2820e86
Run `java{,nano}` tests in CI
tamird
committed
9a2f1f6
Copy full SHA for 9a2f1f6
DRY: Use `Charset` statics to eliminate exceptions
tamird
committed
210de28
Copy full SHA for 210de28
perf: String#getBytes(Charset) vs getBytes(String)
phraktle
authored and
tamird
committed
e84893f
Copy full SHA for e84893f
Whitespace
tamird
committed
7139d1e
Copy full SHA for 7139d1e
Pagination
Previous
Next
You can’t perform that action at this time.