summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_libevent.cc
Commit message (Expand)AuthorAgeFilesLines
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-2/+2
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+18
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-221-5/+5
* Move MapWinsockError() and MapPosixError() to net_errors.h.sergeyu@chromium.org2011-03-151-48/+9
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-5/+2
* Log source ip and port in NetLog.willchan@chromium.org2011-01-261-4/+31
* Set TCP keep alive on Linux and Mac.willchan@chromium.org2011-01-141-0/+24
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+4
* net: assorted changes needed for Snap Start tests.agl@chromium.org2010-11-101-0/+15
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+5
* Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when networkmmenke@chromium.org2010-11-021-0/+2
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-6/+53
* Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call...cbentzel@chromium.org2010-10-251-1/+8
* Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn...cbentzel@chromium.org2010-10-231-8/+1
* Add Reset to ClientSocket::UseHistory, and call on TCP disconnect.cbentzel@chromium.org2010-10-231-1/+8
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-4/+4
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-8/+8
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-6/+6
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+7
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-10-051-1/+1
* Update ClientSocket::GetPeerAddress() to specify therch@chromium.org2010-09-251-1/+1
* Give a more specific error code when connect() fails synchronously with EHOST...eroman@chromium.org2010-09-101-1/+2
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-081-1/+1
* Revert 58684 - Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-071-1/+1
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-071-1/+1
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+4
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-2/+23
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-3/+8
* Fix some network counters to work on linux/mac.mbelshe@chromium.org2010-07-191-0/+9
* Clang: Do not ignore result of HANDLE_EINTR.thakis@chromium.org2010-06-231-1/+2
* Revert 49982 - patchthakis@chromium.org2010-06-161-2/+1
* patchthakis@chromium.org2010-06-161-1/+2
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-161-1/+1
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-1/+2
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-211-26/+2
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-211-9/+0
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-201-20/+62
* Make TCPClientSocket* inherit from NonThreadSafe.willchan@chromium.org2010-05-191-0/+13
* Always fallback to the next address when doing TCP connect (libevent impl).eroman@chromium.org2010-05-191-94/+92
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-191-0/+3
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-13/+13
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-4/+8
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-14/+15
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-12/+12
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-3/+6
* Linux, Mac: disable Nagle.agl@chromium.org2010-01-201-6/+24
* Allow using system libevent instead of the bundled one.phajdan.jr@chromium.org2010-01-071-1/+4
* Map EPIPE to ERR_CONNECTION_RESET.wtc@chromium.org2009-12-031-0/+1
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-2/+2
* Fix a style nit in client_socket.h.wtc@chromium.org2009-11-101-22/+23