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
*
Revert 64202 - Initial support for built-in DNS resolver/cache.
yusukes@chromium.org
2010-10-28
2
-9
/
+7
*
Initial support for built-in DNS resolver/cache.
agayev@chromium.org
2010-10-28
2
-7
/
+9
*
Report the SSL protocol version in ssl_info.connection_status.
wtc@chromium.org
2010-10-27
5
-3
/
+54
*
net: add (*.)internap.com to the False Start blacklist
agl@chromium.org
2010-10-27
1
-0
/
+1
*
Fixes net_unittests for OpenSSL.
bulach@chromium.org
2010-10-27
3
-23
/
+45
*
Minor improvement to ParseDate: check parsed values are in valid range before...
joth@chromium.org
2010-10-26
2
-25
/
+33
*
net: move importing a DER certificate chain into X509Certificate.
agl@chromium.org
2010-10-26
3
-10
/
+143
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-2
/
+3
*
More UI-related OpenSSL support.
bulach@chromium.org
2010-10-25
3
-82
/
+162
*
Remove DestructionObserver for NetworkConfigWatcherMac.
willchan@chromium.org
2010-10-23
2
-48
/
+55
*
Update code that previously constructed strings from string iterators only to...
erikwright@chromium.org
2010-10-22
3
-10
/
+19
*
Make USE_OPENSSL and USE_NSS mutually exclusive
joth@chromium.org
2010-10-22
2
-2
/
+2
*
Refactor to avoid using DestructionObserver in NetworkChangeNotifierLinux.
willchan@chromium.org
2010-10-21
2
-93
/
+87
*
Use scoped objects to simplify crypto routines. Also do lots of other simpli...
pkasting@chromium.org
2010-10-21
1
-60
/
+64
*
A/B test of parelellism limits on DNS resolutions
jar@chromium.org
2010-10-20
1
-2
/
+14
*
Mark CookieMonsterTest.GarbageCollectionTriggers as FLAKY.
eroman@chromium.org
2010-10-20
1
-1
/
+2
*
net: move SSL host info serialisation into SSLHostInfo
agl@chromium.org
2010-10-20
3
-76
/
+0
*
Fix loading of a temporary root certificate for OpenSSL
rsleevi@chromium.org
2010-10-20
1
-9
/
+26
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
3
-11
/
+24
*
Coverity: Initialize data members in constructor.
kmadhusu@chromium.org
2010-10-18
2
-1
/
+3
*
Don't rely on "access_time < Time::Now()" to indicate "all cookies".
rdsmith@google.com
2010-10-18
3
-11
/
+6
*
Fix poorly performancing implementation of MockSimplePersistentCookieStore
rdsmith@google.com
2010-10-18
1
-25
/
+18
*
Fix clang warning about local types being used as template parameters.
thakis@chromium.org
2010-10-18
1
-1
/
+1
*
Virtual destructor cleanup: RRResolverHandle::Run does not need to be virtual.
cbentzel@chromium.org
2010-10-18
1
-2
/
+2
*
Caches DER data in X509 certificate for OpenSSL.
bulach@chromium.org
2010-10-18
1
-26
/
+94
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
3
-24
/
+11
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
3
-11
/
+24
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
2
-6
/
+7
*
Move scoped_cftyperef from base to base/mac, use the new namespace, and name it
brettw@chromium.org
2010-10-17
8
-42
/
+49
*
Fix a bad merge.
eroman@chromium.org
2010-10-16
1
-1
/
+1
*
Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.
mbelshe@chromium.org
2010-10-16
1
-3
/
+0
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
9
-45
/
+33
*
Add performance histograms to resolver, asong with A/B test
jar@chromium.org
2010-10-15
1
-13
/
+61
*
Return a distinct error from ERR_NAME_NOT_RESOLVED when the call to getaddrin...
eroman@chromium.org
2010-10-15
3
-5
/
+19
*
Rename OSErrorForGetAddrinfo to include a suffix for the particular platform.
eroman@chromium.org
2010-10-15
1
-1
/
+15
*
Add the "Use SSL 3.0" and "Use TLS 1.0" checkboxes to
wtc@chromium.org
2010-10-14
3
-4
/
+49
*
Add actual bytes sent/received to net-internals.
mmenke@chromium.org
2010-10-14
5
-6
/
+22
*
Revert 62605 - Make Run methods non-virtual on RRResolverWorker.
cbentzel@chromium.org
2010-10-14
1
-2
/
+2
*
Make Run methods non-virtual on RRResolverWorker.
cbentzel@chromium.org
2010-10-14
1
-2
/
+2
*
SSLConfig struct CertAndStatus is not initializing all its members.
finnur@chromium.org
2010-10-14
1
-2
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
13
-61
/
+63
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
3
-3
/
+3
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
1
-1
/
+4
*
Add ClientSocketPoolBaseHelper support for preconnect.
willchan@chromium.org
2010-10-13
1
-0
/
+14
*
Remove non-internationalized SDCH warning message.
jar@chromium.org
2010-10-12
1
-1
/
+5
*
DOMUI cert manager: Add CA cert import.
mattm@chromium.org
2010-10-12
2
-2
/
+2
*
Report AcquireCredentialsHandle errors. This requires
wtc@chromium.org
2010-10-12
1
-0
/
+6
*
Render SpdySessionPools on the Data tab and on a new
mmenke@chromium.org
2010-10-12
2
-4
/
+11
*
net: fix small leak in DnsRRResolver
agl@chromium.org
2010-10-12
1
-6
/
+5
*
Rename SSLNonSensitiveHostInfo to SSLHostInfo.
agl@chromium.org
2010-10-12
3
-68
/
+12
[next]