summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_nacl.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ipc/.avi2015-12-221-0/+1
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-3/+1
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-3/+0
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-301-0/+1
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-301-1/+0
* ipc: Clean up interface of attachment broker.erikchen2015-07-301-0/+1
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-281-0/+1
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-1/+2
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-1/+7
* Update {virtual,override} to follow C++11 style in ipc.nick2015-04-231-12/+12
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-9/+9
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-251-1/+0
* Introduce ChannelMojomorrita@chromium.org2014-08-041-0/+2
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-10/+11
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-201-0/+2
* Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview...johnme@chromium.org2014-03-111-2/+0
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-111-0/+2
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-151-1/+1
* Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org2013-10-111-1/+1
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-101-1/+1
* Update include paths in ipc for base/process changes.rsesek@chromium.org2013-07-241-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* PPAPI/NaCl: Support Handle passing in ipc_channel_nacldmichael@chromium.org2012-07-101-4/+15
* PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-311-11/+69
* Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccrch@chromium.org2012-05-301-69/+11
* PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-301-11/+69
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-231-0/+8
* Add a stub version of IPC::Channel for Native Client code.brettw@chromium.org2012-03-301-0/+42