summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.h
Commit message (Expand)AuthorAgeFilesLines
* Rename GetNextProtocol -> GetNextProtoagl@chromium.org2009-12-111-1/+1
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-101-0/+1
* Fix bug where FLIP sessions can crash if the connect fails.mbelshe@google.com2009-12-041-0/+1
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-1/+1
* Remove extraneous semicolons.wtc@chromium.org2009-12-011-3/+3
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-7/+4
* Add a default constructor to the MockRead struct sombelshe@google.com2009-11-241-0/+3
* Reland 32807, which was incorrectly reverted.mbelshe@google.com2009-11-231-0/+2
* Believe this causes the valgrind linux test failures. Since it is a small cha...tim@chromium.org2009-11-231-2/+0
* The async notification via OnReadComplete was still postingmbelshe@google.com2009-11-231-0/+2
* After draining the body of a 401/407 response, verify thatwtc@chromium.org2009-11-121-0/+18
* Enable async IO completions on MockSockets through thembelshe@google.com2009-11-111-1/+29
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-44/+46
* Add a couple of methods to the StaticMockSocket for verifyingmbelshe@google.com2009-11-101-0/+7
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-3/+5
* Make our Mock Sockets capable of running full duplex.mbelshe@google.com2009-10-091-2/+1
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+2
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-281-6/+14
* Fix transaction hang when downloading certain FTP files.phajdan.jr@chromium.org2009-08-261-0/+11
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-7/+4
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-181-5/+15
* Followup after socket tests refactoring http://codereview.chromium.org/155925phajdan.jr@chromium.org2009-07-291-2/+3
* Refactoring in socket pool unittests:phajdan.jr@chromium.org2009-07-231-0/+69
* Correctly handle multiple control response lines in new FTP transactionphajdan.jr@chromium.org2009-07-081-2/+8
* Fix up some code not to set off coverity warnings.willchan@chromium.org2009-07-061-1/+0
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-281-0/+85
* Reverting 19466.thakis@chromium.org2009-06-271-85/+0
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-271-0/+85
* reverting the change 19354, 19356arindam@chromium.org2009-06-261-85/+0
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-261-0/+85
* Make more things possible with mock sockets:phajdan.jr@chromium.org2009-06-251-9/+10
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+204