summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_libevent.cc
Commit message (Expand)AuthorAgeFilesLines
* 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