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
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
19
-165
/
+1090
*
Annotated the known leak in TestServerLauncher::LoadTestRootCert
glider@chromium.org
2010-03-22
1
-0
/
+2
*
Disable backup connect jobs for all pools except TCPClientSocketPool
vandebo@chromium.org
2010-03-20
4
-14
/
+16
*
Improved SSL handshake processing on Mac.
snej@chromium.org
2010-03-19
2
-51
/
+77
*
Move cert_test_util.{h,cc} and ssl_test_util.{h,cc} to the
wtc@chromium.org
2010-03-17
1
-3
/
+0
*
Move LoadTemporaryCert to the new files cert_test_util.{h,cc} and
wtc@chromium.org
2010-03-17
2
-105
/
+11
*
Mac: Ignoring optional client-cert requests from server
snej@chromium.org
2010-03-16
1
-24
/
+76
*
Try to fix some regressions after landing 41689.
eroman@chromium.org
2010-03-16
1
-11
/
+4
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
29
-378
/
+387
*
When connect takes too long for a new socket group, issue a single
mbelshe@chromium.org
2010-03-14
5
-19
/
+277
*
When using NSS for SSL on Windows, fall back on SSLClientSocketWin
wtc@chromium.org
2010-03-12
4
-14
/
+102
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
1
-1
/
+1
*
Add checks to track down bug 31096
vandebo@chromium.org
2010-03-08
1
-0
/
+2
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
4
-46
/
+41
*
Always call SSLSetPeerDomainName. The SSLSetPeerDomainName call was
wtc@chromium.org
2010-03-05
1
-8
/
+7
*
SSLClientSocketNSS::ClientAuthHandler should return SECWouldBlock
wtc@chromium.org
2010-03-05
1
-2
/
+4
*
Mac: Work around SSL renegotiation problems with client certs.
snej@chromium.org
2010-03-05
1
-10
/
+15
*
Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(
snej@chromium.org
2010-03-05
4
-41
/
+46
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
4
-46
/
+41
*
Annotate a harmless data race in TcpPinger
timurrrr@chromium.org
2010-03-04
1
-1
/
+5
*
A follow-up to r40192. Change the log message to avoid confusion.
wtc@chromium.org
2010-03-03
1
-1
/
+1
*
A follow-up of r28664.
wtc@chromium.org
2010-03-03
2
-13
/
+11
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
4
-11
/
+11
*
SSL False Start Support
agl@chromium.org
2010-03-02
1
-0
/
+6
*
Remove connection failed histograms.
vandebo@chromium.org
2010-03-02
4
-13
/
+16
*
Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket.
willchan@chromium.org
2010-03-02
2
-3
/
+55
*
Delete an unused test fixture.
willchan@chromium.org
2010-03-02
1
-7
/
+0
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-03-01
1
-6
/
+0
*
Work around 3rd party problem causing bug 27870.
vandebo@chromium.org
2010-02-27
1
-10
/
+27
*
Log an informational message if an SSL server does not support
wtc@chromium.org
2010-02-27
2
-0
/
+20
*
Make a proper TCPSocketParams
vandebo@chromium.org
2010-02-27
4
-48
/
+69
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-26
1
-0
/
+6
*
Revert "SSL False Start Support"
agl@chromium.org
2010-02-26
1
-6
/
+0
*
SSL False Start Support
agl@chromium.org
2010-02-26
1
-0
/
+6
*
Handle the TLS no_renegotiation alert message.
wtc@chromium.org
2010-02-25
1
-0
/
+8
*
SSL: stop network traffic from interfering with NSS.
wtc@chromium.org
2010-02-25
1
-2
/
+2
*
Revert "SSL False Start Support"
agl@chromium.org
2010-02-25
1
-6
/
+0
*
Include sys_addrinfo.h in tcp_client_socket_win.cc.
eroman@chromium.org
2010-02-25
1
-0
/
+1
*
Add TLS server_name extension support for Mac Chrome.
wtc@chromium.org
2010-02-24
1
-0
/
+8
*
SSL False Start Support
agl@chromium.org
2010-02-24
1
-0
/
+6
*
Mac client-side SSL cert improvements.
snej@chromium.org
2010-02-24
1
-1
/
+2
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
19
-78
/
+79
*
Make dynamic access to SSLSetSessionOption static.
mark@chromium.org
2010-02-19
1
-1
/
+1
*
Fix SSLSessionOption's name. It's not SSLSetSessionOptionType.
mark@chromium.org
2010-02-19
1
-2
/
+2
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
4
-1
/
+6
*
Client-side SSL cert support for Mac.
snej@chromium.org
2010-02-18
2
-56
/
+123
*
SPDY: disable revocation checking.
agl@chromium.org
2010-02-18
1
-1
/
+15
*
Avoid trying to kill a process that has already quit.
tommi@chromium.org
2010-02-16
1
-1
/
+5
*
More checks to try to find bug 27870.
vandebo@google.com
2010-02-12
1
-1
/
+9
*
Add the ssl_client_socket_nss_factory.h header and declare
wtc@chromium.org
2010-02-09
3
-7
/
+20
[next]