summaryrefslogtreecommitdiffstats
path: root/base/sync_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* Switch to static_assert in base/.avi2015-11-241-1/+1
* Remove iOS code paths since this file is no longer used nor built there.lpromero2015-10-091-9/+0
* Revert of Check for CloseHandle failures even when not debugging (patchset #4...brucedawson2015-09-181-0/+18
* Check for CloseHandle failures even when not debuggingbrucedawson2015-09-171-18/+0
* Disable CancelableSyncSocket.CancelReceiveShutdown on iOS 7 devices.lpromero2015-08-251-0/+9
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-2/+2
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-1/+1
* Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests.dalecurtis@chromium.org2013-10-191-0/+131