summaryrefslogtreecommitdiffstats
path: root/mojo/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mojo: Add a Mojo-specific multiprocess test base class.viettrungluu@chromium.org2013-12-032-10/+10
* Mojo: Create a PlatformChannel abstraction.viettrungluu@chromium.org2013-12-027-35/+328
* Mojo: Fix MessagePipe teardown when it has enqueued messages.viettrungluu@chromium.org2013-11-261-1/+17
* Mojo: Fix MojoReadMessage() with *num_handles == 0.viettrungluu@chromium.org2013-11-181-1/+1
* Mojo: Implement local passing of MessagePipes.viettrungluu@chromium.org2013-11-1315-56/+254
* Fix win64 build failures on size truncationjschuh@chromium.org2013-11-131-1/+1
* Mojo: More plumbing required to transfer handles over MessagePipes.viettrungluu@chromium.org2013-11-126-47/+123
* Mojo: More plumbing to support sending handles over MessagePipes.viettrungluu@chromium.org2013-11-1212-42/+74
* Mojo: Implement plumbing to support passing handles over MessagePipes.viettrungluu@chromium.org2013-11-1114-202/+532
* Mojo: Add DCHECKs to entrypoints that CoreImpl has been initialized.viettrungluu@chromium.org2013-11-111-0/+7
* Mojo: First stab at making MessagePipes work across OS pipes.viettrungluu@chromium.org2013-11-0719-115/+1253
* Mojo: Fix bug in closing MessagePipes.viettrungluu@chromium.org2013-11-043-2/+41
* Mojo: Move PostTaskAndWait() to test_utils.*.viettrungluu@chromium.org2013-10-243-68/+114
* Mojo: Add debug-only checks to Waiter that check that Init() has been called.viettrungluu@chromium.org2013-10-213-0/+27
* Mojo: Abstract out the endpoints of MessagePipes.viettrungluu@chromium.org2013-10-166-153/+371
* Add handling of fatal errors to RawChannel/RawChannelPosix.viettrungluu@chromium.org2013-10-153-33/+189
* Add a "RawChannel" abstraction (with an implementation for Chromium POSIX).viettrungluu@chromium.org2013-10-117-10/+980
* Make MessagePipe use an std::deque instead of an std::list.viettrungluu@chromium.org2013-10-111-4/+3
* Simple shell that loads a dll and calls an entrypoint function passing in a h...ben@chromium.org2013-10-109-10/+23
* Mojo: Move argument validation from MessagePipe to MessagePipeDispatcher.viettrungluu@chromium.org2013-10-105-92/+101
* Revert 227604 "Simple shell that loads a dll and calls an entryp..."msw@chromium.org2013-10-081-1/+1
* Simple shell that loads a dll and calls an entrypoint function passing in a h...ben@chromium.org2013-10-081-1/+1
* Factor out (and optimize) MessageInTransit.viettrungluu@chromium.org2013-10-034-17/+108
* Mojo: Optimize VerifyUserPointer().viettrungluu@chromium.org2013-10-025-18/+38
* Initial in-process implementation of some Mojo primitives.viettrungluu@chromium.org2013-09-2830-0/+4656
* Revert 225801 "Initial in-process implementation of some Mojo pr..."petewil@chromium.org2013-09-2730-4656/+0
* Initial in-process implementation of some Mojo primitives.viettrungluu@chromium.org2013-09-2730-0/+4656