| Commit message (Expand) | Author | Age | Files | Lines |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -0/+4 |
* | Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call... | cbentzel@chromium.org | 2010-10-25 | 1 | -0/+4 |
* | Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn... | cbentzel@chromium.org | 2010-10-23 | 1 | -4/+0 |
* | Add Reset to ClientSocket::UseHistory, and call on TCP disconnect. | cbentzel@chromium.org | 2010-10-23 | 1 | -0/+4 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 1 | -1/+7 |
* | Clarify the semantics of Socket::Read() and Socket::Write(), | rch@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Update ClientSocket::GetPeerAddress() to specify the | rch@chromium.org | 2010-09-25 | 1 | -0/+1 |
* | Fix ClientSocketHandle reuse_type(). Correctly track socket use. | willchan@chromium.org | 2010-09-02 | 1 | -1/+8 |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -36/+42 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-06 | 1 | -0/+38 |
* | Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default | dhollowa@chromium.org | 2010-08-05 | 1 | -38/+0 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-05 | 1 | -0/+38 |
* | Revert 54771 - Enable speculative preconnection by default | jar@chromium.org | 2010-08-04 | 1 | -38/+0 |
* | Enable speculative preconnection by default | jar@chromium.org | 2010-08-03 | 1 | -0/+38 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -3/+5 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -2/+3 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -13/+3 |
* | BSD port: USE_NSS and other macros instead of OS_LINUX where applicable | pvalchev@google.com | 2010-01-29 | 1 | -1/+2 |
* | Turn GetPeerName into a pure virtual and provide local impls, this way any fu... | thomasvl@chromium.org | 2010-01-20 | 1 | -1/+1 |
* | Define the GetPeerName method of the ClientSocket interface for all | wtc@chromium.org | 2009-11-30 | 1 | -3/+4 |
* | Fix a style nit in client_socket.h. | wtc@chromium.org | 2009-11-10 | 1 | -1/+1 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -1/+3 |
* | Enable SSL session resumption for Mac OS X. | hawk@chromium.org | 2009-09-03 | 1 | -3/+3 |
* | Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) when | wtc@chromium.org | 2009-06-25 | 1 | -4/+8 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -0/+59 |