Highlights
- Arctic Code Vault Contributor
- Pro
Popular repositories
919 contributions in the last year
Less
More
Contribution activity
February 2021
Created 20 commits in 2 repositories
Created a pull request in protocolbuffers/upb that received 1 comment
Support non-zero minutes in the timestamp offset for JSON.
This is to address protocolbuffers/protobuf#8071
+18
−4
•
1
comment
Opened 6 other pull requests in 1 repository
protocolbuffers/protobuf
5
merged
1
open
- Integrate from Piper for C++, Java, and Python
- Updated upb to allow nonzero offset minutes in JSON timestamps.
- Removed obsolete HAVE_PTHREADS check (we use std::mutex now).
- Fixed clone_obj for PHP8.
- Protect against stack overflow if the user derives from Message.
- Fixed clone for Message, RepeatedField, and MapField.