aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge pull request #1158 from jskeet/nonnormalized-tostringGravatar Jan Tattermusch2016-01-26
|\
* \ Merge pull request #1169 from LuminateWireless/bazel-buildGravatar Feng Xiao2016-01-22
|\ \
* \ \ Merge pull request #1167 from xfxyjwf/refactor_docGravatar Jisi Liu2016-01-22
|\ \ \
| | * | Fix bazel BUILD for Java.Gravatar Ming Zhao2016-01-21
| |/ / |/| |
| * | Refactor README.md.Gravatar Feng Xiao2016-01-21
|/ /
* | Merge pull request #1163 from jskeet/more-jsonGravatar Jan Tattermusch2016-01-21
|\ \
* \ \ Merge pull request #1162 from brian-peloton/masterGravatar Feng Xiao2016-01-21
|\ \ \
| | * | Fix mistakes in highest-representable float64 integersGravatar Jon Skeet2016-01-21
| |/ / |/| |
| * | Avoid upcasting uninitialized pointersGravatar Brian Silverman2016-01-20
|/ /
* | Merge pull request #789 from motahan/solaris64_fixGravatar Feng Xiao2016-01-20
|\ \
| | * Ensure that FieldMask, Timestamp and Duration ToString() calls don't throwGravatar Jon Skeet2016-01-20
| |/ |/|
* | Merge pull request #1096 from jskeet/custom-to-stringGravatar Jan Tattermusch2016-01-19
|\ \
* \ \ Merge pull request #1155 from jcburke14/jb-intcastGravatar Feng Xiao2016-01-19
|\ \ \
| * | | Fix compiler warning from repeated_field.hGravatar John Burke2016-01-19
|/ / /
* | | Merge pull request #1147 from jcanizales/patch-1Gravatar Feng Xiao2016-01-19
|\ \ \
* \ \ \ Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exce...Gravatar Feng Xiao2016-01-16
|\ \ \ \
* \ \ \ \ Merge pull request #1145 from jskeet/conformanceGravatar Jon Skeet2016-01-16
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #1146 from haberman/pycppfixGravatar Joshua Haberman2016-01-15
|\ \ \ \ \ \
| | | | * | | Update podspec version to 3.0.0-beta-2Gravatar Jorge Canizales2016-01-15
| |_|_|/ / / |/| | | | |
| | | * | | move test file (was in wrong place after rebasing on java module refactor)Gravatar Joshua Humphries2016-01-15
| | | * | | fully qualify invocations of static methods on GeneratedMessageGravatar Joshua Humphries2016-01-15
| | | * | | throw IOException instead of InvalidProtocolBufferException when appropriateGravatar Joshua Humphries2016-01-15
| |_|/ / / |/| | | |
| * | | | Fixed Python 3.x C++ build, and updated conformance failure lists.Gravatar Josh Haberman2016-01-15
* | | | | Merge pull request #1143 from xfxyjwf/fix_javaGravatar Feng Xiao2016-01-15
|\ \ \ \ \ | |/ / / / |/| | | |
| | * | | Fix broken testGravatar Jon Skeet2016-01-15
| | * | | Remove now-fixed conformance errors.Gravatar Jon Skeet2016-01-15
| | * | | Make sure thatGravatar Jon Skeet2016-01-15
| | * | | Reject JSON containing the same oneof field twiceGravatar Jon Skeet2016-01-15
| | * | | Change handling of unknown enums: we now write out the value as a number.Gravatar Jon Skeet2016-01-15
| | * | | Extra strictness for FieldMask conversionGravatar Jon Skeet2016-01-15
| | * | | Allow the original field name (rather than camel-cased) when parsing JSONGravatar Jon Skeet2016-01-15
| | * | | Fixes to JSON timestamp/duration representationsGravatar Jon Skeet2016-01-15
| | * | | Report serialization errors in conformance testsGravatar Jon Skeet2016-01-15
| | * | | Prohibit null values in repeated and map fields in JSONGravatar Jon Skeet2016-01-15
| | * | | Throw a better exception when invalid base64 is detected in JSONGravatar Jon Skeet2016-01-15
| | * | | Support (and test) numeric enum parsing in JSONGravatar Jon Skeet2016-01-15
| | * | | Fix handling of repeated wrappersGravatar Jon Skeet2016-01-15
| * | | | Fix tests broken by the Java directory change.Gravatar Feng Xiao2016-01-14
|/ / / /
* | | | Merge pull request #1121 from nmittler/restructureGravatar Feng Xiao2016-01-13
|\ \ \ \
| * | | | Restructuring protobuf to multiple modulesGravatar nmittler2016-01-13
| | * | | JSON conformance test fixesGravatar Jon Skeet2016-01-13
| |/ / / |/| | |
| | * | Introduce ICustomDiagnosticMessage to allow for custom string formattingGravatar Jon Skeet2016-01-13
| |/ / |/| |
* | | Merge pull request #1089 from jskeet/map-nullGravatar Jan Tattermusch2016-01-12
|\ \ \
* \ \ \ Merge pull request #1080 from haberman/conformance-crashesGravatar Joshua Haberman2016-01-12
|\ \ \ \
* \ \ \ \ Merge pull request #1129 from dongjoon-hyun/fix_typos_in_README_and_CHANGESGravatar Feng Xiao2016-01-12
|\ \ \ \ \
| | * | | | Don't generate Objective C WKT for conformance tests to avoid dupliate defs.Gravatar Josh Haberman2016-01-12
* | | | | | Merge pull request #1131 from thomasvl/fix_sem_leakGravatar Thomas Van Lenten2016-01-12
|\ \ \ \ \ \
| * | | | | | Release the semaphore in dealloc, fixing leak.Gravatar Thomas Van Lenten2016-01-12
|/ / / / / /
| | * | | | Conformance: Update C# failure list to reflect which tests currently pass.Gravatar Josh Haberman2016-01-12
| | * | | | Fixed Ruby conformance tests by running them under rvm Ruby.Gravatar Josh Haberman2016-01-11