summaryrefslogtreecommitdiffstats
path: root/net/socket/socks5_client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Convert Pass()→std::move() in //netdcheng2015-12-261-3/+4
* Switch to standard integer types in net/.Avi Drissman2015-12-201-8/+7
* net: Rename NetLog's IntegerCallback method to IntCallback.tfarina2015-10-271-5/+5
* Implement GetTotalReceivedBytes() for StreamSockettbansal2015-10-141-0/+4
* Collect all ConnectionAttempts from both sockets in TransportConnectJob.ttuttle2015-05-151-0/+3
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Mechanical rename of tracing includes for /netprimiano2015-01-301-1/+1
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-2/+2
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-2/+2
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-2/+2
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-2/+2
* Use sockets with unread data if they've never been used before.davidben@chromium.org2014-03-261-13/+33
* Clean up a few unused globals.thakis@chromium.org2013-09-251-1/+0
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-3/+3
* Remove deprecated functions that take StreamSockets instead of handlesakalin@chromium.org2013-08-141-16/+0
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-8/+8
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-6/+4
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-16/+0
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+17
* NetLogEventParameter to Callback refactoring 9.mmenke@chromium.org2012-06-141-29/+19
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+0
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+8
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-2/+3
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-56/+18
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-10/+2
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-2/+10
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-1/+9
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-11/+41
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-1/+17
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-17/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-1/+17
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+4
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-5/+7
* Deinline even more destructors.erg@google.com2010-12-141-0/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-10/+18
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+8
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-0/+1
* Remove scoped_bstr_win, fix all callers to use the new location.brettw@chromium.org2010-10-201-1/+0
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+8
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+16
* Fix a crash where we are checking IsConnected(). If you look into the mbelshe@chromium.org2010-08-251-1/+0
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-24/+26
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-48/+13
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-11/+8
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-14/+37