1. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  2. 2158a0e Use vector_as_array() in ipc/ipc_channel_posix.cc by tzik@chromium.org · 13 years ago
  3. 8fa070a Coverity: Initialize member variables. by jhawkins@chromium.org · 13 years ago
  4. 2f6765e Remove unused member from POSIX implementation of ChannelImpl. by cbentzel@chromium.org · 13 years ago
  5. 9eb2aa5 Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). by david.mike.futcher@gmail.com · 13 years ago
  6. 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
  7. 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
  8. f91f8ae Limit access to named IPC channels with SO_PEERCRED, not file permissions. by wez@chromium.org · 13 years ago
  9. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  10. 2812db6 Add some bullet proofing to ipc_channel_posix. by dmaclach@chromium.org · 13 years ago
  11. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 13 years ago
  12. 0d5ac66 ipc: don't send server hello message if we closed the channel. by agl@chromium.org · 13 years ago
  13. 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
  14. 0c55c56 Get service process running standalone on the mac by hooking it into launchd. by dmaclach@chromium.org · 13 years ago
  15. 8b56335 Wigtspace change to trigger a build. by thestig@chromium.org · 13 years ago
  16. f146c29 Clean up channel modes by dmaclach@chromium.org · 13 years ago
  17. 424ed87 Get service processes working on Mac and Linux. by dmaclach@chromium.org · 13 years ago
  18. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  19. b987255 Adjust unix domain IPC permissions. by dtu@chromium.org · 14 years ago
  20. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  21. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  22. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  23. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  24. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  25. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  26. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  27. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  28. f3d729a Revert 69341 - Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  29. db10f28 Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  30. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  31. aa87060 Rename all methods accessing Singleton<T> as GetInstance(). by satish@chromium.org · 14 years ago
  32. 23f1df5 Revert "Add named testing interface." by phajdan.jr@chromium.org · 14 years ago
  33. dec0e2b Add some more detail to PLOGs when debugging problems by dmaclach@chromium.org · 14 years ago
  34. 2680d3a Define IPC_USES_READWRITE by dmaclach@chromium.org · 14 years ago
  35. af4a3eb Fix up sun_path_len so that it is consistent across all our platforms. by dmaclach@chromium.org · 14 years ago
  36. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  37. 77f9586 Wrap GlobalDescriptors singleton in accessor method. by evan@chromium.org · 14 years ago
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. fcdd54b Covert LOG(INFO) to VLOG(1) - ipc/. by pkasting@chromium.org · 14 years ago
  45. 275c2ec Move Stats, histograms, and field trial into a metrics subdirectory of base and by brettw@chromium.org · 14 years ago
  46. dab2a02 Mac: clang build by thakis@chromium.org · 14 years ago
  47. a7331b6 FBTF: Move more ctors/dtors from headers to implementation. by erg@google.com · 14 years ago
  48. 9a24207 Up the warnings in ipc (take 2) by thomasvl@google.com · 14 years ago
  49. a36ac15 Revert 51520 - Up the warnings in ipc by thomasvl@chromium.org · 14 years ago
  50. ec41ecd Up the warnings in ipc by thomasvl@google.com · 14 years ago
  51. 965db9a Clang: Do not ignore result of HANDLE_EINTR. by thakis@chromium.org · 14 years ago
  52. 2fb1542 Revert 49988 - ipc by thakis@chromium.org · 14 years ago
  53. bff907f Revert 49989 - x by thakis@chromium.org · 14 years ago
  54. 4b5c7bc x by thakis@chromium.org · 14 years ago
  55. 51d539f ipc by thakis@chromium.org · 14 years ago
  56. c1e93ea POSIX: make sure that we never pass directory descriptors into the sandbox. by agl@chromium.org · 14 years ago
  57. c45765a chunk of straightforward ifdef/include changes for BSD port by pvalchev@google.com · 14 years ago
  58. 9ccf8b5 SELinux: add basic policy. by agl@chromium.org · 14 years ago
  59. c973c0f The plugin channel host in the renderer process should not initialize IPC by mark@chromium.org · 14 years ago
  60. 9ece6b9 Revert "Better handle oversized IPC messages" r37102 by jeremy@chromium.org · 15 years ago
  61. 839a275 Better handle oversized IPC messages by jeremy@chromium.org · 15 years ago
  62. 2a85b11 Recognize EMSGSIZE as non-fatal on OS X. by jeremy@chromium.org · 15 years ago
  63. a240677 Added new IPC message class for CommandBuffer. by apatrick@google.com · 15 years ago
  64. 53a4fac Add paranoid logging to ChannelImpl::ProcessOutgoingMessages() to help track down bug. by jeremy@chromium.org · 15 years ago
  65. ae34f8c Don't reuse the initial IPC channel. by mark@chromium.org · 15 years ago
  66. aea8162 Use AutoReset (formerly ScopedBool) where possible. by pkasting@chromium.org · 15 years ago
  67. 7d3eaa7 linux: cut down on EPIPE error spew by evan@chromium.org · 15 years ago
  68. 44aaf62 Linux: remove the pipe errors that we spew all the time. by agl@chromium.org · 15 years ago
  69. 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
  70. 2f74d1c Fix reads and writes to freed memory in Channel::ChannelImpl::OnFileCanReadWithoutBlocking() by hawk@chromium.org · 15 years ago
  71. fa6a75b IPC & LibEvent fix by jeremy@chromium.org · 15 years ago
  72. a81f84a On Linux, move the passing of filedescriptors to a dedicated socketpair(). by agl@chromium.org · 15 years ago
  73. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  74. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  75. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago