summaryrefslogtreecommitdiffstats
path: root/net/tools/hresolv
Commit message (Expand)AuthorAgeFilesLines
* base: Move StringSplitAlongWhitespace to string_split.htfarina@chromium.org2010-11-151-1/+1
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-5/+6
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-5/+4
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-21/+21
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-1/+1
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+1
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+1
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+1
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-3/+4
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-5/+9
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-1/+1
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-191-1/+1
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-1/+1
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-2/+3
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-1/+1
* Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.eroman@chromium.org2010-01-151-4/+4
* Set up HostResolverImpl to flush cache on IP address change.willchan@chromium.org2010-01-111-1/+1
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-7/+1
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-1/+6
* Original patch by cbentzel@google.comeroman@chromium.org2009-12-101-0/+456