index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.
willchan@chromium.org
2010-09-23
1
-0
/
+3
*
net: refactor SSLNonSensitiveHostInfo
agl@chromium.org
2010-09-22
1
-1
/
+8
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
26
-89
/
+190
*
HostResolver should flush the JobPools on a network change.
willchan@chromium.org
2010-09-21
4
-5
/
+55
*
Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...
willchan@chromium.org
2010-09-21
1
-0
/
+3
*
Made passive the comments on the delete functions.
rdsmith@google.com
2010-09-21
1
-5
/
+5
*
Fix PEM parsing on Linux when using X509Certificate::FORMAT_AUTO
rsleevi@chromium.org
2010-09-21
2
-50
/
+62
*
Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...
willchan@chromium.org
2010-09-20
1
-3
/
+0
*
Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.
willchan@chromium.org
2010-09-19
1
-0
/
+3
*
Add a new net error code for when the load failure was due to connecting to a...
eroman@chromium.org
2010-09-16
1
-0
/
+6
*
Show "DNS" as the authority for DNSSEC validated certficiates.
agl@chromium.org
2010-09-16
2
-0
/
+6
*
Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...
eroman@chromium.org
2010-09-15
8
-53
/
+65
*
FBTF: Move code from .h to .cc in net/
erg@google.com
2010-09-15
2
-15
/
+42
*
FTP: fix parsing error on ftp.dell.com
phajdan.jr@chromium.org
2010-09-14
1
-1
/
+1
*
CertDatabase cleanups: comments for CertType and trust enums, s/ImportCertRes...
mattm@chromium.org
2010-09-14
4
-16
/
+30
*
Treat IPv6 link local addresses as loopback addresses.
vandebo@chromium.org
2010-09-13
1
-0
/
+8
*
Cleanup: Convert net::StripWWW to string16 and fix up the callsites.
jhawkins@chromium.org
2010-09-10
3
-7
/
+7
*
Add HostForURL to HostPortPair and use it to make sure
phajdan.jr@chromium.org
2010-09-10
2
-2
/
+10
*
Fixed typo where I was using "net." prefix rather than "Net." prefix. Also c...
rdsmith@chromium.org
2010-09-10
1
-10
/
+10
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
2
-4
/
+4
*
net: add DNSSEC tool and CNAME support.
agl@chromium.org
2010-09-09
4
-28
/
+276
*
net: add SSLNonSensitiveHostInfo
agl@chromium.org
2010-09-09
1
-0
/
+49
*
Improved error reporting for GSSAPI statuses.
cbentzel@chromium.org
2010-09-08
1
-4
/
+4
*
Support accept attribute for an <input type=file> element.
jianli@chromium.org
2010-09-08
2
-0
/
+199
*
net: When using False Start merge Finished and Application Data records.
agl@chromium.org
2010-09-08
2
-8
/
+26
*
net: add prober results to False Start blacklist.
agl@chromium.org
2010-09-08
6
-29
/
+1099
*
Reland r58230.
willchan@chromium.org
2010-09-07
4
-44
/
+78
*
Don't call freeaddrinfo(NULL) to avoid crash on FreeBSD.
vandebo@chromium.org
2010-09-07
1
-2
/
+4
*
This CL changes our per-domain limits to be per-effective domain.
rdsmith@chromium.org
2010-09-07
5
-224
/
+744
*
Revert "net: add prober results to False Start blacklist."
agl@chromium.org
2010-09-07
6
-1100
/
+29
*
net: add prober results to False Start blacklist.
agl@chromium.org
2010-09-07
6
-29
/
+1100
*
Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the
mbelshe@chromium.org
2010-09-05
1
-12
/
+16
*
Flush SSL pools after SSL config changes.
csilv@chromium.org
2010-09-04
6
-13
/
+181
*
Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log...
mbelshe@chromium.org
2010-09-04
1
-16
/
+12
*
Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging was
mbelshe@chromium.org
2010-09-03
1
-12
/
+16
*
Fix remaining localhost resolution issues.
vandebo@chromium.org
2010-09-03
4
-34
/
+113
*
Fix NetworkChangeNotifier crashes on Mac.
willchan@chromium.org
2010-09-03
4
-73
/
+39
*
Fix Server Push bug; we properly detected the duplicate SYN, but we forgot to
mbelshe@chromium.org
2010-09-03
1
-0
/
+4
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
2
-3
/
+2
*
Spelling error: s/ADDRESSSES/ADDRESSES/g.
willchan@chromium.org
2010-09-02
1
-1
/
+1
*
Summary of changes:
cbentzel@chromium.org
2010-09-02
1
-3
/
+5
*
Fixed crash involving using NetAddress::Adopt() incorrectly
akalin@chromium.org
2010-09-02
1
-3
/
+4
*
Add ListCerts method to CertDatabase.
mattm@chromium.org
2010-09-01
3
-0
/
+30
*
Stop NetworkChangeNotifierMac from calling a virtual function before the cons...
willchan@chromium.org
2010-09-01
4
-39
/
+73
*
Fix invalid read in HostResolverImpl::OnIPAddressChanged.
willchan@chromium.org
2010-09-01
1
-1
/
+2
*
net: add *.yodlee.com to False Start blacklist
agl@chromium.org
2010-09-01
2
-3
/
+51
*
net: don't NOTREACHED on long search terms.
agl@chromium.org
2010-09-01
2
-1
/
+13
*
Relands r58007.
willchan@chromium.org
2010-09-01
3
-24
/
+150
*
Migrate spdy_session from using LOG() to NetLog. In the process, I'm
mbelshe@chromium.org
2010-09-01
1
-40
/
+88
*
Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it.
willchan@chromium.org
2010-08-31
1
-1
/
+3
[next]