1. 66b074f Merge pull request #744 from xfxyjwf/cmake_linux by Feng Xiao · 9 years ago
  2. 7e05a2d Merge pull request #736 from jtattermusch/fix-descriptor-proto by Jan Tattermusch · 9 years ago
  3. e72c751 Fix cmake build on linux. by Feng Xiao · 9 years ago
  4. b1b98e4 Merge pull request #738 from jtattermusch/include_descriptor_proto by Jon Skeet · 9 years ago
  5. c80f7c6 Merge pull request #742 from xfxyjwf/c11_compile by Feng Xiao · 9 years ago
  6. d9ab86c Fix compile issues with -std=c++11 by Feng Xiao · 9 years ago
  7. f9237d2 Merge pull request #741 from pherl/beta-1 by Jisi Liu · 9 years ago
  8. 0977815 fix "memory leaks" in protostream-object files. by Jisi Liu · 9 years ago
  9. 06c9dfd Merge pull request #740 from pherl/beta-1 by Jisi Liu · 9 years ago
  10. 01e060f Fix commandline interface file under heapcheck. by Jisi Liu · 9 years ago
  11. b192ba8 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  12. 2950475 include descriptor.proto in nuget package by Jan Tattermusch · 9 years ago
  13. cf94f7b Merge pull request #726 from DouglasHeriot/msvc-noinline by Feng Xiao · 9 years ago
  14. 8f2892b Remove extraneous TODO by Jon Skeet · 9 years ago
  15. 3c74a0c Change where we rename Descriptor.cs to DescriptorProtoFile.cs. by Jon Skeet · 9 years ago
  16. 5da0b46 Merge pull request #734 from TeBoring/beta-1 by Feng Xiao · 9 years ago
  17. ff7bdad Fix bugs on windows by Bo Yang · 9 years ago
  18. ed91f89 Merge pull request #735 from pherl/beta-1 by Jisi Liu · 9 years ago
  19. b90f9f8 Update cmake and BUILD files. by Jisi Liu · 9 years ago
  20. 144ea00 Merge branch 'beta-1' of github.com:google/protobuf into manual-merge by Jisi Liu · 9 years ago
  21. 4c663d8 Update descriptor protos. by Jisi Liu · 9 years ago
  22. db45aa1 Merge branch 'beta-1' of github.com:google/protobuf into manual-merge by Jisi Liu · 9 years ago
  23. cc5a1bf Make the PARSER @Deprecated public. by Feng Xiao · 9 years ago
  24. 56c4f57 Merge branch 'gcc-c++11-fix' of https://github.com/nsuke/protobuf into beta-1 by Jisi Liu · 9 years ago
  25. f4ef8fe Delete incorrectly placed test file. by Feng Xiao · 9 years ago
  26. fbb3ef2 Merge Java util package to github. by Feng Xiao · 9 years ago
  27. f9aed20 Merge pull request #732 from jskeet/fix-descriptor-proto by Jon Skeet · 9 years ago
  28. 31d119a Remove extraneous TODO by Jon Skeet · 9 years ago
  29. ca89a1a Change where we rename Descriptor.cs to DescriptorProtoFile.cs. by Jon Skeet · 9 years ago
  30. 839b180 Cherry-pick Java utf8 change. by Feng Xiao · 9 years ago
  31. b17ec3c Down-integrate from internal code base. by Feng Xiao · 9 years ago
  32. eee38b0 Down-integrate from google3. by Feng Xiao · 9 years ago
  33. 3253634 Merge pull request #711 from tamird/python3-prep by Joshua Haberman · 9 years ago
  34. 87993d7 assertEquals is deprecated by Tamir Duberstein · 9 years ago
  35. 821fcb2 Use assertIsInstance by Tamir Duberstein · 9 years ago
  36. 09831c8 Clean up exception syntax by Tamir Duberstein · 9 years ago
  37. 322d893 Remove Python 2.5 cruft by Tamir Duberstein · 9 years ago
  38. 3ff5625 Merge pull request #722 from dano/py2_py3_straddle by Joshua Haberman · 9 years ago
  39. 46969b9 Set DYLD_LIBRARY_PATH for OSX by Dan O'Reilly · 9 years ago
  40. 76f8a3f Travis now only tests Python2.6 on Linux. by Dan O'Reilly · 9 years ago
  41. c3bc155 Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 9 years ago
  42. b0f6611 Down-integrate from internal branch. by Jisi Liu · 9 years ago
  43. 5021c4d Define GOOGLE_ATTRIBUTE_NOINLINE for MSVC. Workaround for VS2015 Release build compiler bug. by Douglas Heriot · 9 years ago
  44. eb65c69 Merge pull request #584 from haberman/cwarnings by Joshua Haberman · 9 years ago
  45. 3791c80 Fix travis build by Dan O'Reilly · 9 years ago
  46. d61e6ad Return TypedData_Wrap_Struct directly. by Josh Haberman · 9 years ago
  47. 5de2a81 Improve tox.ini, install py26 for travis. by Dan O'Reilly · 9 years ago
  48. afa488c Remove debug code by Dan O'Reilly · 9 years ago
  49. 5029c7b Install tox during travis build. by Dan O'Reilly · 9 years ago
  50. 4a0129f Remove ez_setup.py from Makefile.am by Dan O'Reilly · 9 years ago
  51. 416f001 Use tox in travis build. Tweak tox.ini by Dan O'Reilly · 9 years ago
  52. de22561 Merge branch 'py2_py3_straddle' of github.com:dano/protobuf into py2_py3_straddle by Dan O'Reilly · 9 years ago
  53. 3bdfb4b Add some clarifying comments. Remove ez_setup.py. by Dan O'Reilly · 9 years ago
  54. 4fefc07 Fix duplicate entry in .gitignore by Dan O'Reilly · 9 years ago
  55. 9d68969 Make testing cpp implementation optional by Dan O'Reilly · 9 years ago
  56. 3083d8c Fix --cpp_implementation test failure. Test both pure Python and cpp implementation in tox. by Dan O'Reilly · 9 years ago
  57. 7601551 Just always uses BytseIO in text_format for now by Dan O'Reilly · 9 years ago
  58. 893b65e Merge remote-tracking branch 'upstream/master' into py2_py3_straddle by Dan O'Reilly · 9 years ago
  59. 7013a75 Disable py3* in tox by Dan O'Reilly · 9 years ago
  60. 2621c8a Get Python 2.6 working. by Dan O'Reilly · 9 years ago
  61. 0cb84ee Merge pull request #720 from jtattermusch/csharp_fixes by Jon Skeet · 9 years ago
  62. fa2fe35 fix type initialization problem with FileDescriptor by Jan Tattermusch · 9 years ago
  63. 143688f add a failing descriptor test by Jan Tattermusch · 9 years ago
  64. a55a444 remove duplicate test case by Jan Tattermusch · 9 years ago
  65. d06adbd Fix usage of assertItemsEqual on Py3 by Dan O'Reilly · 9 years ago
  66. 3d5aa6a Fix some more Python 3 compat issues by Dan O'Reilly · 9 years ago
  67. 5c370cc Merge pull request #571 from thomasvl/validation_support by Paul Yang · 9 years ago
  68. fe7d937 Fixing some long/int bugs by Dan O'Reilly · 9 years ago
  69. 6654e77 Merge remote-tracking branch 'upstream/master' into py2_py3_straddle by Dan O'Reilly · 9 years ago
  70. 4e43931 Add support for a file listing expected package to objc prefixes for validation. by Thomas Van Lenten · 9 years ago
  71. 53435df Merge pull request #716 from haberman/fixruby by Joshua Haberman · 9 years ago
  72. 2093749 Merge pull request #718 from jskeet/descriptor-descriptor by Jan Tattermusch · 9 years ago
  73. a39abab Allow public access to descriptor.proto as a dependency. by Jon Skeet · 9 years ago
  74. f818183 Merge pull request #673 from podsvirov/topic-cmake-install by Feng Xiao · 9 years ago
  75. 981d6bf Build protobuf files in as part of tox runs. by Dan O'Reilly · 9 years ago
  76. 833c046 Fixing some tests by Dan O'Reilly · 9 years ago
  77. e47cdd5 Merge remote-tracking branch 'upstream/master' into py2_py3_straddle by Dan O'Reilly · 9 years ago
  78. 5bdf4a4 Fixed several Ruby conformance test cases through upb update. by Josh Haberman · 9 years ago
  79. 38a56ee Merge pull request #702 from jtattermusch/visual_studio_build_static_runtime by Feng Xiao · 9 years ago
  80. 9bdeba4 only link runtime libraries statically for a static build by Jan Tattermusch · 9 years ago
  81. edaefac Merge pull request #706 from thomasvl/revert_any_change_2 by Paul Yang · 9 years ago
  82. 1c33d34 Revert "Add packFrom, unpackTo and is in google.protobuf.Any." by Thomas Van Lenten · 9 years ago
  83. 63778e5 Merge pull request #649 from cijianzy/master by Paul Yang · 9 years ago
  84. 6994b07 Merge pull request #703 from jskeet/more-todos by Jan Tattermusch · 9 years ago
  85. f2732c7 More TODOs done. by Jon Skeet · 9 years ago
  86. 29fe8d2 Merge pull request #701 from jskeet/map-views by Jon Skeet · 9 years ago
  87. 4deea8c Fix parameter name in exception. by Jon Skeet · 9 years ago
  88. c2c4205 Merge pull request #699 from jskeet/validate_packed by Jon Skeet · 9 years ago
  89. 5be01ee Implement ICollection.CopyTo (using Array) for MapField views. by Jon Skeet · 9 years ago
  90. 1858ac9 make VS build link runtime statically by Jan Tattermusch · 9 years ago
  91. 5980629 Merge pull request #700 from jskeet/remove-packed-hack by Jan Tattermusch · 9 years ago
  92. 3f45d7c Implement Keys and Values as views by Jon Skeet · 9 years ago
  93. 547d8e8 Make FieldDescriptor.IsPacked work appropriately. by Jon Skeet · 9 years ago
  94. e58cdbd Merge pull request #695 from jskeet/remove-todos by Jon Skeet · 9 years ago
  95. c671095 Address review comments. by Jon Skeet · 9 years ago
  96. 889b88a Remove reference to generic types within XML comment. by Jon Skeet · 9 years ago
  97. 6f30044 Tidying up - fix a bunch of TODOs and remove outdated ones. by Jon Skeet · 9 years ago
  98. cac4531 Merge pull request #694 from jskeet/groups by Jon Skeet · 9 years ago
  99. 6e16037 Address review comments. by Jon Skeet · 9 years ago
  100. 93bdf36 Remove our own version of MakeTag now that the main one is fixed. by Jon Skeet · 9 years ago