| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace CHECK(false) by LOG(FATAL) where appropriate. | evan@chromium.org | 2010-05-05 | 1 | -2/+2 |
* | Add ssl into the key for ClientSocketPools. | willchan@chromium.org | 2010-05-04 | 2 | -8/+11 |
* | Fix some uses of scoped_ptr.release() in net/ such that the return value is n... | estade@chromium.org | 2010-05-04 | 5 | -26/+19 |
* | Add a tool for testing your network setup. | eroman@chromium.org | 2010-05-04 | 3 | -2/+22 |
* | Disable SpdySessionTest.GetPushStream due to valgrind failures. | cbentzel@chromium.org | 2010-05-04 | 2 | -2/+2 |
* | Fix a hang on SPDY session teardown when streams are still active. | mbelshe@chromium.org | 2010-05-04 | 2 | -2/+51 |
* | Include "build/build_config.h" explicitly because we test the | wtc@chromium.org | 2010-05-04 | 1 | -0/+1 |
* | Put SpdySessionTest.GetPushStream on the Valgrind Gtest filter list. | rsesek@chromium.org | 2010-05-04 | 1 | -0/+3 |
* | Always use NSS for SSL on Windows in net_unittests.exe. | wtc@chromium.org | 2010-05-04 | 1 | -28/+16 |
* | Run ProxyScriptFetcherTest.* under TSan/Win | timurrrr@chromium.org | 2010-05-04 | 1 | -5/+3 |
* | Run more net_ tests under TSan on Windows | timurrrr@chromium.org | 2010-05-04 | 1 | -2/+3 |
* | Auto-format style pass over files. | cbentzel@chromium.org | 2010-05-04 | 25 | -199/+210 |
* | Run URLRequest* tests under TSan/Win | timurrrr@chromium.org | 2010-05-04 | 1 | -4/+1 |
* | Run SSLClientSocketTest under TSan on Windows | timurrrr@chromium.org | 2010-05-04 | 1 | -1/+5 |
* | Move OrderedSocketData to SocketTestUtil so it can be used elsewhere. | willchan@chromium.org | 2010-05-04 | 3 | -207/+227 |
* | Delete WSACleanup() call in the network stack. | willchan@chromium.org | 2010-05-04 | 2 | -11/+6 |
* | Unit test for server push and GetPushStream. | cbentzel@chromium.org | 2010-05-04 | 4 | -4/+92 |
* | Enable the regression test for issue 42538 for Windows. | wtc@chromium.org | 2010-05-03 | 2 | -2/+6 |
* | Update effective TLD (registry-controlled domain) list to latest file from Mo... | pam@chromium.org | 2010-05-03 | 3 | -9343/+10761 |
* | Modifies CookieMonster to ease support for the Chrome Extensions cookies API. | cindylau@google.com | 2010-04-30 | 3 | -107/+441 |
* | SPDY dissector expects associated stream id in SYN_STREAM header. | cbentzel@chromium.org | 2010-04-30 | 1 | -10/+33 |
* | Fix Alternate-Protocol to work for PAC proxies. | willchan@chromium.org | 2010-04-30 | 2 | -27/+188 |
* | Disk cache: Re-enable some unit tests that were disabled | rvargas@google.com | 2010-04-30 | 1 | -13/+6 |
* | Re-apply http://codereview.chromium.org/1622012 | timurrrr@chromium.org | 2010-04-30 | 5 | -4/+1038 |
* | Run DiskCacheTest.Backend_DeleteOld under TSan/Win since the issue 34 has bee... | timurrrr@chromium.org | 2010-04-30 | 1 | -3/+0 |
* | Revert "[Third time landing] Python implementation of sync server, for testing." | phajdan.jr@chromium.org | 2010-04-30 | 5 | -1038/+4 |
* | Remove deprecated things from net test suite: | phajdan.jr@chromium.org | 2010-04-30 | 2 | -29/+20 |
* | [Third time landing] Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-30 | 5 | -4/+1038 |
* | Disk cache: fix a unit test for Linux. | rvargas@google.com | 2010-04-30 | 1 | -4/+1 |
* | A couple of SPDY server push bug fixes. | mbelshe@chromium.org | 2010-04-29 | 3 | -4/+8 |
* | Fix Alternate-Protocol to work with proxies. | willchan@chromium.org | 2010-04-29 | 2 | -29/+26 |
* | Fix HttpAlternateProtocols unit test. | cbentzel@chromium.org | 2010-04-29 | 1 | -1/+1 |
* | Http cache: Add support for a dedicated cache thread. | rvargas@google.com | 2010-04-29 | 4 | -12/+38 |
* | Enable Chrome OS to load the user's nssdb later. | cmasone@google.com | 2010-04-29 | 2 | -3/+17 |
* | SSL_ForceHandshake may return SECSuccess prematurely. | wtc@chromium.org | 2010-04-29 | 3 | -3/+64 |
* | Revert 45916 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 5 | -1038/+4 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 5 | -4/+1038 |
* | Implement a 15 connection per proxy server limit. | willchan@chromium.org | 2010-04-29 | 13 | -171/+396 |
* | Disk cache: Make sure that we don't access the index file | rvargas@google.com | 2010-04-28 | 3 | -2/+26 |
* | Compile fix. | eroman@chromium.org | 2010-04-28 | 1 | -1/+1 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 32 | -408/+493 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 31 | -437/+429 |
* | Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs. | cbentzel@chromium.org | 2010-04-28 | 8 | -34/+242 |
* | Don't run DiskCacheTest.Backend_DeleteOld under ThreadSanitizer on Windows | timurrrr@chromium.org | 2010-04-28 | 1 | -0/+3 |
* | Remove proxy_mode_ from the HttpNetworkTransaction since it | mbelshe@chromium.org | 2010-04-28 | 3 | -28/+22 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 17 | -272/+320 |
* | [Mac] Add locking as speculative fix for X509Certificate crashes. | snej@chromium.org | 2010-04-27 | 2 | -0/+12 |
* | Fix case where backup socket jobs ignored the socket limits. | mbelshe@chromium.org | 2010-04-27 | 1 | -3/+9 |
* | Makes FormatURL not strip http for view-source urls. | sky@chromium.org | 2010-04-27 | 2 | -0/+8 |
* | The wireshark source does not export two symbols which packet-spdy.c uses in ... | cbentzel@chromium.org | 2010-04-27 | 1 | -5/+50 |