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
/
socket_test_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...
lzheng@chromium.org
2010-05-21
1
-1
/
+4
*
Pass nulls through test sockets.
gavinp@chromium.org
2010-05-10
1
-1
/
+5
*
Get tests working for Alternate-Protocol and proxies.
willchan@chromium.org
2010-05-05
1
-3
/
+4
*
Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.
willchan@chromium.org
2010-05-04
1
-0
/
+51
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-1
/
+1
*
SPDY: Fix Alternate-Protocol.
willchan@chromium.org
2010-04-26
1
-3
/
+48
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-11
/
+12
*
Unlike a real TCPClientSocket, the MockTCPClientSocket was still calling
mbelshe@chromium.org
2010-04-22
1
-0
/
+1
*
SpdySession now sets the following fields in HttpResponseInfo:
ahendrickson@google.com
2010-03-25
1
-5
/
+42
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-2
/
+15
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-4
/
+6
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-3
/
+3
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Add bounds checking to StaticSocketDataProvider, to make tests more reliable
phajdan.jr@chromium.org
2010-02-09
1
-12
/
+17
*
Rename GetNextProtocol -> GetNextProto
agl@chromium.org
2009-12-11
1
-1
/
+1
*
Add GetNextProtocol method to SSLClientSocket.
agl@chromium.org
2009-12-10
1
-0
/
+1
*
Fix bug where FLIP sessions can crash if the connect fails.
mbelshe@google.com
2009-12-04
1
-0
/
+1
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
1
-1
/
+1
*
Remove extraneous semicolons.
wtc@chromium.org
2009-12-01
1
-3
/
+3
*
Define the GetPeerName method of the ClientSocket interface for all
wtc@chromium.org
2009-11-30
1
-7
/
+4
*
Add a default constructor to the MockRead struct so
mbelshe@google.com
2009-11-24
1
-0
/
+3
*
Reland 32807, which was incorrectly reverted.
mbelshe@google.com
2009-11-23
1
-0
/
+2
*
Believe this causes the valgrind linux test failures. Since it is a small cha...
tim@chromium.org
2009-11-23
1
-2
/
+0
*
The async notification via OnReadComplete was still posting
mbelshe@google.com
2009-11-23
1
-0
/
+2
*
After draining the body of a 401/407 response, verify that
wtc@chromium.org
2009-11-12
1
-0
/
+18
*
Enable async IO completions on MockSockets through the
mbelshe@google.com
2009-11-11
1
-1
/
+29
*
There was confusion in the mock socket classes due to
mbelshe@google.com
2009-11-11
1
-44
/
+46
*
Add a couple of methods to the StaticMockSocket for verifying
mbelshe@google.com
2009-11-10
1
-0
/
+7
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-3
/
+5
*
Make our Mock Sockets capable of running full duplex.
mbelshe@google.com
2009-10-09
1
-2
/
+1
*
Add methods for setting socket buffers to the Socket
mbelshe@google.com
2009-09-09
1
-0
/
+2
*
Don't trust server's PASV response that much in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-08-28
1
-6
/
+14
*
Fix transaction hang when downloading certain FTP files.
phajdan.jr@chromium.org
2009-08-26
1
-0
/
+11
*
Make ClientSocketHandle::Init() typesafe.
willchan@chromium.org
2009-08-19
1
-7
/
+4
*
Change ClientSocketHandle to take the pool as a parameter to Init() rather th...
willchan@chromium.org
2009-08-18
1
-5
/
+15
*
Followup after socket tests refactoring http://codereview.chromium.org/155925
phajdan.jr@chromium.org
2009-07-29
1
-2
/
+3
*
Refactoring in socket pool unittests:
phajdan.jr@chromium.org
2009-07-23
1
-0
/
+69
*
Correctly handle multiple control response lines in new FTP transaction
phajdan.jr@chromium.org
2009-07-08
1
-2
/
+8
*
Fix up some code not to set off coverity warnings.
willchan@chromium.org
2009-07-06
1
-1
/
+0
*
Tests for socks4/4a implementation.
arindam@chromium.org
2009-06-28
1
-0
/
+85
*
Reverting 19466.
thakis@chromium.org
2009-06-27
1
-85
/
+0
*
Tests for socks4/4a implementation.
arindam@chromium.org
2009-06-27
1
-0
/
+85
*
reverting the change 19354, 19356
arindam@chromium.org
2009-06-26
1
-85
/
+0
*
Tests for socks4/4a implementation.
arindam@chromium.org
2009-06-26
1
-0
/
+85
*
Make more things possible with mock sockets:
phajdan.jr@chromium.org
2009-06-25
1
-9
/
+10
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
1
-0
/
+204