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