1. a862b6b Fix CommonJS relative require generation, and test it by murgatroid99 · 9 years ago
  2. 513a8a6 Merge pull request #804 from bsilver8192/master by Feng Xiao · 9 years ago
  3. 32daf51 Merge pull request #1215 from haberman/commonjs by Joshua Haberman · 9 years ago
  4. 2480acb Support ObjC Generic Collections by Thomas Van Lenten · 9 years ago
  5. 35298f9 Fixed definition of extensions, and added CommonJS tests to Travis. by Josh Haberman · 9 years ago
  6. 77af5d0 Fixed nested message scopes for CommonJS. by Josh Haberman · 9 years ago
  7. e9f31ee CommonJS tests are now passing. by Josh Haberman · 9 years ago
  8. 55cc3aa WIP. by Josh Haberman · 9 years ago
  9. d41db75 Merge pull request #260 from ejsd1989/issue-#242 by Joshua Haberman · 9 years ago
  10. 3ee2e20 Merge pull request #1144 from dongjoon-hyun/remove_redundant_the by Joshua Haberman · 9 years ago
  11. d2c7fe6 Merge pull request #1194 from Photonios/master by Joshua Haberman · 9 years ago
  12. 655a9d6 Merge pull request #1217 from jhump/jh/make-warning-useful by Joshua Haberman · 9 years ago
  13. a924e0b Merge pull request #1185 from kkm000/icl-fix by Joshua Haberman · 9 years ago
  14. d740bc9 make 'no syntax' warning useful by showing which file by Joshua Humphries · 9 years ago
  15. 7762f16 Rename Preconditions to ProtoPreconditions by Jon Skeet · 9 years ago
  16. a3ea9d1 Rename GeneratedCodeInfo to GeneratedClrTypeInfo by Jon Skeet · 9 years ago
  17. 7a9040f Remove redundant `the` in comments. by Dongjoon Hyun · 9 years ago
  18. 5221dcb Integrate from google internal. by Jisi Liu · 9 years ago
  19. 37d6cf9 Fixed unused parameters and extra ';' by Swen Kooij · 9 years ago
  20. 714b6b7 Fix Intel compiler warnings in include files on Windows by kkm · 9 years ago
  21. d0e0114 Refactor README.md. by Feng Xiao · 9 years ago
  22. 96c2dd5 Avoid upcasting uninitialized pointers by Brian Silverman · 9 years ago
  23. fe066bd Merge pull request #789 from motahan/solaris64_fix by Feng Xiao · 9 years ago
  24. 3937ded Fix compiler warning from repeated_field.h by John Burke · 9 years ago
  25. bbe6e43 Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exception by Feng Xiao · 9 years ago
  26. 6065434 fully qualify invocations of static methods on GeneratedMessage by Joshua Humphries · 9 years ago
  27. f3c7558 throw IOException instead of InvalidProtocolBufferException when appropriate by Joshua Humphries · 9 years ago
  28. b1ea15f Make sure that by Jon Skeet · 9 years ago
  29. 9e4f354 Prohibit null values in map fields by Jon Skeet · 9 years ago
  30. 8f2b622 Fix appveyor build. by Feng Xiao · 9 years ago
  31. 7619505 Patch internal change 111557819. by Feng Xiao · 9 years ago
  32. 17347e3 Fix for Visual Studio 2008. by Feng Xiao · 9 years ago
  33. c5147e3 Fix a misplaced macro. by Feng Xiao · 9 years ago
  34. 7a9d582 Fix a compiler warning. by Feng Xiao · 9 years ago
  35. b7610f1 Add missing files to EXTRA_DIST. by Feng Xiao · 9 years ago
  36. d217808 Merge branch master into v3.0.0-beta-2 by Feng Xiao · 9 years ago
  37. b27f289 Merge pull request #1062 from rinatz/master by Feng Xiao · 9 years ago
  38. 674e92d Initialize singleton instance by GoogleOnceInit() by Kenichiro IDA · 9 years ago
  39. a0cecfd Make conformance tests build for C++ and Java. by Feng Xiao · 9 years ago
  40. 894d18f Alter FileDescriptorTables::kEmpty to GetEmptyInstance() by Kenichiro IDA · 9 years ago
  41. aabc6c4 Make ToString() valid without a type registry by Jon Skeet · 9 years ago
  42. 85c4c36 Remove the usage of C++11 override. by Feng Xiao · 9 years ago
  43. e841bac Down-integrate from internal code base. by Feng Xiao · 9 years ago
  44. 9cbf408 Merge pull request #1025 from Yangqing/master by Feng Xiao · 9 years ago
  45. 031558b Minor changes to match the internal version by Yangqing Jia · 9 years ago
  46. 723010d Merge pull request #1033 from c0nk/wip-implicit-cast-fix by Feng Xiao · 9 years ago
  47. f42a68d Fix narrowing implicit cast in generated message [NFC] by Kal Conley · 9 years ago
  48. 1f0286a Use angle bracket for well known type proto header. by Bo Yang · 9 years ago
  49. bbf64ce Arena type traits standardization. by Yangqing Jia · 9 years ago
  50. 536059e Tweak the error message as the generate is in the core binary these days. by Thomas Van Lenten · 9 years ago
  51. a52539a Fix some narrowing implicit casts [NFC] by Kal Conley · 9 years ago
  52. 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
  53. 72ec336 Tidy up reflection in advance of attempting to implement DynamicMessage. by Jon Skeet · 9 years ago
  54. a6361a1 Rename "umbrella" to "reflection" consistently. by Jon Skeet · 9 years ago
  55. 2a15051 Introduce a Parser property into MessageDescriptor, and populate it from generated types. by Jon Skeet · 9 years ago
  56. c581acb Merge pull request #944 from jskeet/umbrella-classname by Jon Skeet · 9 years ago
  57. 2a91c64 Reorder the checks so anything in the expected file is an implicit whitelisting. by Thomas Van Lenten · 9 years ago
  58. 61a50b9 Change how the reflection descriptor class is generated. by Jon Skeet · 9 years ago
  59. f4f601b Stop removing all blank lines in doc comments. by Jon Skeet · 9 years ago
  60. 2a50e67 Add support for POWER Linux by Doug Kwan · 9 years ago
  61. 9659ea9 Fix compilation errors when built internally. by Feng Xiao · 9 years ago
  62. a2ce9cb Correct spelling by Benjamin Barenblat · 9 years ago
  63. 86ba70e Get VS 2015 to use const int definitions by Bruce Dawson · 9 years ago
  64. d4569d1 Merge pull request #908 from jskeet/oneof-equality by Jan Tattermusch · 9 years ago
  65. 964627e Include the oneof-case in equality and hash code generated code. by Jon Skeet · 9 years ago
  66. 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
  67. 5314ad1 Merge pull request #783 from podsvirov/topic-cmake-project by Feng Xiao · 9 years ago
  68. d8a926e Merge pull request #824 from jtattermusch/expose_get_output_file by Jan Tattermusch · 9 years ago
  69. 8894d1f Merge pull request #875 from tkarls/return_correct_bool_type_from_map by Feng Xiao · 9 years ago
  70. 59906e8 Changed argument typ to uint32 in set function that sets an uint32 value by Thomas Karlsson · 9 years ago
  71. b7996f0 Changed return type from int32 to bool in function returning a bool by Thomas Karlsson · 9 years ago
  72. 49f24af Merge pull request #815 from TeBoring/third-party by Paul Yang · 9 years ago
  73. 4ead55c Use static cast by Hamdi Sahloul · 9 years ago
  74. 4c4aae8 VS2010 compatibility of address initalization by Hamdi Sahloul · 9 years ago
  75. 5f6a1d3 Remove duplicated header file by Jisi Liu · 9 years ago
  76. 61871a0 fix stringpiece test to use portable hash set. by Jisi Liu · 9 years ago
  77. e8c3c54 Adding back three missing export macros. by Jisi Liu · 9 years ago
  78. 8d8177c Merge remote-tracking branch 'origin/master' into fix-author by Jisi Liu · 9 years ago
  79. 46e8ff6 Down-integrate from google internal. by Jisi Liu · 9 years ago
  80. 7c14dc8 Down-integrate internal bug fixing changes. by Bo Yang · 9 years ago
  81. 67dd42c First pass at generating XML documentation from .proto comments. by Jon Skeet · 9 years ago
  82. 6bbbdfa Fix typo in oneof case enum comment by Jon Skeet · 9 years ago
  83. 1351d20 Move the summary comments above the attributes. by Jon Skeet · 9 years ago
  84. 2212f56 Added documentation to generated code. by Jon Skeet · 9 years ago
  85. 0e5686a Merge pull request #727 from AustinSchuh/arena_bounds_fix by Feng Xiao · 9 years ago
  86. c31f11d expose GetOutputFile in csharp_names.h by Jan Tattermusch · 9 years ago
  87. 97a1c1e Merge pull request #785 from jskeet/csharp-directories by Jan Tattermusch · 9 years ago
  88. e301946 Simplify testing from CMake project to "check" target by Konstantin Podsvirov · 9 years ago
  89. 2fa0439 Improved testing from CMake project by Konstantin Podsvirov · 9 years ago
  90. d41a3d6 Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer() methods. This is to avoid "unresolved link" errors in MSVC 2015 during Release build by 0xAAE · 9 years ago
  91. fbabf98 Merge pull request #769 from pkasting/metadata by Feng Xiao · 9 years ago
  92. c8c5fed Merge pull request #766 from pkasting/hash by Feng Xiao · 9 years ago
  93. ff156e4 Add atomics support for 32-bit PPC. by Brian Silverman · 9 years ago
  94. 21f3d37 Don't assume char is signed. by Brian Silverman · 9 years ago
  95. 133be3d Use TEST_TMPDIR for writing temporary files if it's set. by Brian Silverman · 9 years ago
  96. 9a06c80 Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE' by kbinani · 9 years ago
  97. 97fa4ca Fixing compile errors on Solaris in 64-bit mode by Mohamed El-Tahan · 9 years ago
  98. ccd7680 Stop adding a space to the end of lines for descriptor binary data. by Jon Skeet · 9 years ago
  99. 75a18a3 Specify csharp_namespace in descriptor.proto by Jon Skeet · 9 years ago
  100. 5eb1fac Generate a directory hierarchy based on namespace (C#) by Jon Skeet · 9 years ago