summaryrefslogtreecommitdiffstats
path: root/net/socket/socks5_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-6/+5
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-5/+5
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+0
* Add #include <iterator> to files that use std::back_inserter.halyavin@google.com2012-04-051-0/+1
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-1/+2
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-31/+31
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-13/+13
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-4/+4
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-1/+4
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-281-4/+1
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-1/+4
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-10/+31
* 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-1/+1
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-2/+2
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-1/+2
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-35/+45
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-31/+25
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-22/+22
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-091-8/+26
* Add specific error codes for when SOCKS connect fails.eroman@chromium.org2010-02-051-1/+1
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-21/+12
* Add two more unit tests for SOCKS5:eroman@chromium.org2009-12-181-17/+40
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-181-110/+49
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-181-13/+58
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-6/+2
* 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-8/+46
* 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/+1
* Use manually constructed IPv6 socket addresses for tests, rather than system ...ericroman@google.com2009-07-181-12/+2
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-15/+7
* SOCKS v5 implementationarindam@chromium.org2009-07-151-0/+306
* Reverting 20626.arindam@chromium.org2009-07-141-307/+0
* SOCKS v5 implementationarindam@chromium.org2009-07-141-0/+307