summaryrefslogtreecommitdiffstats
path: root/ipc/attachment_broker_privileged_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for Attachment Brokering of IPC::Channels on multiple threads.erikchen2016-03-211-5/+11
* Move mach code shared by Chrome IPC and Mojo to //base/mac.amistry2016-03-121-100/+23
* Replace base::Tuple in //ipc with std::tupletzik2016-03-081-1/+3
* Switch to standard integer types in ipc/.avi2015-12-221-0/+2
* ipc: Slight change to GetSenderWithProcessId().erikchen2015-11-301-6/+12
* ipc: Deallocate a Mach port if mach_msg fails.erikchen2015-11-291-7/+12
* ipc: Minor clean up to AttachmentBrokerPrivilegedMac.erikchen2015-11-281-9/+1
* ipc: Minor fixes to AttachmentBrokerPrivilegedMac.erikchen2015-11-281-22/+66
* mac: The attachment broker waits for the port provider before brokering.erikchen2015-11-111-58/+169
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-2/+2
* ipc: Add UMA metrics for all possible errors during attachment brokering.erikchen2015-10-271-8/+8
* ipc: Move AttachmentBrokerPrivileged singleton logic into ipc/.erikchen2015-10-221-3/+6
* ipc: Move methods into AttachmentBroker interface.erikchen2015-10-211-11/+4
* mac: Make Mach port scopers better ScopedGenericsmark2015-10-201-1/+2
* ipc: Refactor and fix a bug in AttachmentBrokerPrivilegedMac.erikchen2015-10-121-47/+66
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-1/+1
* ipc: Write privileged and unprivileged attachment brokers for Mac.erikchen2015-10-061-0/+275