summaryrefslogtreecommitdiffstats
path: root/net/socket/socks5_client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-35/+33
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-3/+2
* Add specific error codes for when SOCKS connect fails.eroman@chromium.org2010-02-051-10/+16
* Re-revert 36595 (restoring 36548); that didn't fix anything.dpranke@chromium.org2010-01-201-2/+0
* Try reverting r36548 to see if this causes the webkit linux failures todpranke@chromium.org2010-01-201-0/+2
* Enabled the GetPeerName on all platforms, not just Linux.thomasvl@chromium.org2010-01-191-2/+0
* Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...eroman@chromium.org2010-01-071-0/+6
* Enhance a function comment per feedback from a code review.eroman@chromium.org2010-01-051-1/+2
* Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v...eroman@chromium.org2009-12-221-7/+68
* Add two more unit tests for SOCKS5:eroman@chromium.org2009-12-181-5/+7
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-181-83/+13
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-181-4/+12
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-6/+1
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-4/+16
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+8
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-2/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+2
* SOCKS v5 implementationarindam@chromium.org2009-07-151-0/+430
* Reverting 20626.arindam@chromium.org2009-07-141-430/+0
* SOCKS v5 implementationarindam@chromium.org2009-07-141-0/+430