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
...
*
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
*
Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase.
mattm@chromium.org
2010-08-31
5
-10
/
+446
*
Fix a regression whereby full-granularity network events were being captured ...
eroman@chromium.org
2010-08-31
5
-10
/
+27
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
3
-5
/
+4
*
Revert r58019 and r58007 due to flaky.
willchan@chromium.org
2010-08-31
3
-126
/
+6
*
FBTF: A giant cleanup to net/
erg@google.com
2010-08-31
15
-77
/
+201
*
Mark HostResolverImplTest.AbortOnIPAddressChanged as FLAKY.
willchan@chromium.org
2010-08-31
1
-1
/
+2
*
Abort host resolution requests with ERR_ABORTED on ip address change.
willchan@chromium.org
2010-08-31
3
-6
/
+125
*
Map SECURITY_STATUS from InitializeSecurityContext to net error codes.
cbentzel@chromium.org
2010-08-31
1
-0
/
+8
*
Remove the wstring FormatUrl() functions (and convert remaining users to the ...
viettrungluu@chromium.org
2010-08-31
3
-555
/
+385
*
Support handling blob URL and resolve blob references in upload data.
jianli@chromium.org
2010-08-31
1
-0
/
+25
*
Add moneycenter.yodlee.com to the list of servers incompatible
wtc@chromium.org
2010-08-30
1
-1
/
+2
*
Rename ERR_SSL_WEAK_SERVER_KEY to ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY
wtc@chromium.org
2010-08-30
1
-2
/
+2
*
Add logging to the spdy session pool.
mbelshe@chromium.org
2010-08-30
1
-0
/
+32
*
Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.
viettrungluu@chromium.org
2010-08-30
1
-0
/
+5
*
https: add support for DNS exclusion and switch to TXT records.
agl@chromium.org
2010-08-28
5
-2
/
+192
*
Remove an obsolete TODO comment. Support for the Netscape SSL
wtc@chromium.org
2010-08-27
1
-4
/
+0
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
3
-3
/
+0
*
Support sending BlobData to browser process. Also support sending UploadData
jianli@chromium.org
2010-08-27
2
-1
/
+20
*
Change, unify, and specify ordering of cookies from CookieMonster.
rdsmith@chromium.org
2010-08-27
3
-2
/
+64
*
Introduce an artificial 2 second delay after network IP address changes befor...
eroman@chromium.org
2010-08-26
1
-0
/
+5
[prev]
[next]