1. 61871a0 fix stringpiece test to use portable hash set. by Jisi Liu · 9 years ago
  2. e8c3c54 Adding back three missing export macros. by Jisi Liu · 9 years ago
  3. 8d8177c Merge remote-tracking branch 'origin/master' into fix-author by Jisi Liu · 9 years ago
  4. 46e8ff6 Down-integrate from google internal. by Jisi Liu · 9 years ago
  5. 7c14dc8 Down-integrate internal bug fixing changes. by Bo Yang · 9 years ago
  6. 67dd42c First pass at generating XML documentation from .proto comments. by Jon Skeet · 9 years ago
  7. 6bbbdfa Fix typo in oneof case enum comment by Jon Skeet · 9 years ago
  8. 1351d20 Move the summary comments above the attributes. by Jon Skeet · 9 years ago
  9. 2212f56 Added documentation to generated code. by Jon Skeet · 9 years ago
  10. 0e5686a Merge pull request #727 from AustinSchuh/arena_bounds_fix by Feng Xiao · 9 years ago
  11. c31f11d expose GetOutputFile in csharp_names.h by Jan Tattermusch · 9 years ago
  12. 97a1c1e Merge pull request #785 from jskeet/csharp-directories by Jan Tattermusch · 9 years ago
  13. e301946 Simplify testing from CMake project to "check" target by Konstantin Podsvirov · 9 years ago
  14. 2fa0439 Improved testing from CMake project by Konstantin Podsvirov · 9 years ago
  15. 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
  16. fbabf98 Merge pull request #769 from pkasting/metadata by Feng Xiao · 9 years ago
  17. c8c5fed Merge pull request #766 from pkasting/hash by Feng Xiao · 9 years ago
  18. ff156e4 Add atomics support for 32-bit PPC. by Brian Silverman · 9 years ago
  19. 21f3d37 Don't assume char is signed. by Brian Silverman · 9 years ago
  20. 133be3d Use TEST_TMPDIR for writing temporary files if it's set. by Brian Silverman · 9 years ago
  21. 9a06c80 Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE' by kbinani · 9 years ago
  22. 97fa4ca Fixing compile errors on Solaris in 64-bit mode by Mohamed El-Tahan · 9 years ago
  23. ccd7680 Stop adding a space to the end of lines for descriptor binary data. by Jon Skeet · 9 years ago
  24. 75a18a3 Specify csharp_namespace in descriptor.proto by Jon Skeet · 9 years ago
  25. 5eb1fac Generate a directory hierarchy based on namespace (C#) by Jon Skeet · 9 years ago
  26. 0101a59 Remove vestigial reference to MakeFixedTag by Jon Skeet · 9 years ago
  27. 0087da9 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  28. f0640b5 Merge pull request #770 from pkasting/string_space by Feng Xiao · 9 years ago
  29. 69ac02a Merge pull request #771 from pkasting/static_init_1 by Feng Xiao · 9 years ago
  30. 67946e9 Merge pull request #569 from redivo/master by Feng Xiao · 9 years ago
  31. ad1d726 Handled blocks being too small in arena.cc by Austin Schuh · 9 years ago
  32. fb0af6d Merge pull request #768 from pkasting/time by Feng Xiao · 9 years ago
  33. 4f3bead Remove a static initializer by removing a global of non-POD type. by Peter Kasting · 9 years ago
  34. f5a3325 It helps if you write macros correctly by Peter Kasting · 9 years ago
  35. a1be711 Try modifying check in hopes of passing upstream build by Peter Kasting · 9 years ago
  36. 432771f Review comments by Peter Kasting · 9 years ago
  37. 5ea84dd Refine check for unordered_{map|set} availability. by Peter Kasting · 9 years ago
  38. 47210cc Merge pull request #746 from zmodem/fix_predict_macros2 by Feng Xiao · 9 years ago
  39. 5d412c4 Change to just not marking the class for export by Peter Kasting · 9 years ago
  40. b913cbd Move StringSpaceUsedIncludingSelf to lite library. by Peter Kasting · 9 years ago
  41. 6e54999 Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase. by Peter Kasting · 9 years ago
  42. d680159 Delete kNanosPerSecond from time.cc. by Peter Kasting · 9 years ago
  43. 2e789bc Avoid #including system headers from inside a namespace. by Peter Kasting · 9 years ago
  44. 8e102ad Update generated file. by Feng Xiao · 9 years ago
  45. 106f3eb Merge pull request #750 from TeBoring/beta-1 by Paul Yang · 9 years ago
  46. aca5a60 Fix bugs for objectivec by TeBoring · 9 years ago
  47. d9f4636 Add a TODO to clean-up the LITTLE_ENDIAN macro. by Feng Xiao · 9 years ago
  48. b47bf4c Assume LITTLE_ENDIAN for windows build. by Feng Xiao · 9 years ago
  49. b7bbe54 Remove an unused typedef. by Feng Xiao · 9 years ago
  50. 042bfaf Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  51. b00595a Merge pull request #709 from xfxyjwf/map_bug by Feng Xiao · 9 years ago
  52. 276ce8c add static cast to silence signedness comparison warning by Jan Tattermusch · 9 years ago
  53. fcf1b57 Fix the no-op definitions of GOOGLE_PREDICT_{TRUE,FALSE} by Hans Wennborg · 9 years ago
  54. e72c751 Fix cmake build on linux. by Feng Xiao · 9 years ago
  55. c80f7c6 Merge pull request #742 from xfxyjwf/c11_compile by Feng Xiao · 9 years ago
  56. d9ab86c Fix compile issues with -std=c++11 by Feng Xiao · 9 years ago
  57. f9237d2 Merge pull request #741 from pherl/beta-1 by Jisi Liu · 9 years ago
  58. 0977815 fix "memory leaks" in protostream-object files. by Jisi Liu · 9 years ago
  59. 06c9dfd Merge pull request #740 from pherl/beta-1 by Jisi Liu · 9 years ago
  60. 01e060f Fix commandline interface file under heapcheck. by Jisi Liu · 9 years ago
  61. b192ba8 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  62. cf94f7b Merge pull request #726 from DouglasHeriot/msvc-noinline by Feng Xiao · 9 years ago
  63. 5da0b46 Merge pull request #734 from TeBoring/beta-1 by Feng Xiao · 9 years ago
  64. ff7bdad Fix bugs on windows by Bo Yang · 9 years ago
  65. 144ea00 Merge branch 'beta-1' of github.com:google/protobuf into manual-merge by Jisi Liu · 9 years ago
  66. 4c663d8 Update descriptor protos. by Jisi Liu · 9 years ago
  67. db45aa1 Merge branch 'beta-1' of github.com:google/protobuf into manual-merge by Jisi Liu · 9 years ago
  68. cc5a1bf Make the PARSER @Deprecated public. by Feng Xiao · 9 years ago
  69. 56c4f57 Merge branch 'gcc-c++11-fix' of https://github.com/nsuke/protobuf into beta-1 by Jisi Liu · 9 years ago
  70. ca89a1a Change where we rename Descriptor.cs to DescriptorProtoFile.cs. by Jon Skeet · 9 years ago
  71. 839b180 Cherry-pick Java utf8 change. by Feng Xiao · 9 years ago
  72. b17ec3c Down-integrate from internal code base. by Feng Xiao · 9 years ago
  73. eee38b0 Down-integrate from google3. by Feng Xiao · 9 years ago
  74. 322d893 Remove Python 2.5 cruft by Tamir Duberstein · 9 years ago
  75. c3bc155 Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 9 years ago
  76. b0f6611 Down-integrate from internal branch. by Jisi Liu · 9 years ago
  77. 5021c4d Define GOOGLE_ATTRIBUTE_NOINLINE for MSVC. Workaround for VS2015 Release build compiler bug. by Douglas Heriot · 9 years ago
  78. 0cb84ee Merge pull request #720 from jtattermusch/csharp_fixes by Jon Skeet · 9 years ago
  79. fa2fe35 fix type initialization problem with FileDescriptor by Jan Tattermusch · 9 years ago
  80. 5c370cc Merge pull request #571 from thomasvl/validation_support by Paul Yang · 9 years ago
  81. 4e43931 Add support for a file listing expected package to objc prefixes for validation. by Thomas Van Lenten · 9 years ago
  82. a39abab Allow public access to descriptor.proto as a dependency. by Jon Skeet · 9 years ago
  83. bd11198 Fix map fields parsing. by Feng Xiao · 9 years ago
  84. 5980629 Merge pull request #700 from jskeet/remove-packed-hack by Jan Tattermusch · 9 years ago
  85. cac4531 Merge pull request #694 from jskeet/groups by Jon Skeet · 9 years ago
  86. 93bdf36 Remove our own version of MakeTag now that the main one is fixed. by Jon Skeet · 9 years ago
  87. b76b76b Merge pull request #645 from zsurocking/master by Paul Yang · 9 years ago
  88. 5e47a68 Remove unused .pb.h #includes. by Bo Yang · 9 years ago
  89. e7f88ff Skip groups properly. by Jon Skeet · 9 years ago
  90. ff334a6 Change ReadTag and PeekTag to just use 0 as a return value for "end of stream", rather than using an awkward out parameter. by Jon Skeet · 9 years ago
  91. 9df2def Consume unknown fields when parsing. by Jon Skeet · 9 years ago
  92. 9fd0f15 Merge remote-tracking branch 'upstream/master' by Xiao Hang · 9 years ago
  93. dc80689 Merge pull request #653 from airtimemedia/master by Feng Xiao · 9 years ago
  94. 9925317 Fix gcc C++11 build by Nobuaki Sukegawa · 9 years ago
  95. bfbf35d Merge pull request #643 from yukawa/fix_win_unicode_build by Paul Yang · 9 years ago
  96. f994cfe Handle field names of "descriptor" and "types". by Jon Skeet · 9 years ago
  97. 8c27eea Fix build failure on Windows when Unicode build is enabled. by Yohei Yukawa · 9 years ago
  98. 43a2dee refactor umbrella class helpers by Jan Tattermusch · 9 years ago
  99. 12febd0 Merge pull request #632 from google/csharp-experimental by Jan Tattermusch · 9 years ago
  100. c609550 Move pthread include. by Tom Hughes · 9 years ago