1. b3a77c9 Mojo Bindings: Support handles in native structs by Ken Rockot · 7 years ago
  2. 39af274 Use WaitableEvents to wake up sync IPC waiting by rockot · 7 years ago
  3. 0a32171 Reland Mojo-based waiting for IPC::SyncChannel by rockot · 8 years ago
  4. 71bef07 Revert Mojo-based SyncChannel waiting again by rockot · 8 years ago
  5. db49e2d Implements Mojo-based waiting for IPC::SyncChannel by rockot · 8 years ago
  6. d60751d Revert IPC SyncChannel to base::WaitableEvent waiting by rockot · 8 years ago
  7. 23c98eb Use Mojo pipes to signal sync IPC events by rockot · 8 years ago
  8. 8513bda Revert of Use Mojo pipes to signal sync IPC events (patchset #30 id:760001 of https://codereview.chromium.org/2033243003/ ) by tommycli · 8 years ago
  9. e35e9f0 Use Mojo pipes to signal sync IPC events by rockot · 8 years ago
  10. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  11. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  12. 2d565d3 ipc: Remove basictypes.h includes. by tfarina · 9 years ago
  13. 1cbfa08 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 9 years ago
  14. a487947 Move Pickle to base namespace. by brettw · 9 years ago
  15. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  16. 9b01d24 Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/) by dcheng · 10 years ago
  17. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  18. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  19. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  20. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  21. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago
  22. 18bbd0d Fix memory leak if user of IPC::SyncMessage never calls GetReplyDeserializer(). by dmichael@chromium.org · 13 years ago
  23. 80e4c5e Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 by darin@chromium.org · 13 years ago
  24. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  25. eb92165 Allow synchronous messages to be sent from threads other than the main thread. This simplifies code that needs to do this (i.e. webkit db and file threads). by jabdelmalek@google.com · 14 years ago
  26. ab4c65e Give classes with virtual methods virtual protected destructors instead of implicit non-virtual public destructors. by jamesr@chromium.org · 15 years ago
  27. a240677 Added new IPC message class for CommandBuffer. by apatrick@google.com · 15 years ago
  28. 1507065 Revert "Fix a ton of compiler warnings." by tony@chromium.org · 15 years ago
  29. 2c3262c Fix a ton of compiler warnings. by estade@chromium.org · 15 years ago
  30. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  31. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  32. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago