summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add a field trial for the cache WRT prefetchinggavinp@chromium.org2010-08-111-2/+14
* Fix flaky WebSocket crash with url-with-credential.htmlukai@chromium.org2010-08-112-5/+9
* Remove a bunch of extra includes.vandebo@chromium.org2010-08-116-11/+20
* Filter out certificates that cannot be used as client certs on Windowsdavidben@chromium.org2010-08-102-0/+71
* Build fix for old glibc (<= 2.5) systems.agl@chromium.org2010-08-101-0/+6
* List TLS_DHE_RSA_WITH_AES_256_CBC_SHA afterwtc@chromium.org2010-08-104-2/+68
* SpdySession now closes all streams on receiving GoAway stream.erikchen@google.com2010-08-102-48/+19
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-097-714/+231
* Remove all but one last caller of CommandLine::GetSwitchValue().evan@chromium.org2010-08-092-6/+9
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-093-3/+1
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-093-1/+3
* More metrics for proxy connections impact A/B test.ziadh@chromium.org2010-08-093-1/+33
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-0/+2
* 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