1. 5210d59 IPC::Channel: Reduce POSIX specific API surface by [email protected] · 11 years ago
  2. 2f60c9b Make IPC::Channel polymorphic by [email protected] · 11 years ago
  3. e482111a8 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by [email protected] · 11 years ago
  4. cfa4e4b Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." by [email protected] · 11 years ago
  5. 3909aa9 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by [email protected] · 11 years ago
  6. 963a91b Get rid of multiprocess_test's debug_on_start arguments. by [email protected] · 11 years ago
  7. 0e8a791 Fix posix IPC channel hanging problem. by [email protected] · 12 years ago
  8. 13ffc27 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/150893002/) by [email protected] · 12 years ago
  9. 2aa3fb13 Fix posix IPC channel hanging problem. by [email protected] · 12 years ago
  10. 891ccf8a Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/30133002/) by [email protected] · 12 years ago
  11. af08fff Fix posix IPC channel hanging problem. by [email protected] · 12 years ago
  12. 426d1c9 Move directory creation functions to base namespace. by [email protected] · 12 years ago
  13. d89eec8 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by [email protected] · 12 years ago
  14. 753bb25 Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by [email protected] · 12 years ago
  15. 9ea0ecd Remove unused IPC::Message priority. by [email protected] · 12 years ago
  16. e66ef60 Update include paths in ipc for base/process changes. by [email protected] · 12 years ago
  17. 2a9ec0e Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by [email protected] · 12 years ago
  18. dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
  19. 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
  20. fd0a773a ipc: Use base::MessageLoop. by [email protected] · 12 years ago
  21. bdf9bdc Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by [email protected] · 12 years ago
  22. 09e6752 Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by [email protected] · 12 years ago
  23. b2720f1 Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by [email protected] · 12 years ago
  24. 081ace9 Revert 187233 by [email protected] · 12 years ago
  25. 3cfcda3 Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by [email protected] · 12 years ago
  26. 126ced00 Revert 186912 by [email protected] · 12 years ago
  27. 1b1ed5a Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by [email protected] · 12 years ago
  28. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  29. 6d4b67a Rename FilePath -> base::FilePath in various toplevel directories by [email protected] · 13 years ago
  30. 2a3aa7b5 Move IPC tests into anonymous namespaces. by [email protected] · 13 years ago
  31. 2025d00 Move eintr_wrapper.h from base to base/posix by [email protected] · 13 years ago
  32. 0f2e45ec Switch to TimeDelta interfaces for process waiting functions in net and ipc. by [email protected] · 13 years ago
  33. 57319ce Separate out IPC::Message::Sender and Channel::Listener into a separate class. by [email protected] · 13 years ago
  34. 5f6259d Android: Get the cache directory using path service. by [email protected] · 13 years ago
  35. 5896fa04 Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. by [email protected] · 13 years ago
  36. 8e2077d2 Removing MessageLoop::QuitTask() from ipc/ by [email protected] · 14 years ago
  37. 6fa21d0 Android IPC changes. by [email protected] · 14 years ago
  38. d643172 Reduce number of unnamed-type-template-args violations (mostly when passing values to DCHECK(), ASSERT_EQ(), etc.), generally by naming previously-anonymous enums. We've decided not to eliminate the warning entirely because doing so is only possible with tons of ugly static_cast<>()s in Mac code. by [email protected] · 14 years ago
  39. 3c52425 There are times on the Mac when pipe names of 0 length may occur. Let the caller handle by [email protected] · 14 years ago
  40. da1bd18 Tag IPC::Channel::Listener implementations with OVERRIDE by [email protected] · 14 years ago
  41. 313c00e5 Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. by [email protected] · 14 years ago
  42. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  43. 6aad23f9 Add some bullet proofing to ipc_channel_posix. by [email protected] · 14 years ago
  44. a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 15 years ago
  45. 22b42c59 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  46. c7f91e8 Revert 69694 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  47. 9a44a4db6 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  48. 8bf7b53 Revert 69690 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  49. a329ecd Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  50. f9e9049 Revert 69660 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  51. 3ca1235 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  52. c0b0a69 Revert 69264 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  53. 2d71bd1 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago