summaryrefslogtreecommitdiffstats
path: root/ipc/sync_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-101-0/+1
* Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...pinkerton@google.com2010-08-091-1/+0
* FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.erg@google.com2010-08-061-0/+1
* Up the warnings in ipc (take 2)thomasvl@google.com2010-07-231-3/+3
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* Revert 51520 - Up the warnings in ipcthomasvl@chromium.org2010-07-021-3/+3
* Up the warnings in ipcthomasvl@google.com2010-07-021-3/+3
* 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