| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Immediately reject empty cookie headers. | jochen@chromium.org | 2010-09-27 | 2 | -2/+24 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -8/+10 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 4 | -3/+11 |
* | Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use... | willchan@chromium.org | 2010-09-21 | 2 | -10/+1 |
* | Reland r59511: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-20 | 2 | -1/+10 |
* | Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi... | tfarina@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Trying to green up the tree, lots of mac and win red around this cl. | thomasvl@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. | tfarina@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 2 | -5/+5 |
* | Fix a regression whereby full-granularity network events were being captured ... | eroman@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 7 | -34/+81 |
* | Fix ChromeFrame HTTPs net tests which started failing with the change to vali... | ananta@chromium.org | 2010-08-29 | 1 | -0/+4 |
* | Add regression tests for issue 53366. Check that the | wtc@chromium.org | 2010-08-28 | 1 | -4/+21 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -2/+4 |
* | Allow net::DirectoryLister to be used to recursively list the directory, and ... | johnnyg@chromium.org | 2010-08-21 | 2 | -12/+13 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 2 | -5/+0 |
* | Reintegrate certificate selection in HttpNetworkTransaction DoLoop | davidben@chromium.org | 2010-08-21 | 1 | -0/+11 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 2 | -2/+0 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -2/+0 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -4/+2 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -2/+4 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -202/+239 |