summaryrefslogtreecommitdiffstats
path: root/net/socket/socks_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-261-3/+4
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+1
* Rename NetLog test classes to match the renamed TestNetLog class.mmenke2015-05-041-8/+8
* Get rid of TestNetLog::CapturedEntry[List] typedefs.mmenke2015-04-241-6/+8
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-171-12/+12
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-2/+2
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-3/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-10/+10
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-161-1/+1
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-3/+3
* Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy.mmenke@chromium.org2014-08-071-0/+33
* Remove HostResolver::RequestInfo's priority parameterakalin@chromium.org2013-08-201-1/+3
* Add a priority parameter for HostResolver::RequestInfo's constructorakalin@chromium.org2013-08-161-1/+1
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-45/+47
* Remove deprecated functions that take StreamSockets instead of handlesakalin@chromium.org2013-08-141-1/+8
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-2/+4
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-2/+2
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-12/+12
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-6/+6
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-20/+21
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-12/+12
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-2/+2
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-151-3/+0
* Remove HostResolverImpl from Mock*HostResolver. szym@chromium.org2011-11-081-4/+5
* Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-5/+4
* Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-4/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-3/+3
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-4/+13
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Remove the fallback from SOCKSv4 to SOCKSv4a.eroman@chromium.org2011-03-291-59/+8
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-15/+44
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-14/+26
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-1/+1
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-1/+2
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-281-1/+1
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-30/+30
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-31/+45
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-091-18/+30
* Remove the HostResolver::Shutdown() method.eroman@chromium.org2010-02-051-1/+0
* Add specific error codes for when SOCKS connect fails.eroman@chromium.org2010-02-051-2/+2
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-1/+0
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-27/+15
* Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...eroman@chromium.org2010-01-071-8/+88
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-3/+3
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-7/+7
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-9/+45
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+0
* Use manually constructed IPv6 socket addresses for tests, rather than system ...ericroman@google.com2009-07-181-1/+1