summaryrefslogtreecommitdiffstats
path: root/mojo/system/dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Mojo: MojoWaitFlags -> MojoHandleSignals.viettrungluu@chromium.org2014-06-181-3/+3
* Mojo: Rename/replace the wait (MojoResult) "wake result" with a (uint32_t) "c...viettrungluu@chromium.org2014-06-131-5/+3
* Mojo: Implement passing of shared buffers across processes on POSIX.viettrungluu@chromium.org2014-05-301-1/+5
* Mojo: Fix some platform handle passing bugs and add a test.viettrungluu@chromium.org2014-05-151-4/+12
* Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector.viettrungluu@chromium.org2014-05-051-11/+9
* Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class.viettrungluu@chromium.org2014-05-031-3/+3
* Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on ...viettrungluu@chromium.org2014-04-091-33/+41
* Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock.viettrungluu@chromium.org2014-04-071-8/+4
* Mojo: RawSharedBuffer::Mapping -> RawSharedBufferMapping.viettrungluu@chromium.org2014-04-011-2/+2
* Mojo: Move the handle table details out of CoreImpl into its own class.viettrungluu@chromium.org2014-03-311-2/+2
* Mojo: Add very basic shared buffer objects.viettrungluu@chromium.org2014-03-221-9/+11
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-2/+5
* Mojo: Enable RemoteMessagePipeTest on Windows.viettrungluu@chromium.org2014-03-061-0/+10
* Mojo: First pass at cross-process passing of MessagePipe handles.viettrungluu@chromium.org2014-03-051-8/+22
* Mojo: Get rid of |MessageInTransit|s with unowned buffers.viettrungluu@chromium.org2014-02-281-9/+26
* Mojo: Add hooks for dispatchers to serialize themselves.viettrungluu@chromium.org2014-02-271-0/+67
* Revert 253869 "Mojo: Add hooks for dispatchers to serialize them..."mpcomplete@google.com2014-02-271-67/+0
* Mojo: Add hooks for dispatchers to serialize themselves.viettrungluu@chromium.org2014-02-271-0/+67
* Mojo: Add Dispatcher::{DuplicateBufferHandle,MapBuffer} methods.viettrungluu@chromium.org2014-02-221-0/+40
* Mojo: Rework locking system for sending handles across message pipes.viettrungluu@chromium.org2014-02-071-30/+57
* Mojo: |Dispatcher| unfriends |CoreImpl|.viettrungluu@chromium.org2014-02-051-1/+1
* Mojo: Change tack on failures to pass handles (don't return "unimplemented").viettrungluu@chromium.org2014-02-051-5/+12
* Mojo: Disallow sending of data pipe handles during two-phase reads/writes.viettrungluu@chromium.org2014-01-281-0/+8
* Mojo: Change data pipe API to take # bytes instead of # elements.viettrungluu@chromium.org2013-12-171-25/+22
* Mojo: rename limits.h to constants.h.viettrungluu@chromium.org2013-12-161-1/+1
* Mojo: More stubs/boilerplate for data pipes.viettrungluu@chromium.org2013-12-121-14/+124
* Mojo: Implement local passing of MessagePipes.viettrungluu@chromium.org2013-11-131-7/+18
* Mojo: More plumbing to support sending handles over MessagePipes.viettrungluu@chromium.org2013-11-121-1/+1
* Mojo: Implement plumbing to support passing handles over MessagePipes.viettrungluu@chromium.org2013-11-111-21/+26
* Initial in-process implementation of some Mojo primitives.viettrungluu@chromium.org2013-09-281-0/+131
* Revert 225801 "Initial in-process implementation of some Mojo pr..."petewil@chromium.org2013-09-271-131/+0
* Initial in-process implementation of some Mojo primitives.viettrungluu@chromium.org2013-09-271-0/+131