summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
...
* net: add DNSSEC tool and CNAME support.agl@chromium.org2010-09-094-28/+276
* net: add SSLNonSensitiveHostInfoagl@chromium.org2010-09-091-0/+49
* Improved error reporting for GSSAPI statuses.cbentzel@chromium.org2010-09-081-4/+4
* 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-082-8/+26
* net: add prober results to False Start blacklist.agl@chromium.org2010-09-086-29/+1099
* Reland r58230.willchan@chromium.org2010-09-074-44/+78
* 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-076-1100/+29
* net: add prober results to False Start blacklist.agl@chromium.org2010-09-076-29/+1100
* Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of thembelshe@chromium.org2010-09-051-12/+16
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-046-13/+181
* Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log...mbelshe@chromium.org2010-09-041-16/+12
* Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging wasmbelshe@chromium.org2010-09-031-12/+16
* Fix remaining localhost resolution issues.vandebo@chromium.org2010-09-034-34/+113
* Fix NetworkChangeNotifier crashes on Mac.willchan@chromium.org2010-09-034-73/+39
* Fix Server Push bug; we properly detected the duplicate SYN, but we forgot tombelshe@chromium.org2010-09-031-0/+4
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-032-3/+2
* Spelling error: s/ADDRESSSES/ADDRESSES/g.willchan@chromium.org2010-09-021-1/+1
* Summary of changes:cbentzel@chromium.org2010-09-021-3/+5
* 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
* Stop NetworkChangeNotifierMac from calling a virtual function before the cons...willchan@chromium.org2010-09-014-39/+73
* Fix invalid read in HostResolverImpl::OnIPAddressChanged.willchan@chromium.org2010-09-011-1/+2
* net: add *.yodlee.com to False Start blacklistagl@chromium.org2010-09-012-3/+51
* net: don't NOTREACHED on long search terms.agl@chromium.org2010-09-012-1/+13
* Relands r58007.willchan@chromium.org2010-09-013-24/+150
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-011-40/+88
* 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-315-10/+446
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-315-10/+27
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-313-5/+4
* Revert r58019 and r58007 due to flaky.willchan@chromium.org2010-08-313-126/+6
* FBTF: A giant cleanup to net/erg@google.com2010-08-3115-77/+201
* Mark HostResolverImplTest.AbortOnIPAddressChanged as FLAKY.willchan@chromium.org2010-08-311-1/+2
* Abort host resolution requests with ERR_ABORTED on ip address change.willchan@chromium.org2010-08-313-6/+125
* Map SECURITY_STATUS from InitializeSecurityContext to net error codes.cbentzel@chromium.org2010-08-311-0/+8
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-313-555/+385
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+25
* Add moneycenter.yodlee.com to the list of servers incompatiblewtc@chromium.org2010-08-301-1/+2
* Rename ERR_SSL_WEAK_SERVER_KEY to ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEYwtc@chromium.org2010-08-301-2/+2
* Add logging to the spdy session pool.mbelshe@chromium.org2010-08-301-0/+32
* Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.viettrungluu@chromium.org2010-08-301-0/+5
* https: add support for DNS exclusion and switch to TXT records.agl@chromium.org2010-08-285-2/+192
* Remove an obsolete TODO comment. Support for the Netscape SSLwtc@chromium.org2010-08-271-4/+0
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-273-3/+0
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-272-1/+20
* Change, unify, and specify ordering of cookies from CookieMonster.rdsmith@chromium.org2010-08-273-2/+64
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-261-0/+5