| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Always fallback to the next address when doing TCP connect (libevent impl). | eroman@chromium.org | 2010-05-19 | 1 | -94/+92 |
* | chunk of straightforward ifdef/include changes for BSD port | pvalchev@google.com | 2010-05-19 | 1 | -0/+3 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -13/+13 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 1 | -4/+8 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -14/+15 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -12/+12 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -3/+6 |
* | Linux, Mac: disable Nagle. | agl@chromium.org | 2010-01-20 | 1 | -6/+24 |
* | Allow using system libevent instead of the bundled one. | phajdan.jr@chromium.org | 2010-01-07 | 1 | -1/+4 |
* | Map EPIPE to ERR_CONNECTION_RESET. | wtc@chromium.org | 2009-12-03 | 1 | -0/+1 |
* | Define the GetPeerName method of the ClientSocket interface for all | wtc@chromium.org | 2009-11-30 | 1 | -2/+2 |
* | Fix a style nit in client_socket.h. | wtc@chromium.org | 2009-11-10 | 1 | -22/+23 |