1. 0a902ee Fix to csharp_options - initialize internal_access to false. by Jon Skeet · 8 years ago
  2. 667f4a6 Merge pull request #1393 from gvaish/master by Jon Skeet · 8 years ago
  3. 09292d5 Merge pull request #1392 from anandolee/master by Jie Luo · 8 years ago
  4. a6e3931 Added support for internal_access for C# by Gaurav Vaish · 8 years ago
  5. c612074 sync the Manually integrate changes in google3/third_party by Jie Luo · 8 years ago
  6. 2a18bb5 Add more documentation for csharp_options.h by Jon Skeet · 8 years ago
  7. bfd1c84 Line-wrapping changes only for C# generator code by Jon Skeet · 8 years ago
  8. 89719f0 Merge pull request #1349 from gvaish/master by Jon Skeet · 8 years ago
  9. 74d8b0b Added access_level for types by Gaurav Vaish · 8 years ago
  10. 268ce28 Added deprecated option handling for objective-c generator by Oleg Vereshko · 8 years ago
  11. 955841e Replace #include <iostream> with #include <ostream> by Adam Michalik · 8 years ago
  12. e164f10 Use the T() instead of NULL for the default value. by Jisi Liu · 8 years ago
  13. 64dfb5f Update coded_stream.h by topillar · 8 years ago
  14. 79a23c4 Shrink ObjC overhead (generated size and some runtime sizes) by Thomas Van Lenten · 8 years ago
  15. 44fdead Merge pull request #1291 from sergiocampama/devel by Thomas Van Lenten · 8 years ago
  16. 58f0764 Fixing compilation error when building with emscripten. by Ben Vanik · 8 years ago
  17. 48ebb29 Merge pull request #1299 from tatraian/master by Feng Xiao · 8 years ago
  18. e2fb1d9 Comment has been added to fix (issue #1266) by Antal Tátrai · 8 years ago
  19. 1bf4b38 Fix up handing of fields with leading names that should be all caps. by Thomas Van Lenten · 8 years ago
  20. 36650a0 HeaderDoc support in the library and generated sources by Thomas Van Lenten · 8 years ago
  21. 3cc35ad Fix compiling clang/libc++ builds. (Issue: #1266) by Antal Tátrai · 8 years ago
  22. 513875d Generate well-known types in Ruby extension and prune unneeded proto2 dependencies. by Josh Haberman · 8 years ago
  23. b5a35b4 Adds more information to Objective C error when the expected objc_class_prefix option is missing. by Sergio Campama · 8 years ago
  24. 7810589 Merge pull request #1260 from legrosbuffle/master by Paul Yang · 8 years ago
  25. a862b6b Fix CommonJS relative require generation, and test it by murgatroid99 · 8 years ago
  26. 513a8a6 Merge pull request #804 from bsilver8192/master by Feng Xiao · 8 years ago
  27. 32daf51 Merge pull request #1215 from haberman/commonjs by Joshua Haberman · 8 years ago
  28. b3d802d Make cpp generated enum constants constexpr when Options::proto_h is specified. by Clement Courbet · 8 years ago
  29. 2480acb Support ObjC Generic Collections by Thomas Van Lenten · 9 years ago
  30. 35298f9 Fixed definition of extensions, and added CommonJS tests to Travis. by Josh Haberman · 8 years ago
  31. 77af5d0 Fixed nested message scopes for CommonJS. by Josh Haberman · 8 years ago
  32. e9f31ee CommonJS tests are now passing. by Josh Haberman · 8 years ago
  33. 55cc3aa WIP. by Josh Haberman · 8 years ago
  34. d41db75 Merge pull request #260 from ejsd1989/issue-#242 by Joshua Haberman · 8 years ago
  35. 3ee2e20 Merge pull request #1144 from dongjoon-hyun/remove_redundant_the by Joshua Haberman · 8 years ago
  36. d2c7fe6 Merge pull request #1194 from Photonios/master by Joshua Haberman · 8 years ago
  37. 655a9d6 Merge pull request #1217 from jhump/jh/make-warning-useful by Joshua Haberman · 8 years ago
  38. a924e0b Merge pull request #1185 from kkm000/icl-fix by Joshua Haberman · 8 years ago
  39. d740bc9 make 'no syntax' warning useful by showing which file by Joshua Humphries · 8 years ago
  40. 7762f16 Rename Preconditions to ProtoPreconditions by Jon Skeet · 8 years ago
  41. a3ea9d1 Rename GeneratedCodeInfo to GeneratedClrTypeInfo by Jon Skeet · 8 years ago
  42. 7a9040f Remove redundant `the` in comments. by Dongjoon Hyun · 8 years ago
  43. 5221dcb Integrate from google internal. by Jisi Liu · 8 years ago
  44. 37d6cf9 Fixed unused parameters and extra ';' by Swen Kooij · 8 years ago
  45. 714b6b7 Fix Intel compiler warnings in include files on Windows by kkm · 8 years ago
  46. d0e0114 Refactor README.md. by Feng Xiao · 8 years ago
  47. 96c2dd5 Avoid upcasting uninitialized pointers by Brian Silverman · 8 years ago
  48. fe066bd Merge pull request #789 from motahan/solaris64_fix by Feng Xiao · 8 years ago
  49. 3937ded Fix compiler warning from repeated_field.h by John Burke · 8 years ago
  50. bbe6e43 Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exception by Feng Xiao · 8 years ago
  51. 6065434 fully qualify invocations of static methods on GeneratedMessage by Joshua Humphries · 9 years ago
  52. f3c7558 throw IOException instead of InvalidProtocolBufferException when appropriate by Joshua Humphries · 9 years ago
  53. b1ea15f Make sure that by Jon Skeet · 8 years ago
  54. 9e4f354 Prohibit null values in map fields by Jon Skeet · 9 years ago
  55. 8f2b622 Fix appveyor build. by Feng Xiao · 9 years ago
  56. 7619505 Patch internal change 111557819. by Feng Xiao · 9 years ago
  57. 17347e3 Fix for Visual Studio 2008. by Feng Xiao · 9 years ago
  58. c5147e3 Fix a misplaced macro. by Feng Xiao · 9 years ago
  59. 7a9d582 Fix a compiler warning. by Feng Xiao · 9 years ago
  60. b7610f1 Add missing files to EXTRA_DIST. by Feng Xiao · 9 years ago
  61. d217808 Merge branch master into v3.0.0-beta-2 by Feng Xiao · 9 years ago
  62. b27f289 Merge pull request #1062 from rinatz/master by Feng Xiao · 9 years ago
  63. 674e92d Initialize singleton instance by GoogleOnceInit() by Kenichiro IDA · 9 years ago
  64. a0cecfd Make conformance tests build for C++ and Java. by Feng Xiao · 9 years ago
  65. 894d18f Alter FileDescriptorTables::kEmpty to GetEmptyInstance() by Kenichiro IDA · 9 years ago
  66. aabc6c4 Make ToString() valid without a type registry by Jon Skeet · 9 years ago
  67. 85c4c36 Remove the usage of C++11 override. by Feng Xiao · 9 years ago
  68. e841bac Down-integrate from internal code base. by Feng Xiao · 9 years ago
  69. 9cbf408 Merge pull request #1025 from Yangqing/master by Feng Xiao · 9 years ago
  70. 031558b Minor changes to match the internal version by Yangqing Jia · 9 years ago
  71. 723010d Merge pull request #1033 from c0nk/wip-implicit-cast-fix by Feng Xiao · 9 years ago
  72. f42a68d Fix narrowing implicit cast in generated message [NFC] by Kal Conley · 9 years ago
  73. 1f0286a Use angle bracket for well known type proto header. by Bo Yang · 9 years ago
  74. bbf64ce Arena type traits standardization. by Yangqing Jia · 9 years ago
  75. 536059e Tweak the error message as the generate is in the core binary these days. by Thomas Van Lenten · 9 years ago
  76. a52539a Fix some narrowing implicit casts [NFC] by Kal Conley · 9 years ago
  77. 8e869f7 Adds support for buliding protobuf with emscripten; we just needed the proper platform define used in the right place. by Craig Donner · 9 years ago
  78. 72ec336 Tidy up reflection in advance of attempting to implement DynamicMessage. by Jon Skeet · 9 years ago
  79. a6361a1 Rename "umbrella" to "reflection" consistently. by Jon Skeet · 9 years ago
  80. 2a15051 Introduce a Parser property into MessageDescriptor, and populate it from generated types. by Jon Skeet · 9 years ago
  81. c581acb Merge pull request #944 from jskeet/umbrella-classname by Jon Skeet · 9 years ago
  82. 2a91c64 Reorder the checks so anything in the expected file is an implicit whitelisting. by Thomas Van Lenten · 9 years ago
  83. 61a50b9 Change how the reflection descriptor class is generated. by Jon Skeet · 9 years ago
  84. f4f601b Stop removing all blank lines in doc comments. by Jon Skeet · 9 years ago
  85. 2a50e67 Add support for POWER Linux by Doug Kwan · 9 years ago
  86. 9659ea9 Fix compilation errors when built internally. by Feng Xiao · 9 years ago
  87. a2ce9cb Correct spelling by Benjamin Barenblat · 9 years ago
  88. 86ba70e Get VS 2015 to use const int definitions by Bruce Dawson · 9 years ago
  89. d4569d1 Merge pull request #908 from jskeet/oneof-equality by Jan Tattermusch · 9 years ago
  90. 964627e Include the oneof-case in equality and hash code generated code. by Jon Skeet · 9 years ago
  91. 187cfc5 Change the #include for any.h to use angle brackets instead of quotes, to be consistent with other protobuf library includes. by Matthew Wu · 9 years ago
  92. 5314ad1 Merge pull request #783 from podsvirov/topic-cmake-project by Feng Xiao · 9 years ago
  93. d8a926e Merge pull request #824 from jtattermusch/expose_get_output_file by Jan Tattermusch · 9 years ago
  94. 8894d1f Merge pull request #875 from tkarls/return_correct_bool_type_from_map by Feng Xiao · 9 years ago
  95. 59906e8 Changed argument typ to uint32 in set function that sets an uint32 value by Thomas Karlsson · 9 years ago
  96. b7996f0 Changed return type from int32 to bool in function returning a bool by Thomas Karlsson · 9 years ago
  97. 49f24af Merge pull request #815 from TeBoring/third-party by Paul Yang · 9 years ago
  98. 4ead55c Use static cast by Hamdi Sahloul · 9 years ago
  99. 4c4aae8 VS2010 compatibility of address initalization by Hamdi Sahloul · 9 years ago
  100. 5f6a1d3 Remove duplicated header file by Jisi Liu · 9 years ago