1. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  2. 8c7b6b8 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 10 years ago
  3. 2873d9b Move Posix file utils to the base namespace. by brettw@chromium.org · 11 years ago
  4. 345e71a Don't use select() in SyncSocket when handle > FD_SETSIZE. by dalecurtis@google.com · 11 years ago
  5. 5df2c4a Ensure handle_ fits in FD_SETSIZE. by dalecurtis@chromium.org · 11 years ago
  6. 96b19df Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests. by dalecurtis@chromium.org · 11 years ago
  7. f7d9af8 Revert revert 132842 by xians@chromium.org · 12 years ago
  8. 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
  9. 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
  10. d5f359a Implement support for a cancelable SyncSocket. by tommi@chromium.org · 13 years ago
  11. e870b64 Fixed CID 102675, uninitialized member vars by groby@chromium.org · 13 years ago
  12. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  13. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  14. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  15. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  16. e486977 Update DCHECK() usage to utilize the more expressive debugging functions. by kushi.p@gmail.com · 13 years ago
  17. 36c0625 Dup command-buffer SHM handle before auto-closing. by piman@google.com · 13 years ago
  18. 613caba FBTF: Remove unneeded headers from base/ (part 2) by thestig@chromium.org · 14 years ago
  19. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  20. b72918f Add an implementation of base::SyncSocket::Peek for posix platforms. Also by sehr@google.com · 15 years ago
  21. 750392c Add non-blocking peek for the syncsocket - Windows only by cpu@chromium.org · 15 years ago
  22. fdc9006 Implement SyncSocket class for Posix targets (Linux, Mac), and enable the by sehr@google.com · 15 years ago