1. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  2. e7eaf39 Use a direct include of strings headers in ipc/, jingle/, media/. by avi@chromium.org · 11 years ago
  3. 36ceed6 Linux: remove unmaintained SELinux code. by phajdan.jr@chromium.org · 11 years ago
  4. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  5. f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  6. 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 11 years ago
  7. bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  8. adeb31c Revert 187233 by dmikurube@chromium.org · 11 years ago
  9. 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  10. 53a8ef8 Revert 186912 by jeremya@chromium.org · 11 years ago
  11. a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  12. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  13. 22b3fda Rename FilePath -> base::FilePath in various toplevel directories by brettw@chromium.org · 11 years ago
  14. 721fe99 Remove IPC::Channel::set_listener(). by viettrungluu@chromium.org · 12 years ago
  15. b6d8120 Add missing includes to ipc_listener.h by tfarina@chromium.org · 12 years ago
  16. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  17. ea3b3f2 Move global_descriptors to base/posix. by brettw@chromium.org · 12 years ago
  18. 7cc8033 Trace PostTasks from post to run. by jbates@chromium.org · 12 years ago
  19. 4b8271c Add async trace events to trace progress of IPC messages by jbates@chromium.org · 12 years ago
  20. 8a6e499 Fixing gcc 4.7 building problems. by shenhan@google.com · 12 years ago
  21. b9a99ce PPAPI/NaCl: Fix leaky NaClIPCAdapter test. by dmichael@chromium.org · 12 years ago
  22. 8b60dfa Prevent reading invalid memory in IPC code caused by assumption of contiguity in std::deque<>. by fischman@chromium.org · 12 years ago
  23. a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 12 years ago
  24. f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 12 years ago
  25. 0e9d0a1 Factor out the shared parts of IPC channel reading. by brettw@chromium.org · 12 years ago
  26. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 12 years ago
  27. 828e859 Separate out the platform-independent parts of Channel reading. by brettw@chromium.org · 12 years ago
  28. 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
  29. 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
  30. 3eed540 Coverity: Fix leaks. by jhawkins@chromium.org · 13 years ago
  31. 61edb8b OpenBSD patch for ipc, split from CR #8275005 by mark@chromium.org · 13 years ago
  32. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  33. af9455b Wait properly for renderer crashes by phajdan.jr@chromium.org · 13 years ago
  34. 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
  35. 2d471f0 Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  36. 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
  37. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  38. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  39. f37b4e5 Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. by kkania@chromium.org · 13 years ago
  40. dc4b970 some cleanup for base/stl_util by dilmah@chromium.org · 13 years ago
  41. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  42. 2158a0e Use vector_as_array() in ipc/ipc_channel_posix.cc by tzik@chromium.org · 13 years ago
  43. 8fa070a Coverity: Initialize member variables. by jhawkins@chromium.org · 13 years ago
  44. 2f6765e Remove unused member from POSIX implementation of ChannelImpl. by cbentzel@chromium.org · 13 years ago
  45. 9eb2aa5 Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). by david.mike.futcher@gmail.com · 13 years ago
  46. 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
  47. 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
  48. f91f8ae Limit access to named IPC channels with SO_PEERCRED, not file permissions. by wez@chromium.org · 13 years ago
  49. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  50. 2812db6 Add some bullet proofing to ipc_channel_posix. by dmaclach@chromium.org · 13 years ago
  51. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 13 years ago
  52. 0d5ac66 ipc: don't send server hello message if we closed the channel. by agl@chromium.org · 13 years ago
  53. 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
  54. 0c55c56 Get service process running standalone on the mac by hooking it into launchd. by dmaclach@chromium.org · 13 years ago
  55. 8b56335 Wigtspace change to trigger a build. by thestig@chromium.org · 13 years ago
  56. f146c29 Clean up channel modes by dmaclach@chromium.org · 13 years ago
  57. 424ed87 Get service processes working on Mac and Linux. by dmaclach@chromium.org · 13 years ago
  58. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  59. b987255 Adjust unix domain IPC permissions. by dtu@chromium.org · 14 years ago
  60. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  61. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  62. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  63. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  64. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  65. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  66. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  67. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  68. f3d729a Revert 69341 - Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  69. db10f28 Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  70. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  71. aa87060 Rename all methods accessing Singleton<T> as GetInstance(). by satish@chromium.org · 14 years ago
  72. 23f1df5 Revert "Add named testing interface." by phajdan.jr@chromium.org · 14 years ago
  73. dec0e2b Add some more detail to PLOGs when debugging problems by dmaclach@chromium.org · 14 years ago
  74. 2680d3a Define IPC_USES_READWRITE by dmaclach@chromium.org · 14 years ago
  75. af4a3eb Fix up sun_path_len so that it is consistent across all our platforms. by dmaclach@chromium.org · 14 years ago
  76. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  77. 77f9586 Wrap GlobalDescriptors singleton in accessor method. by evan@chromium.org · 14 years ago
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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
  84. fcdd54b Covert LOG(INFO) to VLOG(1) - ipc/. by pkasting@chromium.org · 14 years ago
  85. 275c2ec Move Stats, histograms, and field trial into a metrics subdirectory of base and by brettw@chromium.org · 14 years ago
  86. dab2a02 Mac: clang build by thakis@chromium.org · 14 years ago
  87. a7331b6 FBTF: Move more ctors/dtors from headers to implementation. by erg@google.com · 14 years ago
  88. 9a24207 Up the warnings in ipc (take 2) by thomasvl@google.com · 14 years ago
  89. a36ac15 Revert 51520 - Up the warnings in ipc by thomasvl@chromium.org · 14 years ago
  90. ec41ecd Up the warnings in ipc by thomasvl@google.com · 14 years ago
  91. 965db9a Clang: Do not ignore result of HANDLE_EINTR. by thakis@chromium.org · 14 years ago
  92. 2fb1542 Revert 49988 - ipc by thakis@chromium.org · 14 years ago
  93. bff907f Revert 49989 - x by thakis@chromium.org · 14 years ago
  94. 4b5c7bc x by thakis@chromium.org · 14 years ago
  95. 51d539f ipc by thakis@chromium.org · 14 years ago
  96. c1e93ea POSIX: make sure that we never pass directory descriptors into the sandbox. by agl@chromium.org · 14 years ago
  97. c45765a chunk of straightforward ifdef/include changes for BSD port by pvalchev@google.com · 14 years ago
  98. 9ccf8b5 SELinux: add basic policy. by agl@chromium.org · 14 years ago
  99. c973c0f The plugin channel host in the renderer process should not initialize IPC by mark@chromium.org · 14 years ago
  100. 9ece6b9 Revert "Better handle oversized IPC messages" r37102 by jeremy@chromium.org · 15 years ago