summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_attachment_set.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ipc/.avi2015-12-221-1/+5
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-13/+5
* ipc: Make a separate vector for brokerable attachments.erikchen2015-10-101-22/+63
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-3/+3
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-151-9/+17
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-17/+9
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-9/+17
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-17/+9
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-9/+17
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-0/+13
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-8/+37
* IPC: Add MojoHandleAttachmentmorrita2015-02-061-6/+13
* IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachmentmorrita2015-01-311-60/+19
* IPC: Introduce MessageAttachment and PlatformFileAttachment.morrita2015-01-261-44/+64
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-141-0/+177