1. 0d397a1 Fix link markup in third party list. by Bruno Kim Medeiros Cesar · 7 years ago
  2. 6456e5d Merge pull request #4239 from mrpi/master by Adam Cozzette · 7 years ago
  3. cf016a4 Work around strange error with atomic and swift under Xcode 8.3.3. by Thomas Van Lenten · 7 years ago
  4. d570d48 Don't assume c-strings are 4 byte aligned. by Thomas Van Lenten · 7 years ago
  5. d83837d Fix to use "nil" instead of "NULL" for objc objects. by Thomas Van Lenten · 7 years ago
  6. 81aeed0 Work around the static analyzer false report. by Thomas Van Lenten · 7 years ago
  7. 953adb1 Add casts to removed undefined behaviors around shifts. by Thomas Van Lenten · 7 years ago
  8. b718551 Merge pull request #4249 from nlochschmidt/patch-1 by Feng Xiao · 7 years ago
  9. 204a641 Move kokoro macOS builds to to Xcode 9.1. by Thomas Van Lenten · 7 years ago
  10. 14e8852 Fix -fpermissive: '<::' cannot begin a template-argument list by Ludger Sprenker · 7 years ago
  11. 69b1fdc Propose kotlinx.serialization as 3rd party lib by Niklas Lochschmidt · 7 years ago
  12. 25a90e8 Merge pull request #3825 from ras0219-msft/patch-1 by Jisi Liu · 7 years ago
  13. aaf41c6 Add Vcpkg to C++ installation instructions for Windows by Robert Schumacher · 7 years ago
  14. 1681fe6 Merge pull request #4196 from mathstuf/cmake-private-target-sources by Adam Cozzette · 7 years ago
  15. f438ebd Merge pull request #4240 from davido/generate_warning_free_java_code by Feng Xiao · 7 years ago
  16. da6b07a Merge pull request #4209 from acozzette/using-statements by Adam Cozzette · 7 years ago
  17. 86fdad0 Java: Generate warning free code by David Ostrovsky · 7 years ago
  18. 39a789e Removed using statements from common.h by Adam Cozzette · 7 years ago
  19. c236896 Merge pull request #4229 from leighmcculloch/patch-1 by Feng Xiao · 7 years ago
  20. 4a3b42e Remove broken link to code.google.com/p/protorpc by Leigh McCulloch · 7 years ago
  21. ed14fe4 Merge pull request #3934 from xfxyjwf/builtsources by Feng Xiao · 7 years ago
  22. 0c52335 Update .NET SDK to 2.0.3 by Jon Skeet · 7 years ago
  23. 94f3be0 Merge pull request #4226 from themattchan/patch-1 by Feng Xiao · 7 years ago
  24. 3e1587f Add an explicit import of stdatomic.h. by Thomas Van Lenten · 7 years ago
  25. 6fd2ae7 Bring back import of OSAtomic. by Thomas Van Lenten · 7 years ago
  26. 72337d6 Add Haskell implementations by Matt Chan · 7 years ago
  27. 1d02e45 Merge pull request #4224 from davido/drop_java_6_support by Feng Xiao · 7 years ago
  28. 019ceea Drop java 6 support by David Ostrovsky · 7 years ago
  29. c337d9f Remove the use of BUILT_SOURCES by Feng Xiao · 7 years ago
  30. 9ab859f Create std::string in Arena memory by Ludger Sprenker · 7 years ago
  31. 80e016e Merge pull request #4205 from xuwei-k/patch-2 by Feng Xiao · 7 years ago
  32. a721bf6 Migrate away from deprecated OSAtomic APIs. (#4184) by Jonathan Dierksen · 7 years ago
  33. 1c3b20b fix typo in FieldMaskTree.java comment by kenji yoshida · 7 years ago
  34. 9d0a44c cmake: privately add sources to targets by Ben Boeckel · 7 years ago
  35. 47b7d2c Add DiscardUnknownFields support for C# by Jon Skeet · 7 years ago
  36. 9f80df0 Merge pull request #4158 from BSBandme/FixBenchmarks by Yilun Chong · 7 years ago
  37. 473a810 Update py_benchmark.py by Yilun Chong · 7 years ago
  38. fa60e55 Fix java benchmark to use parser, fix cpp benchmark new arena to use Reset, format some files by Yilun Chong · 7 years ago
  39. b77aa80 Merge pull request #4148 from datacompboy/patch-2 by Adam Cozzette · 7 years ago
  40. d4afdba Merge pull request #4147 from datacompboy/patch-1 by Adam Cozzette · 7 years ago
  41. bab843b Merge pull request #4132 from BSBandme/JavaCaliperCounter by Yilun Chong · 7 years ago
  42. 195253c Add counter to Java benchmark by Yilun Chong · 7 years ago
  43. 4adc5a4 Merge pull request #4065 from BSBandme/python_benchmark_real by Yilun Chong · 7 years ago
  44. 091eeb1 Update time_test.cc by Anton Fedorov · 7 years ago
  45. 473c5cf Fix ValidateDateTime: check day instead month by Anton Fedorov · 7 years ago
  46. 2fc69b1 Add python benchmark by Yilun Chong · 7 years ago
  47. a3868af Merge pull request #4131 from pherl/merge by Jisi Liu · 7 years ago
  48. eca1d2a Merge pull request #4116 from amandeepgautam/master by Adam Cozzette · 7 years ago
  49. 0c0d481 whitelisting aix platform as it has sched_yield by Amandeep Gautam · 7 years ago
  50. 4588e6e Force a copy when saving the NSData that came from another. by Thomas Van Lenten · 7 years ago
  51. 43caa38 Merge pull request #4014 from BSBandme/JavaCaliper by Yilun Chong · 7 years ago
  52. ec826c5 Merge remote-tracking branch 'origin/3.5.x' into master by Jisi Liu · 7 years ago
  53. 383a494 Merge remote-tracking branch 'origin/3.5.x' into master by Jisi Liu · 7 years ago
  54. 39f577c Merge pull request #4124 from pherl/nullptr by Jisi Liu · 7 years ago
  55. 5b1caea Merge pull request #4090 from pherl/nopassword by Jisi Liu · 7 years ago
  56. 156161d Properly copy maps with string keys but pod values. by Thomas Van Lenten · 7 years ago
  57. aca6c15 Fix some bug by Yilun Chong · 7 years ago
  58. 4f3d865 remove nullptr by Jisi Liu · 7 years ago
  59. a147a21 Changed README by Yilun Chong · 7 years ago
  60. 8529f2a Resolved issue #3510. Malformed errorr messages replaced with meaningful description by kvukic · 7 years ago
  61. 8fc40b5 Fix uploading binary wheel. by Jisi Liu · 7 years ago
  62. 88e5573 Merge pull request #4089 from pherl/nocache by Jisi Liu · 7 years ago
  63. 7ad8e7a Disable pip cache when testing uploaded packages by Jisi Liu · 7 years ago
  64. 099d997 Merge pull request #4083 from matt-kwong/kokoro_jobs by Feng Xiao · 7 years ago
  65. 0b2be3c Shard 64-bit Linux languages into different Kokoro jobs by Matt Kwong · 7 years ago
  66. 4b2977b Merge pull request #4082 from matt-kwong/kokoro_jobs by Feng Xiao · 7 years ago
  67. ae49cfd Collect xml results for Kokoro by Matt Kwong · 7 years ago
  68. 106ffc0 Merge pull request #4073 from pherl/changelog by Jisi Liu · 7 years ago
  69. d69f333 Merge pull request #4080 from pherl/arm64 by Jisi Liu · 7 years ago
  70. 6003a61 Make Kokoro job pull Dockerimage from Dockerhub by Matt Kwong · 7 years ago
  71. ad8a82e Add support for Windows ARM64 build by Miradham Kamilov · 7 years ago
  72. b5f09c1 Merge pull request #4077 from mkamilov/master by Jisi Liu · 7 years ago
  73. a5b743f Merge pull request #4030 from cyyber/master by Feng Xiao · 7 years ago
  74. 7bf1e19 Update changelog by Jisi Liu · 7 years ago
  75. 1e418e4 Merge pull request #4068 from wsw2016/fix_4032 by Adam Cozzette · 7 years ago
  76. ac1fdd1 line breaks adjsted by Ubuntu · 7 years ago
  77. e68caa3 formatting issues by Ubuntu · 7 years ago
  78. d106399 Merge pull request #4072 from google/jieluo by Jisi Liu · 7 years ago
  79. 6c3c7f6 Merge pull request #4076 from pherl/stringback by Jisi Liu · 7 years ago
  80. b308580 Cherrypick for csharp, including: by Jie Luo · 7 years ago
  81. 19d0e99 Fix string::back() usage in googletest.cc by Jisi Liu · 7 years ago
  82. 62616e1 Update changelog by Jisi Liu · 7 years ago
  83. 96810de Merge branch '3.5.x' of github.com:google/protobuf into changelog by Jisi Liu · 7 years ago
  84. eff55ec Merge pull request #4074 from pherl/mapat by Jisi Liu · 7 years ago
  85. 8ac050f Migrate Jenkins jobs to Kokoro by Matt Kwong · 7 years ago
  86. 9ce29bd Merge pull request #4070 from pherl/3.5.x by Jisi Liu · 7 years ago
  87. 501093d Replace C++11 only method std::map::at by Jisi Liu · 7 years ago
  88. 7bd1606 Update changelog for 3.5.1 by Jisi Liu · 7 years ago
  89. 050fc9a Update version number to 3.5.1 by Jisi Liu · 7 years ago
  90. ffa18ad resolve issue 4032 and added a unit test by Ubuntu · 7 years ago
  91. 03fb099 Add support for Windows ARM64 build by Miradham Kamilov · 7 years ago
  92. 860d693 Add Xcode 9.2 to the testing support by Thomas Van Lenten · 7 years ago
  93. 3a06fe1 Fix file permission for python package. by Feng Xiao · 7 years ago
  94. 77d32bc Merge pull request #4053 from xfxyjwf/fixumask by Feng Xiao · 7 years ago
  95. c79ba5c Merge pull request #4034 from TeBoring/php-timestamp-bug by Paul Yang · 7 years ago
  96. 269884a Merge pull request #4040 from bazurbat/3.5.x by Adam Cozzette · 7 years ago
  97. 0fc85ac Fix file permission for python package. by Feng Xiao · 7 years ago
  98. 4b02091 add cpp by Yilun Chong · 7 years ago
  99. 396336e Merge pull request #4046 from acozzette/deprecated-valueof-issue-2054 by Adam Cozzette · 7 years ago
  100. 8d6f13e Fix for php5.5 by Bo Yang · 7 years ago