1. 3ffbdd7 Merge pull request #1400 from jskeet/fix-internal by Jan Tattermusch · 8 years ago
  2. 0a902ee Fix to csharp_options - initialize internal_access to false. by Jon Skeet · 8 years ago
  3. 667f4a6 Merge pull request #1393 from gvaish/master by Jon Skeet · 8 years ago
  4. 09292d5 Merge pull request #1392 from anandolee/master by Jie Luo · 8 years ago
  5. a6e3931 Added support for internal_access for C# by Gaurav Vaish · 8 years ago
  6. cef46e1 Merge pull request #1390 from jskeet/tidy-up by Jon Skeet · 8 years ago
  7. c612074 sync the Manually integrate changes in google3/third_party by Jie Luo · 8 years ago
  8. 28c5c25 Merge pull request #1391 from thomasvl/string_tweaks by Thomas Van Lenten · 8 years ago
  9. f98d2f5 Updating Xcode Settings to use iOS 9.3 by Geoffrey Wiseman · 8 years ago
  10. 2a18bb5 Add more documentation for csharp_options.h by Jon Skeet · 8 years ago
  11. bfd1c84 Line-wrapping changes only for C# generator code by Jon Skeet · 8 years ago
  12. c9167f2 Error during parsing for invalid UTF-8 instead of dropping dropping data. by Thomas Van Lenten · 8 years ago
  13. f3f5b3f Add tests to ensure we read strings with BOMs so we don't forget about lessons of the past. by Thomas Van Lenten · 8 years ago
  14. 89719f0 Merge pull request #1349 from gvaish/master by Jon Skeet · 8 years ago
  15. f3fe75b Merge pull request #1386 from andrewharp/patch-2 by Feng Xiao · 8 years ago
  16. 74d8b0b Added access_level for types by Gaurav Vaish · 8 years ago
  17. 3b4e7dc Update BUILD by Andrew Harp · 8 years ago
  18. b56b461 Do not link in pthread library for Android builds. by Andrew Harp · 8 years ago
  19. a771c9e Merge pull request #852 from qzix/master by Thomas Van Lenten · 8 years ago
  20. 268ce28 Added deprecated option handling for objective-c generator by Oleg Vereshko · 8 years ago
  21. 452e2b2 Merge pull request #1353 from keveman/master by Joshua Haberman · 8 years ago
  22. cf828de Linking the cpp implementation extension statically with libprotobuf by Manjunath Kudlur · 8 years ago
  23. 9d7a172 Merge pull request #1377 from jskeet/remove-duplicate-tests by Jon Skeet · 8 years ago
  24. a293180 Merge pull request #1378 from thomasvl/manual_stream_parsing_helpers by Thomas Van Lenten · 8 years ago
  25. 331cee5 Add -position and -isAtEnd for use when manually parsing input streams. by Thomas Van Lenten · 8 years ago
  26. 46e088e Remove duplicate test cases. by Jon Skeet · 8 years ago
  27. 099ff1e Merge pull request #1369 from jskeet/tools-nuspec by Jan Tattermusch · 8 years ago
  28. 81eb84c Merge pull request #1371 from keveman/oversize_protos by Joshua Haberman · 8 years ago
  29. 1283625 Added an API to allow oversize protos when using C++ extension in Python by Manjunath Kudlur · 8 years ago
  30. 5c63266 Merge pull request #1366 from xyzzyz/int128_ostream by Feng Xiao · 8 years ago
  31. dfd4760 Remove duplicate line by Jon Skeet · 8 years ago
  32. ca0461c Introduce a new nuget package, Google.Protobuf.Tools, basically to contain protoc on multiple platforms. by Jon Skeet · 8 years ago
  33. a16c8a5 Merge pull request #1362 from jskeet/tweak_json_name by Jan Tattermusch · 8 years ago
  34. 955841e Replace #include <iostream> with #include <ostream> by Adam Michalik · 8 years ago
  35. a25e996 Merge pull request #1360 from pherl/master by Jisi Liu · 8 years ago
  36. 34d0cc2 Merge pull request #1295 from haberman/docker by Joshua Haberman · 8 years ago
  37. 71e8dca Refactoring of FieldDescriptor by Jon Skeet · 8 years ago
  38. 261fde1 Merge pull request #1326 from the-alien/csharp_json_name by Jon Skeet · 8 years ago
  39. a15b916 Merge branch 'master' into docker by Josh Haberman · 8 years ago
  40. e164f10 Use the T() instead of NULL for the default value. by Jisi Liu · 8 years ago
  41. af34538 Merge branch 'master' of https://github.com/google/protobuf into csharp_json_name by alien · 8 years ago
  42. 6f8dd21 Code review fixes by alien · 8 years ago
  43. 261ee02 Merge pull request #1358 from thomasvl/travis_tweaks by Thomas Van Lenten · 8 years ago
  44. 8d47d78 Mark iOS tests as able to fail. by Thomas Van Lenten · 8 years ago
  45. 9240acd Merge pull request #1350 from thomasvl/over_release by Thomas Van Lenten · 8 years ago
  46. 3f91744 The message was autoreleased, the -releases are an over release. by Thomas Van Lenten · 8 years ago
  47. 8126912 Merge pull request #1345 from smparkes/smparkes/well-known-protos by Feng Xiao · 8 years ago
  48. d5a5732 export well known protos by Steven Parkes · 8 years ago
  49. 34eeeff Merge pull request #1344 from topillar/patch-1 by Feng Xiao · 8 years ago
  50. 64dfb5f Update coded_stream.h by topillar · 8 years ago
  51. 698fa8e Merge pull request #1335 from pradeepg26/master by Feng Xiao · 8 years ago
  52. 9209136 Merge pull request #1339 from thomasvl/delay_dispatch_semaphore_creation by Thomas Van Lenten · 8 years ago
  53. bd41a39 Only create the readonlySemaphore on demand. by Thomas Van Lenten · 8 years ago
  54. 4d98369 Allow custom URLs for Any in JsonFormat by Pradeep Gollakota · 8 years ago
  55. 0d32ab3 csharp: add support for the json_name option by alien · 8 years ago
  56. 5e93384 Merge pull request #1325 from thomasvl/shrink_overhead by Thomas Van Lenten · 8 years ago
  57. 79a23c4 Shrink ObjC overhead (generated size and some runtime sizes) by Thomas Van Lenten · 8 years ago
  58. ca3dc15 Merge pull request #1318 from smparkes/smparkes/grpc by Feng Xiao · 8 years ago
  59. 44fdead Merge pull request #1291 from sergiocampama/devel by Thomas Van Lenten · 8 years ago
  60. 9aea0ef Merge pull request #1312 from petewarden/master by Jisi Liu · 8 years ago
  61. a9244ca add java/util support based on java/util/pom.xml by Steven Parkes · 8 years ago
  62. c71f184 Merge pull request #1278 from smparkes/master by Jisi Liu · 8 years ago
  63. dfaf1aa Merge pull request #1317 from benvanik/patch-1 by Feng Xiao · 8 years ago
  64. 58f0764 Fixing compilation error when building with emscripten. by Ben Vanik · 8 years ago
  65. ea18866 pass correct args to protoc for java wellknown protos when used as an external repository by Steven Parkes · 8 years ago
  66. bc2d6c2 Merge remote-tracking branch 'upstream/master' by Pete Warden · 8 years ago
  67. f0c1a86 Added iOS settings to Bazel build by Pete Warden · 8 years ago
  68. 48ebb29 Merge pull request #1299 from tatraian/master by Feng Xiao · 8 years ago
  69. e2fb1d9 Comment has been added to fix (issue #1266) by Antal Tátrai · 8 years ago
  70. a8db268 Merge pull request #1309 from thomasvl/leading_special_prop_names by Thomas Van Lenten · 8 years ago
  71. 1bf4b38 Fix up handing of fields with leading names that should be all caps. by Thomas Van Lenten · 8 years ago
  72. 3dd3238 Merge pull request #1306 from silviulica/master by Joshua Haberman · 8 years ago
  73. 4573edb Update version to 3.0.0b2.post2 by Silviu Calinoiu · 8 years ago
  74. 6a8815b Merge pull request #1304 from thomasvl/headerdocs by Thomas Van Lenten · 8 years ago
  75. 36650a0 HeaderDoc support in the library and generated sources by Thomas Van Lenten · 8 years ago
  76. f2d3408 Merge pull request #1301 from avgweb/master by Jon Skeet · 8 years ago
  77. ad2d775 Replace StringBuilder with TextWriter in JsonFormatter by avgweb · 8 years ago
  78. 9242d9b Merge pull request #1298 from craigcitro/fix_setup by Joshua Haberman · 8 years ago
  79. 3cc35ad Fix compiling clang/libc++ builds. (Issue: #1266) by Antal Tátrai · 8 years ago
  80. 0e7c0c2 Add back the namespace_packages arg in setup.py. by Craig Citro · 8 years ago
  81. e70f925 Merge pull request #1139 from haberman/rubyjsoncamel by Joshua Haberman · 8 years ago
  82. 67c727c Rearranged and commented files for running under Jenkins. by Josh Haberman · 8 years ago
  83. 37663e8 Merge pull request #1292 from haberman/ruby-allow-descriptor by Joshua Haberman · 8 years ago
  84. 35227b4 Removed the generated Ruby file from Makefile.am. by Josh Haberman · 8 years ago
  85. 7d793c1 Disable attempt to use ccache for docker build. by Josh Haberman · 8 years ago
  86. 2bda98f Properly report C++ build time. by Josh Haberman · 8 years ago
  87. 1ee0fda Use a local Maven repository to avoid network fetches during tests. by Josh Haberman · 8 years ago
  88. 513875d Generate well-known types in Ruby extension and prune unneeded proto2 dependencies. by Josh Haberman · 8 years ago
  89. b5a35b4 Adds more information to Objective C error when the expected objc_class_prefix option is missing. by Sergio Campama · 8 years ago
  90. 2f3f1de Make Java copy into separate directories so the tests can run concurrently. by Josh Haberman · 8 years ago
  91. 38bc155 Added code to generate XML output file for more granular results. by Josh Haberman · 8 years ago
  92. ffc8118 Added Ruby 2.1, Oracle Java, and C#. by Josh Haberman · 8 years ago
  93. 78f9b68 Upgrade Python packages using pip. by Josh Haberman · 8 years ago
  94. f6153b5 Work around tox bug. by Josh Haberman · 8 years ago
  95. b28b3f6 Configure ccache directory. by Josh Haberman · 8 years ago
  96. d08c39c Put Maven in batch mode to avoid spamming the logs. by Josh Haberman · 8 years ago
  97. 483533d Install Python deps in Docker image. by Josh Haberman · 8 years ago
  98. 0b931bc Add another test (javanano), but run it in parallel. by Josh Haberman · 8 years ago
  99. 0f8c25d Properly add JDK deps in the Docker image. by Josh Haberman · 8 years ago
  100. 738393b Try running multiple tests in a row. by Josh Haberman · 8 years ago