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
*
Define X509Certificate::intermediate_ca_certs_ as a std::vector of
wtc@chromium.org
2009-12-09
2
-2
/
+5
*
Comment typo.
avi@chromium.org
2009-12-04
1
-1
/
+1
*
Fix bug where FLIP sessions can crash if the connect fails.
mbelshe@google.com
2009-12-04
1
-0
/
+1
*
Fix incorrect error codes. 9999 is not a valid network error
wtc@chromium.org
2009-12-04
1
-3
/
+4
*
Map EPIPE to ERR_CONNECTION_RESET.
wtc@chromium.org
2009-12-03
1
-0
/
+1
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
9
-118
/
+125
*
Do not call GetServerCert whenever SSLHandshake returns. Call
wtc@chromium.org
2009-12-01
1
-8
/
+13
*
Remove the unnecessary workaround for NSS bug 455424, now that we require
wtc@chromium.org
2009-12-01
3
-12
/
+0
*
Remove extraneous semicolons.
wtc@chromium.org
2009-12-01
1
-3
/
+3
*
Call SSL_SetSockPeerID for proper SSL session reuse, especially when
wtc@chromium.org
2009-11-30
1
-0
/
+10
*
Linux: add next-protocol-negotiation to libssl.
agl@chromium.org
2009-11-30
1
-0
/
+43
*
Define the GetPeerName method of the ClientSocket interface for all
wtc@chromium.org
2009-11-30
8
-24
/
+20
*
Remove the unused GetDefaultCertNickname function.
wtc@chromium.org
2009-11-30
1
-47
/
+2
*
Add a default constructor to the MockRead struct so
mbelshe@google.com
2009-11-24
1
-0
/
+3
*
Add a feature to the MockSocket so that it can support simulation
mbelshe@google.com
2009-11-24
1
-2
/
+10
*
Reland 32807, which was incorrectly reverted.
mbelshe@google.com
2009-11-23
2
-3
/
+9
*
Believe this causes the valgrind linux test failures. Since it is a small cha...
tim@chromium.org
2009-11-23
2
-9
/
+3
*
The async notification via OnReadComplete was still posting
mbelshe@google.com
2009-11-23
2
-3
/
+9
*
The async handling in StaticMockSocket had a bug - it considers any
mbelshe@google.com
2009-11-20
1
-1
/
+2
*
Linux: enable building with a local version of libssl.
agl@chromium.org
2009-11-17
1
-0
/
+6
*
After draining the body of a 401/407 response, verify that
wtc@chromium.org
2009-11-12
2
-4
/
+33
*
Enable async IO completions on MockSockets through the
mbelshe@google.com
2009-11-11
2
-22
/
+108
*
There was confusion in the mock socket classes due to
mbelshe@google.com
2009-11-11
4
-69
/
+73
*
Add a couple of methods to the StaticMockSocket for verifying
mbelshe@google.com
2009-11-10
1
-0
/
+7
*
Fix a style nit in client_socket.h.
wtc@chromium.org
2009-11-10
3
-49
/
+51
*
Remove unnecessary null pointer tests to avoid a false Coverity
wtc@chromium.org
2009-11-09
1
-7
/
+13
*
Improve the display of LoadLogs when truncation occurs.
eroman@chromium.org
2009-11-06
6
-30
/
+33
*
Improve Mac SSL code:
avi@chromium.org
2009-11-06
2
-121
/
+27
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
4
-3
/
+14
*
Map WSAEACCES (which is reported by connect if Windows Firewall
wtc@chromium.org
2009-11-05
2
-14
/
+38
*
Improve error code mapping between our network error codes and the
wtc@chromium.org
2009-11-04
1
-6
/
+47
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
25
-196
/
+491
*
Document that the handshake_failure alert message is also
wtc@chromium.org
2009-10-29
1
-2
/
+4
*
Pass the SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT flag
wtc@chromium.org
2009-10-29
1
-1
/
+10
*
Map errSSLPeerHandshakeFail to ERR_SSL_PROTOCOL_ERROR.
willchan@chromium.org
2009-10-29
1
-0
/
+3
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-4
/
+3
*
Look up client certificates in ClientAuthHandler to get rid of manual CA
wtc@chromium.org
2009-10-24
2
-52
/
+36
*
Make SSLClientSocketMac full-duplex
ukai@chromium.org
2009-10-23
2
-136
/
+159
*
Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...
vandebo@chromium.org
2009-10-17
1
-0
/
+13
*
Reverting 29316.
vandebo@chromium.org
2009-10-16
1
-13
/
+0
*
Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...
vandebo@chromium.org
2009-10-16
1
-0
/
+13
*
Enable certificate revocation and EV certificate validation for Mac
hawk@chromium.org
2009-10-16
1
-2
/
+4
*
Provides a certificate for SSL client authentication on NSS sockets.
wtc@chromium.org
2009-10-15
2
-4
/
+131
*
Remember the server certificate on Mac OS X even if the handshake fails
hawk@chromium.org
2009-10-13
1
-1
/
+4
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
1
-5
/
+6
*
This is a second attempt at submitting this changelist. The original one was
markus@chromium.org
2009-10-13
3
-13
/
+68
*
Make SSLClientSocketNSS full-duplex
ukai@chromium.org
2009-10-13
2
-99
/
+238
*
Change the SSL Socket to be capable of having reads and
mbelshe@google.com
2009-10-10
2
-235
/
+335
*
Make our Mock Sockets capable of running full duplex.
mbelshe@google.com
2009-10-09
2
-18
/
+6
*
Increase the timeout for TcpConnectJob from 60 seconds to 240 seconds.
eroman@chromium.org
2009-10-06
1
-1
/
+8
[next]