summaryrefslogtreecommitdiffstats
path: root/mojo/system
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Remove the STATE_WAIT_LOCAL_DETACH_AND_REMOTE_REMOVE_ACK endpoint state.viettrungluu2014-08-292-5/+64
* Add ChannelProxy benchmark to ipc_perftests.morrita2014-08-297-87/+15
* Mojo: Don't call Channel::HandleRemoteError() under lock.Viet-Trung Luu2014-08-281-12/+16
* Mojo: add mojo_message_pipe_perftestsmorrita2014-08-265-124/+397
* Mojo: Add static factory functions to MessagePipe.Viet-Trung Luu2014-08-269-109/+75
* Remove implicit conversions from scoped_refptr to T* in mojo/dcheng2014-08-2516-58/+58
* GN: Build rules and fixes for (almost) all mojo unittest targetsjamesr@chromium.org2014-08-211-40/+47
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-203-4/+6
* Mojo: Make Core own a PlatformSupport, and plumb it through to Channel.viettrungluu@chromium.org2014-08-198-30/+64
* Mojo: Add embedder::PlatformSupport and a simple implementation (and a bit of...viettrungluu@chromium.org2014-08-157-43/+95
* Mojo: Move/rename RawSharedBuffer -> SimplePlatformSharedBuffer.viettrungluu@chromium.org2014-08-147-652/+8
* Mojo: Add platform_shared_buffer.h to the .gn file.viettrungluu@chromium.org2014-08-141-0/+1
* Mojo: clang-format mojo/public/c/... and add a presubmit check.viettrungluu@chromium.org2014-08-141-1/+1
* Mojo: Add a platform interface for shared memory (embedder::PlatformSharedBuf...viettrungluu@chromium.org2014-08-1416-174/+177
* Mojo: Add the ability to notify a Mojo Channel that it's going to be destroye...viettrungluu@chromium.org2014-08-142-12/+36
* Mojo: Properly cancel further read on all read failures in RawChannelPosix.viettrungluu@chromium.org2014-08-131-46/+51
* Mojo: Plumb "connection broken" out of RawChannel.viettrungluu@chromium.org2014-08-125-10/+45
* Mojo: Plumb out different kinds of read errors (from RawChannel).viettrungluu@chromium.org2014-08-118-164/+220
* Mojo: Plumb new Wait/WaitMany API out to Core.viettrungluu@chromium.org2014-08-085-99/+493
* Revert 288259 "Changed PLOG to VPLOG"viettrungluu@chromium.org2014-08-081-1/+1
* Changed PLOG to VPLOGgiji.g@samsung.com2014-08-081-1/+1
* RawChannel::OnWriteCompletedNoLock(): change a DCHECK to CHECK.yzshen@chromium.org2014-08-081-1/+1
* Revert 286239 "Reland r285211: "Debugging RawChannelWin: replace..."yzshen@chromium.org2014-08-072-174/+82
* Mojo: Make Dispatcher::AddWaiter() (etc.) return the current HandleSignalsSta...viettrungluu@chromium.org2014-07-3129-201/+454
* Mojo: Make Dispatcher::RemoveWaiter() (etc.) return the current HandleSignals...viettrungluu@chromium.org2014-07-3130-154/+520
* Mojo: Add a GetHandleSignalsState() method to Dispatcher.viettrungluu@chromium.org2014-07-3025-65/+137
* Reland r285211: "Debugging RawChannelWin: replace DCHECK with CHECK and recor...viettrungluu@chromium.org2014-07-292-82/+174
* Temporary revert of r285211: "Debugging RawChannelWin: replace DCHECK with CH...viettrungluu@chromium.org2014-07-292-223/+127
* Mojo: clang-format mojo/system/*.{cc,h} ...viettrungluu@chromium.org2014-07-2958-1667/+2097
* Mojo: Convert MemoryTest.Invalid (-> InvalidDeath) to new user pointer handling.viettrungluu@chromium.org2014-07-292-67/+134
* Mojo: Fix Options struct alignment checking on Windows.viettrungluu@chromium.org2014-07-282-18/+14
* Mojo: Change includes of "base/basictypes.h" to <stdint.h> and/or "base/macro...viettrungluu@chromium.org2014-07-2818-24/+23
* Mojo: Convert MemoryTest.Valid to the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-286-171/+154
* Convert verification of options structs to use the new user pointer handling ...viettrungluu@chromium.org2014-07-2717-383/+426
* Convert WriteData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2612-87/+141
* Convert ReadData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2613-135/+201
* Convert WriteMessage...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2517-166/+192
* Convert ReadMessage...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2519-214/+185
* Convert BeginReadData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2512-66/+92
* Mojo: Modify plumbing for the WaitMany implementation.viettrungluu@chromium.org2014-07-252-16/+27
* Convert BeginWriteData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2512-71/+98
* Fix GN linking issues.brettw@chromium.org2014-07-241-0/+2
* Mojo: Change how we handle invalid pointer arguments (at the system layer).viettrungluu@chromium.org2014-07-249-320/+790
* Mojo: Switch mojo_system_unittests to its own run_all_unittests.cc.viettrungluu@chromium.org2014-07-241-0/+20
* Debugging RawChannelWin: replace DCHECK with CHECK and record write stats.yzshen@chromium.org2014-07-242-83/+175
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-232-4/+28
* Mojo: In Debug builds, log when a race condition in user code is likely obser...viettrungluu@chromium.org2014-07-231-0/+7
* mojo: Make InterfacePtr<> testable in if() statements without .get().erg@chromium.org2014-07-191-2/+2
* Mojo: EXPECT_EQ(MOJO_RESULT_OK, d->AddWaiter(...)) -> ASSERT_EQ(...) (etc.).viettrungluu@chromium.org2014-06-246-41/+41
* Mojo: Always use Now() instead of HighResNow().viettrungluu@chromium.org2014-06-242-4/+4