1. 61871a0 fix stringpiece test to use portable hash set. by Jisi Liu · 9 years ago
  2. e8c3c54 Adding back three missing export macros. by Jisi Liu · 9 years ago
  3. 8d8177c Merge remote-tracking branch 'origin/master' into fix-author by Jisi Liu · 9 years ago
  4. 46e8ff6 Down-integrate from google internal. by Jisi Liu · 9 years ago
  5. cccf6fe Merge pull request #845 from jskeet/xmldocs by Jan Tattermusch · 9 years ago
  6. 24fe6ba Merge pull request #843 from thomasvl/objcpp_enum_fwd_decl by Paul Yang · 10 years ago
  7. ad2d5c9 Support enum forward decls in Objective C++ by Thomas Van Lenten · 10 years ago
  8. 18e0a2e Generated code from previous commit. by Jon Skeet · 10 years ago
  9. 67dd42c First pass at generating XML documentation from .proto comments. by Jon Skeet · 10 years ago
  10. ebf3eb6 Merge pull request #841 from thomasvl/newer_xcodes by Paul Yang · 10 years ago
  11. aa7ea3b Merge pull request #834 from jskeet/docfixes by Jon Skeet · 10 years ago
  12. 6bbbdfa Fix typo in oneof case enum comment by Jon Skeet · 10 years ago
  13. 5ebac49 Merge pull request #836 from jcanizales/fix-version-number by Paul Yang · 10 years ago
  14. 1383d53 Cleanups for newer Xcodes by Thomas Van Lenten · 10 years ago
  15. 61874bc Merge pull request #831 from haberman/ruby-tinyfix by Joshua Haberman · 10 years ago
  16. c1e3f54 Fix Podspec version number by Jorge Canizales · 10 years ago
  17. e2c8230 Generated code changes for previous commit. by Jon Skeet · 10 years ago
  18. 1351d20 Move the summary comments above the attributes. by Jon Skeet · 10 years ago
  19. b0888a4 Generated code for previous commit by Jon Skeet · 10 years ago
  20. 2212f56 Added documentation to generated code. by Jon Skeet · 10 years ago
  21. 14e2b4f A very small fix to silence some warnings. by Josh Haberman · 10 years ago
  22. 0e5686a Merge pull request #727 from AustinSchuh/arena_bounds_fix by Feng Xiao · 10 years ago
  23. 97a1c1e Merge pull request #785 from jskeet/csharp-directories by Jan Tattermusch · 10 years ago
  24. c941891 Merge pull request #813 from 0xAAE/master by Feng Xiao · 10 years ago
  25. d41a3d6 Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer() methods. This is to avoid "unresolved link" errors in MSVC 2015 during Release build by 0xAAE · 10 years ago
  26. fbabf98 Merge pull request #769 from pkasting/metadata by Feng Xiao · 10 years ago
  27. c8c5fed Merge pull request #766 from pkasting/hash by Feng Xiao · 10 years ago
  28. e61ff47 Merge pull request #802 from bsilver8192/master by Feng Xiao · 10 years ago
  29. 21f3d37 Don't assume char is signed. by Brian Silverman · 10 years ago
  30. 133be3d Use TEST_TMPDIR for writing temporary files if it's set. by Brian Silverman · 10 years ago
  31. 0e606bc Merge pull request #786 from pherl/master by Jisi Liu · 10 years ago
  32. ef50a29 Update objc script in generate_descriptor_proto.sh by Jisi Liu · 10 years ago
  33. e473761 Merge pull request #796 from jcanizales/add-missing-comma by Paul Yang · 10 years ago
  34. af66e90 Fix podspec by adding missing comma by Jorge Canizales · 10 years ago
  35. 3778f52 Merge pull request #794 from jskeet/any by Jan Tattermusch · 10 years ago
  36. e50461d Pack/Unpack implementation for Any. by Jon Skeet · 10 years ago
  37. 4cb0edd Merge pull request #772 from dano/fix_scalar_map by Joshua Haberman · 10 years ago
  38. 63eca47 Merge pull request #793 from kbinani/fix_redefinition_BYTE_SIZE_macro by Feng Xiao · 10 years ago
  39. 9a06c80 Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE' by kbinani · 10 years ago
  40. 9489817 Regenerated code. Most changes are whitespace, removing trailing spaces. by Jon Skeet · 10 years ago
  41. ccd7680 Stop adding a space to the end of lines for descriptor binary data. by Jon Skeet · 10 years ago
  42. 75a18a3 Specify csharp_namespace in descriptor.proto by Jon Skeet · 10 years ago
  43. 5eb1fac Generate a directory hierarchy based on namespace (C#) by Jon Skeet · 10 years ago
  44. 0101a59 Remove vestigial reference to MakeFixedTag by Jon Skeet · 10 years ago
  45. d9598ca Fix Python 3.4 cpp implementation by Dan O'Reilly · 10 years ago
  46. 0087da9 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 10 years ago
  47. cee703d Merge pull request #776 from haberman/pyfix by Joshua Haberman · 10 years ago
  48. 4472b4a Fixed assignment syntax error. by Josh Haberman · 10 years ago
  49. fc80fad Fix for https://github.com/google/protobuf/issues/758 by Josh Haberman · 10 years ago
  50. f0640b5 Merge pull request #770 from pkasting/string_space by Feng Xiao · 10 years ago
  51. 69ac02a Merge pull request #771 from pkasting/static_init_1 by Feng Xiao · 10 years ago
  52. 67946e9 Merge pull request #569 from redivo/master by Feng Xiao · 10 years ago
  53. ad1d726 Handled blocks being too small in arena.cc by Austin Schuh · 10 years ago
  54. fb0af6d Merge pull request #768 from pkasting/time by Feng Xiao · 10 years ago
  55. 4f3bead Remove a static initializer by removing a global of non-POD type. by Peter Kasting · 10 years ago
  56. f5a3325 It helps if you write macros correctly by Peter Kasting · 10 years ago
  57. a1be711 Try modifying check in hopes of passing upstream build by Peter Kasting · 10 years ago
  58. 432771f Review comments by Peter Kasting · 10 years ago
  59. 5ea84dd Refine check for unordered_{map|set} availability. by Peter Kasting · 10 years ago
  60. 47210cc Merge pull request #746 from zmodem/fix_predict_macros2 by Feng Xiao · 10 years ago
  61. 59b360f Merge pull request #767 from pkasting/port by Feng Xiao · 10 years ago
  62. 5d412c4 Change to just not marking the class for export by Peter Kasting · 10 years ago
  63. b913cbd Move StringSpaceUsedIncludingSelf to lite library. by Peter Kasting · 10 years ago
  64. 26f0c67 Merge pull request #765 from xfxyjwf/javadoc by Feng Xiao · 10 years ago
  65. 6e54999 Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase. by Peter Kasting · 10 years ago
  66. d680159 Delete kNanosPerSecond from time.cc. by Peter Kasting · 10 years ago
  67. 2e789bc Avoid #including system headers from inside a namespace. by Peter Kasting · 10 years ago
  68. 2452249 Fix javadoc errors. by Feng Xiao · 10 years ago
  69. 2340868 Merge pull request #759 from TeBoring/beta-1-2 by Feng Xiao · 10 years ago
  70. fe98264 Fix Protobuf.podspec by TeBoring · 10 years ago
  71. 08575d9 Merge pull request #757 from xfxyjwf/python_failure by Jisi Liu · 10 years ago
  72. a3a2605 Excludes a failing python cpp test case. by Feng Xiao · 10 years ago
  73. 1942a2b Make jruby use Java 3.0.0-alpha-3. by Feng Xiao · 10 years ago
  74. 8e102ad Update generated file. by Feng Xiao · 10 years ago
  75. fcdcf88 Fix merge conflict. by Feng Xiao · 10 years ago
  76. f900837 Merge pull request #756 from TeBoring/beta-1 by Feng Xiao · 10 years ago
  77. a331298 Update Makefile.am to include missing files. by Feng Xiao · 10 years ago
  78. 99e1868 Add missing files in dist. by Feng Xiao · 10 years ago
  79. 1c81d0f Add distribution for objc by Bo Yang · 10 years ago
  80. 28595b2 Merge pull request #755 from pherl/beta-1 by Jisi Liu · 10 years ago
  81. 4008100 Add bazel build/workspace into distribution. by Jisi Liu · 10 years ago
  82. 5b771ed Merge pull request #754 from xfxyjwf/changelog by Feng Xiao · 10 years ago
  83. cc60753 Update change log for beta-1. by Feng Xiao · 10 years ago
  84. 106f3eb Merge pull request #750 from TeBoring/beta-1 by Paul Yang · 10 years ago
  85. aca5a60 Fix bugs for objectivec by TeBoring · 10 years ago
  86. e94e062 Merge branch 'master' of github.com:google/protobuf into beta-1 by Feng Xiao · 10 years ago
  87. c7a1f8e Merge pull request #728 from dano/py3_str_compat by Joshua Haberman · 10 years ago
  88. fecc3d5 Update post_process_dist.sh by Feng Xiao · 10 years ago
  89. 08da3d4 Merge pull request #751 from xfxyjwf/version_number by Feng Xiao · 10 years ago
  90. 7ecc19f Merge pull request #752 from google/jtattermusch-patch-1 by Feng Xiao · 10 years ago
  91. 8fca6f8 Update README.md for C# by Jan Tattermusch · 10 years ago
  92. ffe9215 Update version number. by Feng Xiao · 10 years ago
  93. 047a97f Merge pull request #749 from xfxyjwf/mingw_endian by Feng Xiao · 10 years ago
  94. d9f4636 Add a TODO to clean-up the LITTLE_ENDIAN macro. by Feng Xiao · 10 years ago
  95. b47bf4c Assume LITTLE_ENDIAN for windows build. by Feng Xiao · 10 years ago
  96. d7d9acc Merge pull request #748 from xfxyjwf/unused_typedef by Feng Xiao · 10 years ago
  97. b7bbe54 Remove an unused typedef. by Feng Xiao · 10 years ago
  98. 042bfaf Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 10 years ago
  99. b00595a Merge pull request #709 from xfxyjwf/map_bug by Feng Xiao · 10 years ago
  100. 11e36b1 Merge pull request #747 from jtattermusch/sign_mismatch by Feng Xiao · 10 years ago