| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove hresolv | cbentzel@chromium.org | 2011-01-26 | 1 | -460/+0 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 1 | -1/+0 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | base: Move StringSplitAlongWhitespace to string_split.h | tfarina@chromium.org | 2010-11-15 | 1 | -1/+1 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 1 | -5/+6 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -5/+4 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -21/+21 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -1/+1 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -3/+4 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 1 | -5/+9 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -1/+1 |
* | chunk of straightforward ifdef/include changes for BSD port | pvalchev@google.com | 2010-05-19 | 1 | -1/+1 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -1/+1 |
* | Cleanup: Explicitly add a bunch of missing includes. | thestig@chromium.org | 2010-04-15 | 1 | -2/+3 |
* | Add mechanism for global queueing and prioritization of DNS. | eroman@chromium.org | 2010-01-30 | 1 | -1/+1 |
* | Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|. | eroman@chromium.org | 2010-01-15 | 1 | -4/+4 |
* | Set up HostResolverImpl to flush cache on IP address change. | willchan@chromium.org | 2010-01-11 | 1 | -1/+1 |
* | Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i... | eroman@chromium.org | 2009-12-12 | 1 | -7/+1 |
* | Cache failed DNS resolutions for 1 second. | eroman@chromium.org | 2009-12-10 | 1 | -1/+6 |
* | Original patch by cbentzel@google.com | eroman@chromium.org | 2009-12-10 | 1 | -0/+456 |