| 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 | -0/+4 |
* | Log the OS error that getaddrinfo() failed with. | eroman@chromium.org | 2010-05-16 | 1 | -1/+1 |
* | Pass nulls through test sockets. | gavinp@chromium.org | 2010-05-10 | 1 | -2/+3 |
* | Get tests working for Alternate-Protocol and proxies. | willchan@chromium.org | 2010-05-05 | 1 | -5/+15 |
* | Move OrderedSocketData to SocketTestUtil so it can be used elsewhere. | willchan@chromium.org | 2010-05-04 | 1 | -0/+176 |
* | SPDY: Fix Alternate-Protocol. | willchan@chromium.org | 2010-04-26 | 1 | -4/+55 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -11/+13 |
* | Unlike a real TCPClientSocket, the MockTCPClientSocket was still calling | mbelshe@chromium.org | 2010-04-22 | 1 | -0/+5 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-08 | 1 | -2/+2 |
* | Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ... | cbentzel@chromium.org | 2010-04-07 | 1 | -2/+1 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-07 | 1 | -1/+2 |
* | SpdySession now sets the following fields in HttpResponseInfo: | ahendrickson@google.com | 2010-03-25 | 1 | -0/+23 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -0/+14 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -3/+3 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -5/+9 |
* | Add bounds checking to StaticSocketDataProvider, to make tests more reliable | phajdan.jr@chromium.org | 2010-02-09 | 1 | -5/+4 |
* | SPDY: Enable SPDY via NPN. | willchan@chromium.org | 2009-12-21 | 1 | -1/+0 |
* | 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/+7 |
* | Define the GetPeerName method of the ClientSocket interface for all | wtc@chromium.org | 2009-11-30 | 1 | -3/+1 |
* | 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 | 1 | -3/+7 |
* | Believe this causes the valgrind linux test failures. Since it is a small cha... | tim@chromium.org | 2009-11-23 | 1 | -7/+3 |
* | The async notification via OnReadComplete was still posting | mbelshe@google.com | 2009-11-23 | 1 | -3/+7 |
* | The async handling in StaticMockSocket had a bug - it considers any | mbelshe@google.com | 2009-11-20 | 1 | -1/+2 |
* | After draining the body of a 401/407 response, verify that | wtc@chromium.org | 2009-11-12 | 1 | -4/+15 |
* | Enable async IO completions on MockSockets through the | mbelshe@google.com | 2009-11-11 | 1 | -21/+79 |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 1 | -19/+21 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -3/+5 |
* | This is a second attempt at submitting this changelist. The original one was | markus@chromium.org | 2009-10-13 | 1 | -0/+9 |
* | Make our Mock Sockets capable of running full duplex. | mbelshe@google.com | 2009-10-09 | 1 | -16/+5 |
* | Coverity: Remove a check for index < 0 because index is size_t and can never ... | jhawkins@chromium.org | 2009-09-30 | 1 | -2/+4 |
* | Roll back Markus's CL ( http://codereview.chromium.org/196053) | jshin@chromium.org | 2009-09-25 | 1 | -9/+0 |
* | When converting between units of time or data types of different precision, | markus@chromium.org | 2009-09-24 | 1 | -0/+9 |
* | Don't trust server's PASV response that much in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-08-28 | 1 | -5/+7 |
* | Fix transaction hang when downloading certain FTP files. | phajdan.jr@chromium.org | 2009-08-26 | 1 | -3/+18 |
* | Change ClientSocketHandle to take the pool as a parameter to Init() rather th... | willchan@chromium.org | 2009-08-18 | 1 | -15/+0 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -2/+2 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -2/+2 |
* | Followup after socket tests refactoring http://codereview.chromium.org/155925 | phajdan.jr@chromium.org | 2009-07-29 | 1 | -6/+6 |
* | Refactoring in socket pool unittests: | phajdan.jr@chromium.org | 2009-07-23 | 1 | -0/+74 |
* | Correctly handle multiple control response lines in new FTP transaction | phajdan.jr@chromium.org | 2009-07-08 | 1 | -12/+12 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-28 | 1 | -89/+1 |
* | Reverting 19466. | thakis@chromium.org | 2009-06-27 | 1 | -1/+89 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-27 | 1 | -89/+1 |
* | reverting the change 19354, 19356 | arindam@chromium.org | 2009-06-26 | 1 | -1/+89 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-26 | 1 | -89/+1 |
* | Make more things possible with mock sockets: | phajdan.jr@chromium.org | 2009-06-25 | 1 | -16/+31 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -0/+379 |