summaryrefslogtreecommitdiffstats
path: root/mojo/system/data_pipe_producer_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* 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