| Commit message (Expand) | Author | Age | Files | Lines |
* | Make URLRequestJob RefCounted instead of RefCountedThreadSafe. | willchan@chromium.org | 2010-11-19 | 1 | -5/+2 |
* | Limit chrome:filebrowse access to the same directory as file:// | dpolukhin@chromium.org | 2010-11-19 | 1 | -3/+4 |
* | This prevents crashes due to URLRequestHttpJobs hanging on past IOThread | akalin@chromium.org | 2010-11-19 | 1 | -1/+4 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 3 | -9/+0 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 3 | -0/+9 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 2 | -3/+3 |
* | Restrict file protocol on chromeos to certain whitelisted directories. Disabl... | achuith@chromium.org | 2010-11-11 | 7 | -6/+70 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 1 | -0/+8 |
* | Revert 64960 - Turn on file access checks on Win. | rafaelw@chromium.org | 2010-11-03 | 1 | -8/+0 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-03 | 1 | -0/+8 |
* | base: Move CaseInsensitiveCompare traits into the base namespace. | tfarina@chromium.org | 2010-11-03 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 4 | -23/+23 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -2/+2 |
* | Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit... | rsleevi@chromium.org | 2010-10-28 | 1 | -3/+9 |
* | Revert 64202 - Initial support for built-in DNS resolver/cache. | yusukes@chromium.org | 2010-10-28 | 1 | -2/+2 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -2/+2 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Fix bad revert. | thestig@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Revert 63801 (broke chromeos bots) - Restrict file protocol on chromeos to ce... | thakis@chromium.org | 2010-10-26 | 2 | -39/+4 |
* | Define AccessDisabled only on ChromeOS | achuith@chromium.org | 2010-10-26 | 2 | -10/+7 |
* | Restrict file protocol on chromeos to certain whitelisted directories. | achuith@chromium.org | 2010-10-25 | 2 | -4/+43 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 1 | -1/+9 |
* | Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from... | isherman@chromium.org | 2010-10-23 | 1 | -9/+1 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 1 | -1/+9 |
* | Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" | evan@chromium.org | 2010-10-22 | 1 | -9/+1 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-22 | 1 | -1/+9 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 2 | -1/+7 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -1/+2 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 6 | -13/+30 |
* | Coverity: Initialize data members in constructor. | kmadhusu@chromium.org | 2010-10-18 | 1 | -0/+1 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -2/+1 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -1/+2 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 2 | -4/+4 |
* | In a fake SSLInfo, set security_bits to -1 instead of 0 | wtc@chromium.org | 2010-10-15 | 1 | -2/+6 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 2 | -2/+2 |
* | Reland fix for OCSP startup race. | willchan@chromium.org | 2010-10-12 | 2 | -1/+10 |
* | Revert 62105 - Test change to fix a leak. Will revert after getting in a run... | willchan@chromium.org | 2010-10-10 | 2 | -10/+1 |
* | Test change to fix a leak. Will revert after getting in a run on ChromiumOS ... | willchan@chromium.org | 2010-10-10 | 2 | -1/+10 |
* | Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-08 | 3 | -0/+8 |
* | Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-07 | 3 | -8/+0 |
* | net: plumb DnsRRResolver from IOThread to HttpNetworkSession. | agl@chromium.org | 2010-10-07 | 3 | -0/+8 |
* | GTTF: Get rid of the test server's /kill switch | phajdan.jr@chromium.org | 2010-10-04 | 1 | -79/+0 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 2 | -2/+3 |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-29 | 1 | -1/+2 |
* | Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ... | cbentzel@chromium.org | 2010-09-28 | 1 | -2/+1 |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-28 | 1 | -1/+2 |
* | Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO... | willchan@chromium.org | 2010-09-28 | 2 | -10/+1 |
* | Reland r59972: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-28 | 2 | -1/+10 |