- 28 Mar, 2017 2 commits
-
-
Thomas Van Lenten authored
Raise the recursion limit to 100 to match other languages.
-
Thomas Van Lenten authored
-
- 27 Mar, 2017 3 commits
-
-
Joshua Haberman authored
Changed go_package for plugin.proto.
-
Joshua Haberman authored
Conformance tests for JavaScript (Node.js). 15 tests are failing.
-
Jie Luo authored
Add FormatEnumsAsIntegers support for Json Format. Scale JsonFormatter.Settings for multi options.
-
- 24 Mar, 2017 1 commit
-
-
Jie Luo authored
-
- 22 Mar, 2017 2 commits
- 21 Mar, 2017 1 commit
-
-
Paul Yang authored
-
- 20 Mar, 2017 5 commits
-
-
Adam Cozzette authored
migrate delimited messages functions to util package
-
Bairen Yi authored
-
Feng Xiao authored
Remove duplicated copyright statement
-
Adam Cozzette authored
fix attributes warning
-
Adam Cozzette authored
Ruby: only link against specific version of memcpy if we're using glibc
-
- 17 Mar, 2017 9 commits
-
-
Feng Xiao authored
Add preserve_proto_field_names option to JsonPrintOptions
-
Adam Cozzette authored
We have some special code in wrap_memcpy.c to ensure that we use the 2.2.5 version of memcpy, for compatibility with older versions of glibc. However, we need to make sure we only attempt to do this when we are actually building with glibc, so that the code can also build successfully against other libc implementations such as musl.
-
Jie Luo authored
DefaultValueObjectWriter should populate oneof message field
-
Paul Yang authored
This option will be prepended to generated classes of all messages in the containing file.
-
Feng Xiao authored
Fix freebsd build.
-
Bairen Yi authored
-
Brendan McCarthy authored
-
Brendan McCarthy authored
-
Byron Yi authored
-
- 16 Mar, 2017 13 commits
-
-
Feng Xiao authored
Add a notice for nano.
-
Feng Xiao authored
We no longer supports nano and recommend protobuf lite over nano for Android users.
-
Josh Haberman authored
-
Josh Haberman authored
-
Joshua Haberman authored
Changed scope of Java deps to "test".
-
Joshua Haberman authored
Ruby: fixed Message#to_h for map fields.
-
Adam Cozzette authored
JS: ensure that extension values are serialized even if they're falsy
-
Byron Yi authored
-
Byron Yi authored
-
Byron Yi authored
-
prehistoric-penguin authored
-
Josh Haberman authored
This is per: https://github.com/google/protobuf/issues/2019
-
Josh Haberman authored
For more info see: https://github.com/google/protobuf/issues/1289
-
- 15 Mar, 2017 4 commits
-
-
Joshua Haberman authored
compiler/cli: PrintHelpText prints to stdout instead of stderr
-
Adam Cozzette authored
-
Josh Haberman authored
-
Konstantin Podsvirov authored
Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
-