summaryrefslogtreecommitdiffstats
path: root/mojo/system/message_pipe_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Mojo: MojoWaitFlags -> MojoHandleSignals.viettrungluu@chromium.org2014-06-181-1/+1
* Mojo: Rename/replace the wait (MojoResult) "wake result" with a (uint32_t) "c...viettrungluu@chromium.org2014-06-131-1/+1
* Mojo: Add a MojoCreateMessagePipeOptions struct parameter to MojoCreateMessag...viettrungluu@chromium.org2014-06-101-1/+18
* Mojo: Fix some platform handle passing bugs and add a test.viettrungluu@chromium.org2014-05-151-1/+1
* Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector.viettrungluu@chromium.org2014-05-051-6/+5
* Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on ...viettrungluu@chromium.org2014-04-091-5/+8
* Mojo: Cleanup of various Dispatcher subclasses.viettrungluu@chromium.org2014-03-221-2/+2
* Mojo: First pass at cross-process passing of MessagePipe handles.viettrungluu@chromium.org2014-03-051-0/+19
* Mojo: Rework locking system for sending handles across message pipes.viettrungluu@chromium.org2014-02-071-11/+33
* Mojo: Make Dispatcher::GetType() const.viettrungluu@chromium.org2014-02-061-1/+1
* Mojo: Change tack on failures to pass handles (don't return "unimplemented").viettrungluu@chromium.org2014-02-051-1/+1
* Mojo: More work towards sending message pipe handles over remote message pipes.viettrungluu@chromium.org2014-02-031-0/+8
* Mojo: Add a "GetType()" to Dispatchers.viettrungluu@chromium.org2014-01-291-0/+2
* Mojo: More data pipe implementation.viettrungluu@chromium.org2013-12-131-1/+0
* Split mojo_system dylib into public and privateabarth@chromium.org2013-12-101-2/+2
* Mojo: Implement local passing of MessagePipes.viettrungluu@chromium.org2013-11-131-1/+4
* Mojo: Implement plumbing to support passing handles over MessagePipes.viettrungluu@chromium.org2013-11-111-8/+5
* Simple shell that loads a dll and calls an entrypoint function passing in a h...ben@chromium.org2013-10-101-1/+2
* Initial in-process implementation of some Mojo primitives.viettrungluu@chromium.org2013-09-281-0/+61
* Revert 225801 "Initial in-process implementation of some Mojo pr..."petewil@chromium.org2013-09-271-61/+0
* Initial in-process implementation of some Mojo primitives.viettrungluu@chromium.org2013-09-271-0/+61