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
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r98279 partially to disable the STATE_LOAD_SSL_HOST_INFO state
wtc@chromium.org
2011-09-03
1
-2
/
+2
*
Update SSLClientSocketNSS::ClientAuthHandler now that
mattm@chromium.org
2011-09-02
1
-5
/
+2
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
3
-5
/
+5
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
3
-5
/
+5
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
3
-5
/
+5
*
Fix deleting a CERTCertificate object.
mattm@chromium.org
2011-09-01
1
-2
/
+3
*
Always enable the STATE_LOAD_SSL_HOST_INFO state to verify the crash fix
wtc@chromium.org
2011-08-25
1
-6
/
+4
*
Reland r97821. DiskCacheBasedSSLHostInfo needs to be declared with
wtc@chromium.org
2011-08-24
1
-1
/
+2
*
Remove DisableOCSP().
sergeyu@chromium.org
2011-08-23
2
-10
/
+6
*
Changes SSLClientSocketNSS::ClientAuthHandler to handle the origin-bound cert...
rkn@chromium.org
2011-08-19
2
-11
/
+161
*
Send only one byte of data in the first CBC encrypted aplication data
wtc@chromium.org
2011-08-18
1
-1
/
+1
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
1
-8
/
+0
*
SSLServerSocketTest.DataTransfer should keep reading until it has read
wtc@chromium.org
2011-08-17
1
-21
/
+43
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
2
-0
/
+40
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
23
-54
/
+59
*
Revert "net: Precede each CBC encrypted application data record with an empty...
agl@chromium.org
2011-08-09
1
-1
/
+1
*
base: Remove using declaration of MD5Digest now that hunspell was fixed.
tfarina@chromium.org
2011-08-08
1
-2
/
+2
*
HostResolver: don't interpret NULL callback argument as a request to do synch...
agayev@chromium.org
2011-08-04
1
-4
/
+13
*
Return the constructed certificate chain in X509Certificate::Verify()
rsleevi@chromium.org
2011-07-30
4
-5
/
+6
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
3
-2
/
+9
*
Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...
agayev@chromium.org
2011-07-28
3
-9
/
+2
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
3
-2
/
+9
*
Add net::ERR_BAD_PEER_PUBLIC_KEY, and map several NSS error codes
wtc@chromium.org
2011-07-27
1
-0
/
+13
*
net: allow SSL secrets to be exported sooner.
agl@chromium.org
2011-07-26
2
-4
/
+2
*
Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.
wez@chromium.org
2011-07-23
16
-7
/
+165
*
Fix instability in SSL client/server sockets
sergeyu@chromium.org
2011-07-21
3
-20
/
+61
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
22
-105
/
+126
*
Revert r92977 partially to fix a certificate verification regression
wtc@chromium.org
2011-07-21
2
-12
/
+45
*
Adds command-line switch for TLS origin bound certificate extension.
rkn@chromium.org
2011-07-20
2
-1
/
+3
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
3
-11
/
+25
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
3
-3
/
+3
*
Changed SPDY's ip connection pooling logic to only add the used IP,
rtenneti@chromium.org
2011-07-19
1
-4
/
+13
*
Implementation of server socket for websockets protocol.
dilmah@chromium.org
2011-07-19
5
-7
/
+1571
*
Revert "Implementation of server socket for websockets protocol."
dilmah@chromium.org
2011-07-19
5
-1565
/
+7
*
Implementation of server socket for websockets protocol.
dilmah@chromium.org
2011-07-19
5
-7
/
+1565
*
Cache the underlying OS certificate handle within the X509CertificateCache, r...
rsleevi@chromium.org
2011-07-19
4
-57
/
+19
*
mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on linux ...
tim@chromium.org
2011-07-19
1
-2
/
+2
*
DatagramSocket: added NetLog accessor.
agayev@chromium.org
2011-07-18
2
-3
/
+12
*
Add client-side support for the origin bound certificate TLS extension.
rkn@chromium.org
2011-07-14
1
-0
/
+6
*
Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing t...
rsleevi@chromium.org
2011-07-14
1
-1
/
+1
*
Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on ChromeOS
rsleevi@chromium.org
2011-07-14
1
-2
/
+3
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
9
-18
/
+29
*
Update the PreconnectWithBackupTimer and PreconnectWithBackupTimer
wtc@chromium.org
2011-07-12
1
-8
/
+9
*
The NET_API change got swallowed by the automerge grrr :(
pastarmovj@chromium.org
2011-07-11
1
-1
/
+1
*
Introduce a policy to control the maximal number of connections per proxy ser...
pastarmovj@chromium.org
2011-07-11
2
-1
/
+5
*
Revert 91842 - Introduce a policy to control the maximal number of connection...
johnme@google.com
2011-07-08
2
-5
/
+1
*
Introduce a policy to control the maximal number of connections per proxy ser...
pastarmovj@chromium.org
2011-07-08
2
-1
/
+5
*
net: Precede each CBC encrypted application data record with an empty one.
agl@chromium.org
2011-07-07
1
-1
/
+1
*
Fixes for OpenSSL
bulach@chromium.org
2011-07-05
2
-0
/
+18
*
net: Build net.dll on Windows.
rvargas@google.com
2011-07-01
1
-1
/
+1
[next]