summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.willchan@chromium.org2010-09-231-0/+3
* net: refactor SSLNonSensitiveHostInfoagl@chromium.org2010-09-221-1/+8
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-2226-89/+190
* HostResolver should flush the JobPools on a network change.willchan@chromium.org2010-09-214-5/+55
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-211-0/+3
* Made passive the comments on the delete functions.rdsmith@google.com2010-09-211-5/+5
* Fix PEM parsing on Linux when using X509Certificate::FORMAT_AUTOrsleevi@chromium.org2010-09-212-50/+62
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-201-3/+0
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-191-0/+3
* Add a new net error code for when the load failure was due to connecting to a...eroman@chromium.org2010-09-161-0/+6
* Show "DNS" as the authority for DNSSEC validated certficiates.agl@chromium.org2010-09-162-0/+6
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-158-53/+65
* FBTF: Move code from .h to .cc in net/erg@google.com2010-09-152-15/+42
* FTP: fix parsing error on ftp.dell.comphajdan.jr@chromium.org2010-09-141-1/+1
* CertDatabase cleanups: comments for CertType and trust enums, s/ImportCertRes...mattm@chromium.org2010-09-144-16/+30
* Treat IPv6 link local addresses as loopback addresses.vandebo@chromium.org2010-09-131-0/+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-102-4/+4
* 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