1. 099ff1e Merge pull request #1369 from jskeet/tools-nuspec by Jan Tattermusch · 8 years ago
  2. 81eb84c Merge pull request #1371 from keveman/oversize_protos by Joshua Haberman · 8 years ago
  3. 1283625 Added an API to allow oversize protos when using C++ extension in Python by Manjunath Kudlur · 8 years ago
  4. 5c63266 Merge pull request #1366 from xyzzyz/int128_ostream by Feng Xiao · 8 years ago
  5. dfd4760 Remove duplicate line by Jon Skeet · 8 years ago
  6. ca0461c Introduce a new nuget package, Google.Protobuf.Tools, basically to contain protoc on multiple platforms. by Jon Skeet · 8 years ago
  7. a16c8a5 Merge pull request #1362 from jskeet/tweak_json_name by Jan Tattermusch · 8 years ago
  8. 955841e Replace #include <iostream> with #include <ostream> by Adam Michalik · 8 years ago
  9. a25e996 Merge pull request #1360 from pherl/master by Jisi Liu · 8 years ago
  10. 34d0cc2 Merge pull request #1295 from haberman/docker by Joshua Haberman · 8 years ago
  11. 71e8dca Refactoring of FieldDescriptor by Jon Skeet · 8 years ago
  12. 261fde1 Merge pull request #1326 from the-alien/csharp_json_name by Jon Skeet · 8 years ago
  13. a15b916 Merge branch 'master' into docker by Josh Haberman · 8 years ago
  14. e164f10 Use the T() instead of NULL for the default value. by Jisi Liu · 8 years ago
  15. af34538 Merge branch 'master' of https://github.com/google/protobuf into csharp_json_name by alien · 8 years ago
  16. 6f8dd21 Code review fixes by alien · 8 years ago
  17. 261ee02 Merge pull request #1358 from thomasvl/travis_tweaks by Thomas Van Lenten · 8 years ago
  18. 8d47d78 Mark iOS tests as able to fail. by Thomas Van Lenten · 8 years ago
  19. 9240acd Merge pull request #1350 from thomasvl/over_release by Thomas Van Lenten · 8 years ago
  20. 3f91744 The message was autoreleased, the -releases are an over release. by Thomas Van Lenten · 8 years ago
  21. 8126912 Merge pull request #1345 from smparkes/smparkes/well-known-protos by Feng Xiao · 8 years ago
  22. d5a5732 export well known protos by Steven Parkes · 8 years ago
  23. 34eeeff Merge pull request #1344 from topillar/patch-1 by Feng Xiao · 8 years ago
  24. 64dfb5f Update coded_stream.h by topillar · 8 years ago
  25. 698fa8e Merge pull request #1335 from pradeepg26/master by Feng Xiao · 8 years ago
  26. 9209136 Merge pull request #1339 from thomasvl/delay_dispatch_semaphore_creation by Thomas Van Lenten · 8 years ago
  27. bd41a39 Only create the readonlySemaphore on demand. by Thomas Van Lenten · 8 years ago
  28. 4d98369 Allow custom URLs for Any in JsonFormat by Pradeep Gollakota · 8 years ago
  29. 0d32ab3 csharp: add support for the json_name option by alien · 8 years ago
  30. 5e93384 Merge pull request #1325 from thomasvl/shrink_overhead by Thomas Van Lenten · 8 years ago
  31. 79a23c4 Shrink ObjC overhead (generated size and some runtime sizes) by Thomas Van Lenten · 8 years ago
  32. ca3dc15 Merge pull request #1318 from smparkes/smparkes/grpc by Feng Xiao · 8 years ago
  33. 44fdead Merge pull request #1291 from sergiocampama/devel by Thomas Van Lenten · 8 years ago
  34. 9aea0ef Merge pull request #1312 from petewarden/master by Jisi Liu · 8 years ago
  35. a9244ca add java/util support based on java/util/pom.xml by Steven Parkes · 8 years ago
  36. c71f184 Merge pull request #1278 from smparkes/master by Jisi Liu · 8 years ago
  37. dfaf1aa Merge pull request #1317 from benvanik/patch-1 by Feng Xiao · 8 years ago
  38. 58f0764 Fixing compilation error when building with emscripten. by Ben Vanik · 8 years ago
  39. ea18866 pass correct args to protoc for java wellknown protos when used as an external repository by Steven Parkes · 8 years ago
  40. bc2d6c2 Merge remote-tracking branch 'upstream/master' by Pete Warden · 8 years ago
  41. f0c1a86 Added iOS settings to Bazel build by Pete Warden · 8 years ago
  42. 48ebb29 Merge pull request #1299 from tatraian/master by Feng Xiao · 8 years ago
  43. e2fb1d9 Comment has been added to fix (issue #1266) by Antal Tátrai · 8 years ago
  44. a8db268 Merge pull request #1309 from thomasvl/leading_special_prop_names by Thomas Van Lenten · 8 years ago
  45. 1bf4b38 Fix up handing of fields with leading names that should be all caps. by Thomas Van Lenten · 8 years ago
  46. 3dd3238 Merge pull request #1306 from silviulica/master by Joshua Haberman · 8 years ago
  47. 4573edb Update version to 3.0.0b2.post2 by Silviu Calinoiu · 8 years ago
  48. 6a8815b Merge pull request #1304 from thomasvl/headerdocs by Thomas Van Lenten · 8 years ago
  49. 36650a0 HeaderDoc support in the library and generated sources by Thomas Van Lenten · 8 years ago
  50. f2d3408 Merge pull request #1301 from avgweb/master by Jon Skeet · 8 years ago
  51. ad2d775 Replace StringBuilder with TextWriter in JsonFormatter by avgweb · 8 years ago
  52. 9242d9b Merge pull request #1298 from craigcitro/fix_setup by Joshua Haberman · 8 years ago
  53. 3cc35ad Fix compiling clang/libc++ builds. (Issue: #1266) by Antal Tátrai · 8 years ago
  54. 0e7c0c2 Add back the namespace_packages arg in setup.py. by Craig Citro · 8 years ago
  55. e70f925 Merge pull request #1139 from haberman/rubyjsoncamel by Joshua Haberman · 8 years ago
  56. 67c727c Rearranged and commented files for running under Jenkins. by Josh Haberman · 8 years ago
  57. 37663e8 Merge pull request #1292 from haberman/ruby-allow-descriptor by Joshua Haberman · 8 years ago
  58. 35227b4 Removed the generated Ruby file from Makefile.am. by Josh Haberman · 8 years ago
  59. 7d793c1 Disable attempt to use ccache for docker build. by Josh Haberman · 8 years ago
  60. 2bda98f Properly report C++ build time. by Josh Haberman · 8 years ago
  61. 1ee0fda Use a local Maven repository to avoid network fetches during tests. by Josh Haberman · 8 years ago
  62. 513875d Generate well-known types in Ruby extension and prune unneeded proto2 dependencies. by Josh Haberman · 8 years ago
  63. b5a35b4 Adds more information to Objective C error when the expected objc_class_prefix option is missing. by Sergio Campama · 8 years ago
  64. 2f3f1de Make Java copy into separate directories so the tests can run concurrently. by Josh Haberman · 8 years ago
  65. 38bc155 Added code to generate XML output file for more granular results. by Josh Haberman · 8 years ago
  66. ffc8118 Added Ruby 2.1, Oracle Java, and C#. by Josh Haberman · 8 years ago
  67. 78f9b68 Upgrade Python packages using pip. by Josh Haberman · 8 years ago
  68. f6153b5 Work around tox bug. by Josh Haberman · 8 years ago
  69. b28b3f6 Configure ccache directory. by Josh Haberman · 8 years ago
  70. d08c39c Put Maven in batch mode to avoid spamming the logs. by Josh Haberman · 8 years ago
  71. 483533d Install Python deps in Docker image. by Josh Haberman · 8 years ago
  72. 0b931bc Add another test (javanano), but run it in parallel. by Josh Haberman · 8 years ago
  73. 0f8c25d Properly add JDK deps in the Docker image. by Josh Haberman · 8 years ago
  74. 738393b Try running multiple tests in a row. by Josh Haberman · 8 years ago
  75. d33e93b Added ccache support. by Josh Haberman · 8 years ago
  76. 57be1d7 Added some initial shell scripts and docker file. by Josh Haberman · 8 years ago
  77. 7810589 Merge pull request #1260 from legrosbuffle/master by Paul Yang · 8 years ago
  78. 584233b Merge pull request #1287 from jskeet/fix-typo by Jon Skeet · 8 years ago
  79. f222a9a Fix copy/paste typo in CodedInputStreamTest by Jon Skeet · 8 years ago
  80. 52f62e3 Merge pull request #1274 from murgatroid99/node_relative_requires by Joshua Haberman · 8 years ago
  81. 9f775a8 Merge pull request #1286 from jskeet/idisposable by Jan Tattermusch · 8 years ago
  82. c0cf71b Implement IDisposable for CodedInputStream and CodedOutputStream by Jon Skeet · 8 years ago
  83. 60a0d41 Merge pull request #1233 from davidzchen/python-path by Jisi Liu · 8 years ago
  84. 985c968 Remove hack for building Python support with Bazel. by David Z. Chen · 8 years ago
  85. fb714b3 Merge pull request #1275 from keveman/grpc_support by Jisi Liu · 8 years ago
  86. f5c7363 Fixed grpc C++ plugin support. by Manjunath Kudlur · 8 years ago
  87. c9f8a1b Moved CommonJS-specific files into commonjs directory by murgatroid99 · 8 years ago
  88. a862b6b Fix CommonJS relative require generation, and test it by murgatroid99 · 8 years ago
  89. cc775f7 Merge pull request #1259 from silviulica/master by Joshua Haberman · 8 years ago
  90. fc51bdc Merge pull request #1268 from keveman/grpc_support by Jisi Liu · 8 years ago
  91. cb39204 Updated library generation with iOS options by Pete Warden · 8 years ago
  92. f0966a7 Added grpc plugin support to cc_proto_library. by Manjunath Kudlur · 8 years ago
  93. 8f67b16 Merge pull request #1267 from jskeet/vs2015 by Jan Tattermusch · 8 years ago
  94. 513a8a6 Merge pull request #804 from bsilver8192/master by Feng Xiao · 8 years ago
  95. 4237146 Require VS2015 in the solution file by Jon Skeet · 8 years ago
  96. 32daf51 Merge pull request #1215 from haberman/commonjs by Joshua Haberman · 8 years ago
  97. 24c5424 Added a bit more to README.md, and allowed custom PROTOC var in tests. by Josh Haberman · 8 years ago
  98. 894c4d6 Merge pull request #1257 from thomasvl/objc_generics by Thomas Van Lenten · 8 years ago
  99. b3d802d Make cpp generated enum constants constexpr when Options::proto_h is specified. by Clement Courbet · 8 years ago
  100. 786f80f Add a modified patch from craigcitro@ to handle namespace sharing. by Silviu Calinoiu · 8 years ago