| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc: Add BrokerableAttachmentMac. | erikchen | 2015-10-09 | 1 | -0/+1 |
* | ipc: Write privileged and unprivileged attachment brokers for Mac. | erikchen | 2015-10-06 | 1 | -0/+4 |
* | ipc: Make a wrapper and attachment for mach ports. | erikchen | 2015-10-01 | 1 | -0/+4 |
* | ipc: Make a new class PlaceholderBrokerableAttachment. | erikchen | 2015-09-15 | 1 | -0/+2 |
* | ipc: Move //crypto dependency into a Windows-only file. | erikchen | 2015-09-15 | 1 | -0/+1 |
* | Revert of IPC: Add attachment brokering support to the message header. (patch... | erikchen | 2015-08-27 | 1 | -2/+0 |
* | Reland #1: IPC: Add attachment brokering support to the message header. | erikchen | 2015-08-22 | 1 | -0/+2 |
* | Revert of IPC: Add attachment brokering support to the message header. (patch... | ricea | 2015-08-20 | 1 | -2/+0 |
* | IPC: Add attachment brokering support to the message header. | erikchen | 2015-08-20 | 1 | -0/+2 |
* | ipc: Add the class HandleWin. | erikchen | 2015-08-11 | 1 | -0/+2 |
* | ipc: Make a common subclass for Channel and ProxyChannel. | erikchen | 2015-08-10 | 1 | -0/+2 |
* | ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged. | erikchen | 2015-07-28 | 1 | -2/+6 |
* | ipc: Add attachment broker code for the privileged browser process. | erikchen | 2015-07-27 | 1 | -0/+2 |
* | Update ChannelReader to use AttachmentBroker. | erikchen | 2015-07-27 | 1 | -0/+1 |
* | Remove ForwardingMessageFilter. | mvanouwerkerk | 2015-07-21 | 1 | -2/+0 |
* | Stub in more IPC attachment brokering functionality. | erikchen | 2015-07-07 | 1 | -0/+6 |
* | IPC: Add new classes required for attachment brokering. | erikchen | 2015-06-16 | 1 | -0/+6 |
* | IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment | morrita | 2015-01-31 | 1 | -2/+2 |
* | IPC: Introduce MessageAttachment and PlatformFileAttachment. | morrita | 2015-01-26 | 1 | -0/+4 |
* | IPC: Generalize FileDescriptorSet to MessageAttachmentSet | morrita | 2015-01-14 | 1 | -2/+2 |
* | Introduce ChannelMojo | morrita@chromium.org | 2014-08-04 | 1 | -0/+2 |
* | Rename IPC::ChannelFactory to UnixDomainSocketAcceptor. | morrita@chromium.org | 2014-07-18 | 1 | -4/+0 |
* | Introduce IPC::Channel::Create*() to ensure it being heap-allocated. | morrita@chromium.org | 2014-05-30 | 1 | -0/+1 |
* | Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." | mattm@chromium.org | 2014-05-29 | 1 | -1/+0 |
* | Introduce IPC::Channel::Create*() to ensure it being heap-allocated. | morrita@chromium.org | 2014-05-29 | 1 | -0/+1 |
* | Move IPC::MessageFilter and router to a separate file | dmichael@chromium.org | 2014-04-25 | 1 | -0/+4 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-13 | 1 | -1/+13 |
* | Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." | falken@chromium.org | 2013-03-13 | 1 | -13/+1 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-12 | 1 | -1/+13 |
* | Revert 187233 | dmikurube@chromium.org | 2013-03-11 | 1 | -13/+1 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-11 | 1 | -1/+13 |
* | Revert 186912 | jeremya@chromium.org | 2013-03-08 | 1 | -13/+1 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-08 | 1 | -1/+13 |
* | Move IPCMessageStart enum into it own file with security team OWNERS, so that... | tsepez@chromium.org | 2012-10-23 | 1 | -0/+1 |
* | Fix build warnings in NaCl IPC proxy. | bbudge@chromium.org | 2012-09-28 | 1 | -0/+1 |
* | Add IPC::ForwardingMessageFilter. | nduca@chromium.org | 2012-07-20 | 1 | -0/+2 |
* | Add an untrusted NaCl build for IPC. | bbudge@chromium.org | 2012-06-13 | 1 | -49/+9 |
* | Separate out IPC::Message::Sender and Channel::Listener into a separate class. | brettw@chromium.org | 2012-06-11 | 1 | -0/+2 |
* | Verify the child process with a secret hello | jschuh@chromium.org | 2012-03-17 | 1 | -0/+1 |
* | Factor out the shared parts of IPC channel reading. | brettw@chromium.org | 2012-03-08 | 1 | -1/+3 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 1 | -3/+7 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -0/+1 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 1 | -1/+0 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -0/+1 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Hooking MHTML generation to the browser. | jcivelli@chromium.org | 2011-06-14 | 1 | -0/+1 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-28 | 1 | -1/+2 |
* | Attempt to reduce the amount of cut n paste needed to maintain these. | tsepez@chromium.org | 2011-03-01 | 1 | -1/+0 |
* | Make the implementation .cc files go away, instead have the authors give us a... | tsepez@chromium.org | 2011-02-11 | 1 | -0/+6 |