1. 9d31c22 Add a missing proto file. by Feng Xiao · 10 years ago
  2. 9861c0d Merge pull request #146 from isaiah/jruby by Chris Fallin · 10 years ago
  3. 27e2b57 add jruby support by protobuf-java reflection API by Isaiah Peng · 10 years ago
  4. a5f7bb8 Merge pull request #193 from TeBoring/sb by Paul Yang · 10 years ago
  5. 88eda4d Merge pull request #231 from google/alpha-2-fix by Chris Fallin · 10 years ago
  6. 6c8a036 Fix tile atomicops macro. by Jisi Liu · 10 years ago
  7. 0ddbafa Merge pull request #175 from martiert/tile-support by Jisi Liu · 10 years ago
  8. efd4009 Add maven release profile for JavaNano. by Jisi Liu · 10 years ago
  9. 4573e11 Fix python versions to comply with pep-0440. by Jisi Liu · 10 years ago
  10. e4a9ace Merge remote-tracking branch 'github/alpha-2-fix' by Jisi Liu · 10 years ago
  11. 8e61d32 Fix python package version to alpha-2. by Jisi Liu · 10 years ago
  12. ed3c8a1 Merge pull request #225 from google/post-alpha2-integrate by Jisi Liu · 10 years ago
  13. c6170a9 Merge "Add a release profile for Java mvn project, which includes source file, javadoc packaging and signing." by Jisi Liu · 10 years ago
  14. b386c73 Add a release profile for Java mvn project, which includes source file, by Jisi Liu · 10 years ago
  15. dfdec3b Updated Ruby gem version and added note to ruby/README.md regarding version number scheme. by Chris Fallin · 10 years ago
  16. 40f2df3 Bump the version number to 3.0.0-alpha-3-pre by Jisi Liu · 10 years ago
  17. 0b3cfc7 Remove the extra -j8 as it can be passed in $@ already. by Jisi Liu · 10 years ago
  18. 329fa02 Initialize data members in constructors instead of direct initialize in by Jisi Liu · 10 years ago
  19. f0e8df3 use is_proto_enum instead of is_enum for repeated accessor field. by Jisi Liu · 10 years ago
  20. 4065a31 Fix hash.h for MSVC and platforms without hash map/set support. by Jisi Liu · 10 years ago
  21. 14fe0c9 Fix hash_map type parameter to add Alloc for other platforms. by Jisi Liu · 10 years ago
  22. 0a25cfe Use portable GOOGLE_PROTOBUF_THREAD_LOCAL instead of __thread. by Jisi Liu · 10 years ago
  23. b25caa5 Add missing files in vsprojects. by Jisi Liu · 10 years ago
  24. 885b612 Down integrate from Google internal branch for C++ and Java. by Jisi Liu · 10 years ago
  25. 1939efe Add .so to .gitignore. by Jisi Liu · 10 years ago
  26. 7e9020f Merge pull request #185 from mzhaom/remove-unused by Jisi Liu · 10 years ago
  27. a779ae6 Merge pull request #199 from google/wkt by Jisi Liu · 10 years ago
  28. 0e5fc48 Merge pull request #216 from cnauroth/Parser-JavaDoc by Jisi Liu · 10 years ago
  29. 0c59f2e Merge pull request #222 from google/v3.0.0-alpha-2 by Jisi Liu · 10 years ago
  30. 7d5cf8d A few tweaks to CHANGES.txt. by Josh Haberman · 10 years ago
  31. 31e8c20 Added release notes about Python changes. by Josh Haberman · 10 years ago
  32. 97dacc4 Fix the order of BUILT_FILES so that pbconfig.h will be built before by Jisi Liu · 10 years ago
  33. a86baaa Exclude pbconfg.h from dist, otherwise it breaks VS builds. by Jisi Liu · 10 years ago
  34. f8e7a46 Merge pull request #221 from google/python_proto3 by Jisi Liu · 10 years ago
  35. 0b70a43 Fixes for Python/C++ implementation in open-source: by Josh Haberman · 10 years ago
  36. 3feaac7 Merge "Update .gitignore so that the newly-added config.h is visible to git." into v3.0.0-alpha-2 by Jisi Liu · 10 years ago
  37. b670960 Include shared_ptr.h into headers to make maps proto work. It is used by Jisi Liu · 10 years ago
  38. c2f2bce Update .gitignore so that the newly-added config.h is visible to git. by Jisi Liu · 10 years ago
  39. ada6556 Down integrate from Google internal. by Jisi Liu · 10 years ago
  40. df184fb Make maps fields work on installed C++ protobufs. by Jisi Liu · 10 years ago
  41. 581a526 Add unix tools instructions for Mac. by Jisi Liu · 10 years ago
  42. 581be24 Merge alpha branch 'review/v3.0.0-alpha-2' by Jisi Liu · 10 years ago
  43. e70329c Propogate onChange() event when getFooBuilder() is on an oneof message field. by Jisi Liu · 10 years ago
  44. 20042b7 Fix Java maps reflection to call onChange to populate changes to parent by Jisi Liu · 10 years ago
  45. 21fb217 Updated Ruby README with more details on getting started. by Chris Fallin · 10 years ago
  46. 8508198 Correct JavaDoc return value documentation for Parser#parseDelimitedFrom. by cnauroth · 10 years ago
  47. 5b033ae Add JavaNano and Ruby protoc files into vs proj by Jisi Liu · 10 years ago
  48. 7a00a1e Add shutdown code for several newly introduced leaks; by Jisi Liu · 10 years ago
  49. ff35de3 Include Ruby and JavaNano into dist packages. by Jisi Liu · 10 years ago
  50. 7d8564f Update version number to 3.0.0-alpha-2 by Jisi Liu · 10 years ago
  51. 561ea89 Merge pull request #215 from cfallin/ruby-gem-version by Chris Fallin · 10 years ago
  52. 11ad1bd Update Ruby gem version to 3.0.0.alpha.2.0. by Chris Fallin · 10 years ago
  53. 5d9cc7d Merge pull request #214 from cfallin/ruby-changelog by Chris Fallin · 10 years ago
  54. 6ad8f54 Updated Ruby README. by Chris Fallin · 10 years ago
  55. 1d4f321 Updated CHANGES.txt to mention Ruby extension. by Chris Fallin · 10 years ago
  56. 32f5d01 Add changelog for 3.0.0-alpha2 release. by Jisi Liu · 10 years ago
  57. 7c43f17 Use static_cast instead of dynamic_cast in arena unittest so that it can by Jisi Liu · 10 years ago
  58. 0a7fc8f Add test for debug string for oneof by Jisi Liu · 10 years ago
  59. a6fc5da Fix review comments. by Jisi Liu · 10 years ago
  60. f2cf6cd Remove the unused set common oneof variables in helper by Jisi Liu · 10 years ago
  61. 72776c3 Add tests for oneofs. by Jisi Liu · 10 years ago
  62. 9681503 partial oneof tests. by Jisi Liu · 10 years ago
  63. 7b72a24 fix equal and hash for bytes field for javanano oneof by Jisi Liu · 10 years ago
  64. b9e9469 Add tests for oneof equals and hash. by Jisi Liu · 10 years ago
  65. 3ab660c Uncomment string/bytes fields in oneof nano. by Jisi Liu · 10 years ago
  66. 3accf81 Clear oneofs. by Jisi Liu · 10 years ago
  67. f173cde hashcode and equals for oneofs in nano. by Jisi Liu · 10 years ago
  68. 06a2e29 Equals for message oneof field in nano. by Jisi Liu · 10 years ago
  69. c72d3d5 Oneof message level elements (consts, case getter/clear) and messsage type field oneof support. by Jisi Liu · 10 years ago
  70. 7794a98 Initial check-in for message oneof. by Jisi Liu · 10 years ago
  71. 33222b5 Initial check in for primitive oneof fields. by Jisi Liu · 10 years ago
  72. f0e08fd Support maps in NanoPrinter. by Jisi Liu · 10 years ago
  73. 709164e Merge pull request #213 from pherl/maps by Chris Fallin · 10 years ago
  74. fbfdbe8 Use EMPTY_BYTES in WireFormatNano by Jisi Liu · 10 years ago
  75. b262575 Merge pull request #212 from haberman/update-from-google by Chris Fallin · 10 years ago
  76. 55cf8ab Merge branch 'master' of github.com:google/protobuf by Josh Haberman · 10 years ago
  77. cb3caf1 Integrate changes from Google open-source branch. by Josh Haberman · 10 years ago
  78. 2cb2358 Merge pull request #204 from pherl/master by Jisi Liu · 10 years ago
  79. c265fbe Mark factory setter API as private for alpha release. by Jisi Liu · 10 years ago
  80. db87a9c Merge pull request #211 from isaiah/map_inspect by Chris Fallin · 10 years ago
  81. 4502626 Google::Protobuf::Map#inspect should be consistent with Hash#inspect by Isaiah Peng · 10 years ago
  82. 344a921 Merge pull request #209 from cfallin/ruby-protoc-maps by Joshua Haberman · 10 years ago
  83. 315b93f Addressed code-review comment. by Chris Fallin · 10 years ago
  84. a2bea0a Properly support maps in Ruby protoc and another bugfix. by Chris Fallin · 10 years ago
  85. 43beb62 Merge pull request #201 from gordana-cmiljanovic-imgtec/mips-atomic-ops-fix by Feng Xiao · 10 years ago
  86. d1bbd85 Merge the javanano map test into the main test target. by Jisi Liu · 10 years ago
  87. 33ccbcb Add java compiled targets and several tests target into .gitignore. by Jisi Liu · 10 years ago
  88. 504d124 Merge pull request #203 from pherl/gitignore by Chris Fallin · 10 years ago
  89. 7af23e8 Add java compiled targets and several tests target into .gitignore. by Jisi Liu · 10 years ago
  90. eb2ce02 Fix absolute/relative path in output by Bo Yang · 10 years ago
  91. b61b0c3 MIPS: remove immediate constraint within CompareAndSwap. by Gordana Cmiljanovic · 10 years ago
  92. 96e379f Add the .proto files for well-known types. by Feng Xiao · 10 years ago
  93. 2e5123a Merge pull request #197 from nsuke/protoc-export-ruby by Chris Fallin · 10 years ago
  94. de525ec Add missing LIBPROTOC_EXPORT to ruby generator by Nobuaki Sukegawa · 10 years ago
  95. e2555e2 Change target to output filenames by Bo Yang · 10 years ago
  96. 12d8a51 Get the map factory per mergeFrom() call for JavaNano. by Jisi Liu · 10 years ago
  97. d9a6f27 implement hashCode() for JavaNano maps. by Jisi Liu · 10 years ago
  98. 1536e93 Implement Equals for nano. by Jisi Liu · 10 years ago
  99. b0f1948 Rename empty bytes in JavaNano. by Jisi Liu · 10 years ago
  100. cd99c12 Rename readData() to readPrimitiveField() in JavaNano. by Jisi Liu · 10 years ago