| Commit message (Expand) | Author | Age | Files | Lines |
* | IPC: Remove unnecessary conversions of BrokerableAttachment. | erikchen | 2015-10-29 | 1 | -1/+1 |
* | ipc: Allow attachment broker messages to be processed out of order. | erikchen | 2015-10-21 | 1 | -2/+1 |
* | ipc: Make a separate vector for brokerable attachments. | erikchen | 2015-10-10 | 1 | -3/+4 |
* | ipc: Update MachPortMac ownership semantics. | erikchen | 2015-10-07 | 1 | -2/+2 |
* | ipc: Plumbing for attachment brokering in ChannelPosix. | erikchen | 2015-10-06 | 1 | -32/+110 |
* | Make SharedMemoryHandle a class on windows. | erikchen | 2015-09-25 | 1 | -2/+1 |
* | ipc: Remove unnecessary attachment broker plumbing. | erikchen | 2015-09-24 | 1 | -2/+1 |
* | ipc: Use a global for the process's attachment broker. | erikchen | 2015-09-14 | 1 | -6/+5 |
* | ipc: Make sure that ChannelReader is destroyed correctly. | erikchen | 2015-09-11 | 1 | -0/+1 |
* | Move Singleton and related structs to namespace base | olli.raula | 2015-09-10 | 1 | -4/+2 |
* | ipc: Convert int types from basictypes.h to the ones from stdint.h | tfarina | 2015-09-04 | 1 | -2/+3 |
* | Revert of IPC: Add attachment brokering support to the message header. (patch... | erikchen | 2015-08-27 | 1 | -1/+0 |
* | Reland #1: IPC: Add attachment brokering support to the message header. | erikchen | 2015-08-22 | 1 | -0/+1 |
* | Revert of IPC: Add attachment brokering support to the message header. (patch... | ricea | 2015-08-20 | 1 | -1/+0 |
* | IPC: Add attachment brokering support to the message header. | erikchen | 2015-08-20 | 1 | -0/+1 |
* | Migrate IPC to use Flow API v2. | yuhaoz | 2015-08-18 | 1 | -1/+4 |
* | Reland #1: Clean up interface of attachment broker. | erikchen | 2015-07-30 | 1 | -0/+4 |
* | Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001... | avi | 2015-07-30 | 1 | -4/+0 |
* | ipc: Clean up interface of attachment broker. | erikchen | 2015-07-30 | 1 | -0/+4 |
* | ipc: Create an unforgeable mechanism to get the process id of the sender. | erikchen | 2015-07-28 | 1 | -0/+4 |
* | Update ChannelReader to use AttachmentBroker. | erikchen | 2015-07-27 | 1 | -2/+6 |
* | ChannelPosix: Robustly close FDs of deleting messages. | morrita | 2015-07-10 | 1 | -0/+1 |
* | IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. | erikchen | 2015-06-16 | 1 | -5/+15 |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 1 | -1/+1 |
* | Make IPC::Channel buffers stack based and secure against growth | bratell | 2015-05-29 | 1 | -3/+3 |
* | ipc: remove IPC_USES_READWRITE | mdempsky | 2015-05-18 | 1 | -123/+5 |
* | IPC: Add MojoHandleAttachment | morrita | 2015-02-06 | 1 | -0/+1 |
* | Non-SFI mode: Use dummy PID for NaCl's IPC channel for nacl_helper_nonsfi. | hidehiko | 2015-02-03 | 1 | -1/+7 |
* | IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment | morrita | 2015-01-31 | 1 | -4/+6 |
* | Add ChannelPosix::ResetSafely() to deal with a lingering crash | morrita | 2015-01-27 | 1 | -1/+22 |
* | Revert of Add ChannelPosix::ResetSafely() to deal with a lingering crash (pat... | yoichio | 2015-01-27 | 1 | -20/+1 |
* | Add ChannelPosix::ResetSafely() to deal with a lingering crash | morrita | 2015-01-27 | 1 | -1/+20 |
* | IPC: Generalize FileDescriptorSet to MessageAttachmentSet | morrita | 2015-01-14 | 1 | -17/+15 |
* | Remove deprecated methods from Pickle. | avi | 2014-12-28 | 1 | -3/+3 |
* | Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h... | avi | 2014-12-28 | 1 | -3/+3 |
* | Remove deprecated methods from Pickle. | Avi Drissman | 2014-12-22 | 1 | -3/+3 |
* | Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on... | perkj | 2014-12-11 | 1 | -8/+25 |
* | Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p... | hidehiko | 2014-12-11 | 1 | -25/+8 |
* | Non-SFI mode: Enable MSG_TRUNC and MSG_CTRUNC code for nacl_helper_nonsfi. | hidehiko | 2014-11-06 | 1 | -4/+0 |
* | Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non... | hidehiko | 2014-11-05 | 1 | -9/+9 |
* | Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi. | hidehiko | 2014-10-24 | 1 | -3/+39 |
* | Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. | morrita | 2014-10-20 | 1 | -3/+3 |
* | Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. | dcheng | 2014-10-17 | 1 | -2/+1 |
* | Refactoring: Let ChannelPosix adopt ScopedFD. | morrita | 2014-09-29 | 1 | -89/+85 |
* | Remove IPC::Channel::TakePipeHandle() | morrita | 2014-09-25 | 1 | -7/+0 |
* | IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message | morrita | 2014-09-24 | 1 | -9/+7 |
* | Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/ | thestig | 2014-09-13 | 1 | -1/+1 |
* | Introduce ChannelMojo | morrita@chromium.org | 2014-08-04 | 1 | -1/+12 |
* | IPC::Channel: Reduce POSIX specific API surface | morrita@chromium.org | 2014-06-07 | 1 | -2/+2 |
* | Make IPC::Channel polymorphic | morrita@chromium.org | 2014-06-06 | 1 | -85/+47 |