summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_libevent.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Map WSAEACCES (which is reported by connect if Windows Firewallwtc@chromium.org2009-11-051-2/+6
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-10/+32
* Non-blocking connect() attempts may fail synchronously in some cases. Whenmark@chromium.org2009-09-111-23/+49
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+17
* Rebaseline block-test* tests for Mac.darin@chromium.org2009-08-121-0/+2
* Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.willchan@chromium.org2009-08-071-2/+11
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+373