summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_libevent.h
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-10/+3
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-3/+0
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-0/+3
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-2/+6
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-7/+8
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-21/+25
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-301-1/+2
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+6
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-6/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+6
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-221-2/+0
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-7/+11
* Revert 87077 - Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-11/+7
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-7/+11
* Revert 87066 - Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-11/+7
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-271-7/+11
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-3/+3
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+1
* Added TCPServerSocket.sergeyu@chromium.org2011-04-181-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-1/+1
* net: assorted changes needed for Snap Start tests.agl@chromium.org2010-11-101-0/+9
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+10
* Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call...cbentzel@chromium.org2010-10-251-0/+3
* Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn...cbentzel@chromium.org2010-10-231-3/+0
* Add Reset to ClientSocket::UseHistory, and call on TCP disconnect.cbentzel@chromium.org2010-10-231-0/+3
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+1
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+6
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-201-1/+6
* Make TCPClientSocket* inherit from NonThreadSafe.willchan@chromium.org2010-05-191-1/+2
* Always fallback to the next address when doing TCP connect (libevent impl).eroman@chromium.org2010-05-191-5/+25
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-3/+5
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+4
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-1/+1
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-3/+1
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-1/+8
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+2
* Enable SSL session resumption for Mac OS X.hawk@chromium.org2009-09-031-4/+1
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+135