1. fd1a3ff Support for maps in the MRI C Ruby extension. by Chris Fallin · 10 years ago
  2. 644a6a1 Merge pull request #143 from Ivoz/patch-1 by Feng Xiao · 10 years ago
  3. b60a6df Merge pull request #46 from adalq/version by Feng Xiao · 10 years ago
  4. bc3af60 Merge pull request #139 from c0nk/master by Feng Xiao · 10 years ago
  5. 4186d4c Update python version / setuptools instructions by Matt Iversen · 10 years ago
  6. c3e9280 Improved little endian byte order detection by Kal Conley · 10 years ago
  7. 4f0170d Updated __version__ by Adal Chiriliuc · 10 years ago
  8. 59692c3 Merge pull request #136 from cfallin/ruby-proto3-only by Joshua Haberman · 10 years ago
  9. 5ce69e9 Support Ruby code generation only for proto3. by Chris Fallin · 10 years ago
  10. 044e095 Add missing header files in src/Makefile.am by Feng Xiao · 10 years ago
  11. e7d562a Update ruby DIST_FILES. by Feng Xiao · 10 years ago
  12. 0c7f624 Adds Travis Cl support to test the code automatically. by Feng Xiao · 10 years ago
  13. ed52203 Merge pull request #134 from cfallin/master by Joshua Haberman · 10 years ago
  14. 91473dc Rename protobuf Ruby module to google/protobuf and rework its build by Chris Fallin · 10 years ago
  15. f473bb9 Merge pull request #128 from krishnanm86/master by Feng Xiao · 10 years ago
  16. 2e9f5e3 Reverting the space at the end for both files changed by Krishna · 10 years ago
  17. 91552ad Reverting the space at the end by Krishna · 10 years ago
  18. 22f96a7 Returned print_indent and print_outdent back to printservicestub and printserviceclass in python generator by Krishna · 10 years ago
  19. 001e82a Merge pull request #113 from nsuke/oneof-c++11 by Feng Xiao · 10 years ago
  20. 78c8200 Describe how to get gtest source for Visual Studio users. by Feng Xiao · 10 years ago
  21. 5fd12b8 Update gtest version to v1.7.0. by Feng Xiao · 10 years ago
  22. 060a209 Reverted changes to cpp_helpers.cc and made code reviews to python_geenerator.cc by Krishna · 10 years ago
  23. cb0ba5f Update version number to v3.0.0-pre by Feng Xiao · 10 years ago
  24. 5290948 Merge branch v3.0.0-alpha-1 into master. by Feng Xiao · 10 years ago
  25. 7654f78 Fixed bugs by Krishna · 10 years ago
  26. a761f06 Source code refactoring. Extracted common functionality in cpp_helpers.cc and python/python_generator.cc by Krishna · 10 years ago
  27. 261fe97 Merge pull request #121 from cfallin/master by Joshua Haberman · 10 years ago
  28. 8d5d7cc Fix LIBPROTOBUF_PROTOBUF annotations for buliding protobuf as DLLs. by Feng Xiao · 10 years ago
  29. 973f425 Provide a Ruby extension. by Chris Fallin · 10 years ago
  30. 496d47c Remove map_field.cc from lite-runtime. by Feng Xiao · 10 years ago
  31. fe3be0b Fix vsprojects/extract_includes.bat by Feng Xiao · 10 years ago
  32. 7da8121 Fix the intermediate directory of vc project files. by Feng Xiao · 10 years ago
  33. 9104da3 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  34. a0d9c59 Merge pull request #127 from tseaver/ignore-autogen-artifacts by Feng Xiao · 10 years ago
  35. 2c495e4 Ignore artifacts from autogen.sh by Tres Seaver · 10 years ago
  36. be20ae0 Fix compile issues and test failures in VS2008. by Feng Xiao · 10 years ago
  37. 7c939bc Update VC projects to include new source files. by Feng Xiao · 10 years ago
  38. d778778 Fix thread local annotatoin and add back type traits is_convertable for MSVC by Feng Xiao · 10 years ago
  39. 6a949cd Remove usage of features not supported in Java 1.6. by Feng Xiao · 10 years ago
  40. 0eaae1e Replace is_enum with is_proto_enum because is_enum is not supported on some platforms. by Feng Xiao · 10 years ago
  41. 6936f17 Update post_process_dist.sh to produce a separate package for each language. by Feng Xiao · 10 years ago
  42. 137dd0f Delete some globals in ShutdownProtobufLibrary(). by Feng Xiao · 10 years ago
  43. 35ef680 Add a missing Java dist file. by Feng Xiao · 10 years ago
  44. 58dfce9 Update version number in descriptor.pb.h and plugin.pb.h. Protect death by Feng Xiao · 10 years ago
  45. 81a630c Update version number to v3.0.0-alpha-1 by Feng Xiao · 10 years ago
  46. 2413cb5 Make C++ string oneof field compatible with C++11 by Nobuaki Sukegawa · 10 years ago
  47. 4470dcb Display element name in test error log by Nobuaki Sukegawa · 10 years ago
  48. 8ba0e35 Make test code runnable with C++11 by Nobuaki Sukegawa · 10 years ago
  49. 7793199 Explicitly list all Java lite runtime tests (and exclude those depending by Feng Xiao · 10 years ago
  50. a451681 Merge pull request #116 from xfxyjwf/fix_warnings by Feng Xiao · 10 years ago
  51. e45149b Merge pull request #115 from xfxyjwf/fix_107 by Feng Xiao · 10 years ago
  52. ef43113 Merge pull request #111 from xfxyjwf/googlebot by Feng Xiao · 10 years ago
  53. 9e9ca4b Merge pull request #105 from xfxyjwf/fix_92 by Feng Xiao · 10 years ago
  54. e559b51 Merge pull request #81 from xfxyjwf/syntax_warning by Feng Xiao · 10 years ago
  55. 9173ba2 Get rid of some build warnings. by Feng Xiao · 10 years ago
  56. 8f7dec8 Add a ./configure flag "DIST_LANG" to select which langauge to include by Feng Xiao · 10 years ago
  57. 7f2a9fb Merge pull request #102 from fizbin/bytestring_serializable by Feng Xiao · 10 years ago
  58. a32a1a7 Add tests for other ByteString subclasses by Daniel Martin · 10 years ago
  59. bdcdee0 Merge pull request #109 from nsuke/tb-vim-oneof by Feng Xiao · 10 years ago
  60. 7d4117c Merge pull request #110 from nsuke/tb-typo-cpp_extension by Feng Xiao · 10 years ago
  61. 0610659 Replace links in nano proto code. by Feng Xiao · 10 years ago
  62. c25d9fe Down-integrate from internal code base. by Feng Xiao · 10 years ago
  63. e5a1799 Fix typo by Nobuaki Sukegawa · 10 years ago
  64. 33bb176 Add oneof keyword to proto.vim by Nobuaki Sukegawa · 10 years ago
  65. 90f2f50 Make Java TextFormat.printToUnicodeString() escape newlines. by Feng Xiao · 10 years ago
  66. 209840e Merge pull request #106 from xfxyjwf/fix_62 by Feng Xiao · 10 years ago
  67. 418ece3 Fix javadoc warnings. by Feng Xiao · 10 years ago
  68. d1ec493 Fix Python C++ implementation build issues: by Feng Xiao · 10 years ago
  69. 7d2db50 Merge pull request #104 from pherl/master by Jisi Liu · 10 years ago
  70. 241921c Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 10 years ago
  71. e9bbfbc Link Java Nano generator into protoc. by Jisi Liu · 10 years ago
  72. 6ae3bde Fix issue 99. by Feng Xiao · 10 years ago
  73. 7f3a25b Merge pull request #103 from Ang3lus/master by Feng Xiao · 10 years ago
  74. dd449e1 Fix "anonymous types declared in an anonymous union are an extension" by Łukasz Twarduś · 10 years ago
  75. 5ff8dc8 Make ByteStrings serializable with java serialization. by Daniel Martin · 10 years ago
  76. 99aa0f9 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  77. 49bc8c0 Add nano proto authors and update LICENSE file to include Android.mk. by Feng Xiao · 10 years ago
  78. aa8ef98 Merge pull request #91 from xfxyjwf/android_nano by Feng Xiao · 10 years ago
  79. 9e65d4b Fix the broken link at the bottom of javanano/README.txt by Feng Xiao · 10 years ago
  80. 8a87fb8 Merge pull request #79 from xfxyjwf/license by Feng Xiao · 10 years ago
  81. 95c2591 Merge nano proto into protobuf repository. by Feng Xiao · 10 years ago
  82. cd980d1 Prepare nano proto code to be merged into protobuf repository. by Feng Xiao · 10 years ago
  83. 6a51460 Merge pull request #89 from tseaver/ignore-map_generated_files by Feng Xiao · 10 years ago
  84. e9d18bc Ignore files generated from new 'map*.protobuf' sources. by Tres Seaver · 10 years ago
  85. db90dff Merge pull request #88 from tseaver/fix-class_key_must_be_declared_w_friend by Feng Xiao · 10 years ago
  86. 4113685 Fix testcase compile failure under gcc 4.6: by Tres Seaver · 10 years ago
  87. 0fab060 Fix 'error: a class-key must be used when declaring a friend' compile error. by Tres Seaver · 10 years ago
  88. 0eb7476 Merge remote-tracking branch 'upstream/master' by Tres Seaver · 10 years ago
  89. e4f063f Merge pull request #86 from tseaver/compat_w_git_lt_1.8 by Feng Xiao · 10 years ago
  90. 53c1029 Merge pull request #84 from tseaver/fix_80-avoid_INT32_MAX_MIN by Feng Xiao · 10 years ago
  91. 113eb61 Avoid '**/' patterns for compat w/ git < 1.8. by Tres Seaver · 10 years ago
  92. 8b2aafe Use 'kint32min'/'kint32max' constants, rather than defining locally. by Tres Seaver · 10 years ago
  93. 38a3dd5 Exclude Python build artifacts. by Tres Seaver · 10 years ago
  94. 83671c0 Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'. by Tres Seaver · 10 years ago
  95. 706690b Ignore generated test scaffolding files. by Tres Seaver · 10 years ago
  96. e8e3a5b Compat w/ git < 1.8. by Tres Seaver · 10 years ago
  97. 3eb55df Report a warning if the proto file doesn't have a syntax statement. by Feng Xiao · 10 years ago
  98. f157a56 Down-integrate from internal code base (C++ maps support). by Feng Xiao · 10 years ago
  99. 9ae3b0b Update LICENSE to list files that aren't copyrighted by Google Inc. by Feng Xiao · 10 years ago
  100. faf581d Merge pull request #69 from apaprocki/aix-atomicops by Feng Xiao · 10 years ago