1. f355d88 MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 10 years ago
  2. cd52576 Standardize usage of virtual/override/final specifiers in ipc/. by dcheng · 10 years ago
  3. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  4. 9b01d24 Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/) by dcheng · 10 years ago
  5. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  6. 13e514d Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 10 years ago
  7. d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
  8. df416e1 Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/ by thestig · 10 years ago
  9. 844f1c3 IPC::Channel: Reduce POSIX specific API surface by morrita@chromium.org · 10 years ago
  10. fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
  11. 2ced004 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  12. f74386d Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." by mattm@chromium.org · 10 years ago
  13. ae1bebb Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  14. ceed605 Get rid of multiprocess_test's debug_on_start arguments. by viettrungluu@chromium.org · 10 years ago
  15. a53c97c Fix posix IPC channel hanging problem. by hubbe@chromium.org · 10 years ago
  16. 105da53 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/150893002/) by hubbe@chromium.org · 10 years ago
  17. ac0e9a2 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 10 years ago
  18. da7c723 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/30133002/) by hubbe@chromium.org · 10 years ago
  19. af3dc43 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 10 years ago
  20. 738669a Move directory creation functions to base namespace. by brettw@chromium.org · 11 years ago
  21. fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
  22. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  23. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  24. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  25. a29af56 Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
  26. 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 11 years ago
  27. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
  28. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  29. f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  30. 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 11 years ago
  31. bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  32. adeb31c Revert 187233 by dmikurube@chromium.org · 11 years ago
  33. 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  34. 53a8ef8 Revert 186912 by jeremya@chromium.org · 11 years ago
  35. a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  36. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  37. 22b3fda Rename FilePath -> base::FilePath in various toplevel directories by brettw@chromium.org · 11 years ago
  38. 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
  39. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  40. 5966b64 Switch to TimeDelta interfaces for process waiting functions in net and ipc. by tedvessenes@gmail.com · 12 years ago
  41. f947ed0 Separate out IPC::Message::Sender and Channel::Listener into a separate class. by brettw@chromium.org · 12 years ago
  42. 42a2e0d Android: Get the cache directory using path service. by nileshagrawal@chromium.org · 12 years ago
  43. 56b3370 Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. by tedvessenes@gmail.com · 12 years ago
  44. 10328bb Removing MessageLoop::QuitTask() from ipc/ by dcheng@chromium.org · 13 years ago
  45. 2eb192e Android IPC changes. by jrg@chromium.org · 13 years ago
  46. c4f2de2 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 pkasting@chromium.org · 13 years ago
  47. 344a3d5 There are times on the Mac when pipe names of 0 length may occur. Let the caller handle by dmaclach@chromium.org · 13 years ago
  48. ecc3f07 Tag IPC::Channel::Listener implementations with OVERRIDE by evan@chromium.org · 13 years ago
  49. f37b4e5 Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. by kkania@chromium.org · 13 years ago
  50. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  51. 2812db6 Add some bullet proofing to ipc_channel_posix. by dmaclach@chromium.org · 13 years ago
  52. 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  53. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  54. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  55. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  56. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  57. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  58. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  59. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  60. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  61. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago