summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ipc/.avi2015-12-221-0/+2
* ipc: Add the inner class OutputElement to Channel.erikchen2015-09-101-0/+10
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-1/+3
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-22/+0
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-0/+22
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-22/+0
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-0/+22
* Non-SFI mode: Use dummy PID for NaCl's IPC channel for nacl_helper_nonsfi.hidehiko2015-02-031-1/+6
* Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...perkj2014-12-111-7/+0
* Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...hidehiko2014-12-111-0/+7
* Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi.hidehiko2014-10-241-3/+0
* Update include paths in ipc for base/process changes.rsesek@chromium.org2013-07-241-1/+0
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-111-1/+1
* Fix build warnings in NaCl IPC proxy.bbudge@chromium.org2012-09-281-4/+0
* nacl: Fix a bunch of compiler warningsthakis@chromium.org2012-09-241-0/+2
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-161-5/+4
* Revert 142482 - Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-151-4/+5
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-151-5/+4
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-231-1/+7
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-0/+40