summaryrefslogtreecommitdiffstats
path: root/net/base/load_log.h
Commit message (Expand)AuthorAgeFilesLines
* Log the results of proxy resolution to LoadLog when "full logging mode" is en...eroman@chromium.org2010-01-071-0/+13
* Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...eroman@chromium.org2009-12-221-0/+5
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-35/+81
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-8/+22
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+4
* Make LoadLog refcounted-thread safe.eroman@chromium.org2009-10-291-1/+4
* Increase the maximum number of entries in LoadLog to 40.eroman@chromium.org2009-09-101-1/+1
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-201-1/+8
* Implement LoadLog, and hook up HostResolverImpl to LoadLog.ericroman@google.com2009-08-141-4/+84
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-0/+24