| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland fix for OCSP startup race. | willchan@chromium.org | 2010-10-12 | 1 | -0/+8 |
* | Revert 62105 - Test change to fix a leak. Will revert after getting in a run... | willchan@chromium.org | 2010-10-10 | 1 | -8/+0 |
* | Test change to fix a leak. Will revert after getting in a run on ChromiumOS ... | willchan@chromium.org | 2010-10-10 | 1 | -0/+8 |
* | Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-08 | 1 | -0/+6 |
* | Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-07 | 1 | -6/+0 |
* | net: plumb DnsRRResolver from IOThread to HttpNetworkSession. | agl@chromium.org | 2010-10-07 | 1 | -0/+6 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -1/+1 |
* | Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO... | willchan@chromium.org | 2010-09-28 | 1 | -8/+0 |
* | Reland r59972: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-28 | 1 | -0/+8 |
* | Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use... | willchan@chromium.org | 2010-09-21 | 1 | -8/+0 |
* | Reland r59511: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-20 | 1 | -0/+8 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -12/+5 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -1/+0 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -4/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Annotate some network classes as non-threadsafe. | eroman@chromium.org | 2010-07-12 | 1 | -1/+3 |
* | Remove abonded privacy blacklist implementation. | jochen@chromium.org | 2010-07-02 | 1 | -14/+0 |
* | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 1 | -0/+3 |
* | Add a tool for testing your network setup. | eroman@chromium.org | 2010-05-04 | 1 | -2/+3 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -18/+8 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -0/+8 |
* | If the URLRequestContext has no CookiePolicy, then we should | darin@chromium.org | 2010-01-30 | 1 | -2/+4 |
* | Changes to support new cookie policy. | darin@chromium.org | 2010-01-30 | 1 | -7/+7 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 1 | -9/+3 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 1 | -3/+9 |
* | Remove support for filtering by MIME-type. | jochen@chromium.org | 2010-01-20 | 1 | -7/+8 |
* | SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade. | agl@chromium.org | 2009-12-11 | 1 | -6/+5 |
* | Plumb LoadLog into SocketStream | ukai@chromium.org | 2009-11-13 | 1 | -3/+14 |
* | Change the request tracking done by about:net-internals to be per context rat... | eroman@chromium.org | 2009-10-22 | 1 | -0/+7 |
* | Initial CL for fixing some of the proxy auth issues. | chron@chromium.org | 2009-10-06 | 1 | -1/+1 |
* | URLRequestContext needs to keep a reference to StrictTransportSecurityState | mattm@chromium.org | 2009-09-22 | 1 | -2/+3 |
* | Rename X-Force-TLS to Strict-Transport-Security. | abarth@chromium.org | 2009-09-05 | 1 | -4/+5 |
* | This CL changes the CookieStore obect to be a refcounted object to get a bett... | ananta@chromium.org | 2009-09-05 | 1 | -2/+2 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 1 | -0/+7 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -5/+3 |
* | Moved the logical dependency on Blacklist from URLRequestContext | idanan@chromium.org | 2009-07-28 | 1 | -7/+1 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 1 | -5/+5 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 1 | -2/+2 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -2/+2 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -2/+2 |
* | Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ... | idanan@chromium.org | 2009-06-23 | 1 | -1/+21 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -1/+8 |
* | More progress on ForceHTTPS. | abarth@chromium.org | 2009-05-20 | 1 | -1/+6 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -0/+11 |
* | Add command line switch "--new-ftp" for new portable FTP | wtc@chromium.org | 2009-03-16 | 1 | -1/+9 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -1/+1 |
* | Add support for UA spoofing, and spoof Safari's UA string when loading URLs | darin@chromium.org | 2009-01-27 | 1 | -12/+12 |
* | post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache. | ericroman@google.com | 2009-01-15 | 1 | -4/+4 |
* | Refactor the two URLRequestContext subclasses in profile.cc into a new shared | aa@chromium.org | 2008-12-23 | 1 | -6/+1 |