summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Supress valgrind fro SpdyNetworkTransactionTest.PostWithEarlySynReply.mbelshe@chromium.org2010-05-061-0/+1
* Fix leak in SpdyNetworkTransactionTest.CloseWithActiveStream.mbelshe@chromium.org2010-05-052-2/+1
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-054-31/+43
* Fix SPDY crash where we receive an early SYN_REPLY.mbelshe@chromium.org2010-05-054-24/+79
* STS: add elanex.biz to the preloaded list.agl@chromium.org2010-05-052-0/+8
* Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...eroman@chromium.org2010-05-053-39/+32
* Added unit tests for URLSecurityManager.ahendrickson@chromium.org2010-05-052-0/+89
* Don't run SpdyNetworkTransactionTest.CloseWithActiveStream under Valgrindtimurrrr@chromium.org2010-05-051-0/+1
* Move the excluded test name to the right file...timurrrr@chromium.org2010-05-051-3/+0
* Don't run ConnectionTesterTest.DeleteWhileInProgress under Valgrindtimurrrr@chromium.org2010-05-051-1/+4
* Fix a DCHECK that was hit when trying to log information on an invalid proxy-...eroman@chromium.org2010-05-053-4/+65
* Replace CHECK(false) by LOG(FATAL) where appropriate.evan@chromium.org2010-05-051-2/+2
* Add ssl into the key for ClientSocketPools.willchan@chromium.org2010-05-042-8/+11
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-045-26/+19
* Add a tool for testing your network setup.eroman@chromium.org2010-05-043-2/+22
* Disable SpdySessionTest.GetPushStream due to valgrind failures.cbentzel@chromium.org2010-05-042-2/+2
* Fix a hang on SPDY session teardown when streams are still active.mbelshe@chromium.org2010-05-042-2/+51
* Include "build/build_config.h" explicitly because we test thewtc@chromium.org2010-05-041-0/+1
* Put SpdySessionTest.GetPushStream on the Valgrind Gtest filter list.rsesek@chromium.org2010-05-041-0/+3
* Always use NSS for SSL on Windows in net_unittests.exe.wtc@chromium.org2010-05-041-28/+16
* Run ProxyScriptFetcherTest.* under TSan/Wintimurrrr@chromium.org2010-05-041-5/+3
* Run more net_ tests under TSan on Windowstimurrrr@chromium.org2010-05-041-2/+3
* Auto-format style pass over files.cbentzel@chromium.org2010-05-0425-199/+210
* Run URLRequest* tests under TSan/Wintimurrrr@chromium.org2010-05-041-4/+1
* Run SSLClientSocketTest under TSan on Windowstimurrrr@chromium.org2010-05-041-1/+5
* Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.willchan@chromium.org2010-05-043-207/+227
* Delete WSACleanup() call in the network stack.willchan@chromium.org2010-05-042-11/+6
* Unit test for server push and GetPushStream.cbentzel@chromium.org2010-05-044-4/+92
* Enable the regression test for issue 42538 for Windows.wtc@chromium.org2010-05-032-2/+6
* Update effective TLD (registry-controlled domain) list to latest file from Mo...pam@chromium.org2010-05-033-9343/+10761
* Modifies CookieMonster to ease support for the Chrome Extensions cookies API.cindylau@google.com2010-04-303-107/+441
* SPDY dissector expects associated stream id in SYN_STREAM header.cbentzel@chromium.org2010-04-301-10/+33
* Fix Alternate-Protocol to work for PAC proxies.willchan@chromium.org2010-04-302-27/+188
* Disk cache: Re-enable some unit tests that were disabledrvargas@google.com2010-04-301-13/+6
* Re-apply http://codereview.chromium.org/1622012timurrrr@chromium.org2010-04-305-4/+1038
* Run DiskCacheTest.Backend_DeleteOld under TSan/Win since the issue 34 has bee...timurrrr@chromium.org2010-04-301-3/+0
* Revert "[Third time landing] Python implementation of sync server, for testing."phajdan.jr@chromium.org2010-04-305-1038/+4
* Remove deprecated things from net test suite:phajdan.jr@chromium.org2010-04-302-29/+20
* [Third time landing] Python implementation of sync server, for testing.nick@chromium.org2010-04-305-4/+1038
* Disk cache: fix a unit test for Linux.rvargas@google.com2010-04-301-4/+1
* A couple of SPDY server push bug fixes.mbelshe@chromium.org2010-04-293-4/+8
* Fix Alternate-Protocol to work with proxies.willchan@chromium.org2010-04-292-29/+26
* Fix HttpAlternateProtocols unit test.cbentzel@chromium.org2010-04-291-1/+1
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-294-12/+38
* Enable Chrome OS to load the user's nssdb later.cmasone@google.com2010-04-292-3/+17
* SSL_ForceHandshake may return SECSuccess prematurely.wtc@chromium.org2010-04-293-3/+64
* Revert 45916 - Python implementation of sync server, for testing.nick@chromium.org2010-04-295-1038/+4
* Python implementation of sync server, for testing.nick@chromium.org2010-04-295-4/+1038
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-2913-171/+396
* Disk cache: Make sure that we don't access the index filervargas@google.com2010-04-283-2/+26