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
*
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
*
net: replicate r62288 in DnsRRResolver
agl@chromium.org
2010-10-12
1
-1
/
+5
*
linux: avoid closing uninitialized resolver
evan@chromium.org
2010-10-12
1
-1
/
+5
*
net:: comment fixes only
rsleevi@chromium.org
2010-10-12
1
-0
/
+8
*
CertDatabase: Add ImportServerCerts method.
mattm@chromium.org
2010-10-12
4
-0
/
+90
*
net: detect and error out with ESET HTTPS interception + False Start
agl@chromium.org
2010-10-11
1
-4
/
+14
*
Fix 58162: Mixed Content False Positive for intranet hostname certificates
finnur@chromium.org
2010-10-11
2
-5
/
+9
*
net: ssl_non_sensitive_host_info.h => ssl_host_info.h
agl@chromium.org
2010-10-11
1
-0
/
+56
*
Have OpenSSL simply increment the ref-count, rather than copy and reparse the...
rsleevi@chromium.org
2010-10-09
1
-1
/
+4
*
Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...
eroman@chromium.org
2010-10-09
9
-5
/
+176
*
Remove log for errors opening files. It's the client's responsibility to log ...
pinkerton@chromium.org
2010-10-08
1
-2
/
+0
[next]