3188 Commits (9e60036c1b1db947d29cbaaa668aeae19e7d2068)
 

Author SHA1 Message Date
Jon Skeet 0809de8e9f Clarify readme 9 years ago
Josh Haberman 5394fdb641 Enable JavaScript tests for binary parse/serialize. 9 years ago
Jisi Liu 287a095c87 Merge pull request #1165 from damienmg/master 9 years ago
Jie Luo 7727e2603c Merge pull request #1195 from calbach/python-json-struct 9 years ago
Jisi Liu 110e31cbbc Merge pull request #1199 from google/google_integrate 9 years ago
CH Albach 5477f8cdba Manually down-integrate python JSON struct support from internal code base. 9 years ago
Jisi Liu defa25b38b Restore the license for Internal.java 9 years ago
Jisi Liu 1b8bab3a78 Uncomment the test, which was commented out during integration 9 years ago
Jisi Liu 5221dcbe47 Integrate from google internal. 9 years ago
Jisi Liu cb3f428810 Undo the Java module change for integration. 9 years ago
Swen Kooij 37d6cf9cfe Fixed unused parameters and extra ';' 9 years ago
kkm 714b6b761b Fix Intel compiler warnings in include files on Windows 9 years ago
Jan Tattermusch b13874d59e Merge pull request #1158 from jskeet/nonnormalized-tostring 9 years ago
Parth Kolekar 21e1f1d2e9 Updated python examples to use with. 9 years ago
Sylvain Baubeau e5ec85e7a5 Fix typos in README.md 9 years ago
Feng Xiao 60f7fc51fb Merge pull request #1169 from LuminateWireless/bazel-build 9 years ago
Jisi Liu c65be83200 Merge pull request #1167 from xfxyjwf/refactor_doc 9 years ago
Ming Zhao 4fe03816b1 Fix bazel BUILD for Java. 9 years ago
Feng Xiao d0e0114f31 Refactor README.md. 9 years ago
Jan Tattermusch 187977649b Merge pull request #1163 from jskeet/more-json 9 years ago
Feng Xiao f2b6dbb8b3 Merge pull request #1162 from brian-peloton/master 9 years ago
Jon Skeet 3878d84662 Fix mistakes in highest-representable float64 integers 9 years ago
Brian Silverman 96c2dd5dfc Avoid upcasting uninitialized pointers 9 years ago
Feng Xiao fe066bd514 Merge pull request #789 from motahan/solaris64_fix 9 years ago
Jon Skeet dd43dcca8c Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw 9 years ago
Jan Tattermusch 8c5260b21b Merge pull request #1096 from jskeet/custom-to-string 9 years ago
Feng Xiao 6794d17c94 Merge pull request #1155 from jcburke14/jb-intcast 9 years ago
John Burke 3937dedbff Fix compiler warning from repeated_field.h 9 years ago
Feng Xiao 91427fe075 Merge pull request #1147 from jcanizales/patch-1 9 years ago
Feng Xiao bbe6e430f6 Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exception 9 years ago
Jon Skeet d522479aa0 Merge pull request #1145 from jskeet/conformance 9 years ago
Joshua Haberman 1e113df20a Merge pull request #1146 from haberman/pycppfix 9 years ago
Jorge Canizales b40e125f0b Update podspec version to 3.0.0-beta-2 9 years ago
Joshua Humphries 248557e73a move test file (was in wrong place after rebasing on java module refactor) 9 years ago
Joshua Humphries 60654349e7 fully qualify invocations of static methods on GeneratedMessage 9 years ago
Joshua Humphries f3c75580e4 throw IOException instead of InvalidProtocolBufferException when appropriate 9 years ago
Josh Haberman 06fd6fa850 Fixed Python 3.x C++ build, and updated conformance failure lists. 9 years ago
Damien Martin-Guillerez 76547e5190 Make protobuf Skylark extension appends the workspace root 9 years ago
Feng Xiao 9a5d892e2a Merge pull request #1143 from xfxyjwf/fix_java 9 years ago
Jon Skeet 030c268489 Fix broken test 9 years ago
Jon Skeet 5ee055d53d Remove now-fixed conformance errors. 9 years ago
Jon Skeet b1ea15f7a5 Make sure that 9 years ago
Jon Skeet 8866d6a80e Reject JSON containing the same oneof field twice 9 years ago
Jon Skeet 52db5139c4 Change handling of unknown enums: we now write out the value as a number. 9 years ago
Jon Skeet f437b67f60 Extra strictness for FieldMask conversion 9 years ago
Jon Skeet 022a9b2675 Allow the original field name (rather than camel-cased) when parsing JSON 9 years ago
Jon Skeet 1fc485928f Fixes to JSON timestamp/duration representations 9 years ago
Jon Skeet c74676f070 Report serialization errors in conformance tests 9 years ago
Jon Skeet 888e71bdfc Prohibit null values in repeated and map fields in JSON 9 years ago
Jon Skeet 1a34ac03be Throw a better exception when invalid base64 is detected in JSON 9 years ago