1. 9f84114 Merge pull request #1520 from pherl/hashmapvs2008 by Jisi Liu · 9 years ago
  2. dbdf6d9 Bridge vs2008 hashmaps. by Jisi Liu · 9 years ago
  3. e8737d8 Fix the command line interface unittest again by Jisi Liu · 9 years ago
  4. 76a96d4 Merge pull request #1499 from beardedN5rd/master by Feng Xiao · 9 years ago
  5. 2eb774e after comment of Feng Xiao changed the entry to g++ by beardedn5rd · 9 years ago
  6. b12f630 updated README by beardedn5rd · 9 years ago
  7. 9b3357d Updated README.md by Mahmut Ali ÖZKURAN · 9 years ago
  8. 17b6fc3 Merge pull request #1409 from eeight/fix_enum_corruption by Feng Xiao · 9 years ago
  9. 12fdeb9 Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 9 years ago
  10. cf14183 Down integrate from Google internal. by Jisi Liu · 9 years ago
  11. 18b6a32 Proper checking of enum with non zero default by Thomas Van Lenten · 9 years ago
  12. f4f9aec Fix bug with silent message corruption in LITE_RUNTIME. by Petr Prokhorenkov · 9 years ago
  13. 0ad2048 Merge pull request #1416 from cwhipkey/master by Feng Xiao · 9 years ago
  14. f00300d Merge pull request #1414 from xyzzyz/googletest by Feng Xiao · 9 years ago
  15. f265fb8 Merge pull request #1401 from jskeet/enum-casing by Jon Skeet · 9 years ago
  16. d90d615 Attempt to fix AppVeyor build by exporting GetEnumValueName by Jon Skeet · 9 years ago
  17. 75626ed Add C# codegen changes to enum value names (mostly C++) by Jon Skeet · 9 years ago
  18. 1b0ff34 Add missing includes in field mask test by Jisi Liu · 9 years ago
  19. baf52bd Change protobuf CPP proto generator to support the 'lite' option in proto3. by Chad Whipkey · 9 years ago
  20. 1b912fc Remove googletest.h header from stringprintf.cc by Adam Michalik · 9 years ago
  21. 814685c Merge pull request #1397 from google/internal-merge by Joshua Haberman · 9 years ago
  22. 2a197b3 Use 0 as the default value for all enums, rather than finding the actual enum value name by Jon Skeet · 9 years ago
  23. 0a902ee Fix to csharp_options - initialize internal_access to false. by Jon Skeet · 9 years ago
  24. 2cd79bf Removed duplicated operator delete from merge conflict. by Josh Haberman · 9 years ago
  25. 4465daa Merge branch 'master' into internal-merge by Josh Haberman · 9 years ago
  26. 667f4a6 Merge pull request #1393 from gvaish/master by Jon Skeet · 9 years ago
  27. 09292d5 Merge pull request #1392 from anandolee/master by Jie Luo · 9 years ago
  28. a6e3931 Added support for internal_access for C# by Gaurav Vaish · 9 years ago
  29. c612074 sync the Manually integrate changes in google3/third_party by Jie Luo · 9 years ago
  30. 2a18bb5 Add more documentation for csharp_options.h by Jon Skeet · 9 years ago
  31. bfd1c84 Line-wrapping changes only for C# generator code by Jon Skeet · 9 years ago
  32. 89719f0 Merge pull request #1349 from gvaish/master by Jon Skeet · 9 years ago
  33. 74d8b0b Added access_level for types by Gaurav Vaish · 9 years ago
  34. 268ce28 Added deprecated option handling for objective-c generator by Oleg Vereshko · 9 years ago
  35. cba75ad Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 9 years ago
  36. 89343d8 Do not use C++11 unicode escape in unittest. by Jisi Liu · 9 years ago
  37. 93811ca Do not let windows.h define min/max macros by Jisi Liu · 9 years ago
  38. 203bb5e Fix re-definition issue of winsock.h and winsock2.h by Jisi Liu · 9 years ago
  39. bc1f2e7 Fix WIN32 build for map_test. by Jisi Liu · 9 years ago
  40. cbfd9d4 Remove export macros for classes nested in a template class. by Jisi Liu · 9 years ago
  41. 5805c2d Fix javanano package by Jisi Liu · 9 years ago
  42. 94aa50f Fix breakage of referring to table_ in static func by Jisi Liu · 9 years ago
  43. 9e7fa06 Temporarily disable begin is fast test. by Jisi Liu · 9 years ago
  44. 955841e Replace #include <iostream> with #include <ostream> by Adam Michalik · 9 years ago
  45. 0de06f5 Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 9 years ago
  46. 3b3c8ab Integrate google internal changes. by Jisi Liu · 9 years ago
  47. e164f10 Use the T() instead of NULL for the default value. by Jisi Liu · 9 years ago
  48. 64dfb5f Update coded_stream.h by topillar · 9 years ago
  49. 79a23c4 Shrink ObjC overhead (generated size and some runtime sizes) by Thomas Van Lenten · 9 years ago
  50. 44fdead Merge pull request #1291 from sergiocampama/devel by Thomas Van Lenten · 9 years ago
  51. 58f0764 Fixing compilation error when building with emscripten. by Ben Vanik · 9 years ago
  52. 48ebb29 Merge pull request #1299 from tatraian/master by Feng Xiao · 9 years ago
  53. e2fb1d9 Comment has been added to fix (issue #1266) by Antal Tátrai · 9 years ago
  54. 1bf4b38 Fix up handing of fields with leading names that should be all caps. by Thomas Van Lenten · 9 years ago
  55. 36650a0 HeaderDoc support in the library and generated sources by Thomas Van Lenten · 9 years ago
  56. 3cc35ad Fix compiling clang/libc++ builds. (Issue: #1266) by Antal Tátrai · 9 years ago
  57. 513875d Generate well-known types in Ruby extension and prune unneeded proto2 dependencies. by Josh Haberman · 9 years ago
  58. b5a35b4 Adds more information to Objective C error when the expected objc_class_prefix option is missing. by Sergio Campama · 9 years ago
  59. 7810589 Merge pull request #1260 from legrosbuffle/master by Paul Yang · 9 years ago
  60. a862b6b Fix CommonJS relative require generation, and test it by murgatroid99 · 9 years ago
  61. 513a8a6 Merge pull request #804 from bsilver8192/master by Feng Xiao · 9 years ago
  62. 32daf51 Merge pull request #1215 from haberman/commonjs by Joshua Haberman · 9 years ago
  63. b3d802d Make cpp generated enum constants constexpr when Options::proto_h is specified. by Clement Courbet · 9 years ago
  64. 2480acb Support ObjC Generic Collections by Thomas Van Lenten · 9 years ago
  65. 35298f9 Fixed definition of extensions, and added CommonJS tests to Travis. by Josh Haberman · 9 years ago
  66. 77af5d0 Fixed nested message scopes for CommonJS. by Josh Haberman · 9 years ago
  67. e9f31ee CommonJS tests are now passing. by Josh Haberman · 9 years ago
  68. 55cc3aa WIP. by Josh Haberman · 9 years ago
  69. d41db75 Merge pull request #260 from ejsd1989/issue-#242 by Joshua Haberman · 9 years ago
  70. 3ee2e20 Merge pull request #1144 from dongjoon-hyun/remove_redundant_the by Joshua Haberman · 9 years ago
  71. d2c7fe6 Merge pull request #1194 from Photonios/master by Joshua Haberman · 9 years ago
  72. 655a9d6 Merge pull request #1217 from jhump/jh/make-warning-useful by Joshua Haberman · 9 years ago
  73. a924e0b Merge pull request #1185 from kkm000/icl-fix by Joshua Haberman · 9 years ago
  74. d740bc9 make 'no syntax' warning useful by showing which file by Joshua Humphries · 9 years ago
  75. 7762f16 Rename Preconditions to ProtoPreconditions by Jon Skeet · 9 years ago
  76. a3ea9d1 Rename GeneratedCodeInfo to GeneratedClrTypeInfo by Jon Skeet · 9 years ago
  77. 7a9040f Remove redundant `the` in comments. by Dongjoon Hyun · 9 years ago
  78. 5221dcb Integrate from google internal. by Jisi Liu · 9 years ago
  79. 37d6cf9 Fixed unused parameters and extra ';' by Swen Kooij · 9 years ago
  80. 714b6b7 Fix Intel compiler warnings in include files on Windows by kkm · 9 years ago
  81. d0e0114 Refactor README.md. by Feng Xiao · 9 years ago
  82. 96c2dd5 Avoid upcasting uninitialized pointers by Brian Silverman · 9 years ago
  83. fe066bd Merge pull request #789 from motahan/solaris64_fix by Feng Xiao · 9 years ago
  84. 3937ded Fix compiler warning from repeated_field.h by John Burke · 9 years ago
  85. bbe6e43 Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exception by Feng Xiao · 9 years ago
  86. 6065434 fully qualify invocations of static methods on GeneratedMessage by Joshua Humphries · 9 years ago
  87. f3c7558 throw IOException instead of InvalidProtocolBufferException when appropriate by Joshua Humphries · 9 years ago
  88. b1ea15f Make sure that by Jon Skeet · 9 years ago
  89. 9e4f354 Prohibit null values in map fields by Jon Skeet · 9 years ago
  90. 8f2b622 Fix appveyor build. by Feng Xiao · 9 years ago
  91. 7619505 Patch internal change 111557819. by Feng Xiao · 9 years ago
  92. 17347e3 Fix for Visual Studio 2008. by Feng Xiao · 9 years ago
  93. c5147e3 Fix a misplaced macro. by Feng Xiao · 9 years ago
  94. 7a9d582 Fix a compiler warning. by Feng Xiao · 9 years ago
  95. b7610f1 Add missing files to EXTRA_DIST. by Feng Xiao · 9 years ago
  96. d217808 Merge branch master into v3.0.0-beta-2 by Feng Xiao · 9 years ago
  97. b27f289 Merge pull request #1062 from rinatz/master by Feng Xiao · 9 years ago
  98. 674e92d Initialize singleton instance by GoogleOnceInit() by Kenichiro IDA · 9 years ago
  99. a0cecfd Make conformance tests build for C++ and Java. by Feng Xiao · 9 years ago
  100. 894d18f Alter FileDescriptorTables::kEmpty to GetEmptyInstance() by Kenichiro IDA · 9 years ago