| Commit message (Expand) | Author | Age | Files | Lines |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 1 | -1/+14 |
* | TCPServerSocketLibevent should call StopWatchingFileDescriptor() | wtc@chromium.org | 2011-06-25 | 1 | -2/+1 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 1 | -14/+1 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 1 | -1/+14 |
* | Make TCP FastOpen work again. | wtc@chromium.org | 2011-06-22 | 1 | -0/+12 |
* | net doesn't depend on libevent directly now. | wtc@chromium.org | 2011-06-22 | 1 | -5/+0 |
* | Adds URLRequestJob bytes read to NetLog. | mmenke@chromium.org | 2011-06-01 | 1 | -8/+8 |
* | Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 1 | -34/+94 |
* | Revert 87077 - Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 1 | -94/+34 |
* | Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 1 | -34/+94 |
* | Revert 87066 - Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 1 | -94/+34 |
* | Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 1 | -34/+94 |
* | Miscelaneous cleanups to AddressList to make it harder to mis-use. | eroman@chromium.org | 2011-05-12 | 1 | -2/+2 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 1 | -0/+18 |
* | Removed the static on all stats macros and changed the static declaration | rtenneti@chromium.org | 2011-03-22 | 1 | -5/+5 |
* | Move MapWinsockError() and MapPosixError() to net_errors.h. | sergeyu@chromium.org | 2011-03-15 | 1 | -48/+9 |
* | NetLog: Log net error codes on a lot of EndEvents. | mmenke@chromium.org | 2011-02-08 | 1 | -5/+2 |
* | Log source ip and port in NetLog. | willchan@chromium.org | 2011-01-26 | 1 | -4/+31 |
* | Set TCP keep alive on Linux and Mac. | willchan@chromium.org | 2011-01-14 | 1 | -0/+24 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -0/+4 |
* | net: assorted changes needed for Snap Start tests. | agl@chromium.org | 2010-11-10 | 1 | -0/+15 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -4/+5 |
* | Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when network | mmenke@chromium.org | 2010-11-02 | 1 | -0/+2 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -6/+53 |
* | Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call... | cbentzel@chromium.org | 2010-10-25 | 1 | -1/+8 |
* | Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn... | cbentzel@chromium.org | 2010-10-23 | 1 | -8/+1 |
* | Add Reset to ClientSocket::UseHistory, and call on TCP disconnect. | cbentzel@chromium.org | 2010-10-23 | 1 | -1/+8 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -4/+4 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 1 | -8/+8 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -6/+6 |
* | Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD... | eroman@chromium.org | 2010-10-09 | 1 | -0/+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 | -1/+1 |
* | Give a more specific error code when connect() fails synchronously with EHOST... | eroman@chromium.org | 2010-09-10 | 1 | -1/+2 |
* | Fix SetOmniboxSpeculation in TcpClientSocket* | cbentzel@chromium.org | 2010-09-08 | 1 | -1/+1 |
* | Revert 58684 - Fix SetOmniboxSpeculation in TcpClientSocket* | cbentzel@chromium.org | 2010-09-07 | 1 | -1/+1 |
* | Fix SetOmniboxSpeculation in TcpClientSocket* | cbentzel@chromium.org | 2010-09-07 | 1 | -1/+1 |
* | Fix ClientSocketHandle reuse_type(). Correctly track socket use. | willchan@chromium.org | 2010-09-02 | 1 | -0/+4 |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -2/+23 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -3/+8 |
* | Fix some network counters to work on linux/mac. | mbelshe@chromium.org | 2010-07-19 | 1 | -0/+9 |
* | Clang: Do not ignore result of HANDLE_EINTR. | thakis@chromium.org | 2010-06-23 | 1 | -1/+2 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -2/+1 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -1/+2 |
* | In addition to the logging the IP address that a TCP connect is made to, also... | eroman@chromium.org | 2010-06-16 | 1 | -1/+1 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -1/+2 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-21 | 1 | -26/+2 |
* | Remove the TRACE_EVENT for network states. This is no longer needed, since mo... | eroman@chromium.org | 2010-05-21 | 1 | -9/+0 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-20 | 1 | -20/+62 |
* | Make TCPClientSocket* inherit from NonThreadSafe. | willchan@chromium.org | 2010-05-19 | 1 | -0/+13 |