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
*
Fix FindTopStalledGroup() to catch groups correctly.
willchan@chromium.org
2010-04-16
2
-9
/
+40
*
Do not call NSS functions if NSS initialization failed.
wtc@chromium.org
2010-04-16
1
-3
/
+7
*
Revert 44708 - Python implementation of sync server, for testing.
nick@chromium.org
2010-04-15
1
-8
/
+1
*
Python implementation of sync server, for testing.
nick@chromium.org
2010-04-15
1
-1
/
+8
*
If the server's CertificateRequest message contains an empty
wtc@chromium.org
2010-04-14
1
-2
/
+12
*
Revert r44150 and r43882.
willchan@chromium.org
2010-04-13
4
-161
/
+39
*
Fix crash when we delete the group we're requesting a socket for.
willchan@chromium.org
2010-04-09
4
-20
/
+55
*
Add support for attaching custom parameters to NetLog events.
eroman@chromium.org
2010-04-09
1
-2
/
+2
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-08
1
-2
/
+2
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
9
-79
/
+19
*
Fix ClientSocketPool to count idle sockets toward socket limit.
willchan@chromium.org
2010-04-07
3
-28
/
+115
*
Mac: Improve Chrome's response to post-handshake SSL renegotiation.
snej@chromium.org
2010-04-07
1
-1
/
+13
*
Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...
cbentzel@chromium.org
2010-04-07
1
-2
/
+1
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-07
1
-1
/
+2
*
memio_SetPeerName implicitly assumes that struct sockaddr is the same as PRNe...
pvalchev@google.com
2010-03-31
1
-1
/
+15
*
Remove bug 31096 checks (resolved).
vandebo@chromium.org
2010-03-30
1
-2
/
+0
*
Mac SSL fix: Go back to not enabling break-on-auth when we have a client cert...
snej@chromium.org
2010-03-30
1
-14
/
+26
*
Mac: Make client-cert picker only show certs the server will accept.
snej@chromium.org
2010-03-26
1
-8
/
+21
*
Revert due to compile failures
amit@chromium.org
2010-03-26
1
-21
/
+8
*
Mac: Make client-cert picker only show certs the server will accept.
snej@chromium.org
2010-03-26
1
-8
/
+21
*
SpdySession now sets the following fields in HttpResponseInfo:
ahendrickson@google.com
2010-03-25
2
-5
/
+65
*
Cleanup now that issue 27870 is resolved.
vandebo@chromium.org
2010-03-25
1
-1
/
+2
*
Fix to bug 39063.
mbelshe@chromium.org
2010-03-24
2
-7
/
+98
*
Add an initial implementation of net-internals inspector in javascript.
eroman@chromium.org
2010-03-23
1
-1
/
+2
*
Cleanup testing objects.
vandebo@chromium.org
2010-03-22
1
-13
/
+13
*
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
[next]