1. 0087da9 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  2. cee703d Merge pull request #776 from haberman/pyfix by Joshua Haberman · 9 years ago
  3. 4472b4a Fixed assignment syntax error. by Josh Haberman · 9 years ago
  4. fc80fad Fix for https://github.com/google/protobuf/issues/758 by Josh Haberman · 9 years ago
  5. f0640b5 Merge pull request #770 from pkasting/string_space by Feng Xiao · 9 years ago
  6. 69ac02a Merge pull request #771 from pkasting/static_init_1 by Feng Xiao · 9 years ago
  7. 67946e9 Merge pull request #569 from redivo/master by Feng Xiao · 9 years ago
  8. fb0af6d Merge pull request #768 from pkasting/time by Feng Xiao · 9 years ago
  9. 4f3bead Remove a static initializer by removing a global of non-POD type. by Peter Kasting · 9 years ago
  10. 47210cc Merge pull request #746 from zmodem/fix_predict_macros2 by Feng Xiao · 9 years ago
  11. 59b360f Merge pull request #767 from pkasting/port by Feng Xiao · 9 years ago
  12. b913cbd Move StringSpaceUsedIncludingSelf to lite library. by Peter Kasting · 9 years ago
  13. 26f0c67 Merge pull request #765 from xfxyjwf/javadoc by Feng Xiao · 9 years ago
  14. d680159 Delete kNanosPerSecond from time.cc. by Peter Kasting · 9 years ago
  15. 2e789bc Avoid #including system headers from inside a namespace. by Peter Kasting · 9 years ago
  16. 2452249 Fix javadoc errors. by Feng Xiao · 9 years ago
  17. 2340868 Merge pull request #759 from TeBoring/beta-1-2 by Feng Xiao · 9 years ago
  18. fe98264 Fix Protobuf.podspec by TeBoring · 9 years ago
  19. 08575d9 Merge pull request #757 from xfxyjwf/python_failure by Jisi Liu · 9 years ago
  20. a3a2605 Excludes a failing python cpp test case. by Feng Xiao · 9 years ago
  21. 1942a2b Make jruby use Java 3.0.0-alpha-3. by Feng Xiao · 9 years ago
  22. 8e102ad Update generated file. by Feng Xiao · 9 years ago
  23. fcdcf88 Fix merge conflict. by Feng Xiao · 9 years ago
  24. f900837 Merge pull request #756 from TeBoring/beta-1 by Feng Xiao · 9 years ago
  25. a331298 Update Makefile.am to include missing files. by Feng Xiao · 9 years ago
  26. 99e1868 Add missing files in dist. by Feng Xiao · 9 years ago
  27. 1c81d0f Add distribution for objc by Bo Yang · 9 years ago
  28. 28595b2 Merge pull request #755 from pherl/beta-1 by Jisi Liu · 9 years ago
  29. 4008100 Add bazel build/workspace into distribution. by Jisi Liu · 9 years ago
  30. 5b771ed Merge pull request #754 from xfxyjwf/changelog by Feng Xiao · 9 years ago
  31. cc60753 Update change log for beta-1. by Feng Xiao · 9 years ago
  32. 106f3eb Merge pull request #750 from TeBoring/beta-1 by Paul Yang · 9 years ago
  33. aca5a60 Fix bugs for objectivec by TeBoring · 9 years ago
  34. e94e062 Merge branch 'master' of github.com:google/protobuf into beta-1 by Feng Xiao · 9 years ago
  35. c7a1f8e Merge pull request #728 from dano/py3_str_compat by Joshua Haberman · 9 years ago
  36. fecc3d5 Update post_process_dist.sh by Feng Xiao · 9 years ago
  37. 08da3d4 Merge pull request #751 from xfxyjwf/version_number by Feng Xiao · 9 years ago
  38. 7ecc19f Merge pull request #752 from google/jtattermusch-patch-1 by Feng Xiao · 9 years ago
  39. 8fca6f8 Update README.md for C# by Jan Tattermusch · 9 years ago
  40. ffe9215 Update version number. by Feng Xiao · 9 years ago
  41. 047a97f Merge pull request #749 from xfxyjwf/mingw_endian by Feng Xiao · 9 years ago
  42. d9f4636 Add a TODO to clean-up the LITTLE_ENDIAN macro. by Feng Xiao · 9 years ago
  43. b47bf4c Assume LITTLE_ENDIAN for windows build. by Feng Xiao · 9 years ago
  44. d7d9acc Merge pull request #748 from xfxyjwf/unused_typedef by Feng Xiao · 9 years ago
  45. b7bbe54 Remove an unused typedef. by Feng Xiao · 9 years ago
  46. 042bfaf Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  47. b00595a Merge pull request #709 from xfxyjwf/map_bug by Feng Xiao · 9 years ago
  48. 11e36b1 Merge pull request #747 from jtattermusch/sign_mismatch by Feng Xiao · 9 years ago
  49. 276ce8c add static cast to silence signedness comparison warning by Jan Tattermusch · 9 years ago
  50. fcf1b57 Fix the no-op definitions of GOOGLE_PREDICT_{TRUE,FALSE} by Hans Wennborg · 9 years ago
  51. 66b074f Merge pull request #744 from xfxyjwf/cmake_linux by Feng Xiao · 9 years ago
  52. 7e05a2d Merge pull request #736 from jtattermusch/fix-descriptor-proto by Jan Tattermusch · 9 years ago
  53. e72c751 Fix cmake build on linux. by Feng Xiao · 9 years ago
  54. b1b98e4 Merge pull request #738 from jtattermusch/include_descriptor_proto by Jon Skeet · 9 years ago
  55. f6b05f7 Merge pull request #739 from jtattermusch/include_descriptor_proto_master by Jon Skeet · 9 years ago
  56. c80f7c6 Merge pull request #742 from xfxyjwf/c11_compile by Feng Xiao · 9 years ago
  57. d9ab86c Fix compile issues with -std=c++11 by Feng Xiao · 9 years ago
  58. f9237d2 Merge pull request #741 from pherl/beta-1 by Jisi Liu · 9 years ago
  59. 0977815 fix "memory leaks" in protostream-object files. by Jisi Liu · 9 years ago
  60. 06c9dfd Merge pull request #740 from pherl/beta-1 by Jisi Liu · 9 years ago
  61. 01e060f Fix commandline interface file under heapcheck. by Jisi Liu · 9 years ago
  62. b192ba8 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  63. 72145df include descriptor.proto in nuget package by Jan Tattermusch · 9 years ago
  64. 2950475 include descriptor.proto in nuget package by Jan Tattermusch · 9 years ago
  65. cf94f7b Merge pull request #726 from DouglasHeriot/msvc-noinline by Feng Xiao · 9 years ago
  66. 8f2892b Remove extraneous TODO by Jon Skeet · 9 years ago
  67. 3c74a0c Change where we rename Descriptor.cs to DescriptorProtoFile.cs. by Jon Skeet · 9 years ago
  68. 5da0b46 Merge pull request #734 from TeBoring/beta-1 by Feng Xiao · 9 years ago
  69. ff7bdad Fix bugs on windows by Bo Yang · 9 years ago
  70. ed91f89 Merge pull request #735 from pherl/beta-1 by Jisi Liu · 9 years ago
  71. b90f9f8 Update cmake and BUILD files. by Jisi Liu · 9 years ago
  72. 144ea00 Merge branch 'beta-1' of github.com:google/protobuf into manual-merge by Jisi Liu · 9 years ago
  73. 4c663d8 Update descriptor protos. by Jisi Liu · 9 years ago
  74. db45aa1 Merge branch 'beta-1' of github.com:google/protobuf into manual-merge by Jisi Liu · 9 years ago
  75. cc5a1bf Make the PARSER @Deprecated public. by Feng Xiao · 9 years ago
  76. 56c4f57 Merge branch 'gcc-c++11-fix' of https://github.com/nsuke/protobuf into beta-1 by Jisi Liu · 9 years ago
  77. f4ef8fe Delete incorrectly placed test file. by Feng Xiao · 9 years ago
  78. fbb3ef2 Merge Java util package to github. by Feng Xiao · 9 years ago
  79. f9aed20 Merge pull request #732 from jskeet/fix-descriptor-proto by Jon Skeet · 9 years ago
  80. 31d119a Remove extraneous TODO by Jon Skeet · 9 years ago
  81. ca89a1a Change where we rename Descriptor.cs to DescriptorProtoFile.cs. by Jon Skeet · 9 years ago
  82. 839b180 Cherry-pick Java utf8 change. by Feng Xiao · 9 years ago
  83. b17ec3c Down-integrate from internal code base. by Feng Xiao · 9 years ago
  84. eee38b0 Down-integrate from google3. by Feng Xiao · 9 years ago
  85. 3253634 Merge pull request #711 from tamird/python3-prep by Joshua Haberman · 9 years ago
  86. 38eef02 Fix metaclass issue on Python 3. Get text handling tests passing on Python 3. by Dan O'Reilly · 9 years ago
  87. fc80874 Start work on getting text handled properly on PY3 by Dan O'Reilly · 9 years ago
  88. 87993d7 assertEquals is deprecated by Tamir Duberstein · 9 years ago
  89. 821fcb2 Use assertIsInstance by Tamir Duberstein · 9 years ago
  90. 09831c8 Clean up exception syntax by Tamir Duberstein · 9 years ago
  91. 322d893 Remove Python 2.5 cruft by Tamir Duberstein · 9 years ago
  92. 3ff5625 Merge pull request #722 from dano/py2_py3_straddle by Joshua Haberman · 9 years ago
  93. 46969b9 Set DYLD_LIBRARY_PATH for OSX by Dan O'Reilly · 9 years ago
  94. 76f8a3f Travis now only tests Python2.6 on Linux. by Dan O'Reilly · 9 years ago
  95. c3bc155 Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 9 years ago
  96. b0f6611 Down-integrate from internal branch. by Jisi Liu · 9 years ago
  97. 5021c4d Define GOOGLE_ATTRIBUTE_NOINLINE for MSVC. Workaround for VS2015 Release build compiler bug. by Douglas Heriot · 9 years ago
  98. eb65c69 Merge pull request #584 from haberman/cwarnings by Joshua Haberman · 9 years ago
  99. 3791c80 Fix travis build by Dan O'Reilly · 9 years ago
  100. d61e6ad Return TypedData_Wrap_Struct directly. by Josh Haberman · 9 years ago