summaryrefslogtreecommitdiffstats
path: root/mojo/system/message_pipe_endpoint.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-2/+2
* Mojo: Move message pipe types/constants/functions from mojo/public/c/system/c...viettrungluu@chromium.org2014-05-281-1/+2
* Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector.viettrungluu@chromium.org2014-05-051-5/+5
* Mojo: Make some attempts towards fixing remote message pipe closure.viettrungluu@chromium.org2014-04-181-3/+6
* Mojo: Move public C system header files to mojo/public/c/system/.viettrungluu@chromium.org2014-03-261-1/+1
* Mojo: Add a GetType() to MessagePipeEndpoint.viettrungluu@chromium.org2014-03-031-0/+6
* Mojo: Attach dispatchers to message earlier.viettrungluu@chromium.org2014-02-261-6/+5
* Mojo: Remove MessagePipeEndpoint::EnqueueMessage()'s return value.viettrungluu@chromium.org2014-02-251-4/+5
* Mojo: Convert MessageInTransit* -> scoped_ptr<MessageInTransit>, part 2.viettrungluu@chromium.org2014-02-211-1/+2
* Mojo: Rework locking system for sending handles across message pipes.viettrungluu@chromium.org2014-02-071-2/+2
* Mojo: Refactor some message pipe stuff.viettrungluu@chromium.org2014-01-291-13/+4
* Mojo: Eliminate some "cross-process" "simultaneous"-close races.viettrungluu@chromium.org2014-01-271-4/+2
* 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/+1
* Mojo: More plumbing required to transfer handles over MessagePipes.viettrungluu@chromium.org2013-11-121-3/+13
* Mojo: More plumbing to support sending handles over MessagePipes.viettrungluu@chromium.org2013-11-121-4/+13
* Mojo: First stab at making MessagePipes work across OS pipes.viettrungluu@chromium.org2013-11-071-8/+19
* Mojo: Abstract out the endpoints of MessagePipes.viettrungluu@chromium.org2013-10-161-0/+63