1. ea3b3f2 Move global_descriptors to base/posix. by brettw@chromium.org · 12 years ago
  2. 7cc8033 Trace PostTasks from post to run. by jbates@chromium.org · 12 years ago
  3. 4b8271c Add async trace events to trace progress of IPC messages by jbates@chromium.org · 12 years ago
  4. 8a6e499 Fixing gcc 4.7 building problems. by shenhan@google.com · 12 years ago
  5. b9a99ce PPAPI/NaCl: Fix leaky NaClIPCAdapter test. by dmichael@chromium.org · 12 years ago
  6. 8b60dfa Prevent reading invalid memory in IPC code caused by assumption of contiguity in std::deque<>. by fischman@chromium.org · 12 years ago
  7. a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 12 years ago
  8. f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 13 years ago
  9. 0e9d0a1 Factor out the shared parts of IPC channel reading. by brettw@chromium.org · 13 years ago
  10. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago
  11. 828e859 Separate out the platform-independent parts of Channel reading. by brettw@chromium.org · 13 years ago
  12. 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 · 13 years ago
  13. 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
  14. 3eed540 Coverity: Fix leaks. by jhawkins@chromium.org · 13 years ago
  15. 61edb8b OpenBSD patch for ipc, split from CR #8275005 by mark@chromium.org · 13 years ago
  16. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  17. af9455b Wait properly for renderer crashes by phajdan.jr@chromium.org · 13 years ago
  18. 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
  19. 2d471f0 Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  20. 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
  21. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  22. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  23. f37b4e5 Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. by kkania@chromium.org · 13 years ago
  24. dc4b970 some cleanup for base/stl_util by dilmah@chromium.org · 13 years ago
  25. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  26. 2158a0e Use vector_as_array() in ipc/ipc_channel_posix.cc by tzik@chromium.org · 13 years ago
  27. 8fa070a Coverity: Initialize member variables. by jhawkins@chromium.org · 13 years ago
  28. 2f6765e Remove unused member from POSIX implementation of ChannelImpl. by cbentzel@chromium.org · 13 years ago
  29. 9eb2aa5 Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). by david.mike.futcher@gmail.com · 13 years ago
  30. 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
  31. 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
  32. f91f8ae Limit access to named IPC channels with SO_PEERCRED, not file permissions. by wez@chromium.org · 13 years ago
  33. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  34. 2812db6 Add some bullet proofing to ipc_channel_posix. by dmaclach@chromium.org · 14 years ago
  35. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 14 years ago
  36. 0d5ac66 ipc: don't send server hello message if we closed the channel. by agl@chromium.org · 14 years ago
  37. 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 · 14 years ago
  38. 0c55c56 Get service process running standalone on the mac by hooking it into launchd. by dmaclach@chromium.org · 14 years ago
  39. 8b56335 Wigtspace change to trigger a build. by thestig@chromium.org · 14 years ago
  40. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  41. 424ed87 Get service processes working on Mac and Linux. by dmaclach@chromium.org · 14 years ago
  42. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  43. b987255 Adjust unix domain IPC permissions. by dtu@chromium.org · 14 years ago
  44. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  45. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  46. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  47. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  48. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  49. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  50. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  51. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  52. f3d729a Revert 69341 - Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  53. db10f28 Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  54. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  55. aa87060 Rename all methods accessing Singleton<T> as GetInstance(). by satish@chromium.org · 14 years ago
  56. 23f1df5 Revert "Add named testing interface." by phajdan.jr@chromium.org · 14 years ago
  57. dec0e2b Add some more detail to PLOGs when debugging problems by dmaclach@chromium.org · 14 years ago
  58. 2680d3a Define IPC_USES_READWRITE by dmaclach@chromium.org · 14 years ago
  59. af4a3eb Fix up sun_path_len so that it is consistent across all our platforms. by dmaclach@chromium.org · 14 years ago
  60. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  61. 77f9586 Wrap GlobalDescriptors singleton in accessor method. by evan@chromium.org · 14 years ago
  62. 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
  63. 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
  64. 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
  65. d4e6ec0 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
  66. a23997f Revert 66350 - 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
  67. c00c990 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
  68. fcdd54b Covert LOG(INFO) to VLOG(1) - ipc/. by pkasting@chromium.org · 14 years ago
  69. 275c2ec Move Stats, histograms, and field trial into a metrics subdirectory of base and by brettw@chromium.org · 14 years ago
  70. dab2a02 Mac: clang build by thakis@chromium.org · 14 years ago
  71. a7331b6 FBTF: Move more ctors/dtors from headers to implementation. by erg@google.com · 14 years ago
  72. 9a24207 Up the warnings in ipc (take 2) by thomasvl@google.com · 14 years ago
  73. a36ac15 Revert 51520 - Up the warnings in ipc by thomasvl@chromium.org · 14 years ago
  74. ec41ecd Up the warnings in ipc by thomasvl@google.com · 14 years ago
  75. 965db9a Clang: Do not ignore result of HANDLE_EINTR. by thakis@chromium.org · 14 years ago
  76. 2fb1542 Revert 49988 - ipc by thakis@chromium.org · 14 years ago
  77. bff907f Revert 49989 - x by thakis@chromium.org · 14 years ago
  78. 4b5c7bc x by thakis@chromium.org · 14 years ago
  79. 51d539f ipc by thakis@chromium.org · 14 years ago
  80. c1e93ea POSIX: make sure that we never pass directory descriptors into the sandbox. by agl@chromium.org · 14 years ago
  81. c45765a chunk of straightforward ifdef/include changes for BSD port by pvalchev@google.com · 14 years ago
  82. 9ccf8b5 SELinux: add basic policy. by agl@chromium.org · 14 years ago
  83. c973c0f The plugin channel host in the renderer process should not initialize IPC by mark@chromium.org · 15 years ago
  84. 9ece6b9 Revert "Better handle oversized IPC messages" r37102 by jeremy@chromium.org · 15 years ago
  85. 839a275 Better handle oversized IPC messages by jeremy@chromium.org · 15 years ago
  86. 2a85b11 Recognize EMSGSIZE as non-fatal on OS X. by jeremy@chromium.org · 15 years ago
  87. a240677 Added new IPC message class for CommandBuffer. by apatrick@google.com · 15 years ago
  88. 53a4fac Add paranoid logging to ChannelImpl::ProcessOutgoingMessages() to help track down bug. by jeremy@chromium.org · 15 years ago
  89. ae34f8c Don't reuse the initial IPC channel. by mark@chromium.org · 15 years ago
  90. aea8162 Use AutoReset (formerly ScopedBool) where possible. by pkasting@chromium.org · 15 years ago
  91. 7d3eaa7 linux: cut down on EPIPE error spew by evan@chromium.org · 15 years ago
  92. 44aaf62 Linux: remove the pipe errors that we spew all the time. by agl@chromium.org · 15 years ago
  93. 90a3f8a Eliminate all uses of strerror() in code that uses src/base. strerror() is inherently unsafe in multi-threaded apps because it stores the string in a global buffer. It should never be used. If you want to log an error, use PLOG and friends, or if that's too high-level then use safe_strerror(). by tschmelcher@chromium.org · 15 years ago
  94. 2f74d1c Fix reads and writes to freed memory in Channel::ChannelImpl::OnFileCanReadWithoutBlocking() by hawk@chromium.org · 15 years ago
  95. fa6a75b IPC & LibEvent fix by jeremy@chromium.org · 15 years ago
  96. a81f84a On Linux, move the passing of filedescriptors to a dedicated socketpair(). by agl@chromium.org · 15 years ago
  97. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  98. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  99. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago