summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-0224-30/+142
* Summary of changes:cbentzel@chromium.org2010-09-022-12/+19
* base: Move SplitStringUsingSubstr functions from string_util.h to string_split.htfarina@chromium.org2010-09-021-1/+3
* Don't break on auth if we are about to do client auth.wtc@chromium.org2010-09-021-28/+13
* Fixed crash involving using NetAddress::Adopt() incorrectlyakalin@chromium.org2010-09-021-3/+4
* Add ListCerts method to CertDatabase.mattm@chromium.org2010-09-013-0/+30
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-0111-20/+169
* Stop NetworkChangeNotifierMac from calling a virtual function before the cons...willchan@chromium.org2010-09-016-47/+106
* Unit tests for CanDelegate on URLSecurityManager.cbentzel@chromium.org2010-09-011-1/+32
* Fix invalid read in HostResolverImpl::OnIPAddressChanged.willchan@chromium.org2010-09-011-1/+2
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-018-21/+65
* net: add *.yodlee.com to False Start blacklistagl@chromium.org2010-09-013-3/+52
* net: don't NOTREACHED on long search terms.agl@chromium.org2010-09-012-1/+13
* Relands r58007.willchan@chromium.org2010-09-013-24/+150
* Stop leaking requests on abort.willchan@chromium.org2010-09-011-0/+1
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-015-131/+257
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-015-32/+26
* Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it.willchan@chromium.org2010-08-311-1/+3
* Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase.mattm@chromium.org2010-08-318-10/+720
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-3111-20/+37
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-317-10/+9
* Abort ConnectJobs with ERR_ABORTED when network changes.willchan@chromium.org2010-08-313-3/+95
* Revert r58019 and r58007 due to flaky.willchan@chromium.org2010-08-313-126/+6
* FBTF: A giant cleanup to net/erg@google.com2010-08-3139-167/+421
* Mark HostResolverImplTest.AbortOnIPAddressChanged as FLAKY.willchan@chromium.org2010-08-311-1/+2