summaryrefslogtreecommitdiffstats
path: root/net/base/tcp_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-339/+0
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-1/+2
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+1
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Revert "Revert "Implement full duplex mode for TCPClientSocketLibevent.""willchan@chromium.org2009-05-221-108/+154
* Revert "Implement full duplex mode for TCPClientSocketLibevent."willchan@chromium.org2009-05-221-154/+108
* Disable the flaky fullduplex tests.willchan@chromium.org2009-05-211-2/+2
* Implement full duplex mode for TCPClientSocketLibevent.willchan@chromium.org2009-05-211-106/+152
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-17/+41
* Implement full duplex tcp sockets on Windows.willchan@chromium.org2009-04-201-51/+101
* Reverting 13983.willchan@chromium.org2009-04-171-101/+51
* Implement full duplex mode for windows tcp sockets.willchan@chromium.org2009-04-171-51/+101
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-191-0/+4
* Rewrite old unit tests to avoid connecting to google.com; fixes TODO(darin)dkegel@google.com2009-01-131-11/+51
* Reverting 7641.dkegel@google.com2009-01-071-16/+0
* Add an easy way to do a synchronous connect from test code.dkegel@google.com2009-01-071-0/+16
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Apply minor tweaks to ScopedHostMapper per review feedback.darin@chromium.org2008-09-241-1/+1
* Add support for mock DNS queries. This allows us to eliminatedarin@google.com2008-09-241-0/+9
* Add tcp_client_socket_libevent to the project and get the unit tests working ...pinkerton@google.com2008-09-231-9/+2
* Avoid signedness mismatch errors from gccdkegel@google.com2008-09-181-3/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Document that the callback parameter ofwtc@google.com2008-07-301-22/+32
* Add net to the repository.initial.commit2008-07-261-0/+185