1. 4057447 Merge pull request #1444 from mbrtargeting/master by Feng Xiao · 8 years ago
  2. 385755e Add initial design document for Swift protocol buffers. (#1442) by Tony Allevato · 8 years ago
  3. db93833 Added serialVersionUID to ExtendableMessage. by Jakub Kukul · 8 years ago
  4. 034294b Merge pull request #1438 from xfxyjwf/docs by Feng Xiao · 8 years ago
  5. 0ad2048 Merge pull request #1416 from cwhipkey/master by Feng Xiao · 8 years ago
  6. 8052dc7 Add a docs directory and move the third-party add-ons page here. by Feng Xiao · 8 years ago
  7. f00300d Merge pull request #1414 from xyzzyz/googletest by Feng Xiao · 8 years ago
  8. 1ccb4ca Merge pull request #1434 from jskeet/regenerate by Thomas Van Lenten · 8 years ago
  9. c588ac4 Regenerate well-known types for C# by Jon Skeet · 8 years ago
  10. e539e98 Merge pull request #1433 from thomasvl/check_wkt by Thomas Van Lenten · 8 years ago
  11. 511f28b ObjC support for failing the build in the generated WKTs are out of date by Thomas Van Lenten · 8 years ago
  12. f265fb8 Merge pull request #1401 from jskeet/enum-casing by Jon Skeet · 8 years ago
  13. 36978c3 Merge pull request #1417 from seishun/windows2 by Joshua Haberman · 8 years ago
  14. d90d615 Attempt to fix AppVeyor build by exporting GetEnumValueName by Jon Skeet · 8 years ago
  15. 790f4c8 Use the original name in JSON formatting. by Jon Skeet · 8 years ago
  16. 84ea2c7 Regenerate all C# code and make it compile by Jon Skeet · 8 years ago
  17. 75626ed Add C# codegen changes to enum value names (mostly C++) by Jon Skeet · 8 years ago
  18. 1dc8194 Merge pull request #1428 from pherl/master by Jisi Liu · 8 years ago
  19. 1b0ff34 Add missing includes in field mask test by Jisi Liu · 8 years ago
  20. 52825bf Merge pull request #1426 from thomasvl/fix_comment_typo by Thomas Van Lenten · 8 years ago
  21. e664aa6 Regenerate the WKT to pick up current changes to the proto files. by Thomas Van Lenten · 8 years ago
  22. 83a7a5e Merge pull request #1402 from davidzchen/py2and3 by Feng Xiao · 8 years ago
  23. 3633bcd Fix comment typo by Thomas Van Lenten · 8 years ago
  24. 072296f Merge pull request #1422 from pherl/master by Jisi Liu · 8 years ago
  25. 1f4f3e2 Update file list to include the missing extension lite file. by Jisi Liu · 8 years ago
  26. 7ff229f Support Windows in gulpfile.js by Nikolai Vavilov · 8 years ago
  27. ca9bbd7 Merge pull request #1413 from haberman/updateupb by Joshua Haberman · 8 years ago
  28. baf52bd Change protobuf CPP proto generator to support the 'lite' option in proto3. by Chad Whipkey · 8 years ago
  29. e67ef3d Bugfix for JSON error case. by Josh Haberman · 8 years ago
  30. 800e986 Remove no longer applicable documentation from README.md. by Josh Haberman · 8 years ago
  31. 194ad62 Ruby JSON: always accept both camelCase and original field names. by Josh Haberman · 8 years ago
  32. 1b912fc Remove googletest.h header from stringprintf.cc by Adam Michalik · 8 years ago
  33. 90c7f6e Documented the JSON change and compatibility flags. by Josh Haberman · 8 years ago
  34. 94e54b3 Updated upb: picked up legacy JSON flags to help Ruby users migrate. by Josh Haberman · 8 years ago
  35. 814685c Merge pull request #1397 from google/internal-merge by Joshua Haberman · 8 years ago
  36. 3c4ce52 Fix for gulpfile.js. by Josh Haberman · 8 years ago
  37. 2a197b3 Use 0 as the default value for all enums, rather than finding the actual enum value name by Jon Skeet · 8 years ago
  38. 3ffbdd7 Merge pull request #1400 from jskeet/fix-internal by Jan Tattermusch · 8 years ago
  39. 5ebeefb Add missing PY2AND3 srcs_versions attributes to Python Bazel build targets. by David Z. Chen · 8 years ago
  40. 0a902ee Fix to csharp_options - initialize internal_access to false. by Jon Skeet · 8 years ago
  41. 2cd79bf Removed duplicated operator delete from merge conflict. by Josh Haberman · 8 years ago
  42. 4465daa Merge branch 'master' into internal-merge by Josh Haberman · 8 years ago
  43. 667f4a6 Merge pull request #1393 from gvaish/master by Jon Skeet · 8 years ago
  44. 1523936 Fix for CommonJS tests. by Josh Haberman · 9 years ago
  45. 09292d5 Merge pull request #1392 from anandolee/master by Jie Luo · 8 years ago
  46. a6e3931 Added support for internal_access for C# by Gaurav Vaish · 8 years ago
  47. cef46e1 Merge pull request #1390 from jskeet/tidy-up by Jon Skeet · 8 years ago
  48. c612074 sync the Manually integrate changes in google3/third_party by Jie Luo · 8 years ago
  49. 28c5c25 Merge pull request #1391 from thomasvl/string_tweaks by Thomas Van Lenten · 8 years ago
  50. f98d2f5 Updating Xcode Settings to use iOS 9.3 by Geoffrey Wiseman · 8 years ago
  51. 2a18bb5 Add more documentation for csharp_options.h by Jon Skeet · 8 years ago
  52. bfd1c84 Line-wrapping changes only for C# generator code by Jon Skeet · 8 years ago
  53. c9167f2 Error during parsing for invalid UTF-8 instead of dropping dropping data. by Thomas Van Lenten · 8 years ago
  54. f3f5b3f Add tests to ensure we read strings with BOMs so we don't forget about lessons of the past. by Thomas Van Lenten · 9 years ago
  55. 89719f0 Merge pull request #1349 from gvaish/master by Jon Skeet · 8 years ago
  56. f3fe75b Merge pull request #1386 from andrewharp/patch-2 by Feng Xiao · 9 years ago
  57. 74d8b0b Added access_level for types by Gaurav Vaish · 9 years ago
  58. 3b4e7dc Update BUILD by Andrew Harp · 9 years ago
  59. b56b461 Do not link in pthread library for Android builds. by Andrew Harp · 9 years ago
  60. a771c9e Merge pull request #852 from qzix/master by Thomas Van Lenten · 9 years ago
  61. 268ce28 Added deprecated option handling for objective-c generator by Oleg Vereshko · 9 years ago
  62. aeacf51 Merge pull request #1381 from pherl/internal-merge by Jisi Liu · 9 years ago
  63. 7630a83 Merge branch 'master' into internal-merge by Jisi Liu · 9 years ago
  64. cba75ad Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 9 years ago
  65. 89343d8 Do not use C++11 unicode escape in unittest. by Jisi Liu · 9 years ago
  66. 452e2b2 Merge pull request #1353 from keveman/master by Joshua Haberman · 9 years ago
  67. cf828de Linking the cpp implementation extension statically with libprotobuf by Manjunath Kudlur · 9 years ago
  68. 93811ca Do not let windows.h define min/max macros by Jisi Liu · 9 years ago
  69. 3b6df06 Allow bigobj for map_unittest by Jisi Liu · 9 years ago
  70. 9d7a172 Merge pull request #1377 from jskeet/remove-duplicate-tests by Jon Skeet · 9 years ago
  71. a293180 Merge pull request #1378 from thomasvl/manual_stream_parsing_helpers by Thomas Van Lenten · 9 years ago
  72. 331cee5 Add -position and -isAtEnd for use when manually parsing input streams. by Thomas Van Lenten · 9 years ago
  73. 46e088e Remove duplicate test cases. by Jon Skeet · 9 years ago
  74. 099ff1e Merge pull request #1369 from jskeet/tools-nuspec by Jan Tattermusch · 9 years ago
  75. 203bb5e Fix re-definition issue of winsock.h and winsock2.h by Jisi Liu · 9 years ago
  76. 1bf446c Disable sign-compare warning. by Jisi Liu · 9 years ago
  77. 7b1cbbd Fix signed-compare warning. by Jisi Liu · 9 years ago
  78. 012ac9a revert unexpected change for py26 by Jisi Liu · 9 years ago
  79. bc1f2e7 Fix WIN32 build for map_test. by Jisi Liu · 9 years ago
  80. cbfd9d4 Remove export macros for classes nested in a template class. by Jisi Liu · 9 years ago
  81. 81eb84c Merge pull request #1371 from keveman/oversize_protos by Joshua Haberman · 9 years ago
  82. 1283625 Added an API to allow oversize protos when using C++ extension in Python by Manjunath Kudlur · 9 years ago
  83. 5805c2d Fix javanano package by Jisi Liu · 9 years ago
  84. fc7eeda Fix json_format.py in py26 by Jisi Liu · 9 years ago
  85. 5c63266 Merge pull request #1366 from xyzzyz/int128_ostream by Feng Xiao · 9 years ago
  86. 94aa50f Fix breakage of referring to table_ in static func by Jisi Liu · 9 years ago
  87. 9e7fa06 Temporarily disable begin is fast test. by Jisi Liu · 9 years ago
  88. dfd4760 Remove duplicate line by Jon Skeet · 9 years ago
  89. ca0461c Introduce a new nuget package, Google.Protobuf.Tools, basically to contain protoc on multiple platforms. by Jon Skeet · 9 years ago
  90. a16c8a5 Merge pull request #1362 from jskeet/tweak_json_name by Jan Tattermusch · 9 years ago
  91. 955841e Replace #include <iostream> with #include <ostream> by Adam Michalik · 9 years ago
  92. 0de06f5 Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 9 years ago
  93. 3b3c8ab Integrate google internal changes. by Jisi Liu · 9 years ago
  94. a25e996 Merge pull request #1360 from pherl/master by Jisi Liu · 9 years ago
  95. 34d0cc2 Merge pull request #1295 from haberman/docker by Joshua Haberman · 9 years ago
  96. 71e8dca Refactoring of FieldDescriptor by Jon Skeet · 9 years ago
  97. 261fde1 Merge pull request #1326 from the-alien/csharp_json_name by Jon Skeet · 9 years ago
  98. a15b916 Merge branch 'master' into docker by Josh Haberman · 9 years ago
  99. e164f10 Use the T() instead of NULL for the default value. by Jisi Liu · 9 years ago
  100. af34538 Merge branch 'master' of https://github.com/google/protobuf into csharp_json_name by alien · 9 years ago