summaryrefslogtreecommitdiffstats
path: root/mojo/system
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Add a "GetType()" to Dispatchers.viettrungluu@chromium.org2014-01-2910-0/+40
* Mojo: Refactor some message pipe stuff.viettrungluu@chromium.org2014-01-297-127/+131
* Mojo: Disallow sending of data pipe handles during two-phase reads/writes.viettrungluu@chromium.org2014-01-2810-16/+150
* Mojo: Eliminate some "cross-process" "simultaneous"-close races.viettrungluu@chromium.org2014-01-279-45/+88
* Mojo: Add leak detection to mojo::embedder::test::Shutdown().viettrungluu@chromium.org2014-01-174-8/+39
* Mojo: foo_[0-9] -> foo[0-9].viettrungluu@chromium.org2014-01-177-292/+291
* Mojo: Change "handle_[01]" -> "handle[01]".viettrungluu@chromium.org2014-01-172-8/+8
* Mojo: Move test_embedder.* to the mojo_system_impl component.viettrungluu@chromium.org2014-01-161-3/+3
* Mojo: Move system embedder API files to mojo/system/embedder.viettrungluu@chromium.org2014-01-1617-36/+36
* Mojo: Move platform handle/channel stuff in system to embedder namespace.viettrungluu@chromium.org2014-01-1617-81/+58
* Mojo: Add the ability to hook up a channel to the embedder API.viettrungluu@chromium.org2014-01-1612-75/+355
* Mojo: DataPipe: Finish docs/comments in core.h and fix some bugs.viettrungluu@chromium.org2014-01-153-14/+153
* Mojo: Rename PlatformChannelHandle to PlatformHandle, etc.viettrungluu@chromium.org2014-01-1416-258/+195
* Mojo: Add the beginnings of a proper embedder API.viettrungluu@chromium.org2014-01-113-4/+44
* Mojo: Move PlatformChannelPair to its own files.viettrungluu@chromium.org2014-01-107-90/+126
* Mojo: Refactor PlatformChannel stuff.viettrungluu@chromium.org2014-01-106-158/+117
* Mojo: DataPipe: Delete obsolete TODO/FIXME.viettrungluu@chromium.org2014-01-101-1/+0
* Mojo: Fix possibly-invalid vector subscripting in RawChannelPosix.viettrungluu@chromium.org2014-01-101-2/+4
* Mojo: DataPipe: Implement "may discard" for two-phase writes.viettrungluu@chromium.org2014-01-095-156/+437
* Mojo: DataPipe: Test "all or nothing" mode.viettrungluu@chromium.org2014-01-082-2/+334
* Mojo: DataPipe: Write some docs and rationalize some return values.viettrungluu@chromium.org2014-01-071-12/+26
* Mojo: DataPipe: Implement "may discard" mode for simple writes.viettrungluu@chromium.org2014-01-063-9/+131
* Mojo: Change use of "not found" to more explicit "should wait".viettrungluu@chromium.org2014-01-047-35/+27
* Mojo: More DataPipe edge case handling and testing.viettrungluu@chromium.org2014-01-036-23/+244
* Mojo: Proper implementations of WriteData/ReadData.viettrungluu@chromium.org2014-01-022-34/+148
* Mojo: Fix DCHECK failure in test.viettrungluu@chromium.org2014-01-021-2/+2
* Mojo: Some DataPipe cleanup/simplification.viettrungluu@chromium.org2014-01-024-32/+57
* Mojo: Fix android builddavemoore@chromium.org2013-12-212-2/+2
* Mojo: Test data pipes from the CoreImpl level.viettrungluu@chromium.org2013-12-191-1/+240
* Mojo: More data pipe testing.viettrungluu@chromium.org2013-12-181-10/+226
* Mojo: Add more data pipe tests, fix waiting bug.viettrungluu@chromium.org2013-12-183-8/+104
* Mojo: Beginnings of (local) data pipe tests + more refactoring.viettrungluu@chromium.org2013-12-187-92/+272
* Mojo: Refactor (local) data pipe creation/initialization.viettrungluu@chromium.org2013-12-177-85/+387
* Mojo: Change data pipe API to take # bytes instead of # elements.viettrungluu@chromium.org2013-12-1715-289/+331
* Mojo: rename limits.h to constants.h.viettrungluu@chromium.org2013-12-169-13/+11
* Mojo: "Finish" local (in-process) implementation of data pipes.viettrungluu@chromium.org2013-12-166-16/+439
* Mojo: More data pipe work -- consumer-side dispatcher.viettrungluu@chromium.org2013-12-145-5/+281
* Mojo: More data pipe implementation.viettrungluu@chromium.org2013-12-1312-14/+436
* Mojo: data pipe boilerplate testing (and hooking up).viettrungluu@chromium.org2013-12-124-19/+171
* Mojo: More stubs/boilerplate for data pipes.viettrungluu@chromium.org2013-12-123-21/+220
* Mojo: DataPipe public interface declarations and stubs.viettrungluu@chromium.org2013-12-122-6/+114
* Mojo: Rearrange core.h deckchairs.viettrungluu@chromium.org2013-12-122-23/+26
* Mojo: Add a basic multiprocess MessagePipe test.viettrungluu@chromium.org2013-12-122-13/+310
* Mojo: Minor core.h reorganization.viettrungluu@chromium.org2013-12-123-17/+17
* Mojo: Remove incorrect DCHECK in ProxyMessagePipeEndpoint::EnqueueMessage().viettrungluu@chromium.org2013-12-112-39/+133
* Make mojo_gles2 work properly in the static buildabarth@chromium.org2013-12-112-2/+2
* Split mojo_system dylib into public and privateabarth@chromium.org2013-12-1019-134/+96
* Adds MojoGetTimeTicks to mojosky@chromium.org2013-12-054-2/+26
* Mojo: Fix RawChannelPosixTest.OnReadMessage's writes to handle EINTR.viettrungluu@chromium.org2013-12-041-2/+7
* Mojo: (POSIX) Pass channel handle to child.viettrungluu@chromium.org2013-12-034-19/+97