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