summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-072-9/+9
* Added defense in depth mechanism to host resolver to prevent long hostnames f...cdn@chromium.org2010-08-072-0/+22
* Add rudimentary support for client auth in testserver.py and unit testsdavidben@chromium.org2010-08-075-4/+136
* Clean up SpdyStream.erikchen@google.com2010-08-069-159/+97
* Bad interaction between 2 A/B experimentsziadh@chromium.org2010-08-062-1/+9
* Remove the following States from HttpProxyClientSocket:rch@chromium.org2010-08-061-2/+0
* Review URL: http://codereview.chromium.org/3068015lzheng@google.com2010-08-061-0/+143
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-065-95/+64
* Reshuffle some NSS code to make way for Snap Start.agl@chromium.org2010-08-063-122/+158
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-08-066-31/+311
* Change some EXPECT's to ASSERT's in http_auth_handler_factory_unittest.cccbentzel@chromium.org2010-08-061-3/+3
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-066-7/+127
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-063-3/+5
* [Linux] Listen to and correctly handle IPv6 address change announcements.vandebo@chromium.org2010-08-061-1/+35
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-061-1/+1
* Fix crash during SSL client authdavidben@chromium.org2010-08-051-1/+3
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-0513-111/+279
* Disable all SPDY tests under tsan, as SPDY tests are non-deterministic, and w...erikchen@google.com2010-08-051-1/+2
* Add test PKCS12 datafile.mattm@chromium.org2010-08-052-0/+3
* Leftovers from wstring->string16 conversion in authentication code.cbentzel@chromium.org2010-08-051-2/+3
* Disable two SPDY tests, as they sometimes crash net_unittest.erikchen@google.com2010-08-051-2/+2
* Implement server push protocol 2.erikchen@google.com2010-08-0512-337/+1126
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-056-126/+7
* Modify the SPDY v1 hack to only advertise v1 and not v2 over NPN.mbelshe@chromium.org2010-08-051-1/+1
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-053-227/+121
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-056-7/+126
* Fix WebSocket crash bug.ukai@chromium.org2010-08-053-24/+60
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-052-2/+0
* Mark URLRequestTestFTP.FTPCheckWrongPassword and .FTPCheckWrongUser as flaky.viettrungluu@chromium.org2010-08-051-2/+4
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-043-121/+227
* Adds an option, enabled by default, to net-internals tocbentzel@chromium.org2010-08-041-3/+5
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-045-121/+7
* Revert 54795 - Initialize was_ever_connected_ in ClientSocket.jar@chromium.org2010-08-041-2/+1
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-2/+2
* net: add DnsRRResovler to fetch arbitary DNS resource types.agl@chromium.org2010-08-045-0/+579
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-043-227/+121
* Cleaning up flakiness of a URLSecurityManager unit test.ahendrickson@chromium.org2010-08-041-23/+0
* Disable HttpNetworkTransactionTest.Incomplete100ThenEOF under ThreadSanitizerglider@chromium.org2010-08-043-2/+10
* Mac: Some clang appeasing.thakis@chromium.org2010-08-043-4/+5
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-041-1/+3
* De-wstringify some browser startup code and net utility.evan@chromium.org2010-08-043-7/+6
* Fix the comments in the SslClientSocket subclassesrch@chromium.org2010-08-033-3/+3
* Make Chrome capable of advertising spdy version 1.mbelshe@chromium.org2010-08-035-16/+35
* Suppress socket write zero windows tsan error.erikchen@google.com2010-08-031-0/+1
* Initialize was_ever_connected_ in ClientSocket.cbentzel@chromium.org2010-08-031-1/+2
* Fix valgrind error in unittests.agl@chromium.org2010-08-031-1/+1
* Supress spdy cancelledtransactionsendrst windows tsan error.erikchen@google.com2010-08-031-1/+1
* SPDY correctly handles socket writes of zero length.erikchen@google.com2010-08-032-2/+38
* Update valgrind files after unit test renaming.agl@chromium.org2010-08-031-1/+1
* Mac: Look for issuer in a certificate chain instead of subjectdavidben@chromium.org2010-08-032-1/+48