| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_... | timurrrr@chromium.org | 2010-10-24 | 11 | -193/+4 |
* | Remove DestructionObserver for NetworkConfigWatcherMac. | willchan@chromium.org | 2010-10-23 | 2 | -48/+55 |
* | Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn... | cbentzel@chromium.org | 2010-10-23 | 6 | -35/+3 |
* | Add Reset to ClientSocket::UseHistory, and call on TCP disconnect. | cbentzel@chromium.org | 2010-10-23 | 6 | -3/+35 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 2 | -1/+15 |
* | net: Remove key argument from ActivateEntry function. | tfarina@chromium.org | 2010-10-23 | 2 | -8/+5 |
* | Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from... | isherman@chromium.org | 2010-10-23 | 2 | -15/+1 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 2 | -1/+15 |
* | Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" | evan@chromium.org | 2010-10-22 | 2 | -15/+1 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-22 | 2 | -1/+15 |
* | Release ChromeURLRequestContextGetters' references on IO thread shutdown. | willchan@chromium.org | 2010-10-22 | 1 | -1/+1 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 2 | -0/+13 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 9 | -33/+60 |
* | Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need... | erikwright@chromium.org | 2010-10-22 | 6 | -81/+135 |
* | Make USE_OPENSSL and USE_NSS mutually exclusive | joth@chromium.org | 2010-10-22 | 4 | -19/+43 |
* | Explicitly shutdown OCSP. | willchan@chromium.org | 2010-10-21 | 2 | -5/+15 |
* | Refactor to avoid using DestructionObserver in NetworkChangeNotifierLinux. | willchan@chromium.org | 2010-10-21 | 2 | -93/+87 |
* | Add certificates to the ss->ssl3.peerCertChain linked list | wtc@chromium.org | 2010-10-21 | 3 | -25/+78 |
* | Use scoped objects to simplify crypto routines. Also do lots of other simpli... | pkasting@chromium.org | 2010-10-21 | 2 | -122/+110 |
* | A/B test of parelellism limits on DNS resolutions | jar@chromium.org | 2010-10-20 | 1 | -2/+14 |
* | Mark CookieMonsterTest.GarbageCollectionTriggers as FLAKY. | eroman@chromium.org | 2010-10-20 | 1 | -1/+2 |
* | Adding missing dep on protoc#host | agl@chromium.org | 2010-10-20 | 1 | -0/+1 |
* | Add more tests cases for HttpAuth::HandleChallengeResponse. | cbentzel@chromium.org | 2010-10-20 | 3 | -48/+124 |
* | net: move SSL host info serialisation into SSLHostInfo | agl@chromium.org | 2010-10-20 | 19 | -197/+268 |
* | Remove scoped_bstr_win, fix all callers to use the new location. | brettw@chromium.org | 2010-10-20 | 2 | -2/+0 |
* | Move BuildRequestHeaders from HttpNetworkTransaction to | rch@chromium.org | 2010-10-20 | 9 | -134/+140 |
* | net: add patch file for Snap Start support in NSS | agl@chromium.org | 2010-10-20 | 2 | -0/+2135 |
* | net: comment/TODO cleanup and clarification, and don't raise ERR_SSL_PROTOCOL... | rsleevi@chromium.org | 2010-10-20 | 2 | -18/+25 |
* | Fix loading of a temporary root certificate for OpenSSL | rsleevi@chromium.org | 2010-10-20 | 1 | -9/+26 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 6 | -14/+64 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 42 | -91/+227 |
* | Moving the disable test to correct file. | oshima@chromium.org | 2010-10-19 | 1 | -0/+3 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 43 | -106/+275 |
* | Coverity: Initialize data members in constructor. | kmadhusu@chromium.org | 2010-10-18 | 4 | -2/+8 |
* | Don't rely on "access_time < Time::Now()" to indicate "all cookies". | rdsmith@google.com | 2010-10-18 | 3 | -11/+6 |
* | Fix poorly performancing implementation of MockSimplePersistentCookieStore | rdsmith@google.com | 2010-10-18 | 2 | -28/+18 |
* | Fix clang warning about local types being used as template parameters. | thakis@chromium.org | 2010-10-18 | 1 | -1/+1 |
* | Virtual destructor cleanup: RRResolverHandle::Run does not need to be virtual. | cbentzel@chromium.org | 2010-10-18 | 1 | -2/+2 |
* | non-virtual-dtor cleanup: Make DNSSecProvider destructor private. | cbentzel@chromium.org | 2010-10-18 | 1 | -0/+3 |
* | Caches DER data in X509 certificate for OpenSSL. | bulach@chromium.org | 2010-10-18 | 1 | -26/+94 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 41 | -225/+90 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 41 | -90/+225 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 3 | -8/+9 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 11 | -54/+61 |
* | Fix a bad merge. | eroman@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ... | eroman@chromium.org | 2010-10-16 | 7 | -214/+188 |
* | Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions. | mbelshe@chromium.org | 2010-10-16 | 5 | -78/+5 |
* | Add an off switch for SPDY: | mbelshe@chromium.org | 2010-10-16 | 7 | -25/+109 |
* | Move xdg_util into base/nix. I originally wanted to use base/linux, but you | brettw@chromium.org | 2010-10-16 | 1 | -9/+9 |
* | Move the windows-specific scoped_* stuff from base to base/win and in the bas... | brettw@chromium.org | 2010-10-16 | 1 | -3/+4 |