- 20 Jan, 2016 3 commits
-
-
Jon Skeet authored
The usage of ICustomDiagnosticMessage here is non-essential - ToDiagnosticString doesn't actually get called by ToString() in this case, due to JsonFormatter code. It was intended to make it clearer that it *did* have a custom format... but then arguably I should do the same for Value, Struct, Any etc. Moving some of the code out of JsonFormatter and into Duration/Timestamp/FieldMask likewise feels somewhat nice, somewhat nasty... basically there are JSON-specific bits of formatting, but also domain-specific bits of computation. <sigh> Thoughts welcome.
-
Jan Tattermusch authored
Introduce ICustomDiagnosticMessage to allow for custom string formatting
-
Feng Xiao authored
Fix compiler warning from repeated_field.h
-
- 19 Jan, 2016 2 commits
-
-
John Burke authored
-
Feng Xiao authored
Update podspec version to 3.0.0-beta-2
-
- 17 Jan, 2016 1 commit
-
-
Feng Xiao authored
throw IOException instead of InvalidProtocolBufferException when appropriate
-
- 16 Jan, 2016 7 commits
-
-
Jon Skeet authored
JSON Conformance improvements
-
Joshua Haberman authored
Fixed Python 3.x C++ build, and updated conformance failure lists.
-
Jorge Canizales authored
It's already submitted.
-
Joshua Humphries authored
-
Joshua Humphries authored
-
Joshua Humphries authored
-
Josh Haberman authored
-
- 15 Jan, 2016 14 commits
-
-
Feng Xiao authored
Fix tests broken by the Java directory change.
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
"valueField": null is parsed appropriately, i.e. that it remembers that the field is set.
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
Previously we were incorrectly packing wrapper types. This also refactors FieldCodec a bit as well, using more C# 6-ness.
-
- 14 Jan, 2016 1 commit
-
-
Feng Xiao authored
Change-Id: I39c4eadbd28164cfd83aa2d1d8b6dfe8286db803
-
- 13 Jan, 2016 5 commits
-
-
Feng Xiao authored
Restructuring protobuf to multiple modules
-
nmittler authored
protobuf/java will become a parent pom that will contain two modules: core - contains all of the code for the protobuf-java artifact util - contains all of the code for the protobuf-java-util artifact Also cleaned up various Maven warnings.
-
Jon Skeet authored
- Spot an Any without a type URL - In the conformance test runner, catch exceptions due to generally-invalid JSON
-
Jon Skeet authored
This fixes issue #933, effectively.
-
Jan Tattermusch authored
Prohibit null values in maps
-
- 12 Jan, 2016 7 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
-