1. 96b19df Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests. by dalecurtis@chromium.org · 11 years ago
  2. 434a48c moving SyncSocket's kInvalidHandle constant by cpu@chromium.org · 11 years ago
  3. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  4. f7d9af8 Revert revert 132842 by xians@chromium.org · 12 years ago
  5. fb79b89 Revert 132842 - If we are using blocking write, when the renderer stop getting the data without notifying the browser, it will hang the browser. This happens with some plugins which use the sync sockets provided by the Pepper. by thestig@chromium.org · 12 years ago
  6. caecd65 If we are using blocking write, when the renderer stop getting the data without notifying the browser, it will hang the browser. This happens with some plugins which use the sync sockets provided by the Pepper. by xians@chromium.org · 12 years ago
  7. d5f359a Implement support for a cancelable SyncSocket. by tommi@chromium.org · 13 years ago
  8. e870b64 Fixed CID 102675, uninitialized member vars by groby@chromium.org · 13 years ago
  9. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  10. c3b6518 Base: Last set of files to use BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  11. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  12. 750392c Add non-blocking peek for the syncsocket - Windows only by cpu@chromium.org · 15 years ago
  13. 4f325aa This adds the first version of SyncSocket to base, along with a trivial unittest. by sehr@google.com · 15 years ago