Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|. | eroman@chromium.org | 2010-01-15 | 1 | -9/+9 |
* | Extend LoadLog to support logging of arbitrary strings, and of network error ... | eroman@chromium.org | 2009-12-21 | 1 | -34/+65 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -1/+2 |
* | Condense the output of LoadLog for empty BEGIN/END blocks. | eroman@chromium.org | 2009-11-13 | 1 | -4/+22 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -0/+5 |
* | Implement LoadLog, and hook up HostResolverImpl to LoadLog. | ericroman@google.com | 2009-08-14 | 1 | -0/+179 |