1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. 74c2de4 Pass StringPieces by constant reference. by deanm@google.com · 16 years ago
  3. a65ec9f Move the system string conversion functions from std::string to StringPiece. We often work with char* in the system layer, so this should save extra copying. by deanm@google.com · 16 years ago
  4. d87433c Basic string conversions for Linux -- enough to get unit tests going. by evanm@google.com · 16 years ago