1. dcce3a3 Modify DataPacks so they can return RefCountedStaticMemory objects. by erg@google.com · 15 years ago
  2. 90a3f8a Eliminate all uses of strerror() in code that uses src/base. strerror() is inherently unsafe in multi-threaded apps because it stores the string in a global buffer. It should never be used. If you want to log an error, use PLOG and friends, or if that's too high-level then use safe_strerror(). by tschmelcher@chromium.org · 15 years ago
  3. b3471cf Crash in a CHECK if we fail to load a data pack file. Running w/o our by tc@google.com · 15 years ago
  4. 7c6ab27 Get DataPack compiling on Mac and run its unittest. by thomasvl@chromium.org · 16 years ago
  5. b820130 Data pack file reader and unit test, used for resources on Linux. by evan@chromium.org · 16 years ago