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