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
*
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
*
Coverity: Remove a check for index < 0 because index is size_t and can never ...
jhawkins@chromium.org
2009-09-30
1
-2
/
+4
*
Relanding:
mbelshe@google.com
2009-09-30
1
-1
/
+39
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-6
/
+3
*
Roll back Markus's CL ( http://codereview.chromium.org/196053)
jshin@chromium.org
2009-09-25
2
-37
/
+11
*
When converting between units of time or data types of different precision,
markus@chromium.org
2009-09-24
2
-11
/
+37
*
oldpath is wchar_t, so use arraysize, not sizeof.
mattm@chromium.org
2009-09-24
1
-1
/
+1
*
Don't use NSS databases for non-essential purposes, such as remembering
wtc@chromium.org
2009-09-21
1
-9
/
+12
*
Uncouple the cert verifier when disconnecting to avoid a callback after a SSL...
hawk@chromium.org
2009-09-15
1
-0
/
+2
*
Non-blocking connect() attempts may fail synchronously in some cases. When
mark@chromium.org
2009-09-11
1
-23
/
+49
*
Add methods for setting socket buffers to the Socket
mbelshe@google.com
2009-09-09
18
-10
/
+130
*
Revert 24211 - Implement a readsize throttle within the TCP socket.
laforge@chromium.org
2009-09-04
1
-42
/
+1
*
Enable SSL session resumption for Mac OS X.
hawk@chromium.org
2009-09-03
5
-37
/
+143
*
Make GetLoadState virtual in ConnectJob().
willchan@chromium.org
2009-09-01
5
-13
/
+27
*
Control the amount of time to leave an unused socket idle before closing it.
willchan@chromium.org
2009-08-29
4
-13
/
+106
*
Don't trust server's PASV response that much in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-08-28
2
-11
/
+21
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
3
-10
/
+10
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
3
-10
/
+10
*
Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...
hawk@chromium.org
2009-08-27
4
-81
/
+130
*
Fix transaction hang when downloading certain FTP files.
phajdan.jr@chromium.org
2009-08-26
2
-3
/
+29
*
Implement a read-size throttle within the TCP socket.
mbelshe@google.com
2009-08-25
1
-1
/
+42
[next]