summaryrefslogtreecommitdiffstats
path: root/net/proxy/single_threaded_proxy_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-3/+3
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-171-5/+10
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-3/+5
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-27/+18
* Add a timing measurement to LoadLog that shows how long a proxy resolve reque...eroman@chromium.org2010-02-051-2/+19
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-7/+15
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+11
* Fix a data race found by ThreadSanitizer in LoadLog::Release().eroman@chromium.org2009-10-201-2/+3
* Remove some unnecessary manual AddRef/Release.eroman@chromium.org2009-10-201-9/+0
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-0/+20
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-6/+21
* Better match IE's proxy settings.ericroman@google.com2009-08-041-29/+90
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-0/+231