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. 2ced004 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  5. f74386d Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." by mattm@chromium.org · 10 years ago
  6. ae1bebb Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  7. 913c948 IPC: Make ipc_perftests run on Android. by epenner@chromium.org · 10 years ago
  8. b986740 Connect PPAPI IPC channels for non-SFI mode. by hidehiko@chromium.org · 10 years ago
  9. a1d6d4e Revert "Connect PPAPI IPC channels for non-SFI mode." by loislo@chromium.org · 10 years ago
  10. 42475cf Connect PPAPI IPC channels for non-SFI mode. by hidehiko@chromium.org · 10 years ago
  11. 683920d Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
  12. 6ecd712 Revert 227999 "Alternative workaround for mac kernel bug." by benwells@chromium.org · 11 years ago
  13. 1b503fc Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
  14. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  15. f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  16. 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 11 years ago
  17. bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  18. adeb31c Revert 187233 by dmikurube@chromium.org · 11 years ago
  19. 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  20. 53a8ef8 Revert 186912 by jeremya@chromium.org · 11 years ago
  21. a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  22. 721fe99 Remove IPC::Channel::set_listener(). by viettrungluu@chromium.org · 12 years ago
  23. b41935e Fix typo in comment ("ammount"). by viettrungluu@chromium.org · 12 years ago
  24. 3d82448 Use an explicit PID for duplicating Pepper handles rather than the Channel's. by brettw@chromium.org · 12 years ago
  25. beba292 ipc: Remove ipc_listener.h from ipc_channel.h and update the files. by tfarina@chromium.org · 12 years ago
  26. d7f0699 Fix build warnings in NaCl IPC proxy. BUG=116317 TEST=builds by bbudge@chromium.org · 12 years ago
  27. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  28. db1259e Remove Message::Sender and Channel::Listener typedefs. by brettw@chromium.org · 12 years ago
  29. e9d8333 RefCounted types should not have public destructors, delegate cleanup by rsleevi@chromium.org · 12 years ago
  30. f947ed0 Separate out IPC::Message::Sender and Channel::Listener into a separate class. by brettw@chromium.org · 12 years ago
  31. 8a6e499 Fixing gcc 4.7 building problems. by shenhan@google.com · 12 years ago
  32. aa4d16a Add ipc_channel_nacl to the untrusted build and fix all compile/link errors. by bbudge@chromium.org · 12 years ago
  33. a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 12 years ago
  34. f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 12 years ago
  35. 0e9d0a1 Factor out the shared parts of IPC channel reading. by brettw@chromium.org · 12 years ago
  36. 362c8a8 Add OVERRIDE to ipc/. by avi@chromium.org · 13 years ago
  37. af9455b Wait properly for renderer crashes by phajdan.jr@chromium.org · 13 years ago
  38. 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
  39. 2d471f0 Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  40. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  41. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  42. 80e4c5e Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 by darin@chromium.org · 13 years ago
  43. f37b4e5 Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. by kkania@chromium.org · 13 years ago
  44. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  45. 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
  46. 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
  47. f91f8ae Limit access to named IPC channels with SO_PEERCRED, not file permissions. by wez@chromium.org · 13 years ago
  48. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  49. 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  50. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  51. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  52. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  53. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  54. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  55. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  56. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  57. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  58. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  59. 23f1df5 Revert "Add named testing interface." by phajdan.jr@chromium.org · 14 years ago
  60. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  61. 6c8db92 Reduce the maximum IPC message size. by darin@chromium.org · 14 years ago
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. 07af1a6 NaCl IPC bringup. by abarth@chromium.org · 14 years ago
  68. 1f3e46b ipc_channel: warn if someone forgets to check the result of Connect() by evan@chromium.org · 14 years ago
  69. 597acf7 Coverity: Initialize member variables. by jhawkins@chromium.org · 14 years ago
  70. eb863c5 Remove an obsolete FIXME in ipc_channel.h. by thestig@chromium.org · 14 years ago
  71. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  72. c89aefc Pepper audio basic functionality unit test, take 3. by neb@chromium.org · 14 years ago
  73. 91e5bf9 Revert 43234 - Add a Pepper audio basic functionality unit test, take 2. by arv@chromium.org · 14 years ago
  74. 6308510 Add a Pepper audio basic functionality unit test, take 2. by neb@chromium.org · 14 years ago
  75. 9d85a4c Revert 42656 - Add a Pepper audio basic functionality unit test. by skerner@chromium.org · 14 years ago
  76. e770b22 Add a Pepper audio basic functionality unit test. by neb@chromium.org · 14 years ago
  77. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  78. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  79. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago