1. c3a2453 Hurr, some merge conflict was resolved poorly. Fixed. by kenton@google.com · 15 years ago
  2. 253a850 Allow compression level of GzipOutputStream to be configured. by kenton@google.com · 15 years ago
  3. 1900c53 Fix compile for GCC 3.4.4. by kenton@google.com · 15 years ago
  4. 39671e5 Extend MAINTAINERCLEANFILES to include some things automatically added by libtoolize. by kenton@google.com · 15 years ago
  5. 6cbe32f Use SVN externals for gtest. by kenton@google.com · 15 years ago
  6. c137750 Remove two empty source files. This doesn't actually have any effect on code size but might as well get rid of them. by kenton@google.com · 15 years ago
  7. 4f3491e Decouple strutil from C++ lite library for a further 23k reduction. by kenton@google.com · 15 years ago
  8. 858a22b Define libprotobuf-lite in Makefile.am. by kenton@google.com · 15 years ago
  9. 80b1d62 Submit recent changes from internal branch, including "lite mode" for by kenton@google.com · 15 years ago
  10. d2fd063 Down-integrate some code from an internal branch. (More to come.) by kenton@google.com · 15 years ago
  11. 31afcd7 Fix problems with emacs protobuf mode, I guess. See <http://www.opensubscriber.com/message/emacs-devel@gnu.org/7155093.html>. Patch from domq@google.com. by kenton@google.com · 15 years ago
  12. ceb561d Add Swap(), SwapElements(), and RemoveLast() to Reflection. Patch by Scott Stafford. by kenton@google.com · 15 years ago
  13. f22943c Fix build problem with -std=gnu++0x. by kenton@google.com · 15 years ago
  14. a518346 Fixes to acx_check_suncc.m4 from Monty Taylor. by kenton@google.com · 15 years ago
  15. b437279 Fix final leak (win32 only). by kenton@google.com · 15 years ago
  16. 1fb3d39 Update version number in trunk. by kenton@google.com · 15 years ago
  17. 1d4df6c Fix compile error on Cygwin, where int32 is typedefed to long instead of int, and the compiler can't figure out which overload of this method to use in that case. by kenton@google.com · 15 years ago
  18. e21c573 Make sure examples link properly. by kenton@google.com · 15 years ago
  19. 63e646b Provide ShutdownProtobufLibrary() which frees all startup-allocated objects. by kenton@google.com · 15 years ago
  20. 9824eda enable cross-compiling by kenton@google.com · 15 years ago
  21. 42c81e1 Set better default CXXFLAGS and don't use optimization when compiling tests by kenton@google.com · 15 years ago
  22. 3d694ad Fix test failure on 64-bit python. by kenton@google.com · 15 years ago
  23. a8923cd More Sun CC hacks. Contributed by Monty Taylor. by kenton@google.com · 15 years ago
  24. 2fd1208 Hopefully make autogen.sh run on solaris. by kenton@google.com · 15 years ago
  25. 2cdba5b Add Emacs editor mode. Contributed by Alexandre Vassalotti. by kenton@google.com · 15 years ago
  26. 1589b1d Fix startup crash when statically linking on Mac. by temporal · 15 years ago
  27. c5ff06c Add second run of cpp_unittest which verifies that descriptors are constructed lazily. This is accomplished by avoiding any use of descriptors while testing a bunch of other operations, then checking at the end that descriptors have not been constructed. by kenton@google.com · 15 years ago
  28. 503a4dd Convert some \u escape sequences to UTF-8 because MSVC interprets them differently. by kenton@google.com · 15 years ago
  29. 30be0a8 Don't use dll-export declspec on class-nested extensions. by kenton@google.com · 15 years ago
  30. 41c3760 Update extract_includes.bat to include new public headers in rev 120. by kenton@google.com · 15 years ago
  31. ccc1167 Make building libprotobuf as a DLL work again. by kenton@google.com · 15 years ago
  32. ef3730c Add test verifying that protoc accepts trailing backslashes on Windows, which some users claim doesn't work. Seems to work on my machine. by kenton@google.com · 15 years ago
  33. d33e53a That last rev shouldn't have compiled, but apparently did, for some reason. Fixed. by kenton@google.com · 15 years ago
  34. db4b583 Protect a new death test with GTEST_HAS_DEATH_TEST, since MinGW doesn't support it. by kenton@google.com · 15 years ago
  35. 50ede8b Update MSVC project files for rev 120, and add instructions for compiling with zlib. by kenton@google.com · 15 years ago
  36. d37d46d Integrate recent changes from Google-internal code tree. See CHANGES.txt by kenton@google.com · 15 years ago
  37. 709ea28 Work around windows.h #defining GetMessage(). by kenton@google.com · 15 years ago
  38. 6f9bc71 Add missing LIBPROTOBUF_EXPORT. by kenton@google.com · 15 years ago
  39. 679edc4 Remove scoped_memory_log.h from MSVC project files -- it has not existed for some time. by kenton@google.com · 15 years ago
  40. 4152d55 Handle .exe extension when looking for protoc in setup.py. by kenton@google.com · 15 years ago
  41. bbbd4d3 Update MSVC project files to work with new gtest bundling strategy. by kenton@google.com · 15 years ago
  42. 37ad00d Update bundled gtest to latest version (1.3.0) and include it as a by kenton@google.com · 15 years ago
  43. a6de64a setup.py shouldn't fail if protoc path contains whitespace. by kenton@google.com · 15 years ago
  44. 9af2f4c Update ez_setup.py to latest version, so it works with Python 2.6. by kenton@google.com · 15 years ago
  45. a8e8ccf Improve performance of Python serialization. Patch from Will Pierce. by kenton@google.com · 15 years ago
  46. 6dcd46c Fix initialization ordering problem in logging code. Based on patch from Wink Saville. by kenton@google.com · 15 years ago
  47. cfa2d8a Generate field number constants. Patch from Michael Poole. by kenton@google.com · 15 years ago
  48. eb26a1e Commit Michael Poole's patch for explicitly constructing all class fields in by kenton@google.com · 15 years ago
  49. e59427a Commit Brian Olson's gzip stream implementations. by kenton@google.com · 15 years ago
  50. f663b16 Adds a flag to protoc called --error_format which specifies what by kenton@google.com · 15 years ago
  51. 90bdae2 Update benchmark data. by jonathan.skeet · 15 years ago
  52. 8604c74 Added copyright notice, made constants constant, added GC call before each test. by jonathan.skeet · 15 years ago
  53. ff9c9e4 Initial benchmarking. by jonathan.skeet · 15 years ago
  54. 1556623 Submit files missing from previous submit. by kenton@google.com · 15 years ago
  55. 2d6daa7 Push out changes from internal codebase. by kenton@google.com · 16 years ago
  56. 87e64e1 Adding slicing support for repeated scalar fields and get/delete slice for composite fields. by pesho.petrov · 16 years ago
  57. d415782 Update trunk version to 2.0.4-SNAPSHOT. by kenton@google.com · 16 years ago
  58. 2f3d8de Submit script used to post-process dist files. by kenton@google.com · 16 years ago
  59. 25bc5cd Support "Solaris 10 using recent Sun Studio". by kenton@google.com · 16 years ago
  60. 1ea5268 Add full-system test for custom enum value options. (Previously, only a by kenton@google.com · 16 years ago
  61. 2f669cb * Avoid using pushd/popd in generate_descriptor_proto.sh because they are by kenton@google.com · 16 years ago
  62. eb241fa Fix call to superclass.__init__() to work on newer versions of Python. by kenton@google.com · 16 years ago
  63. a001ed0 * Update version compatibility stuff -- 2.0.3 is in no way compatible with by kenton@google.com · 16 years ago
  64. 9f17528 Update CHANGES.txt with stuff from 2.0.3. by kenton@google.com · 16 years ago
  65. 26bd9ee Integrate changes from internal code. by kenton@google.com · 16 years ago
  66. a2a32c2 Support HP C++ on Tru64. by kenton@google.com · 16 years ago
  67. 8da400e Fix bugs in zero_copy_stream_impl. by kenton@google.com · 16 years ago
  68. 32d0c3b Only build tests when running "make check", not "make". by kenton@google.com · 16 years ago
  69. d0580ea Fixed alignment issue that caused bus errors on platforms like sparc which by kenton@google.com · 16 years ago
  70. de75437 Simplify some template usage so that older compilers can handle it. (Users by kenton@google.com · 16 years ago
  71. 3e91fcd Work around GCC 4.3.0 x86_64 compiler bug (seen on Fedora 9). by kenton@google.com · 16 years ago
  72. 580cf3c Update MSVC installation instructions for static linking change. by kenton@google.com · 16 years ago
  73. 3bdc135 Avoid an "unused parameter" warning when using high warning levels. by kenton@google.com · 16 years ago
  74. 7b29a26 Update version number to 2.0.3-SNAPSHOT. by kenton@google.com · 16 years ago
  75. 16b31d2 Make Python example output identical to C++ and Java by removing redundant by kenton@google.com · 16 years ago
  76. a41a9dd * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure if by kenton@google.com · 16 years ago
  77. c76caac Improvements to configure.ac from Jeff Bailey. by kenton@google.com · 16 years ago
  78. cf3f638 Pass -Wall,no-obsolete to autoreconf. by kenton@google.com · 16 years ago
  79. 7516a69 Improve autogen.sh. by kenton@google.com · 16 years ago
  80. c7f06b2 Added clarification to license that generated code is owned by the owner of the by kenton@google.com · 16 years ago
  81. 9b10f58 * Fix build on MSVC. by kenton@google.com · 16 years ago
  82. 0b3023f Add file missing from rev 50. by kenton@google.com · 16 years ago
  83. 24bf56f Integrate changes from internal Google-internal branch. by kenton@google.com · 16 years ago
  84. 3121a56 Add file that was mysteriously missing from SVN tree. by kenton@google.com · 16 years ago
  85. a69deb6 Explicitly identify superclass in initializer lists for generated message by kenton@google.com · 16 years ago
  86. 4410396 Work around absence of hash_map. by kenton@google.com · 16 years ago
  87. 4014b9f Add @Override annotation to generated Java code where appropriate. by temporal · 16 years ago
  88. bf86b54 Add code suggested by Michal Januszewski <michalj@gmail.com> to ensure that by temporal · 16 years ago
  89. 742e409 2.0.1 release. by temporal · 16 years ago
  90. dd681ad More prep for 2.0.1: by temporal · 16 years ago
  91. ea9d0d8 Add missing module to setup.py. by temporal · 16 years ago
  92. a44f3c3 Update CHANGES.txt for v2.0.1. Also update beta warning in README.txt. by temporal · 16 years ago
  93. 4e88f89 Add missing file. by temporal · 16 years ago
  94. 779f61c Integrate recent changes from google3. by temporal · 16 years ago
  95. a0f27fc Heuristically detect sub-messages when printing unknown fields. by temporal · 16 years ago
  96. 8ccb790 Apply Leandro Lucarella <llucax@gmail.com>'s patches for VIM highlighting by temporal · 16 years ago
  97. 24856db Applied Ulrich Kunitz's patches to slightly optimize Python serialization code. by temporal · 16 years ago
  98. 6fdb096 Fix static initialization ordering bug that caused crashes at startup when by temporal · 16 years ago
  99. f206351 Sync code with Google-internal branch. Changes: by temporal · 16 years ago
  100. cc93043 misc. stuff: by temporal · 16 years ago