summaryrefslogtreecommitdiffstats
path: root/mojo/system/dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Mojo: MojoWaitFlags -> MojoHandleSignals.viettrungluu@chromium.org2014-06-181-6/+8
* Mojo: Rename/replace the wait (MojoResult) "wake result" with a (uint32_t) "c...viettrungluu@chromium.org2014-06-131-8/+5
* Mojo: Move (shared) buffer types/constants/functions from mojo/public/c/syste...viettrungluu@chromium.org2014-05-281-1/+1
* Mojo: Move data pipe types/constants/functions from mojo/public/c/system/core...viettrungluu@chromium.org2014-05-281-0/+1
* Mojo: Move message pipe types/constants/functions from mojo/public/c/system/c...viettrungluu@chromium.org2014-05-281-0/+2
* Mojo: Fix some platform handle passing bugs and add a test.viettrungluu@chromium.org2014-05-151-11/+15
* Mojo: Add a dispatcher that wraps a PlatformHandle (for use by the embedder).viettrungluu@chromium.org2014-05-131-1/+4
* Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector.viettrungluu@chromium.org2014-05-051-12/+12
* Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class.viettrungluu@chromium.org2014-05-031-10/+11
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-151-3/+3
* Revert 263717 "Make mojo_system static and mojo_system_impl a co..."fischman@chromium.org2014-04-141-3/+3
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-141-3/+3
* Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on ...viettrungluu@chromium.org2014-04-091-30/+57
* Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock.viettrungluu@chromium.org2014-04-071-1/+3
* Mojo: RawSharedBuffer::Mapping -> RawSharedBufferMapping.viettrungluu@chromium.org2014-04-011-5/+3
* Mojo: Move the handle table details out of CoreImpl into its own class.viettrungluu@chromium.org2014-03-311-5/+7
* Mojo: Move public C system header files to mojo/public/c/system/.viettrungluu@chromium.org2014-03-261-1/+1
* Mojo: Properly check various sizes of incoming messages (on a MessagePipe).viettrungluu@chromium.org2014-03-251-2/+4
* Mojo: Add very basic shared buffer objects.viettrungluu@chromium.org2014-03-221-7/+13
* Mojo: Cleanup of various Dispatcher subclasses.viettrungluu@chromium.org2014-03-221-2/+2
* Mojo: Enable RemoteMessagePipeTest on Windows.viettrungluu@chromium.org2014-03-061-12/+3
* Mojo: First pass at cross-process passing of MessagePipe handles.viettrungluu@chromium.org2014-03-051-5/+5
* Mojo: Get rid of |MessageInTransit|s with unowned buffers.viettrungluu@chromium.org2014-02-281-11/+29
* Mojo: Add hooks for dispatchers to serialize themselves.viettrungluu@chromium.org2014-02-271-0/+47
* Revert 253869 "Mojo: Add hooks for dispatchers to serialize them..."mpcomplete@google.com2014-02-271-47/+0
* Mojo: Add hooks for dispatchers to serialize themselves.viettrungluu@chromium.org2014-02-271-0/+47
* Mojo: Add Dispatcher::{DuplicateBufferHandle,MapBuffer} methods.viettrungluu@chromium.org2014-02-221-0/+17
* Mojo: Rework locking system for sending handles across message pipes.viettrungluu@chromium.org2014-02-071-65/+92
* Mojo: Make Dispatcher::GetType() const.viettrungluu@chromium.org2014-02-061-1/+1
* Mojo: |Dispatcher| unfriends |CoreImpl|.viettrungluu@chromium.org2014-02-051-7/+26
* Mojo: Change tack on failures to pass handles (don't return "unimplemented").viettrungluu@chromium.org2014-02-051-1/+32
* Mojo: Make sure you can't send either end of a message pipe over itself.viettrungluu@chromium.org2014-02-031-2/+3
* Mojo: Add a "GetType()" to Dispatchers.viettrungluu@chromium.org2014-01-291-0/+8
* Mojo: Disallow sending of data pipe handles during two-phase reads/writes.viettrungluu@chromium.org2014-01-281-2/+7
* Mojo: Change data pipe API to take # bytes instead of # elements.viettrungluu@chromium.org2013-12-171-12/+12
* Mojo: More stubs/boilerplate for data pipes.viettrungluu@chromium.org2013-12-121-4/+36
* 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-7/+23
* Mojo: More plumbing to support sending handles over MessagePipes.viettrungluu@chromium.org2013-11-121-3/+3
* Mojo: Implement plumbing to support passing handles over MessagePipes.viettrungluu@chromium.org2013-11-111-19/+31
* Simple shell that loads a dll and calls an entrypoint function passing in a h...ben@chromium.org2013-10-101-1/+3
* Initial in-process implementation of some Mojo primitives.viettrungluu@chromium.org2013-09-281-0/+106
* Revert 225801 "Initial in-process implementation of some Mojo pr..."petewil@chromium.org2013-09-271-106/+0
* Initial in-process implementation of some Mojo primitives.viettrungluu@chromium.org2013-09-271-0/+106