1. 172019c Add missing #include of <algorithm> for min/max on VS2013 by xiaofeng@google.com · 11 years ago
  2. d833126 Fix a typo. by xiaofeng@google.com · 11 years ago
  3. 4f68d92 Add support for ThreadSanitizer atomicops API to protobuf - patch from glider@ by xiaofeng@google.com · 11 years ago
  4. c9f6950 Update OSGi meta data. by xiaofeng@google.com · 11 years ago
  5. 25b2a67 Fix issue 474 by xiaofeng@google.com · 11 years ago
  6. 7f4c9e8 Add a comment about the new "allow_alias" option. by xiaofeng@google.com · 11 years ago
  7. 7fe28a8 Update version number in descriptor.pb.h and plugin.pb.h by xiaofeng@google.com · 11 years ago
  8. 2c9392f Update version number in trunk by xiaofeng@google.com · 11 years ago
  9. a36f1b4 Exclude a failing test in MingW build. by xiaofeng@google.com · 11 years ago
  10. 7f37255 Down-integrate from internal branch by xiaofeng@google.com · 11 years ago
  11. de3494f Fix issue 403, issue 456, issue 462 by xiaofeng@google.com · 11 years ago
  12. e406747 Fix issue 445, issue 449 by xiaofeng@google.com · 11 years ago
  13. 1e5a5e8 Down-integrate from internal branch by xiaofeng@google.com · 11 years ago
  14. 691f6da Rollback the export macros on internal classes/functions. by liujisi@google.com · 12 years ago
  15. 117064c add missing dll export macros for msvc. by liujisi@google.com · 12 years ago
  16. 71caf8c Remove "using" directives to disambiguate type_traits for vc2012. by liujisi@google.com · 12 years ago
  17. f5b373d Fix a typo of nacl file name. by liujisi@google.com · 12 years ago
  18. e9ee309 Add missing qnx files. by liujisi@google.com · 12 years ago
  19. 4d8c2f9 Add arm_qnx atomic ops support and add missing header files in Makefile.am by liujisi@google.com · 12 years ago
  20. 98080e8 Update upb namespace in friendship declaration. by liujisi@google.com · 12 years ago
  21. cb77c4c Generate a warning for duplicated enum values, when allow_alias option isn't by liujisi@google.com · 12 years ago
  22. 4770277 Add the missing PNaCl atomicops support. by liujisi@google.com · 12 years ago
  23. 728aa76 Down-integrate form internal opensource branch by liujisi@google.com · 12 years ago
  24. 0b30eb8 Fix the name of thread safety macros. by xiaofeng@google.com · 12 years ago
  25. 5d70149 Remove unused macros. by liujisi@google.com · 12 years ago
  26. 5e65392 Remove the customized operator delete. by liujisi@google.com · 12 years ago
  27. a655b98 Fix issue 438: add missing 'enum_type_wrapper' to setup.py by xiaofeng@google.com · 12 years ago
  28. 2273ee4 Add java options to plugin proto and rollback the r450 by liujisi@google.com · 12 years ago
  29. 0c995c9 Remove undeeded no-rtti guards. by liujisi@google.com · 12 years ago
  30. 2bee6e6 Fix build warnings for gcc 4.6 by liujisi@google.com · 12 years ago
  31. ed95d54 Define macros on more targets to make gtest work for vs2012 by liujisi@google.com · 12 years ago
  32. 6fb956d Remove extra semicolons by liujisi@google.com · 12 years ago
  33. 1e36e10 Add missing export macro by liujisi@google.com · 12 years ago
  34. 329d103 Set pointers to NULL after shutdown, so the shutdown function can be called for multiple times. by liujisi@google.com · 12 years ago
  35. 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
  36. e34f1f6 Find the protoc from environ first for python. by liujisi@google.com · 12 years ago
  37. 8cc2017 Quote the AC_LANG_SOURCE to eliminate warnings introduced by autoconf 2.6.8 by liujisi@google.com · 12 years ago
  38. 1d32532 Update gtest to 1.6; Disable death tests when exceptions are enabled. by liujisi@google.com · 12 years ago
  39. e719489 Make PROTOBUF_USE_EXCEPTIONS configurable from CPPFLAGS. by liujisi@google.com · 12 years ago
  40. caa66db Merge from tags/2.5.0rc1 to trunk by xiaofeng@google.com · 12 years ago
  41. eaaef0b Fix issues: 342, 424, 428, 430, 436 by xiaofeng@google.com · 12 years ago
  42. ef9acc4 Update version to 2.5.0-pre by liujisi@google.com · 12 years ago
  43. 9c1c31f Fix compile issues under GCC 3.4.6 by xiaofeng@google.com · 12 years ago
  44. d2d50f9 Fix Java compile issues under JDK 1.5 by xiaofeng@google.com · 12 years ago
  45. 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
  46. a058718 Fix issue 298: add OSGi configuration to pom.xml - patch from Thomas Kock by xiaofeng@google.com · 12 years ago
  47. 75575df Generate missing inclusion of common.h. by pliard@google.com · 12 years ago
  48. 3d46dad Use string::size_type instead of int for results of string.find() etc. -- patch from hans by xiaofeng@google.com · 12 years ago
  49. fcb8a50 Update MSVC project files and fix compilation issues in MSVC. by xiaofeng@google.com · 12 years ago
  50. b55a20f Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  51. 9ced30c Down-integration form opensource depot by liujisi@google.com · 12 years ago
  52. daced74 Add support for NaCl in atomicops. by pliard@google.com · 12 years ago
  53. d0e0393 Fix issue/333. skip any escaped characters in quotes. by liujisi@google.com · 12 years ago
  54. d2967cd -lz in protobuf.pc belongs in Libs.private, not Libs by liujisi@google.com · 12 years ago
  55. 42e3b66 set _VARDADIC_MAX=10 preprocessor definition to make test pass in vc11. by liujisi@google.com · 12 years ago
  56. 26261eb Allow configure to disable maintainer mode by liujisi@google.com · 12 years ago
  57. e7881e8 Update atomicops to support new platforms where intptr_t = long. by liujisi@google.com · 12 years ago
  58. aabd7cf Fix a NULL/bool conversion. by liujisi@google.com · 12 years ago
  59. 2072421 Fix issue 378 by xiaofeng@google.com · 12 years ago
  60. a269a2c Update outdated use of GoogleOnceType. by pliard@google.com · 12 years ago
  61. 6103d4e Don't call AddDesc() at static init time in LITE_RUNTIME mode. by pliard@google.com · 12 years ago
  62. 7cc2576 Improve GoogleOnceInit() in Protocol Buffers. by pliard@google.com · 12 years ago
  63. 6a10204 Add missing guard in atomicops MSVC cc file by pliard@google.com · 12 years ago
  64. 72afe6e Fix build error in Mac atomicops. by pliard@google.com · 12 years ago
  65. 324779a Remove static initializer in wire_format_lite.cc. by pliard@google.com · 12 years ago
  66. f5de486 Add atomicops from V8. by pliard@google.com · 12 years ago
  67. cb6dd4e A workaround for MSVC 2010 x64 platform bug, by liujisi@google.com · 13 years ago
  68. 2a89d00 Add missing dll export macros. by liujisi@google.com · 13 years ago
  69. f36ae07 Update external gtest to 1.5.0. by liujisi@google.com · 13 years ago
  70. 295a096 Remove extra semicolon in primitive repeated field init code. by liujisi@google.com · 13 years ago
  71. 5325de1 Support for C-style comments in editors/proto.vim -- patch from infnty. by liujisi@google.com · 13 years ago
  72. 3239fec Close resources properly for java tests and examples. by liujisi@google.com · 13 years ago
  73. e8e6eed Fixed a memory leak in python CPP implementation. by liujisi@google.com · 13 years ago
  74. 7a6de00 Update comments for globally unique extension number for custom options. by liujisi@google.com · 13 years ago
  75. 02d7015 Allow String to be used as message names. by liujisi@google.com · 13 years ago
  76. 5c24564 Update mainline version to 2.4.2-pre. by liujisi@google.com · 13 years ago
  77. 5d99632 Update changelog for 2.4.1 release. by liujisi@google.com · 13 years ago
  78. 03aaa04 Python CPP implementation now requires c++ libprotobuf installed before running by liujisi@google.com · 13 years ago
  79. 5a33428 Add missing plugin.h into extract_includes.bat script. by liujisi@google.com · 13 years ago
  80. 23f42ce Define serailVersionUID for generated java class. by liujisi@google.com · 13 years ago
  81. 3dc4a7b Fix incomplete comments. by liujisi@google.com · 13 years ago
  82. 5a5e67a Make protobuf java JDK 1.5 compatible. by liujisi@google.com · 13 years ago
  83. 9cf65b7 Use fully qualified java.lang.Object in protoc java code. by liujisi@google.com · 13 years ago
  84. eab9b5d Fix issue 256: compute the correct size for negative enum values, which need to be sign extended. by jasonh@google.com · 13 years ago
  85. 17d57db Add an intermediate method to propagate the friendship access to nested classes as a workaround for old compilers (e.g. gcc 3.4) by liujisi@google.com · 13 years ago
  86. c345db7 Update version number to 2.4.1 in common.h. by liujisi@google.com · 13 years ago
  87. 01cba4b Update mainline version to 2.4.1-pre. by liujisi@google.com · 13 years ago
  88. 7a26147 Update the release date of 2.4.0 by liujisi@google.com · 13 years ago
  89. bdfc1ea Add missing files into pom.xml for protobuf-lite. by liujisi@google.com · 14 years ago
  90. 1e106bc Update contributors. by liujisi@google.com · 14 years ago
  91. 42e67e0 update ez_setup.py to fix the python2.6 problem. by liujisi@google.com · 14 years ago
  92. d4a57f1 Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper Kowalik. by liujisi@google.com · 14 years ago
  93. 57014ff Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to make the it OS locale independent. by liujisi@google.com · 14 years ago
  94. 5c20ca1 Escape C++ Trigraphs. by liujisi@google.com · 14 years ago
  95. 334dfc2 fix a typo in vcproj by liujisi@google.com · 14 years ago
  96. 0458bb2 rollback the previous acx_pthread.m4 fix. by liujisi@google.com · 14 years ago
  97. 6f2c3b8 Boost version number to 2.4.0-pre, add more test cases for text_format.py about unicode field. by liujisi@google.com · 14 years ago
  98. 9b7f6c5 Fix issues: 223 224 242. by liujisi@google.com · 14 years ago
  99. 1fd96c4 Add new files for vcprojs, fix issues: 165, 211, 228, 240 by liujisi@google.com · 14 years ago
  100. b4d64bf Remove hashmap.cc in vcproj files. by liujisi@google.com · 14 years ago