summaryrefslogtreecommitdiffstats
path: root/net/base/load_log_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.eroman@chromium.org2010-01-151-9/+9
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-34/+65
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-1/+2
* Condense the output of LoadLog for empty BEGIN/END blocks.eroman@chromium.org2009-11-131-4/+22
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-0/+5
* Implement LoadLog, and hook up HostResolverImpl to LoadLog.ericroman@google.com2009-08-141-0/+179