summaryrefslogtreecommitdiffstats
path: root/mojo/system/data_pipe.cc
Commit message (Expand)AuthorAgeFilesLines
* Mojo: |Dispatcher| unfriends |CoreImpl|.viettrungluu@chromium.org2014-02-051-2/+2
* Mojo: Disallow sending of data pipe handles during two-phase reads/writes.viettrungluu@chromium.org2014-01-281-0/+11
* Mojo: DataPipe: Finish docs/comments in core.h and fix some bugs.viettrungluu@chromium.org2014-01-151-2/+22
* Mojo: DataPipe: Implement "may discard" for two-phase writes.viettrungluu@chromium.org2014-01-091-5/+35
* Mojo: DataPipe: Implement "may discard" mode for simple writes.viettrungluu@chromium.org2014-01-061-0/+3
* Mojo: More DataPipe edge case handling and testing.viettrungluu@chromium.org2014-01-031-2/+14
* Mojo: Fix DCHECK failure in test.viettrungluu@chromium.org2014-01-021-2/+2
* Mojo: Some DataPipe cleanup/simplification.viettrungluu@chromium.org2014-01-021-14/+16
* Mojo: Add more data pipe tests, fix waiting bug.viettrungluu@chromium.org2013-12-181-1/+4
* Mojo: Beginnings of (local) data pipe tests + more refactoring.viettrungluu@chromium.org2013-12-181-20/+37
* Mojo: Refactor (local) data pipe creation/initialization.viettrungluu@chromium.org2013-12-171-27/+57
* Mojo: Change data pipe API to take # bytes instead of # elements.viettrungluu@chromium.org2013-12-171-65/+44
* Mojo: rename limits.h to constants.h.viettrungluu@chromium.org2013-12-161-1/+1
* Mojo: "Finish" local (in-process) implementation of data pipes.viettrungluu@chromium.org2013-12-161-6/+97
* Mojo: More data pipe work -- consumer-side dispatcher.viettrungluu@chromium.org2013-12-141-0/+80
* Mojo: More data pipe implementation.viettrungluu@chromium.org2013-12-131-0/+103