1. d4c1d1d6 IPC: Do not read message attachments more than once. by Alexandr Ilin · 7 years ago
  2. fdd81dd Add missing HANDLE_EINTR macro around dup() calls. by Dale Curtis · 8 years ago
  3. 6ed3efb Remove IPC::BrokerableAttachment. by sammc · 9 years ago
  4. cff1de9 Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ ) by horo · 9 years ago
  5. f6e03ce5 Remove IPC::BrokerableAttachment. by sammc · 9 years ago
  6. 4dac7f0 Fix implicit access to raw pointer of scoped_refptr. by scheib · 9 years ago
  7. 246998d8 Switch to standard integer types in ipc/. by avi · 10 years ago
  8. ae6d321 ipc: Make a separate vector for brokerable attachments. by erikchen · 10 years ago
  9. 4da8275d ipc: Remove basictypes.h includes. by tfarina · 10 years ago
  10. 8514f0d Remove Android filter file for ipc_tests. by tfarina · 10 years ago
  11. 1aa788c IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment by morrita · 11 years ago
  12. 4b5c28e2 IPC: Generalize FileDescriptorSet to MessageAttachmentSet by morrita · 11 years ago[Renamed (74%) from ipc/file_descriptor_set_posix_unittest.cc]
  13. 9669385 IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message by morrita · 11 years ago
  14. d89eec8 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by [email protected] · 12 years ago
  15. 2025d00 Move eintr_wrapper.h from base to base/posix by [email protected] · 13 years ago
  16. 05094a3 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 [email protected] · 14 years ago
  17. 22b42c59 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  18. c7f91e8 Revert 69694 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  19. 9a44a4db6 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  20. 8bf7b53 Revert 69690 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  21. a329ecd Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  22. f9e9049 Revert 69660 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  23. 3ca1235 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  24. c0b0a69 Revert 69264 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  25. 2d71bd1 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  26. ad8e04ac Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by [email protected] · 15 years ago
  27. a9c836f Handle return value from HANDLE_EINTR in file_descriptor_set_posix_unittest.cc. by [email protected] · 15 years ago
  28. ac8d344 Build fix: I incorrectly applied r21399 from a patch. by [email protected] · 16 years ago[Renamed from ipc/file_descriptor_set_unittest.cc]
  29. 946d1b2 Split the IPC code into ipc/ by [email protected] · 16 years ago[Renamed (98%) from chrome/common/file_descriptor_set_unittest.cc]
  30. 042070d Fix valigrind complaint about invalid file descriptor on close. by [email protected] · 16 years ago
  31. 157c61b POSIX: Add a macro for handling EINTR. by [email protected] · 16 years ago
  32. 82e5ee8 Revert "Move IPC code to ipc/" by [email protected] · 16 years ago[Renamed (98%) from ipc/file_descriptor_set_unittest.cc]
  33. 8cf3f1da Move IPC code to ipc/ by [email protected] · 16 years ago[Renamed (98%) from chrome/common/file_descriptor_set_unittest.cc]
  34. 56dacae Mac: build fix by [email protected] · 17 years ago
  35. 89a104d POSIX: fix Mac build by [email protected] · 17 years ago
  36. c792d81 POSIX: Add FileDescriptorSet unittest by [email protected] · 17 years ago