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. 683920d Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
  5. 6ecd712 Revert 227999 "Alternative workaround for mac kernel bug." by benwells@chromium.org · 11 years ago
  6. 1b503fc Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
  7. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  8. 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
  9. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  10. f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  11. 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 11 years ago
  12. bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  13. adeb31c Revert 187233 by dmikurube@chromium.org · 11 years ago
  14. 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  15. 53a8ef8 Revert 186912 by jeremya@chromium.org · 11 years ago
  16. a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  17. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  18. 8b60dfa Prevent reading invalid memory in IPC code caused by assumption of contiguity in std::deque<>. by fischman@chromium.org · 12 years ago
  19. a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 12 years ago
  20. 0e9d0a1 Factor out the shared parts of IPC channel reading. by brettw@chromium.org · 12 years ago
  21. 828e859 Separate out the platform-independent parts of Channel reading. by brettw@chromium.org · 12 years ago
  22. 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
  23. 362c8a8 Add OVERRIDE to ipc/. by avi@chromium.org · 13 years ago
  24. af9455b Wait properly for renderer crashes by phajdan.jr@chromium.org · 13 years ago
  25. 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
  26. 2d471f0 Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  27. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  28. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  29. f37b4e5 Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. by kkania@chromium.org · 13 years ago
  30. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  31. 0d7e019 Enhance the comment about IPC_USES_READWRITE. I was confused and thought that by brettw@chromium.org · 13 years ago
  32. 2f6765e Remove unused member from POSIX implementation of ChannelImpl. by cbentzel@chromium.org · 13 years ago
  33. 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
  34. 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
  35. f91f8ae Limit access to named IPC channels with SO_PEERCRED, not file permissions. by wez@chromium.org · 13 years ago
  36. 2812db6 Add some bullet proofing to ipc_channel_posix. by dmaclach@chromium.org · 13 years ago
  37. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  38. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  39. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  40. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  41. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  42. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  43. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  44. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  45. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  46. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  47. 2680d3a Define IPC_USES_READWRITE by dmaclach@chromium.org · 14 years ago
  48. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  49. a7331b6 FBTF: Move more ctors/dtors from headers to implementation. by erg@google.com · 14 years ago
  50. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  51. c45765a chunk of straightforward ifdef/include changes for BSD port by pvalchev@google.com · 14 years ago
  52. c973c0f The plugin channel host in the renderer process should not initialize IPC by mark@chromium.org · 14 years ago
  53. aea8162 Use AutoReset (formerly ScopedBool) where possible. by pkasting@chromium.org · 15 years ago
  54. a81f84a On Linux, move the passing of filedescriptors to a dedicated socketpair(). by agl@chromium.org · 15 years ago
  55. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  56. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  57. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago