| Commit message (Expand) | Author | Age | Files | Lines |
* | HttpStream::SendRequest | rch@chromium.org | 2010-10-27 | 11 | -49/+61 |
* | net: add (*.)internap.com to the False Start blacklist | agl@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Revert 64065 - testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-10-27 | 5 | -75/+69 |
* | Fixes net_unittests for OpenSSL. | bulach@chromium.org | 2010-10-27 | 3 | -23/+45 |
* | testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-10-27 | 5 | -69/+75 |
* | Do not include "net/socket/ssl_client_socket.h" twice. | wtc@chromium.org | 2010-10-26 | 1 | -5/+4 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 28 | -32/+235 |
* | Minor improvement to ParseDate: check parsed values are in valid range before... | joth@chromium.org | 2010-10-26 | 2 | -25/+33 |
* | net: always save certs and trigger verify in SSLHostInfo. | agl@chromium.org | 2010-10-26 | 7 | -15/+102 |
* | net: move importing a DER certificate chain into X509Certificate. | agl@chromium.org | 2010-10-26 | 5 | -123/+152 |
* | GTTF: Implement a timeout for TestServer on POSIX. | phajdan.jr@chromium.org | 2010-10-26 | 2 | -2/+17 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 5 | -7/+9 |
* | 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 |
* | Implemented python XMPP server for use with sync integration tests. | akalin@chromium.org | 2010-10-26 | 2 | -0/+777 |
* | 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 |
* | Revert 63578 - Release ChromeURLRequestContextGetters' references on IO threa... | willchan@chromium.org | 2010-10-25 | 1 | -1/+1 |
* | net: add SSL_PeerCertificatesChain function to NSS. | agl@chromium.org | 2010-10-25 | 3 | -0/+48 |
* | More UI-related OpenSSL support. | bulach@chromium.org | 2010-10-25 | 4 | -82/+166 |
* | Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call... | cbentzel@chromium.org | 2010-10-25 | 6 | -3/+35 |
* | Temporary fix to reduce the spdy concurrent streams to 6. | mbelshe@chromium.org | 2010-10-25 | 2 | -2/+15 |
* | 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 |