- 15 Jan, 2016 8 commits
- 13 Jan, 2016 2 commits
-
-
Jon Skeet authored
- Spot an Any without a type URL - In the conformance test runner, catch exceptions due to generally-invalid JSON
-
Jan Tattermusch authored
Prohibit null values in maps
-
- 12 Jan, 2016 10 commits
-
-
Joshua Haberman authored
Allow conformance test runner to tolerate crashes, and re-enable conformance tests
-
Feng Xiao authored
Fix typos in README.md/CHANGES.txt
-
Josh Haberman authored
-
Thomas Van Lenten authored
Release the semaphore in dealloc, fixing leak.
-
Thomas Van Lenten authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
- 11 Jan, 2016 3 commits
-
-
Dongjoon Hyun authored
-
Feng Xiao authored
Add the docs claimed define for HAVE_UNORDERED_MAP
-
Jon Skeet authored
On deserialization, missing values for message types are replaced with a "default" message.
-
- 09 Jan, 2016 6 commits
-
-
Peter Newman authored
-
Feng Xiao authored
Fix appveyor build.
-
Feng Xiao authored
-
Jan Tattermusch authored
Ensure all formatted well-known-type values are valid JSON
-
Jan Tattermusch authored
Remove unused method in FieldCodec.
-
Jan Tattermusch authored
Improve number handling in JSON parsing
-
- 08 Jan, 2016 2 commits
-
-
Feng Xiao authored
Update README.md - remove typo
-
Radoslaw Busz authored
-
- 07 Jan, 2016 6 commits
-
-
Feng Xiao authored
Update README.md and remove INSTALL.txt
-
Thomas Van Lenten authored
Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests.
-
Thomas Van Lenten authored
Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests.
-
Feng Xiao authored
Added instructions on what tools to install to compile protobuf from source. Removed the INSTALL.txt file because it's just a simple copy of the autoconf documentation and confuses users. Change-Id: I6fd8aa13495f1238fe5c62451b95ad480b1c4bed
-
Feng Xiao authored
Defer calls to mutable_unknown_fields() until it is actually required to save memory for C++ lite runtime. Change-Id: Ica9c1fd276cdb164942d1e7b6e098c83ee3ffdc5
-
Feng Xiao authored
Update version number and fix javadoc errors.
-
- 06 Jan, 2016 3 commits
-
-
Feng Xiao authored
-
Thomas Van Lenten authored
Fix up the conformance tests
-
Jon Skeet authored
This involves quoting timestamp/duration/field-mask values, even when they're not in fields. It's better for consistency. Fixes issue #1097.
-