1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. 0f8dd7e Back out r1223, we'll just look at the logs on the buildbots for now. It would be nice to send only ERROR warnings to stderr to avoid the noise. by mmentovai@google.com · 16 years ago
  3. 5af7882 Send log output to stderr on Windows when uninitialized by mmentovai@google.com · 16 years ago
  4. f0944f3 Send log messages to stderr when uninitialized on POSIX platforms. by mmentovai@google.com · 16 years ago
  5. 12d40bb Define MessagePumpDefault and use it to implement MessageLoop on non-Windows by darin@google.com · 16 years ago
  6. 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
  7. e41d3b3 To pass string_util_unittest, we need the ICU data file. To get the ICU data file, we need some of PathService, which brings along with it a bunch of other needed functions. So here are a bunch of stubs, along with another file's worth of passing tests. (Based on a patch from Dean.) by evanm@google.com · 16 years ago
  8. c2b652a Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux by deanm@google.com · 16 years ago
  9. 4487dd7 Remove all the C-style string munging, making this easier to port to Linux. by evanm@google.com · 16 years ago
  10. 1af6493 Replace a todo with NOTIMPLEMENTED(). by ericroman@google.com · 16 years ago
  11. ce96727 fix recursion by pinkerton@google.com · 16 years ago
  12. 56053fe Logging cleanup for mac and linux by pinkerton@google.com · 16 years ago
  13. 7bea9d1 This is the addition of the system-dependent string conversions. This is just the new code and changing logging to use it. I will change other things to use this and delete the code in string_util in a subsequent pass. by brettw@google.com · 16 years ago
  14. ef7ff55 Revert change 430 because it breaks the build. by nsylvain@google.com · 16 years ago
  15. 49d68b6 Changes for POSIX support. Yay for ifdefs! by pinkerton@google.com · 16 years ago
  16. 3f4a732 Add base to the repository. by initial.commit · 16 years ago