summaryrefslogtreecommitdiffstats
path: root/ipc/brokerable_attachment.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ipc/.avi2015-12-221-0/+2
* IPC: Use <algorithm> helpers for comparing arraysjsbell2015-11-171-12/+5
* ipc: Make a wrapper and attachment for mach ports.erikchen2015-10-011-0/+1
* ipc: Refactor some attachment broker classes.erikchen2015-09-241-1/+6
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-151-11/+7
* ipc: Move //crypto dependency into a Windows-only file.erikchen2015-09-151-0/+10
* Remove dependency on //crypto in //ipc, except on windows.Sergey Ulanov2015-09-141-10/+0
* ipc: Add methods for AttachmentBroker nonce serialization.erikchen2015-09-041-0/+9
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-16/+11
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-11/+16
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-16/+11
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-11/+16
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-1/+34
* Make attachment broker a subclass of IPC::Listener.erikchen2015-07-151-0/+1
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-2/+12
* IPC: Add new classes required for attachment brokering.erikchen2015-06-161-0/+41