summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.h
Commit message (Expand)AuthorAgeFilesLines
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-0/+1
* Removing ipc/content debugging for ResourceMsg.erikchen2016-01-131-5/+0
* Switch to standard integer types in ipc/.avi2015-12-221-5/+7
* ipc: Add debugging to verify the source of ResourceDispatcher crashes.erikchen2015-12-071-0/+5
* Trim IPC ChannelReader's buffer after processing large messages.dskiba2015-11-041-0/+5
* ipc: Plumbing for attachment brokering in ChannelPosix.erikchen2015-10-061-2/+2
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-23/+6
* Revert of Reland debugging for ipc related crash.erikchen2015-09-231-5/+0
* Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...erikchen2015-09-221-0/+5
* Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...erikchen2015-09-211-5/+0
* Reland debugging for ipc related crash.erikchen2015-09-191-0/+5
* Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-161-5/+0
* Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-161-0/+5
* ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits varia...tfarina2015-09-111-1/+3
* ipc: Add the inner class OutputElement to Channel.erikchen2015-09-101-0/+21
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-26/+6
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-6/+26
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-26/+6
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-6/+26
* ipc: Make a common subclass for Channel and ProxyChannel.erikchen2015-08-101-26/+2
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-301-0/+12
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-301-12/+0
* ipc: Clean up interface of attachment broker.erikchen2015-07-301-0/+12
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-8/+30
* ChannelMojo: Introduce thread-safe Send()morrita2015-04-201-0/+4
* Standardize usage of virtual/override/final specifiers in ipc/.dcheng2014-12-231-1/+1
* Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...perkj2014-12-111-0/+7
* Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...hidehiko2014-12-111-7/+0
* Add a few missing overrides found by a new clang warning.thakis2014-10-291-1/+2
* Introduce OS_NACL_SFI and OS_NACL_NONSFI macros.hidehiko2014-10-281-3/+2
* Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi.hidehiko2014-10-241-3/+7
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-2/+1
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-1/+2
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-2/+1
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-1/+2
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-251-5/+0
* Add ipc_mojo_perftestsmorrita2014-09-091-1/+1
* Introduce ChannelMojomorrita@chromium.org2014-08-041-0/+8
* IPC::Channel: Reduce POSIX specific API surfacemorrita@chromium.org2014-06-071-20/+0
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-26/+13
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-14/+43
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-43/+14
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-14/+43
* IPC: Make ipc_perftests run on Android.epenner@chromium.org2014-03-191-0/+8
* Connect PPAPI IPC channels for non-SFI mode.hidehiko@chromium.org2014-02-211-0/+6
* Revert "Connect PPAPI IPC channels for non-SFI mode."loislo@chromium.org2014-02-211-6/+0
* Connect PPAPI IPC channels for non-SFI mode.hidehiko@chromium.org2014-02-211-0/+6
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-151-8/+15
* Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org2013-10-111-15/+8
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-101-8/+15