1. 287a095 Merge pull request #1165 from damienmg/master by Jisi Liu · 8 years ago
  2. 7727e26 Merge pull request #1195 from calbach/python-json-struct by Jie Luo · 8 years ago
  3. 110e31c Merge pull request #1199 from google/google_integrate by Jisi Liu · 8 years ago
  4. 5477f8c Manually down-integrate python JSON struct support from internal code base. by CH Albach · 8 years ago
  5. defa25b Restore the license for Internal.java by Jisi Liu · 8 years ago
  6. 1b8bab3 Uncomment the test, which was commented out during integration by Jisi Liu · 8 years ago
  7. 5221dcb Integrate from google internal. by Jisi Liu · 8 years ago
  8. cb3f428 Undo the Java module change for integration. by Jisi Liu · 9 years ago
  9. 37d6cf9 Fixed unused parameters and extra ';' by Swen Kooij · 9 years ago
  10. 714b6b7 Fix Intel compiler warnings in include files on Windows by kkm · 9 years ago
  11. b13874d Merge pull request #1158 from jskeet/nonnormalized-tostring by Jan Tattermusch · 9 years ago
  12. 21e1f1d Updated python examples to use with. by Parth Kolekar · 9 years ago
  13. e5ec85e Fix typos in README.md by Sylvain Baubeau · 9 years ago
  14. 60f7fc5 Merge pull request #1169 from LuminateWireless/bazel-build by Feng Xiao · 9 years ago
  15. c65be83 Merge pull request #1167 from xfxyjwf/refactor_doc by Jisi Liu · 9 years ago
  16. 4fe0381 Fix bazel BUILD for Java. by Ming Zhao · 9 years ago
  17. d0e0114 Refactor README.md. by Feng Xiao · 9 years ago
  18. 1879776 Merge pull request #1163 from jskeet/more-json by Jan Tattermusch · 9 years ago
  19. f2b6dbb Merge pull request #1162 from brian-peloton/master by Feng Xiao · 9 years ago
  20. 3878d84 Fix mistakes in highest-representable float64 integers by Jon Skeet · 9 years ago
  21. 96c2dd5 Avoid upcasting uninitialized pointers by Brian Silverman · 9 years ago
  22. fe066bd Merge pull request #789 from motahan/solaris64_fix by Feng Xiao · 9 years ago
  23. dd43dcc Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw by Jon Skeet · 9 years ago
  24. 8c5260b Merge pull request #1096 from jskeet/custom-to-string by Jan Tattermusch · 9 years ago
  25. 6794d17 Merge pull request #1155 from jcburke14/jb-intcast by Feng Xiao · 9 years ago
  26. 3937ded Fix compiler warning from repeated_field.h by John Burke · 9 years ago
  27. 91427fe Merge pull request #1147 from jcanizales/patch-1 by Feng Xiao · 9 years ago
  28. bbe6e43 Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exception by Feng Xiao · 9 years ago
  29. d522479 Merge pull request #1145 from jskeet/conformance by Jon Skeet · 9 years ago
  30. 1e113df Merge pull request #1146 from haberman/pycppfix by Joshua Haberman · 9 years ago
  31. b40e125 Update podspec version to 3.0.0-beta-2 by Jorge Canizales · 9 years ago
  32. 248557e move test file (was in wrong place after rebasing on java module refactor) by Joshua Humphries · 9 years ago
  33. 6065434 fully qualify invocations of static methods on GeneratedMessage by Joshua Humphries · 9 years ago
  34. f3c7558 throw IOException instead of InvalidProtocolBufferException when appropriate by Joshua Humphries · 9 years ago
  35. 06fd6fa Fixed Python 3.x C++ build, and updated conformance failure lists. by Josh Haberman · 9 years ago
  36. 76547e5 Make protobuf Skylark extension appends the workspace root by Damien Martin-Guillerez · 9 years ago
  37. 9a5d892 Merge pull request #1143 from xfxyjwf/fix_java by Feng Xiao · 9 years ago
  38. 030c268 Fix broken test by Jon Skeet · 9 years ago
  39. 5ee055d Remove now-fixed conformance errors. by Jon Skeet · 9 years ago
  40. b1ea15f Make sure that by Jon Skeet · 9 years ago
  41. 8866d6a Reject JSON containing the same oneof field twice by Jon Skeet · 9 years ago
  42. 52db513 Change handling of unknown enums: we now write out the value as a number. by Jon Skeet · 9 years ago
  43. f437b67 Extra strictness for FieldMask conversion by Jon Skeet · 9 years ago
  44. 022a9b2 Allow the original field name (rather than camel-cased) when parsing JSON by Jon Skeet · 9 years ago
  45. 1fc4859 Fixes to JSON timestamp/duration representations by Jon Skeet · 9 years ago
  46. c74676f Report serialization errors in conformance tests by Jon Skeet · 9 years ago
  47. 888e71b Prohibit null values in repeated and map fields in JSON by Jon Skeet · 9 years ago
  48. 1a34ac0 Throw a better exception when invalid base64 is detected in JSON by Jon Skeet · 9 years ago
  49. 730c38a Support (and test) numeric enum parsing in JSON by Jon Skeet · 9 years ago
  50. f262611 Fix handling of repeated wrappers by Jon Skeet · 9 years ago
  51. ea95676 Fix tests broken by the Java directory change. by Feng Xiao · 9 years ago
  52. b6ef401 Merge pull request #1121 from nmittler/restructure by Feng Xiao · 9 years ago
  53. 49efe9d Restructuring protobuf to multiple modules by nmittler · 9 years ago
  54. f2fe50b JSON conformance test fixes by Jon Skeet · 9 years ago
  55. 5dba7d7 Introduce ICustomDiagnosticMessage to allow for custom string formatting by Jon Skeet · 9 years ago
  56. 73c003c Merge pull request #1089 from jskeet/map-null by Jan Tattermusch · 9 years ago
  57. 937ef23 Merge pull request #1080 from haberman/conformance-crashes by Joshua Haberman · 9 years ago
  58. da2eb68 Merge pull request #1129 from dongjoon-hyun/fix_typos_in_README_and_CHANGES by Feng Xiao · 9 years ago
  59. 7e74a02 Don't generate Objective C WKT for conformance tests to avoid dupliate defs. by Josh Haberman · 9 years ago
  60. af8e7ef Merge pull request #1131 from thomasvl/fix_sem_leak by Thomas Van Lenten · 9 years ago
  61. 4d66337 Release the semaphore in dealloc, fixing leak. by Thomas Van Lenten · 9 years ago
  62. 043ca2b Conformance: Update C# failure list to reflect which tests currently pass. by Josh Haberman · 9 years ago
  63. fc7f8d9 Fixed Ruby conformance tests by running them under rvm Ruby. by Josh Haberman · 9 years ago
  64. bf50ec4 Added debugging output to debug type= problem on Travis. by Josh Haberman · 9 years ago
  65. ea909a5 Updated C#'s failure list, and added missing file. by Josh Haberman · 9 years ago
  66. e891c29 Allow conformance test runner to tolerate crashes, and re-enable conformance tests. by Josh Haberman · 9 years ago
  67. 7b08d49 Fix typos in README.md/CHANGES.txt by Dongjoon Hyun · 9 years ago
  68. c64146f Merge pull request #1046 from peternewman/patch-1 by Feng Xiao · 9 years ago
  69. 9e4f354 Prohibit null values in map fields by Jon Skeet · 9 years ago
  70. 4af1cc7 Revert the change and remove an incorrect comment by Peter Newman · 9 years ago
  71. 5700a10 Merge pull request #1124 from xfxyjwf/appveyor by Feng Xiao · 9 years ago
  72. 8f2b622 Fix appveyor build. by Feng Xiao · 9 years ago
  73. 6d1d415 Merge pull request #1098 from jskeet/wkt-json by Jan Tattermusch · 9 years ago
  74. 698f616 Merge pull request #1088 from jskeet/codec-pruning by Jan Tattermusch · 9 years ago
  75. be44985 Merge pull request #1087 from jskeet/json-tests by Jan Tattermusch · 9 years ago
  76. edd60c9 Merge pull request #1120 from gitplaneta/master by Feng Xiao · 9 years ago
  77. 7d91667 Update README.md - remove typo by Radoslaw Busz · 9 years ago
  78. 35683bc Merge pull request #1101 from xfxyjwf/doc by Feng Xiao · 9 years ago
  79. d134a80 Merge pull request #1118 from thomasvl/xcode_scheme_cleanup by Thomas Van Lenten · 9 years ago
  80. 0e42ed3 Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests. by Thomas Van Lenten · 9 years ago
  81. 64d8652 Update README.md and remove INSTALL.txt by Feng Xiao · 9 years ago
  82. 7619505 Patch internal change 111557819. by Feng Xiao · 9 years ago
  83. 363316a Merge pull request #1100 from xfxyjwf/javadoc by Feng Xiao · 9 years ago
  84. 7d075a4 Update version number and fix javadoc errors. by Feng Xiao · 9 years ago
  85. ee4a0c0 Merge pull request #1094 from thomasvl/update_objc_conformance by Thomas Van Lenten · 9 years ago
  86. b4a5817 Ensure all formatted well-known-type values are valid JSON by Jon Skeet · 9 years ago
  87. aa431a0 Improve number handling in JSON parsing by Jon Skeet · 9 years ago
  88. df4e4d8 Fix up the conformance tests by Thomas Van Lenten · 9 years ago
  89. d19c26f Merge pull request #1093 from thomasvl/fix_objc by Thomas Van Lenten · 9 years ago
  90. fcce784 Update objectivec/google/protobuf/Type.pbobjc.m by Thomas Van Lenten · 9 years ago
  91. de99998 Merge pull request #1092 from thomasvl/fix_conformance by Thomas Van Lenten · 9 years ago
  92. de3c56a Fix conformance test to only report skips in verbose mode. by Thomas Van Lenten · 9 years ago
  93. d7183b0 Merge pull request #1091 from thomasvl/objc_tests_use_autocreators by Thomas Van Lenten · 9 years ago
  94. ca428c1 Have the tests rely on the autocreator behaviors. by Thomas Van Lenten · 9 years ago
  95. 9f10c45 Remove unused method in FieldCodec. by Jon Skeet · 9 years ago
  96. 2f15b8f Merge pull request #1085 from jskeet/fix-generation by Jon Skeet · 9 years ago
  97. d49b9c8 Fix C# source generation shell script and remove out of date notes by Jon Skeet · 9 years ago
  98. 77831c0 Merge pull request #1081 from haberman/fix-py3 by Joshua Haberman · 9 years ago
  99. e1abdf2 Fixed compile for Python 3. There are still some crashes though. by Josh Haberman · 9 years ago
  100. d5fb408 Add changelog for v3.0.0-beta-2. by Feng Xiao · 9 years ago