1. fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
  2. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  3. 9687a8f Convert some constants declared as anonymous enums into static consts so they have types. This defines the constants where they're declared to preserve the existing readability as well as allow us to do things like dimension arrays based on the values of the constants. by pkasting@chromium.org · 13 years ago
  4. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  5. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  6. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  7. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  8. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  9. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  10. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  11. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  12. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  13. 625aa23 Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by thakis@chromium.org · 14 years ago
  14. 8ad9ecd Handle return value from HANDLE_EINTR in file_descriptor_set_posix_unittest.cc. by hans@chromium.org · 14 years ago
  15. 3050ba6 Build fix: I incorrectly applied r21399 from a patch. by agl@chromium.org · 15 years ago[Renamed from ipc/file_descriptor_set_unittest.cc]
  16. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  17. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  18. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago