summaryrefslogtreecommitdiffstats
path: root/mojo/system/message_in_transit.h
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector.viettrungluu@chromium.org2014-05-051-6/+3
* Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class.viettrungluu@chromium.org2014-05-031-77/+15
* Mojo: Small fixes/cleanup to MessageInTransit, before I factor out the second...viettrungluu@chromium.org2014-05-011-11/+10
* Mojo: Minor cleanup (of message_in_transit.cc and message_pipe.*).viettrungluu@chromium.org2014-04-301-2/+2
* Mojo: Make some attempts towards fixing remote message pipe closure.viettrungluu@chromium.org2014-04-181-1/+3
* Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on ...viettrungluu@chromium.org2014-04-091-0/+7
* Mojo: MessageInTransit clean-up.viettrungluu@chromium.org2014-04-081-2/+1
* Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock.viettrungluu@chromium.org2014-04-071-1/+1
* Mojo: Add the ability to attach PlatformHandles to MessageInTransits.viettrungluu@chromium.org2014-04-041-1/+20
* Mojo: Properly check various sizes of incoming messages (on a MessagePipe).viettrungluu@chromium.org2014-03-251-0/+26
* Mojo: First pass at cross-process passing of MessagePipe handles.viettrungluu@chromium.org2014-03-051-1/+14
* Implement RawChannel on Windows.yzshen@chromium.org2014-03-041-1/+1
* Mojo: Remove MessageInTransit::View's message_size_ member.viettrungluu@chromium.org2014-03-011-3/+2
* Mojo: Get rid of |MessageInTransit|s with unowned buffers.viettrungluu@chromium.org2014-02-281-42/+64
* Mojo: Add hooks for dispatchers to serialize themselves.viettrungluu@chromium.org2014-02-271-18/+24
* Revert 253869 "Mojo: Add hooks for dispatchers to serialize them..."mpcomplete@google.com2014-02-271-24/+18
* Mojo: Add hooks for dispatchers to serialize themselves.viettrungluu@chromium.org2014-02-271-18/+24
* Mojo: Add a "secondary buffer" to MessageInTransit.viettrungluu@chromium.org2014-02-261-27/+53
* Mojo: Replace MessageInTransit::Header's data_size with total_size.viettrungluu@chromium.org2014-02-261-2/+4
* Mojo: Get rid of LocalMessagePipeEndpoint::MessageQueueEntry.viettrungluu@chromium.org2014-02-251-2/+28
* Mojo: Move compile-asserts back into .cc file.viettrungluu@chromium.org2014-02-211-10/+3
* Mojo: Refactor MessageInTransit to not be POD.viettrungluu@chromium.org2014-02-211-71/+58
* Mojo: Make MessageInTransit more opaque still.viettrungluu@chromium.org2014-02-201-0/+22
* Mojo: Make MessageInTransit more opaque.viettrungluu@chromium.org2014-02-191-5/+17
* Mojo: Move the header bits of MessageInTransit into a separate struct.viettrungluu@chromium.org2014-02-191-25/+39
* Mojo: Small MessageInTransit fixes.viettrungluu@chromium.org2014-02-101-26/+22
* Mojo: Change tack on failures to pass handles (don't return "unimplemented").viettrungluu@chromium.org2014-02-051-12/+41
* Mojo: TYPE_CHANNEL -> kTypeChannel.viettrungluu@chromium.org2014-02-031-1/+1
* Split mojo_system dylib into public and privateabarth@chromium.org2013-12-101-2/+2
* Mojo: First stab at making MessagePipes work across OS pipes.viettrungluu@chromium.org2013-11-071-11/+46
* Mojo: Fix bug in closing MessagePipes.viettrungluu@chromium.org2013-11-041-0/+4
* Add a "RawChannel" abstraction (with an implementation for Chromium POSIX).viettrungluu@chromium.org2013-10-111-2/+16
* Factor out (and optimize) MessageInTransit.viettrungluu@chromium.org2013-10-031-0/+61