1. 15996aa Introduce ChannelMojo by morrita@chromium.org · 10 years ago
  2. 844f1c3 IPC::Channel: Reduce POSIX specific API surface by morrita@chromium.org · 10 years ago
  3. fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
  4. 8507da3 Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..." by viettrungluu@chromium.org · 10 years ago
  5. c4a990b Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash. by viettrungluu@chromium.org · 10 years ago
  6. 8766c7e Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..." by viettrungluu@chromium.org · 10 years ago
  7. 6636ab2 Add a temporary CHECK to IPC::Channel::Send() to help track down crash. by viettrungluu@chromium.org · 10 years ago
  8. 913c948 IPC: Make ipc_perftests run on Android. by epenner@chromium.org · 10 years ago
  9. a53c97c Fix posix IPC channel hanging problem. by hubbe@chromium.org · 10 years ago
  10. 105da53 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/150893002/) by hubbe@chromium.org · 10 years ago
  11. ac0e9a2 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 10 years ago
  12. da7c723 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/30133002/) by hubbe@chromium.org · 11 years ago
  13. af3dc43 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 11 years ago
  14. fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
  15. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  16. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  17. 683920d Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
  18. 6ecd712 Revert 227999 "Alternative workaround for mac kernel bug." by benwells@chromium.org · 11 years ago
  19. 1b503fc Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
  20. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  21. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  22. e7eaf39 Use a direct include of strings headers in ipc/, jingle/, media/. by avi@chromium.org · 11 years ago
  23. 36ceed6 Linux: remove unmaintained SELinux code. by phajdan.jr@chromium.org · 11 years ago
  24. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  25. f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  26. 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 11 years ago
  27. bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  28. adeb31c Revert 187233 by dmikurube@chromium.org · 11 years ago
  29. 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  30. 53a8ef8 Revert 186912 by jeremya@chromium.org · 11 years ago
  31. a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  32. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  33. 22b3fda Rename FilePath -> base::FilePath in various toplevel directories by brettw@chromium.org · 11 years ago
  34. 721fe99 Remove IPC::Channel::set_listener(). by viettrungluu@chromium.org · 12 years ago
  35. b6d8120 Add missing includes to ipc_listener.h by tfarina@chromium.org · 12 years ago
  36. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  37. ea3b3f2 Move global_descriptors to base/posix. by brettw@chromium.org · 12 years ago
  38. 7cc8033 Trace PostTasks from post to run. by jbates@chromium.org · 12 years ago
  39. 4b8271c Add async trace events to trace progress of IPC messages by jbates@chromium.org · 12 years ago
  40. 8a6e499 Fixing gcc 4.7 building problems. by shenhan@google.com · 12 years ago
  41. b9a99ce PPAPI/NaCl: Fix leaky NaClIPCAdapter test. by dmichael@chromium.org · 12 years ago
  42. 8b60dfa Prevent reading invalid memory in IPC code caused by assumption of contiguity in std::deque<>. by fischman@chromium.org · 12 years ago
  43. a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 12 years ago
  44. f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 12 years ago
  45. 0e9d0a1 Factor out the shared parts of IPC channel reading. by brettw@chromium.org · 12 years ago
  46. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 12 years ago
  47. 828e859 Separate out the platform-independent parts of Channel reading. by brettw@chromium.org · 12 years ago
  48. 293988a This changes around our handling of file descriptors to reduce code duplication and increase clarity. I tried to minimize actual changes and just move code. There are a few exceptions: by brettw@chromium.org · 12 years ago
  49. 8b302f3 Fix warning so Android ipc_tests builds again. (-Werror turned on in http://codereview.chromium.org/9288008) by jrg@chromium.org · 13 years ago
  50. 3eed540 Coverity: Fix leaks. by jhawkins@chromium.org · 13 years ago
  51. 61edb8b OpenBSD patch for ipc, split from CR #8275005 by mark@chromium.org · 13 years ago
  52. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  53. af9455b Wait properly for renderer crashes by phajdan.jr@chromium.org · 13 years ago
  54. 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
  55. 2d471f0 Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  56. 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
  57. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  58. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  59. f37b4e5 Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. by kkania@chromium.org · 13 years ago
  60. dc4b970 some cleanup for base/stl_util by dilmah@chromium.org · 13 years ago
  61. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  62. 2158a0e Use vector_as_array() in ipc/ipc_channel_posix.cc by tzik@chromium.org · 13 years ago
  63. 8fa070a Coverity: Initialize member variables. by jhawkins@chromium.org · 13 years ago
  64. 2f6765e Remove unused member from POSIX implementation of ChannelImpl. by cbentzel@chromium.org · 13 years ago
  65. 9eb2aa5 Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). by david.mike.futcher@gmail.com · 13 years ago
  66. 7cce091 Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file permissions.BUG=TEST=Run Chrome & configure a service, to get the service process to start. Close Chrome and run a copy as a different user, but from the same user-data-dir. New Chrome should not be able to communicate with the service process.Review URL: http://codereview.chromium.org/6631002TBR=wez@chromium.orgReview URL: http://codereview.chromium.org/6806006 by wez@chromium.org · 13 years ago
  67. a76a26f Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file permissions.BUG=TEST=Run Chrome & configure a service, to get the service process to start. Close Chrome and run a copy as a different user, but from the same user-data-dir. New Chrome should not be able to communicate with the service process.Review URL: http://codereview.chromium.org/6631002 by wez@chromium.org · 13 years ago
  68. f91f8ae Limit access to named IPC channels with SO_PEERCRED, not file permissions. by wez@chromium.org · 13 years ago
  69. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  70. 2812db6 Add some bullet proofing to ipc_channel_posix. by dmaclach@chromium.org · 13 years ago
  71. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 13 years ago
  72. 0d5ac66 ipc: don't send server hello message if we closed the channel. by agl@chromium.org · 13 years ago
  73. 90e5e25 Expand comment for named IPC chmod(). It was previously unclear that it is just a precaution and not intended to be a complete security policy for the named IPC channel. by dtu@chromium.org · 13 years ago
  74. 0c55c56 Get service process running standalone on the mac by hooking it into launchd. by dmaclach@chromium.org · 13 years ago
  75. 8b56335 Wigtspace change to trigger a build. by thestig@chromium.org · 13 years ago
  76. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  77. 424ed87 Get service processes working on Mac and Linux. by dmaclach@chromium.org · 14 years ago
  78. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  79. b987255 Adjust unix domain IPC permissions. by dtu@chromium.org · 14 years ago
  80. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  81. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  82. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  83. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  84. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  85. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  86. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  87. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  88. f3d729a Revert 69341 - Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  89. db10f28 Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  90. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  91. aa87060 Rename all methods accessing Singleton<T> as GetInstance(). by satish@chromium.org · 14 years ago
  92. 23f1df5 Revert "Add named testing interface." by phajdan.jr@chromium.org · 14 years ago
  93. dec0e2b Add some more detail to PLOGs when debugging problems by dmaclach@chromium.org · 14 years ago
  94. 2680d3a Define IPC_USES_READWRITE by dmaclach@chromium.org · 14 years ago
  95. af4a3eb Fix up sun_path_len so that it is consistent across all our platforms. by dmaclach@chromium.org · 14 years ago
  96. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  97. 77f9586 Wrap GlobalDescriptors singleton in accessor method. by evan@chromium.org · 14 years ago
  98. 7722283 This CL add a GetInstance() method to singleton classes instead of relying on the callers to use Singleton<T>. by satish@chromium.org · 14 years ago
  99. eec55b8 Add named testing interface. This allows you to connect to a pre-existing Chrome process and run tests on it. This is an addition to the low level interface underlying testing frameworks like PyAuto and WebDriver. by nirnimesh@chromium.org · 14 years ago
  100. 2212141 Revert 66840 - Add named testing interface. This allows you to connect to a pre-existing Chrome process and run tests on it. This is an addition to the low level interface underlying testing frameworks like PyAuto and WebDriver. by kkania@chromium.org · 14 years ago