- 342941a Suppress sandbox deprecation warnings by using the Seatbelt wrapper. by kerrnel · 8 years ago
- 37e7fa4 Plumb explicit IPC task runner through to IPC::Channel creation by rockot · 8 years ago
- 284aae5 Remove calls to deprecated MessageLoop methods in ipc. by fdoray · 8 years ago
- c1aebcf Migrate WaitableEvent to enum-based constructor in ipc/ by gab · 8 years ago
- 87fc78f Re-land: Re-enable multi-process IPC tests on Android. by amistry · 9 years ago
- f1e65c9 Revert of Re-enable multi-process IPC tests on Android. (patchset #3 id:40001 of https://codereview.chromium.org/1914143004/ ) by mlamouri · 9 years ago
- 2d212c0 Re-enable multi-process IPC tests on Android. by amistry · 9 years ago
- c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 9 years ago
- f8e810e Wrap deprecated sandbox functions in C++ class. by kerrnel · 9 years ago
- 54ebd21 Suppress deprecation warnings for OS X sandbox functions. by kerrnel · 9 years ago
- 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
- ad02964 Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ by ki.stfu · 9 years ago
- c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
- d66bf11 Remove Android filter file for ipc_tests. by tfarina · 9 years ago
- 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
- f314620 Change most uses of Pickle to base::Pickle by brettw · 9 years ago
- e468e66 ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
- df3387d Change kMaxDescriptorsPerMessage back to 7 by yusukes · 10 years ago
- eb96787 Increase MessageAttachmentSet::kMaxDescriptorsPerMessage to 128 by yusukes · 10 years ago
- f56be5d Adding "static_assert" in lieu of "COMPILE_ASSERT" in ipc module by anujk.sharma · 10 years ago
- 33a3590 IPC: Generalize FileDescriptorSet to MessageAttachmentSet by morrita · 10 years ago
- f8a5011 Send more file descriptors in IPCSendFdsTest.DescriptorTest by yusukes · 10 years ago
- ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
- 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
- 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
- 13e514d Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 10 years ago
- d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
- fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
- 2ced004 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
- f74386d Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." by mattm@chromium.org · 10 years ago
- ae1bebb Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
- fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
- ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
- fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
- 683920d Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
- 6ecd712 Revert 227999 "Alternative workaround for mac kernel bug." by benwells@chromium.org · 11 years ago
- 1b503fc Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
- 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
- 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 12 years ago
- 5a8d7ef Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. by rsleevi@chromium.org · 12 years ago
- 0015594 Refactor (many) IPC tests, notably most of the multiprocess tests. by viettrungluu@chromium.org · 12 years ago
- 9cdc36e More IPC test header cleanup. by viettrungluu@chromium.org · 12 years ago
- 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
- 7d86af2 Make ipc_tests file structure a little saner and add an ipc_perftests target. by viettrungluu@chromium.org · 12 years ago
- beba292 ipc: Remove ipc_listener.h from ipc_channel.h and update the files. by tfarina@chromium.org · 12 years ago
- b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
- 5966b64 Switch to TimeDelta interfaces for process waiting functions in net and ipc. by tedvessenes@gmail.com · 12 years ago
- db1259e Remove Message::Sender and Channel::Listener typedefs. by brettw@chromium.org · 12 years ago
- c30c76f Make GlobalDescriptors::MaybeGet return -1 when the key is not found. by jcivelli@chromium.org · 12 years ago
- 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago
- 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
- 63b5df7 Verify file descriptor count. by dmaclach@chromium.org · 14 years ago
- 1f3e46b ipc_channel: warn if someone forgets to check the result of Connect() by evan@chromium.org · 14 years ago
- 5dab748 clang/mac: Fix almost all problems when building all.xcodeproj. by thakis@chromium.org · 14 years ago
- 544d9e6 Handle return value from HANDLE_EINTR in ipc_send_fds_test.cc. by hans@chromium.org · 14 years ago
- 1c8c3be Re-land part of r55416, minus actually moving the test_suite.h contents to a .cc file. by brettw@chromium.org · 14 years ago
- e6ffcb5 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
- bfae859 Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
- dee73b1 FBTF: Remove all the easy headers from *_messages.h. by erg@google.com · 14 years ago
- 12ec1e8 Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of header file by nsylvain@chromium.org · 14 years ago
- d1d70ba Cleanup in base. This moves the implementation (and a bunch of header file by brettw@chromium.org · 14 years ago
- 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
- 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 16 years ago
- 2390c8c Move IPC code to ipc/ by agl@chromium.org · 16 years ago