summaryrefslogtreecommitdiffstats
path: root/ipc/sync_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed the unnecessary NULL checks from sync_socket_unittest.cc.sehr@google.com2009-12-081-3/+0
* Add an implementation of base::SyncSocket::Peek for posix platforms. Alsosehr@google.com2009-12-061-2/+5
* Add non-blocking peek for the syncsocketcpu@chromium.org2009-12-041-0/+5
* Implement SyncSocket class for Posix targets (Linux, Mac), and enable thesehr@google.com2009-11-261-7/+42
* This adds the first version of SyncSocket to base, along with a trivial unitt...sehr@google.com2009-11-241-0/+211