1. 83a7a5e Merge pull request #1402 from davidzchen/py2and3 by Feng Xiao · 8 years ago
  2. 072296f Merge pull request #1422 from pherl/master by Jisi Liu · 8 years ago
  3. 1f4f3e2 Update file list to include the missing extension lite file. by Jisi Liu · 8 years ago
  4. ca9bbd7 Merge pull request #1413 from haberman/updateupb by Joshua Haberman · 8 years ago
  5. e67ef3d Bugfix for JSON error case. by Josh Haberman · 8 years ago
  6. 800e986 Remove no longer applicable documentation from README.md. by Josh Haberman · 8 years ago
  7. 194ad62 Ruby JSON: always accept both camelCase and original field names. by Josh Haberman · 8 years ago
  8. 90c7f6e Documented the JSON change and compatibility flags. by Josh Haberman · 8 years ago
  9. 94e54b3 Updated upb: picked up legacy JSON flags to help Ruby users migrate. by Josh Haberman · 8 years ago
  10. 814685c Merge pull request #1397 from google/internal-merge by Joshua Haberman · 8 years ago
  11. 3c4ce52 Fix for gulpfile.js. by Josh Haberman · 8 years ago
  12. 3ffbdd7 Merge pull request #1400 from jskeet/fix-internal by Jan Tattermusch · 8 years ago
  13. 5ebeefb Add missing PY2AND3 srcs_versions attributes to Python Bazel build targets. by David Z. Chen · 8 years ago
  14. 0a902ee Fix to csharp_options - initialize internal_access to false. by Jon Skeet · 8 years ago
  15. 2cd79bf Removed duplicated operator delete from merge conflict. by Josh Haberman · 8 years ago
  16. 4465daa Merge branch 'master' into internal-merge by Josh Haberman · 8 years ago
  17. 667f4a6 Merge pull request #1393 from gvaish/master by Jon Skeet · 8 years ago
  18. 1523936 Fix for CommonJS tests. by Josh Haberman · 8 years ago
  19. 09292d5 Merge pull request #1392 from anandolee/master by Jie Luo · 8 years ago
  20. a6e3931 Added support for internal_access for C# by Gaurav Vaish · 8 years ago
  21. cef46e1 Merge pull request #1390 from jskeet/tidy-up by Jon Skeet · 8 years ago
  22. c612074 sync the Manually integrate changes in google3/third_party by Jie Luo · 8 years ago
  23. 28c5c25 Merge pull request #1391 from thomasvl/string_tweaks by Thomas Van Lenten · 8 years ago
  24. f98d2f5 Updating Xcode Settings to use iOS 9.3 by Geoffrey Wiseman · 8 years ago
  25. 2a18bb5 Add more documentation for csharp_options.h by Jon Skeet · 8 years ago
  26. bfd1c84 Line-wrapping changes only for C# generator code by Jon Skeet · 8 years ago
  27. c9167f2 Error during parsing for invalid UTF-8 instead of dropping dropping data. by Thomas Van Lenten · 8 years ago
  28. 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
  29. 89719f0 Merge pull request #1349 from gvaish/master by Jon Skeet · 8 years ago
  30. f3fe75b Merge pull request #1386 from andrewharp/patch-2 by Feng Xiao · 8 years ago
  31. 74d8b0b Added access_level for types by Gaurav Vaish · 8 years ago
  32. 3b4e7dc Update BUILD by Andrew Harp · 8 years ago
  33. b56b461 Do not link in pthread library for Android builds. by Andrew Harp · 8 years ago
  34. a771c9e Merge pull request #852 from qzix/master by Thomas Van Lenten · 8 years ago
  35. 268ce28 Added deprecated option handling for objective-c generator by Oleg Vereshko · 8 years ago
  36. aeacf51 Merge pull request #1381 from pherl/internal-merge by Jisi Liu · 8 years ago
  37. 7630a83 Merge branch 'master' into internal-merge by Jisi Liu · 8 years ago
  38. cba75ad Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 8 years ago
  39. 89343d8 Do not use C++11 unicode escape in unittest. by Jisi Liu · 8 years ago
  40. 452e2b2 Merge pull request #1353 from keveman/master by Joshua Haberman · 8 years ago
  41. cf828de Linking the cpp implementation extension statically with libprotobuf by Manjunath Kudlur · 8 years ago
  42. 93811ca Do not let windows.h define min/max macros by Jisi Liu · 8 years ago
  43. 3b6df06 Allow bigobj for map_unittest by Jisi Liu · 8 years ago
  44. 9d7a172 Merge pull request #1377 from jskeet/remove-duplicate-tests by Jon Skeet · 8 years ago
  45. a293180 Merge pull request #1378 from thomasvl/manual_stream_parsing_helpers by Thomas Van Lenten · 8 years ago
  46. 331cee5 Add -position and -isAtEnd for use when manually parsing input streams. by Thomas Van Lenten · 8 years ago
  47. 46e088e Remove duplicate test cases. by Jon Skeet · 8 years ago
  48. 099ff1e Merge pull request #1369 from jskeet/tools-nuspec by Jan Tattermusch · 8 years ago
  49. 203bb5e Fix re-definition issue of winsock.h and winsock2.h by Jisi Liu · 8 years ago
  50. 1bf446c Disable sign-compare warning. by Jisi Liu · 8 years ago
  51. 7b1cbbd Fix signed-compare warning. by Jisi Liu · 8 years ago
  52. 012ac9a revert unexpected change for py26 by Jisi Liu · 8 years ago
  53. bc1f2e7 Fix WIN32 build for map_test. by Jisi Liu · 8 years ago
  54. cbfd9d4 Remove export macros for classes nested in a template class. by Jisi Liu · 8 years ago
  55. 81eb84c Merge pull request #1371 from keveman/oversize_protos by Joshua Haberman · 8 years ago
  56. 1283625 Added an API to allow oversize protos when using C++ extension in Python by Manjunath Kudlur · 8 years ago
  57. 5805c2d Fix javanano package by Jisi Liu · 8 years ago
  58. fc7eeda Fix json_format.py in py26 by Jisi Liu · 8 years ago
  59. 5c63266 Merge pull request #1366 from xyzzyz/int128_ostream by Feng Xiao · 8 years ago
  60. 94aa50f Fix breakage of referring to table_ in static func by Jisi Liu · 8 years ago
  61. 9e7fa06 Temporarily disable begin is fast test. by Jisi Liu · 8 years ago
  62. dfd4760 Remove duplicate line by Jon Skeet · 8 years ago
  63. ca0461c Introduce a new nuget package, Google.Protobuf.Tools, basically to contain protoc on multiple platforms. by Jon Skeet · 8 years ago
  64. a16c8a5 Merge pull request #1362 from jskeet/tweak_json_name by Jan Tattermusch · 8 years ago
  65. 955841e Replace #include <iostream> with #include <ostream> by Adam Michalik · 8 years ago
  66. 0de06f5 Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 8 years ago
  67. 3b3c8ab Integrate google internal changes. by Jisi Liu · 8 years ago
  68. a25e996 Merge pull request #1360 from pherl/master by Jisi Liu · 8 years ago
  69. 34d0cc2 Merge pull request #1295 from haberman/docker by Joshua Haberman · 8 years ago
  70. 71e8dca Refactoring of FieldDescriptor by Jon Skeet · 8 years ago
  71. 261fde1 Merge pull request #1326 from the-alien/csharp_json_name by Jon Skeet · 8 years ago
  72. a15b916 Merge branch 'master' into docker by Josh Haberman · 8 years ago
  73. e164f10 Use the T() instead of NULL for the default value. by Jisi Liu · 8 years ago
  74. af34538 Merge branch 'master' of https://github.com/google/protobuf into csharp_json_name by alien · 8 years ago
  75. 6f8dd21 Code review fixes by alien · 8 years ago
  76. 261ee02 Merge pull request #1358 from thomasvl/travis_tweaks by Thomas Van Lenten · 8 years ago
  77. 8d47d78 Mark iOS tests as able to fail. by Thomas Van Lenten · 8 years ago
  78. 9240acd Merge pull request #1350 from thomasvl/over_release by Thomas Van Lenten · 8 years ago
  79. 3f91744 The message was autoreleased, the -releases are an over release. by Thomas Van Lenten · 8 years ago
  80. 8126912 Merge pull request #1345 from smparkes/smparkes/well-known-protos by Feng Xiao · 8 years ago
  81. d5a5732 export well known protos by Steven Parkes · 8 years ago
  82. 34eeeff Merge pull request #1344 from topillar/patch-1 by Feng Xiao · 8 years ago
  83. 64dfb5f Update coded_stream.h by topillar · 8 years ago
  84. 698fa8e Merge pull request #1335 from pradeepg26/master by Feng Xiao · 8 years ago
  85. 9209136 Merge pull request #1339 from thomasvl/delay_dispatch_semaphore_creation by Thomas Van Lenten · 8 years ago
  86. bd41a39 Only create the readonlySemaphore on demand. by Thomas Van Lenten · 8 years ago
  87. 4d98369 Allow custom URLs for Any in JsonFormat by Pradeep Gollakota · 8 years ago
  88. 0d32ab3 csharp: add support for the json_name option by alien · 8 years ago
  89. 5e93384 Merge pull request #1325 from thomasvl/shrink_overhead by Thomas Van Lenten · 8 years ago
  90. 79a23c4 Shrink ObjC overhead (generated size and some runtime sizes) by Thomas Van Lenten · 8 years ago
  91. ca3dc15 Merge pull request #1318 from smparkes/smparkes/grpc by Feng Xiao · 8 years ago
  92. 44fdead Merge pull request #1291 from sergiocampama/devel by Thomas Van Lenten · 8 years ago
  93. 9aea0ef Merge pull request #1312 from petewarden/master by Jisi Liu · 8 years ago
  94. a9244ca add java/util support based on java/util/pom.xml by Steven Parkes · 8 years ago
  95. c71f184 Merge pull request #1278 from smparkes/master by Jisi Liu · 8 years ago
  96. dfaf1aa Merge pull request #1317 from benvanik/patch-1 by Feng Xiao · 8 years ago
  97. 58f0764 Fixing compilation error when building with emscripten. by Ben Vanik · 8 years ago
  98. ea18866 pass correct args to protoc for java wellknown protos when used as an external repository by Steven Parkes · 8 years ago
  99. bc2d6c2 Merge remote-tracking branch 'upstream/master' by Pete Warden · 8 years ago
  100. f0c1a86 Added iOS settings to Bazel build by Pete Warden · 8 years ago