1. 33165fe Submit recent changes from internal branch. See CHANGES.txt for more details. by liujisi@google.com · 14 years ago
  2. d09ab85 Allow services with lite runtime when using rpc generator plugin. by kenton@google.com · 14 years ago
  3. 684d45b Fix build on MinGW/Win32 (including implementing Subprocess using CreateProcess()). by kenton@google.com · 15 years ago
  4. bdbb863 Ensure that 'once' objects are declared using the macro. This is either the third or fourth time I've screwed this up when down-integrating, because our internal code does not require the macro (it's not portable) and on Linux a pthread_once_t that is zero-initialized just happens to work. So, I only discover the problem when I test on Mac, then kick myself for making the same mistake yet again. No more! This time, I have renamed GoogleOnceType to ProtobufOnceType, thus making the type name differ from our internal code. As a result, if you don't update the decls to use the macros, they won't compile. Hah! Take that, future self! by temporal · 15 years ago
  5. fccb146 Massive roll-up of changes. See CHANGES.txt. by kenton@google.com · 15 years ago
  6. f837b00 Use the nice macro to declare once-init control objects, like good little coders should. Otherwise the initialization routines never run on Mac. TODO: Investigate how this was broken. by temporal · 15 years ago
  7. 80b1d62 Submit recent changes from internal branch, including "lite mode" for by kenton@google.com · 15 years ago
  8. 63e646b Provide ShutdownProtobufLibrary() which frees all startup-allocated objects. by kenton@google.com · 15 years ago
  9. d37d46d Integrate recent changes from Google-internal code tree. See CHANGES.txt by kenton@google.com · 15 years ago
  10. 2d6daa7 Push out changes from internal codebase. by kenton@google.com · 16 years ago
  11. 26bd9ee Integrate changes from internal code. by kenton@google.com · 16 years ago
  12. a2a32c2 Support HP C++ on Tru64. by kenton@google.com · 16 years ago
  13. de75437 Simplify some template usage so that older compilers can handle it. (Users by kenton@google.com · 16 years ago
  14. a41a9dd * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure if by kenton@google.com · 16 years ago
  15. 24bf56f Integrate changes from internal Google-internal branch. by kenton@google.com · 16 years ago
  16. 779f61c Integrate recent changes from google3. by temporal · 16 years ago
  17. 6fdb096 Fix static initialization ordering bug that caused crashes at startup when by temporal · 16 years ago
  18. f206351 Sync code with Google-internal branch. Changes: by temporal · 16 years ago
  19. 40ee551 Initial checkin. by temporal · 16 years ago