summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Treat IPv6 link local addresses as loopback addresses.vandebo@chromium.org2010-09-131-0/+8
* Disk Cache: Run another experiment: Increase the numberrvargas@google.com2010-09-136-21/+108
* net: disable renegotiation checks.agl@chromium.org2010-09-131-1/+3
* Correct typo so that statistics appear for speculative activitiesjar@chromium.org2010-09-121-3/+1
* Fix multi-round authentication.cbentzel@chromium.org2010-09-1130-284/+692
* Crashes net_unittests.jhawkins@chromium.org2010-09-111-1/+1
* Correct typo so that statistics appear for speculative activitiesjar@chromium.org2010-09-101-1/+1
* Not sure how to disable TEST_P tests :-/jhawkins@chromium.org2010-09-101-8/+1
* Disable SpdyNetworkTransactionTest.WriteError on Mac as it's crashing.jhawkins@chromium.org2010-09-101-1/+8
* Cleanup: Convert net::StripWWW to string16 and fix up the callsites.jhawkins@chromium.org2010-09-103-7/+7
* Add HostForURL to HostPortPair and use it to make surephajdan.jr@chromium.org2010-09-102-2/+10
* Fixed typo where I was using "net." prefix rather than "Net." prefix. Also c...rdsmith@chromium.org2010-09-101-10/+10
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-103-6/+5
* Give a more specific error code when connect() fails synchronously with EHOST...eroman@chromium.org2010-09-101-1/+2
* Disk cache: Fix the path for stress_cache.rvargas@google.com2010-09-091-1/+1
* net: add DNSSEC tool and CNAME support.agl@chromium.org2010-09-097-33/+399
* net: add SSLNonSensitiveHostInfoagl@chromium.org2010-09-094-0/+375
* Implement gallery install APIrafaelw@chromium.org2010-09-091-1/+2
* Improved error reporting for GSSAPI statuses.cbentzel@chromium.org2010-09-085-52/+116
* Support accept attribute for an <input type=file> element.jianli@chromium.org2010-09-082-0/+199
* net: When using False Start merge Finished and Application Data records.agl@chromium.org2010-09-084-31/+68
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-0812-35/+130
* net: add prober results to False Start blacklist.agl@chromium.org2010-09-087-29/+1132
* Demote LOG(WARNING) about unable to handle an auth scheme to LOG(INFO).cbentzel@chromium.org2010-09-081-2/+2
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-082-2/+2
* Reland r58230.willchan@chromium.org2010-09-076-52/+111
* Don't call freeaddrinfo(NULL) to avoid crash on FreeBSD.vandebo@chromium.org2010-09-071-2/+4
* This CL changes our per-domain limits to be per-effective domain.rdsmith@chromium.org2010-09-075-224/+744
* Revert "net: add prober results to False Start blacklist."agl@chromium.org2010-09-077-1132/+29
* net: add prober results to False Start blacklist.agl@chromium.org2010-09-077-29/+1132
* Remove the small read buffer size for windows; we landed the async IO mbelshe@chromium.org2010-09-071-6/+0
* Revert 58684 - Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-072-2/+2
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-072-2/+2
* Don't run HttpNetworkLayerTest.GET under TSan/Wintimurrrr@chromium.org2010-09-061-0/+1
* Don't run HttpNetworkTransactionTest.* under TSan/Win;timurrrr@chromium.org2010-09-062-14/+1
* Disable HttpNetworkTransactionTest.SimpleGET under TSan on Win32glider@chromium.org2010-09-061-0/+3
* I investigated the TODO, and decided that the current logic is right.mbelshe@chromium.org2010-09-051-4/+6
* Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of thembelshe@chromium.org2010-09-052-31/+54
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-0417-32/+240
* Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log...mbelshe@chromium.org2010-09-042-54/+31
* Restore run_testserver, it's needed for PPAPI and possibly others.phajdan.jr@chromium.org2010-09-032-0/+71
* Rename the ridiculously long and redundant 'SpdyNetworkingTest' prefixmbelshe@chromium.org2010-09-032-4/+4
* Mark test flakinessgavinp@chromium.org2010-09-031-1/+1
* Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging wasmbelshe@chromium.org2010-09-032-31/+54
* Fix remaining localhost resolution issues.vandebo@chromium.org2010-09-034-34/+113
* Fix NetworkChangeNotifier crashes on Mac.willchan@chromium.org2010-09-036-106/+47
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-033-1/+34
* Fix Server Push bug; we properly detected the duplicate SYN, but we forgot tombelshe@chromium.org2010-09-033-15/+72
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-035-10/+9
* Spelling error: s/ADDRESSSES/ADDRESSES/g.willchan@chromium.org2010-09-021-1/+1