summaryrefslogtreecommitdiffstats
path: root/mojo/system/data_pipe_producer_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Make Dispatcher::AddWaiter() (etc.) return the current HandleSignalsSta...viettrungluu@chromium.org2014-07-311-2/+3
* Mojo: Make Dispatcher::RemoveWaiter() (etc.) return the current HandleSignals...viettrungluu@chromium.org2014-07-311-2/+4
* Mojo: Add a GetHandleSignalsState() method to Dispatcher.viettrungluu@chromium.org2014-07-301-0/+6
* Convert WriteData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-261-8/+2
* Convert BeginWriteData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-251-7/+2
* Mojo: MojoWaitFlags -> MojoHandleSignals.viettrungluu@chromium.org2014-06-181-4/+5
* Mojo: Rename/replace the wait (MojoResult) "wake result" with a (uint32_t) "c...viettrungluu@chromium.org2014-06-131-5/+4
* Mojo: Specify/check alignment of pointers more carefully.viettrungluu@chromium.org2014-06-031-4/+4
* Revert of Mojo: Specify/check alignment of pointers more carefully. (https://...dalecurtis@chromium.org2014-05-311-4/+4
* Mojo: Specify/check alignment of pointers more carefully.viettrungluu@chromium.org2014-05-301-4/+4
* Mojo: Remove extraneous .get()s in mojo/{embedder,system}.viettrungluu@chromium.org2014-05-291-2/+2
* Mojo: Rework locking system for sending handles across message pipes.viettrungluu@chromium.org2014-02-071-11/+11
* Mojo: Make Dispatcher::GetType() const.viettrungluu@chromium.org2014-02-061-1/+1
* 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-2/+1
* Mojo: Add a "GetType()" to Dispatchers.viettrungluu@chromium.org2014-01-291-0/+4
* Mojo: Disallow sending of data pipe handles during two-phase reads/writes.viettrungluu@chromium.org2014-01-281-0/+5
* Mojo: Beginnings of (local) data pipe tests + more refactoring.viettrungluu@chromium.org2013-12-181-2/+4
* Mojo: Change data pipe API to take # bytes instead of # elements.viettrungluu@chromium.org2013-12-171-10/+9
* Mojo: More data pipe implementation.viettrungluu@chromium.org2013-12-131-0/+100