1. ec0c9e4 Bump version for maven-bundle-plugin by Jisi Liu · 10 years ago
  2. 9faecf7 Merge pull request #12 from huahang/patch-2 by Jisi Liu · 10 years ago
  3. c871fb9 remove a const qualifier in a method's return type by huahang · 10 years ago
  4. 1392f42 Merge pull request #8 from huahang/patch-1 by Jisi Liu · 10 years ago
  5. 27fcf9b fix a compile warning by huahang · 10 years ago
  6. 6890263 Merge pull request #1 from dhirschfeld/vs2008-fix by xfxyjwf · 10 years ago
  7. aa51f2a Rename README.txt to README.md by Feng Xiao · 10 years ago
  8. d367782 Merge pull request #5 from google/fix_readme by xfxyjwf · 10 years ago
  9. b168d1f Fix the formating of bold text. by Feng Xiao · 10 years ago
  10. 17007a6 Update README.md to markdown format. by Feng Xiao · 10 years ago
  11. bc72de8 Rename README.txt to README.md by Feng Xiao · 10 years ago
  12. 0068a92 Merge pull request #4 from google/fix_readme by Jisi Liu · 10 years ago
  13. de00052 Add instructions on how to generate the configure script. by Feng Xiao · 10 years ago
  14. b7ec1a9 Added const qualifier to iterator to enable compiling with VS2008 by David Hirschfeld · 10 years ago
  15. e9c00d9 Rename COPYING.txt to LICENSE for opensource compliance and update links by Feng Xiao · 10 years ago
  16. a21bf2e merge 2.6.0 to trunk by jieluo@google.com · 10 years ago
  17. 1eba9d9 merge tags/2.6.0 into trunk by jieluo@google.com · 10 years ago
  18. 786379a patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add support for MIPS64 in protobuf by jieluo@google.com · 10 years ago
  19. e61b513 make dist complains the file name is too long and refuse to put it to tar. Change the file to a shorter name by jieluo@google.com · 10 years ago
  20. 24095cc Add deleted tests back for reflection_cpp2_test.py by addtional exception catch by jieluo@google.com · 10 years ago
  21. 5dd5f0d change python README.txt by jieluo@google.com · 10 years ago
  22. 2d10b80 change Makefile.am by jieluo@google.com · 10 years ago
  23. b70e586 put python cpp tests into pyext/ by jieluo@google.com · 10 years ago
  24. 7580a89 add shared_pr.h by jieluo@google.com · 10 years ago
  25. bde4a32 down integrate python opensource to svn by jieluo@google.com · 10 years ago
  26. d733931 Change java descriptor back to private by jieluo@google.com · 10 years ago
  27. 83964a9 1, Add comments for include<algorithm> we added for min/max on VS2013. 2, Add #if/#endif to wrap #undef by jieluo@google.com · 10 years ago
  28. 7db9c09 change java compiler to only produce one java file by jieluo@google.com · 10 years ago
  29. 9efebb3 use #undef instead of change the name of MemoryBarrier by jieluo@google.com · 10 years ago
  30. 8d6f04a Cygwin doesn't work well if we try to capture stderr and stdout at the same time. Comment one test tempraly for Cygwin. Need to figure out why and add the test back for Cygwin. by jieluo@google.com · 10 years ago
  31. ce58c88 Remove AM_PROG_AR. by jieluo@google.com · 10 years ago
  32. abe61de make changes to pass Cygwin by jieluo@google.com · 10 years ago
  33. 91e32ac add #ifdef _MSC_VER by jieluo@google.com · 10 years ago
  34. 81d833d add one file for VC 2013 by jieluo@google.com · 10 years ago
  35. 7ee0f3e change some files to pass MSVC 2013 by jieluo@google.com · 10 years ago
  36. b7aebe4 Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in mingw gcc 4.8.1 by jieluo@google.com · 10 years ago
  37. db9f7dd 1, Remove unkown field support in jave TextFormat by jieluo@google.com · 10 years ago
  38. 9eda53a Increase the allocated_size_ should be after allocation. Otherwise there might have segmentation fault if allocation throws an exception. by jieluo@google.com · 10 years ago
  39. e6726e2 use decimal constants to avoid casting error with visual c /W4 by jieluo@google.com · 10 years ago
  40. 76b8a76 add LazyFieldLite.java by jieluo@google.com · 10 years ago
  41. 3b547d3 Add iostream in message.cc. Remove unused in coded_stream_unittest.cc by jieluo@google.com · 10 years ago
  42. a35f979 delete unused variable by jieluo@google.com · 10 years ago
  43. 01283fa add printUnicode methods in TextFormat by jieluo@google.com · 10 years ago
  44. 4de8f55 down integrate to svn by jieluo@google.com · 10 years ago
  45. c5553a3 Down-integrate pending changes from internal repository after previous release. by liujisi@google.com · 10 years ago
  46. e7f2937 Fix a bug in Arm64 atomicops. (https://codereview.appspot.com/88800045/) by xiaofeng@google.com · 10 years ago
  47. 3aa5ea9 Fix and improve arm64 atomic operations in protobuf stubs (patch from rmcilroy@). by xiaofeng@google.com · 11 years ago
  48. 2ca19bd Add Arm64 AtomicOps (patch from rmcilroy@) by xiaofeng@google.com · 11 years ago
  49. a80030e Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion (patch from glider@) by xiaofeng@google.com · 11 years ago
  50. 37c7426 Replace kEmptyString wth OnceInit initialized string* by xiaofeng@google.com · 11 years ago
  51. f0b6a5c Add aarch64 architecture to platform_macros.h (patch by Sylvain Defresne) by liujisi@google.com · 11 years ago
  52. 172019c Add missing #include of <algorithm> for min/max on VS2013 by xiaofeng@google.com · 11 years ago
  53. d833126 Fix a typo. by xiaofeng@google.com · 11 years ago
  54. 4f68d92 Add support for ThreadSanitizer atomicops API to protobuf - patch from glider@ by xiaofeng@google.com · 11 years ago
  55. c9f6950 Update OSGi meta data. by xiaofeng@google.com · 12 years ago
  56. 25b2a67 Fix issue 474 by xiaofeng@google.com · 12 years ago
  57. 7f4c9e8 Add a comment about the new "allow_alias" option. by xiaofeng@google.com · 12 years ago
  58. 7fe28a8 Update version number in descriptor.pb.h and plugin.pb.h by xiaofeng@google.com · 12 years ago
  59. 2c9392f Update version number in trunk by xiaofeng@google.com · 12 years ago
  60. a36f1b4 Exclude a failing test in MingW build. by xiaofeng@google.com · 12 years ago
  61. 7f37255 Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  62. de3494f Fix issue 403, issue 456, issue 462 by xiaofeng@google.com · 12 years ago
  63. e406747 Fix issue 445, issue 449 by xiaofeng@google.com · 12 years ago
  64. 1e5a5e8 Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  65. 691f6da Rollback the export macros on internal classes/functions. by liujisi@google.com · 12 years ago
  66. 117064c add missing dll export macros for msvc. by liujisi@google.com · 12 years ago
  67. 71caf8c Remove "using" directives to disambiguate type_traits for vc2012. by liujisi@google.com · 12 years ago
  68. f5b373d Fix a typo of nacl file name. by liujisi@google.com · 12 years ago
  69. e9ee309 Add missing qnx files. by liujisi@google.com · 12 years ago
  70. 4d8c2f9 Add arm_qnx atomic ops support and add missing header files in Makefile.am by liujisi@google.com · 12 years ago
  71. 98080e8 Update upb namespace in friendship declaration. by liujisi@google.com · 12 years ago
  72. cb77c4c Generate a warning for duplicated enum values, when allow_alias option isn't by liujisi@google.com · 12 years ago
  73. 4770277 Add the missing PNaCl atomicops support. by liujisi@google.com · 12 years ago
  74. 728aa76 Down-integrate form internal opensource branch by liujisi@google.com · 12 years ago
  75. 0b30eb8 Fix the name of thread safety macros. by xiaofeng@google.com · 12 years ago
  76. 5d70149 Remove unused macros. by liujisi@google.com · 12 years ago
  77. 5e65392 Remove the customized operator delete. by liujisi@google.com · 12 years ago
  78. a655b98 Fix issue 438: add missing 'enum_type_wrapper' to setup.py by xiaofeng@google.com · 12 years ago
  79. 2273ee4 Add java options to plugin proto and rollback the r450 by liujisi@google.com · 12 years ago
  80. 0c995c9 Remove undeeded no-rtti guards. by liujisi@google.com · 12 years ago
  81. 2bee6e6 Fix build warnings for gcc 4.6 by liujisi@google.com · 12 years ago
  82. ed95d54 Define macros on more targets to make gtest work for vs2012 by liujisi@google.com · 12 years ago
  83. 6fb956d Remove extra semicolons by liujisi@google.com · 12 years ago
  84. 1e36e10 Add missing export macro by liujisi@google.com · 12 years ago
  85. 329d103 Set pointers to NULL after shutdown, so the shutdown function can be called for multiple times. by liujisi@google.com · 12 years ago
  86. f5d5b4d Make custom option able to work for -f-no-rtti; Fix remaining death tests for gtest 1.6 by liujisi@google.com · 12 years ago
  87. e34f1f6 Find the protoc from environ first for python. by liujisi@google.com · 12 years ago
  88. 8cc2017 Quote the AC_LANG_SOURCE to eliminate warnings introduced by autoconf 2.6.8 by liujisi@google.com · 12 years ago
  89. 1d32532 Update gtest to 1.6; Disable death tests when exceptions are enabled. by liujisi@google.com · 12 years ago
  90. e719489 Make PROTOBUF_USE_EXCEPTIONS configurable from CPPFLAGS. by liujisi@google.com · 12 years ago
  91. caa66db Merge from tags/2.5.0rc1 to trunk by xiaofeng@google.com · 12 years ago
  92. eaaef0b Fix issues: 342, 424, 428, 430, 436 by xiaofeng@google.com · 12 years ago
  93. ef9acc4 Update version to 2.5.0-pre by liujisi@google.com · 12 years ago
  94. 9c1c31f Fix compile issues under GCC 3.4.6 by xiaofeng@google.com · 12 years ago
  95. d2d50f9 Fix Java compile issues under JDK 1.5 by xiaofeng@google.com · 12 years ago
  96. a4491ea Fix issue 412: update protobuf for 64-bit compatibility on Mac OS X - patch from Mark Mentovai by xiaofeng@google.com · 12 years ago
  97. a058718 Fix issue 298: add OSGi configuration to pom.xml - patch from Thomas Kock by xiaofeng@google.com · 12 years ago
  98. 75575df Generate missing inclusion of common.h. by pliard@google.com · 12 years ago
  99. 3d46dad Use string::size_type instead of int for results of string.find() etc. -- patch from hans by xiaofeng@google.com · 12 years ago
  100. fcb8a50 Update MSVC project files and fix compilation issues in MSVC. by xiaofeng@google.com · 12 years ago