summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.cc
Commit message (Expand)AuthorAgeFilesLines
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-0/+4
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-1/+1
* Pass nulls through test sockets.gavinp@chromium.org2010-05-101-2/+3
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-051-5/+15
* Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.willchan@chromium.org2010-05-041-0/+176
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-261-4/+55
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-11/+13
* Unlike a real TCPClientSocket, the MockTCPClientSocket was still callingmbelshe@chromium.org2010-04-221-0/+5
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-2/+2
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-2/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-1/+2
* SpdySession now sets the following fields in HttpResponseInfo: ahendrickson@google.com2010-03-251-0/+23
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-0/+14
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+3
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-5/+9
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-091-5/+4
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-211-1/+0
* Rename GetNextProtocol -> GetNextProtoagl@chromium.org2009-12-111-1/+1
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-101-0/+7
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-3/+1
* Add a feature to the MockSocket so that it can support simulationmbelshe@google.com2009-11-241-2/+10
* Reland 32807, which was incorrectly reverted.mbelshe@google.com2009-11-231-3/+7
* Believe this causes the valgrind linux test failures. Since it is a small cha...tim@chromium.org2009-11-231-7/+3
* The async notification via OnReadComplete was still postingmbelshe@google.com2009-11-231-3/+7
* The async handling in StaticMockSocket had a bug - it considers anymbelshe@google.com2009-11-201-1/+2
* After draining the body of a 401/407 response, verify thatwtc@chromium.org2009-11-121-4/+15
* Enable async IO completions on MockSockets through thembelshe@google.com2009-11-111-21/+79
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-19/+21
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-3/+5
* This is a second attempt at submitting this changelist. The original one wasmarkus@chromium.org2009-10-131-0/+9
* Make our Mock Sockets capable of running full duplex.mbelshe@google.com2009-10-091-16/+5
* Coverity: Remove a check for index < 0 because index is size_t and can never ...jhawkins@chromium.org2009-09-301-2/+4
* Roll back Markus's CL ( http://codereview.chromium.org/196053)jshin@chromium.org2009-09-251-9/+0
* When converting between units of time or data types of different precision,markus@chromium.org2009-09-241-0/+9
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-281-5/+7
* Fix transaction hang when downloading certain FTP files.phajdan.jr@chromium.org2009-08-261-3/+18
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-181-15/+0
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-2/+2
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-2/+2
* Followup after socket tests refactoring http://codereview.chromium.org/155925phajdan.jr@chromium.org2009-07-291-6/+6
* Refactoring in socket pool unittests:phajdan.jr@chromium.org2009-07-231-0/+74
* Correctly handle multiple control response lines in new FTP transactionphajdan.jr@chromium.org2009-07-081-12/+12
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-281-89/+1
* Reverting 19466.thakis@chromium.org2009-06-271-1/+89
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-271-89/+1
* reverting the change 19354, 19356arindam@chromium.org2009-06-261-1/+89
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-261-89/+1
* Make more things possible with mock sockets:phajdan.jr@chromium.org2009-06-251-16/+31
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+379