| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests. | dalecurtis@chromium.org | 2013-10-19 | 1 | -32/+76 |
* | moving SyncSocket's kInvalidHandle constant | cpu@chromium.org | 2013-05-23 | 1 | -0/+2 |
* | Revert revert 132842 | xians@chromium.org | 2012-04-19 | 1 | -11/+27 |
* | Revert 132842 - If we are using blocking write, when the renderer stop gettin... | thestig@chromium.org | 2012-04-18 | 1 | -27/+11 |
* | If we are using blocking write, when the renderer stop getting the data witho... | xians@chromium.org | 2012-04-18 | 1 | -11/+27 |
* | Switch back to 'int' instead of uint32 and call CancelIo before closing the s... | tommi@chromium.org | 2012-02-03 | 1 | -1/+3 |
* | Implement support for a cancelable SyncSocket. | tommi@chromium.org | 2012-01-25 | 1 | -53/+154 |
* | Change sandbox policy so we can create sync sockets | cpu@chromium.org | 2012-01-19 | 1 | -17/+20 |
* | Fixed CID 102675, uninitialized member vars | groby@chromium.org | 2011-12-22 | 1 | -2/+2 |
* | Update DCHECK() usage to utilize the more expressive debugging functions. | kushi.p@gmail.com | 2011-04-22 | 1 | -3/+3 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Add non-blocking peek for the syncsocket | cpu@chromium.org | 2009-12-04 | 1 | -0/+6 |
* | This adds the first version of SyncSocket to base, along with a trivial unitt... | sehr@google.com | 2009-11-24 | 1 | -0/+144 |