- 08 Nov, 2019 2 commits
-
-
Thomas Van Lenten authored
if the value was >32bit with the low bits all being zero, it was decoded as false instead of as true. Fixes #6863
-
Jan Tattermusch authored
Change _Extensions property to normal body rather than expression
-
- 07 Nov, 2019 2 commits
-
-
Joshua Haberman authored
Ruby lazy wrappers optimization
-
Sydney Acksman authored
-
- 05 Nov, 2019 3 commits
-
-
Jan Tattermusch authored
C#: Optimize parsing of some primitive and wrapper types
-
Jan Tattermusch authored
Use 3 parameter Encoding.GetString for default string values
-
Chris Bacon authored
-
- 04 Nov, 2019 13 commits
-
-
Chris Bacon authored
-
Chris Bacon authored
-
Sydney Acksman authored
-
Jan Tattermusch authored
C#: Add microbenchmark for parsing wrapper types
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Fix Makefile.am by adding generated files
-
Jon Skeet authored
-
Thomas Van Lenten authored
-
Jan Tattermusch authored
Fix reflection access when using old generated code
-
Jan Tattermusch authored
Avoid NullReferenceException when accessing CustomOptions
-
- 31 Oct, 2019 1 commit
-
-
Joshua Haberman authored
-
- 30 Oct, 2019 7 commits
-
-
veawor authored
Make shared libraries be able to link to MSVC static runtime libraries, so that VC runtime is not required.
-
Jon Skeet authored
Even though the property is deprecated, it still shouldn't throw.
-
Jon Skeet authored
FileDescriptor construction uses an extension registry including extensions from imports. If these were created using an older version of protoc, the FieldDescriptor.Extension property may be null; we ignore such extensions rather than failing.
-
Jon Skeet authored
(The implementation to fix this is in the following commit.)
-
Jon Skeet authored
-
Joshua Haberman authored
-
Joshua Haberman authored
-
- 29 Oct, 2019 11 commits
-
-
Joshua Haberman authored
-
Adam Cozzette authored
-
Joshua Haberman authored
The only case that doesn't work is decoding a wrapper type from JSON at the top level. This doesn't make sense and probably no users do it I changed it to throw.
-
Paul Yang authored
* Avoid initializing primitive fields in layout_init * Avoid initializing string/bytes/message fields in layout_init * Lazily create map when needed * Lazily create repeated fields * Change layout_init to only do memcpy * Fix test for php-7.0 * Fix conformance test where default value of string/message map is not encoded * Fix test for zts * Clean up * Fix comments
-
Rafi Kamal authored
Update GSON and errorprone
-
Tapasweni Pathak authored
-
Tapasweni Pathak authored
-
Tapasweni Pathak authored
-
Tapasweni Pathak authored
-
Rafi Kamal authored
Update to 3.10.0 in docs
-
Joshua Haberman authored
-
- 28 Oct, 2019 1 commit
-
-
ST-DDT authored
-