| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Android filter file for ipc_tests. | tfarina | 2015-07-28 | 1 | -1/+6 |
* | IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. | erikchen | 2015-06-16 | 1 | -4/+3 |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 1 | -1/+1 |
* | ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-05-12 | 1 | -18/+13 |
* | Change kMaxDescriptorsPerMessage back to 7 | yusukes | 2015-05-06 | 1 | -2/+2 |
* | Increase MessageAttachmentSet::kMaxDescriptorsPerMessage to 128 | yusukes | 2015-03-17 | 1 | -2/+2 |
* | Adding "static_assert" in lieu of "COMPILE_ASSERT" in ipc module | anujk.sharma | 2015-01-22 | 1 | -3/+3 |
* | IPC: Generalize FileDescriptorSet to MessageAttachmentSet | morrita | 2015-01-14 | 1 | -3/+4 |
* | Send more file descriptors in IPCSendFdsTest.DescriptorTest | yusukes | 2015-01-06 | 1 | -14/+26 |
* | Standardize usage of virtual/override/final in ipc/ | dcheng | 2014-10-22 | 1 | -6/+4 |
* | Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id... | dcheng | 2014-10-21 | 1 | -4/+8 |
* | Standardize usage of virtual/override/final in ipc/ | dcheng | 2014-10-21 | 1 | -8/+4 |
* | Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. | morrita | 2014-10-20 | 1 | -3/+2 |
* | replace OVERRIDE and FINAL with override and final in ipc/ | mostynb | 2014-10-07 | 1 | -4/+4 |
* | Make IPC::Channel polymorphic | morrita@chromium.org | 2014-06-06 | 1 | -1/+2 |
* | Introduce IPC::Channel::Create*() to ensure it being heap-allocated. | morrita@chromium.org | 2014-05-30 | 1 | -10/+6 |
* | Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." | mattm@chromium.org | 2014-05-29 | 1 | -6/+10 |
* | Introduce IPC::Channel::Create*() to ensure it being heap-allocated. | morrita@chromium.org | 2014-05-29 | 1 | -10/+6 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -4/+4 |
* | Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 | bbudge@chromium.org | 2013-11-04 | 1 | -2/+4 |
* | Remove unused IPC::Message priority. | bbudge@chromium.org | 2013-10-28 | 1 | -4/+2 |
* | Alternative workaround for mac kernel bug. | hubbe@chromium.org | 2013-10-15 | 1 | -29/+226 |
* | Revert 227999 "Alternative workaround for mac kernel bug." | benwells@chromium.org | 2013-10-11 | 1 | -226/+29 |
* | Alternative workaround for mac kernel bug. | hubbe@chromium.org | 2013-10-10 | 1 | -29/+226 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | ipc: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 1 | -5/+5 |
* | Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -2/+2 |
* | Refactor (many) IPC tests, notably most of the multiprocess tests. | viettrungluu@chromium.org | 2013-01-25 | 1 | -94/+72 |
* | More IPC test header cleanup. | viettrungluu@chromium.org | 2013-01-15 | 1 | -1/+0 |
* | Move IPC tests into anonymous namespaces. | viettrungluu@chromium.org | 2013-01-11 | 1 | -2/+2 |
* | Make ipc_tests file structure a little saner and add an ipc_perftests target. | viettrungluu@chromium.org | 2013-01-11 | 1 | -5/+6 |
* | ipc: Remove ipc_listener.h from ipc_channel.h and update the files. | tfarina@chromium.org | 2012-11-17 | 1 | -1/+2 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Switch to TimeDelta interfaces for process waiting functions in net and ipc. | tedvessenes@gmail.com | 2012-07-11 | 1 | -1/+2 |
* | Remove Message::Sender and Channel::Listener typedefs. | brettw@chromium.org | 2012-06-29 | 1 | -1/+1 |
* | Make GlobalDescriptors::MaybeGet return -1 when the key is not found. | jcivelli@chromium.org | 2012-06-27 | 1 | -2/+3 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -2/+2 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -4/+4 |
* | Verify file descriptor count. | dmaclach@chromium.org | 2010-12-09 | 1 | -1/+12 |
* | ipc_channel: warn if someone forgets to check the result of Connect() | evan@chromium.org | 2010-10-19 | 1 | -3/+3 |
* | clang/mac: Fix almost all problems when building all.xcodeproj. | thakis@chromium.org | 2010-10-04 | 1 | -1/+3 |
* | Handle return value from HANDLE_EINTR in ipc_send_fds_test.cc. | hans@chromium.org | 2010-09-16 | 1 | -1/+1 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -0/+1 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -0/+1 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -1/+0 |
* | FBTF: Remove all the easy headers from *_messages.h. | erg@google.com | 2010-08-12 | 1 | -0/+1 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 1 | -1/+0 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 1 | -0/+1 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -0/+187 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -186/+0 |