| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Implement DNS certificate provenance check uploads. | agl@chromium.org | 2010-11-24 | 1 | -0/+5 |
* | Fixed handling of context_ in URLRequestHttpJob | akalin@chromium.org | 2010-11-23 | 1 | -2/+13 |
* | Regression: Use Windows Security Zone to determine if default credentials are... | cbentzel@chromium.org | 2010-11-19 | 1 | -5/+10 |
* | Implement a dispatcher for prerender requests | gavinp@chromium.org | 2010-11-19 | 1 | -0/+9 |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 1 | -0/+3 |
* | Reland 65535 | danno@chromium.org | 2010-11-10 | 1 | -25/+38 |
* | Revert 65535 - Group Policy support for HTTP authentication | danno@chromium.org | 2010-11-09 | 1 | -38/+25 |
* | Group Policy support for HTTP authentication | danno@chromium.org | 2010-11-09 | 1 | -25/+38 |
* | Reland r63578 - Release ChromeURLRequestContextGetters' references on IO thre... | willchan@chromium.org | 2010-11-09 | 1 | -9/+52 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | Revert 64960 - Turn on file access checks on Win. | rafaelw@chromium.org | 2010-11-03 | 1 | -1/+1 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-03 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Restrict total parallel DNS resolutions | jar@chromium.org | 2010-10-29 | 1 | -4/+11 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -1/+18 |
* | Mac: turn on file access checks for the IO thread. | thakis@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Revert 64202 - Initial support for built-in DNS resolver/cache. | yusukes@chromium.org | 2010-10-28 | 1 | -18/+1 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -1/+18 |
* | Don't verify thread IO safety on ChromeOS for now. | evan@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Revert 63578 - Release ChromeURLRequestContextGetters' references on IO threa... | willchan@chromium.org | 2010-10-25 | 1 | -52/+9 |
* | Revert 63651 (turned chromeos red, http://build.chromium.org/buildbot/waterfa... | thakis@chromium.org | 2010-10-25 | 1 | -5/+7 |
* | Add LeakTracker<URLRequestContext> to IOThread::CleanUp(). | willchan@chromium.org | 2010-10-23 | 1 | -7/+5 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 1 | -0/+8 |
* | Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from... | isherman@chromium.org | 2010-10-23 | 1 | -8/+0 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 1 | -0/+8 |
* | Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" | evan@chromium.org | 2010-10-22 | 1 | -8/+0 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-22 | 1 | -0/+8 |
* | Release ChromeURLRequestContextGetters' references on IO thread shutdown. | willchan@chromium.org | 2010-10-22 | 1 | -9/+52 |
* | Kill all URLFetcher URLRequests on shutdown. | willchan@chromium.org | 2010-10-22 | 1 | -0/+3 |
* | Explicitly shutdown OCSP. | willchan@chromium.org | 2010-10-21 | 1 | -0/+4 |
* | Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*. | pkasting@chromium.org | 2010-10-21 | 1 | -1/+1 |
* | A/B test of parelellism limits on DNS resolutions | jar@chromium.org | 2010-10-20 | 1 | -1/+33 |
* | Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ... | eroman@chromium.org | 2010-10-16 | 1 | -4/+42 |
* | FBTF: More ctor/dtor cleanup. | erg@google.com | 2010-10-14 | 1 | -0/+5 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part20: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Reland fix for OCSP startup race. | willchan@chromium.org | 2010-10-12 | 1 | -0/+9 |
* | Break URLRequestContext=>ProxyScriptFetcher=>URLRequestContext ref cycle. | willchan@chromium.org | 2010-10-12 | 1 | -0/+3 |
* | Rename ChromeThread to BrowserThread Part15: | tfarina@chromium.org | 2010-10-11 | 1 | -6/+6 |
* | Revert 62105 - Test change to fix a leak. Will revert after getting in a run... | willchan@chromium.org | 2010-10-10 | 1 | -12/+0 |
* | Test change to fix a leak. Will revert after getting in a run on ChromiumOS ... | willchan@chromium.org | 2010-10-10 | 1 | -0/+12 |
* | Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-08 | 1 | -0/+2 |
* | Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-07 | 1 | -2/+0 |
* | net: plumb DnsRRResolver from IOThread to HttpNetworkSession. | agl@chromium.org | 2010-10-07 | 1 | -0/+2 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -3/+4 |
* | Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO... | willchan@chromium.org | 2010-09-28 | 1 | -9/+0 |
* | Reland r59972: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-28 | 1 | -0/+9 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use... | willchan@chromium.org | 2010-09-21 | 1 | -9/+0 |