summaryrefslogtreecommitdiff
path: root/ipc/ipc_channel.cc
AgeCommit message (Expand)Author
2020-06-05Crash when sending oversized legacy IPC messagesKen Rockot
2020-06-05Remove IPC::Channel::OutputElement in IPC::ChannelGyuyoung Kim
2020-06-05Replace base::StaticAtomicSequenceNumber with base::AtomicSequenceNumber in /...tzik
2020-06-05Switch to standard integer types in ipc/.avi
2020-06-04ipc: Add the inner class OutputElement to Channel.erikchen
2020-06-04ipc: Convert int types from basictypes.h to the ones from stdint.htfarina
2020-06-04Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen
2020-06-04Reland #1: IPC: Add attachment brokering support to the message header.erikchen
2020-06-04Revert of IPC: Add attachment brokering support to the message header. (patch...ricea
2020-06-04IPC: Add attachment brokering support to the message header.erikchen
2020-06-04Non-SFI mode: Use dummy PID for NaCl's IPC channel for nacl_helper_nonsfi.hidehiko
2020-06-04Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...perkj
2020-06-04Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...hidehiko
2020-06-04Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi.hidehiko
2020-06-04Update include paths in ipc for base/process changes.rsesek@chromium.org
2020-06-04Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org
2020-06-04Fix build warnings in NaCl IPC proxy.bbudge@chromium.org
2020-06-04nacl: Fix a bunch of compiler warningsthakis@chromium.org
2020-06-04Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org
2020-06-04Revert 142482 - Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org
2020-06-04Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org
2020-06-04Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org
2020-06-04Verify the child process with a secret hellojschuh@chromium.org