1. caa66db Merge from tags/2.5.0rc1 to trunk by xiaofeng@google.com · 12 years ago
  2. eaaef0b Fix issues: 342, 424, 428, 430, 436 by xiaofeng@google.com · 12 years ago
  3. ef9acc4 Update version to 2.5.0-pre by liujisi@google.com · 12 years ago
  4. 9c1c31f Fix compile issues under GCC 3.4.6 by xiaofeng@google.com · 12 years ago
  5. d2d50f9 Fix Java compile issues under JDK 1.5 by xiaofeng@google.com · 12 years ago
  6. 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
  7. a058718 Fix issue 298: add OSGi configuration to pom.xml - patch from Thomas Kock by xiaofeng@google.com · 12 years ago
  8. 75575df Generate missing inclusion of common.h. by pliard@google.com · 12 years ago
  9. 3d46dad Use string::size_type instead of int for results of string.find() etc. -- patch from hans by xiaofeng@google.com · 12 years ago
  10. fcb8a50 Update MSVC project files and fix compilation issues in MSVC. by xiaofeng@google.com · 12 years ago
  11. b55a20f Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  12. 9ced30c Down-integration form opensource depot by liujisi@google.com · 12 years ago
  13. daced74 Add support for NaCl in atomicops. by pliard@google.com · 12 years ago
  14. d0e0393 Fix issue/333. skip any escaped characters in quotes. by liujisi@google.com · 12 years ago
  15. d2967cd -lz in protobuf.pc belongs in Libs.private, not Libs by liujisi@google.com · 12 years ago
  16. 42e3b66 set _VARDADIC_MAX=10 preprocessor definition to make test pass in vc11. by liujisi@google.com · 12 years ago
  17. 26261eb Allow configure to disable maintainer mode by liujisi@google.com · 12 years ago
  18. e7881e8 Update atomicops to support new platforms where intptr_t = long. by liujisi@google.com · 12 years ago
  19. aabd7cf Fix a NULL/bool conversion. by liujisi@google.com · 12 years ago
  20. 2072421 Fix issue 378 by xiaofeng@google.com · 12 years ago
  21. a269a2c Update outdated use of GoogleOnceType. by pliard@google.com · 12 years ago
  22. 6103d4e Don't call AddDesc() at static init time in LITE_RUNTIME mode. by pliard@google.com · 12 years ago
  23. 7cc2576 Improve GoogleOnceInit() in Protocol Buffers. by pliard@google.com · 12 years ago
  24. 6a10204 Add missing guard in atomicops MSVC cc file by pliard@google.com · 12 years ago
  25. 72afe6e Fix build error in Mac atomicops. by pliard@google.com · 12 years ago
  26. 324779a Remove static initializer in wire_format_lite.cc. by pliard@google.com · 12 years ago
  27. f5de486 Add atomicops from V8. by pliard@google.com · 12 years ago
  28. cb6dd4e A workaround for MSVC 2010 x64 platform bug, by liujisi@google.com · 13 years ago
  29. 2a89d00 Add missing dll export macros. by liujisi@google.com · 13 years ago
  30. f36ae07 Update external gtest to 1.5.0. by liujisi@google.com · 13 years ago
  31. 295a096 Remove extra semicolon in primitive repeated field init code. by liujisi@google.com · 13 years ago
  32. 5325de1 Support for C-style comments in editors/proto.vim -- patch from infnty. by liujisi@google.com · 13 years ago
  33. 3239fec Close resources properly for java tests and examples. by liujisi@google.com · 13 years ago
  34. e8e6eed Fixed a memory leak in python CPP implementation. by liujisi@google.com · 13 years ago
  35. 7a6de00 Update comments for globally unique extension number for custom options. by liujisi@google.com · 13 years ago
  36. 02d7015 Allow String to be used as message names. by liujisi@google.com · 13 years ago
  37. 5c24564 Update mainline version to 2.4.2-pre. by liujisi@google.com · 13 years ago
  38. 5d99632 Update changelog for 2.4.1 release. by liujisi@google.com · 13 years ago
  39. 03aaa04 Python CPP implementation now requires c++ libprotobuf installed before running by liujisi@google.com · 13 years ago
  40. 5a33428 Add missing plugin.h into extract_includes.bat script. by liujisi@google.com · 13 years ago
  41. 23f42ce Define serailVersionUID for generated java class. by liujisi@google.com · 13 years ago
  42. 3dc4a7b Fix incomplete comments. by liujisi@google.com · 13 years ago
  43. 5a5e67a Make protobuf java JDK 1.5 compatible. by liujisi@google.com · 13 years ago
  44. 9cf65b7 Use fully qualified java.lang.Object in protoc java code. by liujisi@google.com · 13 years ago
  45. 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
  46. 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
  47. c345db7 Update version number to 2.4.1 in common.h. by liujisi@google.com · 13 years ago
  48. 01cba4b Update mainline version to 2.4.1-pre. by liujisi@google.com · 13 years ago
  49. 7a26147 Update the release date of 2.4.0 by liujisi@google.com · 13 years ago
  50. bdfc1ea Add missing files into pom.xml for protobuf-lite. by liujisi@google.com · 14 years ago
  51. 1e106bc Update contributors. by liujisi@google.com · 14 years ago
  52. 42e67e0 update ez_setup.py to fix the python2.6 problem. by liujisi@google.com · 14 years ago
  53. d4a57f1 Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper Kowalik. by liujisi@google.com · 14 years ago
  54. 57014ff Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to make the it OS locale independent. by liujisi@google.com · 14 years ago
  55. 5c20ca1 Escape C++ Trigraphs. by liujisi@google.com · 14 years ago
  56. 334dfc2 fix a typo in vcproj by liujisi@google.com · 14 years ago
  57. 0458bb2 rollback the previous acx_pthread.m4 fix. by liujisi@google.com · 14 years ago
  58. 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
  59. 9b7f6c5 Fix issues: 223 224 242. by liujisi@google.com · 14 years ago
  60. 1fd96c4 Add new files for vcprojs, fix issues: 165, 211, 228, 240 by liujisi@google.com · 14 years ago
  61. b4d64bf Remove hashmap.cc in vcproj files. by liujisi@google.com · 14 years ago
  62. 5d8d2b0 Fix issues: 200 202 211 215 237 246. by liujisi@google.com · 14 years ago
  63. 2726e7a Fix issues: 166 167 172 175 181 188 192 194 195. by liujisi@google.com · 14 years ago
  64. 0acafda Fix byte encoding macros. by liujisi@google.com · 14 years ago
  65. baac9c3 Add some explicit casts to eliminate some warnings as described in issue 83 comment 17. by kenton@google.com · 14 years ago
  66. 33165fe Submit recent changes from internal branch. See CHANGES.txt for more details. by liujisi@google.com · 14 years ago
  67. 80aa23d Fix Issue 218: Check for protoc executable in vsprojects directory. by kenton@google.com · 14 years ago
  68. a4a9ef8 Roll back revision 313. A similar but far more exensive change was made in our internal branch, which will be integrated soon. by kenton@google.com · 14 years ago
  69. b541e3c Use native line endings on VS project files (they are, in fact, text). by kenton@google.com · 14 years ago
  70. 27028bc Fix issue 208. by kenton@google.com · 14 years ago
  71. 0c293de Fix issue 207 by kenton@google.com · 14 years ago
  72. 15b675e add cast to avoid compiler warning by kenton@google.com · 14 years ago
  73. d09ab85 Allow services with lite runtime when using rpc generator plugin. by kenton@google.com · 14 years ago
  74. b3f6a15 Improve coded_stream.h handling on MSVC. Avoid a bogus runtime check and enable little-endian optimization. Based on patch from Nathan McDaniel. by kenton@google.com · 14 years ago
  75. 6793c1a Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky. by kenton@google.com · 14 years ago
  76. eeb8fd7 Fix bug with permanent callbacks that delete themselves when run. Patch from Evan Jones. by kenton@google.com · 14 years ago
  77. 2036374 Remove comment referring to non-protobuf code. by kenton@google.com · 14 years ago
  78. 769ab6f Fix missing header issue -- INT_MAX is defined in limits.h. I chose to use a different constant rather than add the #include. by kenton@google.com · 14 years ago
  79. c65c041 Fix issue 162: generated code should #include <algorithm> for std::swap(). by kenton@google.com · 14 years ago
  80. daee051 Optimize Java string serialization. Patch from Evan Jones. by kenton@google.com · 14 years ago
  81. ab6950d More Java warning tweaks from Evan Jones. by kenton@google.com · 15 years ago
  82. 28c2ec0 Fix some Java warnings. Patch from Evan Jones. by kenton@google.com · 15 years ago
  83. 4844368 Add missing include (that apparently didn't break anything on most platforms). by kenton@google.com · 15 years ago
  84. 08e9036 Fix obvious syntax error that somehow works fine on MSVC and GCC 3.x-win32. by kenton@google.com · 15 years ago
  85. 529a843 Fix issues with Windows build: Always use ASCII version of CreateProcess (even if UNICODE is defined) and move GetMessage macro work-around to common.h so that it covers extension_set.h as well. Patch from Nick Carter. by kenton@google.com · 15 years ago
  86. c25f833 Fixes compile on GCC 3.2 according to Sergey Tihansky. by kenton@google.com · 15 years ago
  87. 7db148f Add makefile for extended tests to be run before release. by kenton@google.com · 15 years ago
  88. 2113840 Fix bogus sign-compare warnings in header at request of user. by kenton@google.com · 15 years ago
  89. d4e38c7 Fix date in CHANGES.txt. Sigh. by temporal · 15 years ago
  90. ea75323 Update version number in trunk to 2.3.1. by kenton@google.com · 15 years ago
  91. 38b744e Update CHANGES.txt to reflect actual expected release date of 2.3.0. by kenton@google.com · 15 years ago
  92. f9fa059 Fix memory leak in CommandLineInterface, not that it really matters. by kenton@google.com · 15 years ago
  93. 38fcd39 Minor compatibility tweaks for FreeBSD. by kenton@google.com · 15 years ago
  94. 7b7a80e Tweak doc comments. by kenton@google.com · 15 years ago
  95. 83aba29 Detect and avoid broken unordered_map on OSX 10.5 / GCC 4.0.1. by kenton@google.com · 15 years ago
  96. 2773bdf Add missing file to dist. by kenton@google.com · 15 years ago
  97. 5353018 Address comments from various code reviews. by kenton@google.com · 15 years ago
  98. 2429e3a Monty Taylor claims this helps the drizzle compile for some reason. by kenton@google.com · 15 years ago
  99. 0225b35 Mention zip/jar output in CHANGES.txt. by kenton@google.com · 15 years ago
  100. d78ca9c Fixed DLL compile under MSVC. by kenton@google.com · 15 years ago